29903 lines
1.3 MiB
29903 lines
1.3 MiB
#include "il2cpp-config.h"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <cstring>
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
#include <cmath>
|
|
#include <limits>
|
|
#include <assert.h>
|
|
#include <stdint.h>
|
|
|
|
#include "codegen/il2cpp-codegen.h"
|
|
#include "il2cpp-object-internals.h"
|
|
|
|
template <typename R>
|
|
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 <typename T1>
|
|
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);
|
|
}
|
|
};
|
|
struct VirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
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 <typename T1>
|
|
struct GenericVirtActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct GenericVirtActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericInterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
struct GenericInterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579;
|
|
// System.Action`1<UnityEngine.Font>
|
|
struct Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,System.Object>[]
|
|
struct EntryU5BU5D_t929130352D902B0F51DF5EAB0EB281F860E35FFC;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>[]
|
|
struct EntryU5BU5D_tDB85180FDDB1D9328F27772D84DA1F4EBCF2FA33;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.GUIStyle>[]
|
|
struct EntryU5BU5D_t8A12574AC691436B2D59765B81FBB918B3311350;
|
|
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>[]
|
|
struct EntryU5BU5D_t794F8731FC1D54FCF80C5E4F0F384277288B9DE6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,System.Object>
|
|
struct KeyCollection_t247C6587A2D9DAFEFD3863012E19D5BE565D738E;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>
|
|
struct KeyCollection_t15CA10AEB86ED7FAC3832F2971163286DE710F7A;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.GUIStyle>
|
|
struct KeyCollection_t7193E33E96305EFB890248510CE390A14EDC2F35;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>
|
|
struct KeyCollection_t9FFA1CD996863941D040375CDA32CB066FB6F314;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,System.Object>
|
|
struct ValueCollection_t4F0931CDBEC78250B6593DE976E46E2179187225;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>
|
|
struct ValueCollection_t476B74B16EC7028A54263E11CF73F86CF87FC929;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
|
|
struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.GUIStyle>
|
|
struct ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>
|
|
struct ValueCollection_tEE610AF4936FFF247E852E276393507326A42062;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
|
|
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>
|
|
struct Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>
|
|
struct Dictionary_2_t15935BA59D5EDF22B5075E957C7C05DEE12E3B57;
|
|
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
|
|
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>
|
|
struct Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A;
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>
|
|
struct Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
|
|
struct IEqualityComparer_1_t7B82AA0F8B96BAAA21E36DDF7A1FE4348BDDBE95;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Object>
|
|
struct IEqualityComparer_1_tAE7A8756D8CF0882DD348DC328FB36FEE0FB7DD0;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
|
|
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.Event>
|
|
struct IEqualityComparer_1_t99D463EEE5FD1A90B13F1A4851691BA1AC2F54B4;
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
|
|
// System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>
|
|
struct List_1_t046427F3923444CF746C550FD96A3D0E4189D273;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Func`1<System.Boolean>
|
|
struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1;
|
|
// System.Func`2<System.Exception,System.Boolean>
|
|
struct Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8;
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879;
|
|
// System.Func`3<System.Int32,System.IntPtr,System.Boolean>
|
|
struct Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
// System.Reflection.Binder
|
|
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
|
|
// System.String
|
|
struct String_t;
|
|
// System.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
|
|
// System.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
|
|
// UnityEngine.Event
|
|
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210;
|
|
// UnityEngine.ExitGUIException
|
|
struct ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07;
|
|
// UnityEngine.Font
|
|
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26;
|
|
// UnityEngine.Font/FontTextureRebuildCallback
|
|
struct FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C;
|
|
// UnityEngine.GUI/WindowFunction
|
|
struct WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100;
|
|
// UnityEngine.GUIContent
|
|
struct GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0;
|
|
// UnityEngine.GUILayoutEntry
|
|
struct GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845;
|
|
// UnityEngine.GUILayoutEntry[]
|
|
struct GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD;
|
|
// UnityEngine.GUILayoutGroup
|
|
struct GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601;
|
|
// UnityEngine.GUILayoutOption
|
|
struct GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6;
|
|
// UnityEngine.GUILayoutOption[]
|
|
struct GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B;
|
|
// UnityEngine.GUILayoutUtility/LayoutCache
|
|
struct LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468;
|
|
// UnityEngine.GUIScrollGroup
|
|
struct GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE;
|
|
// UnityEngine.GUISettings
|
|
struct GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4;
|
|
// UnityEngine.GUISkin
|
|
struct GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7;
|
|
// UnityEngine.GUISkin/SkinChangedDelegate
|
|
struct SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8;
|
|
// UnityEngine.GUIStyle
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572;
|
|
// UnityEngine.GUIStyleState
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5;
|
|
// UnityEngine.GUIStyle[]
|
|
struct GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB;
|
|
// UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0;
|
|
// UnityEngine.ObjectGUIState
|
|
struct ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43;
|
|
// UnityEngine.RectOffset
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A;
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734;
|
|
// UnityEngine.ScrollViewState
|
|
struct ScrollViewState_t738AAD89973B4E764B6F977945263C24A881428E;
|
|
// UnityEngine.SliderState
|
|
struct SliderState_t6081D6F2CF6D0F1A13B2A2D255671B4053EC52CB;
|
|
// UnityEngine.TextEditor
|
|
struct TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440;
|
|
// UnityEngine.Texture
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4;
|
|
// UnityEngine.TouchScreenKeyboard
|
|
struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90;
|
|
// UnityEngineInternal.GenericStack
|
|
struct GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t046427F3923444CF746C550FD96A3D0E4189D273_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextEditOp_t197E102C6DE6BA0F6A2871DB17FA260B6E01E151_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral00CE3E1623671A834728138CD689D176F0000CEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral02A89307B85EA2827B57CA24C40C7DCE55E985E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03BB5E3AD422D654676A16373CB6767BDD1EC096;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03C170628B9070A1EE6D3EF4C543678D9EE67097;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral047A7EA97FB24BA0C74949892C1880E97AC0FB35;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral061CD5E48C5A194C95B561D18FCDC1A57D790069;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09820128951D618D4CFE7DC0105A1B6B113C921F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0C258057D84276FDE292E99D213EB3AA75E8A463;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0D421A870FA2CD6E6DCF150A4ACE67EC7405AF75;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E33543BDBE560B7A172E26B076C221830E48A23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10AE24979C5028FA873651BCA338152DC0484245;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1184F5B8D4B6DD08709CF1513F26744167065E0D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1211DFF27790EDCC639BAF643476E932341AFF38;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral127228EB489A3F3453372D7DD320BEA93A087FD9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral131D06FD63FDF2386A3D1762E3405DFF94BE55C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral140B301C09F87725303E57D41795CE54B560A4C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15E6F46C6ABAA57A101887F62558D6558BDAF0AC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral19E7EC0CA525399DB1C8D777D61D6FF53DCC5C0C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1FB0856518EE0490FF78E43D1B6DAE12AD6EC686;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral225F12AD8179D36194EBC648F0064B7E925473EC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral239CA5767AFAC9641593464CE02BC454D6AC07A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24078727E760F609BA9D460B38695EB78018866F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2499831338CA5DC8C44F3D063E076799BEA9BDFF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral27DF3F1B8EB8A942EB6869DCDBE4506A9F345A77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral286BC08C2F4EED0826A70058A345427BAD61B929;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2BBC38111940698AFB713196AC3CDC77F8520F36;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2C72A73D3153ECA8FBF9E58315C5EE073BE0D5AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2D3E82BE1E73866269EA97C6D02040FE73E7AB54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral320AD267D8D969F285EDA5C184F5455BD29C8C95;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral32588D5CD9AD74EC3ECEDFA1041A987A5D99069C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral32ECC4719669918929E577728ABBC5556B1258D9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral352E85AD05DD013E3012B83EED608595E6FDAF4E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37E2609EE8EAC3E9833495CCBF1141F79B24270C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral38132A51EE9A97A4511377264A0779C0861CE815;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D68429D3570BB774AB8CA78687D0FC0F48FAC04;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral423D5CEC9E85A686DEF7682D66F54C301C77C171;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43038A7293A88F58900A924007043B16F5DF3840;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral43B731706EEE5F12E52ED519717DB9572EADF165;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44749C3F0A84037EA50385BCA7D2CFEFD6C0BDB2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4609E730123B8AB7743493DE7E9F350E7DF58440;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4756CFCA8EEFEAD20B5992EAC6EF5748E1775527;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral487A38C9550C3B08588319E52F112CE6A539A561;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4930EB3F60DF3A6A61E8D44178FEB2B8F820A153;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4A0A63CE33CC030F270C607EA7BF90A6717572BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C523C75AC8AB567667867138725AB01F5FA186A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4EBF4799F637E32D34B9DBF78887989DD6C458D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral517AD59785D7367FF6AB8793A3F06E35ADBEB661;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52424150CE94D4AA9600469221595A075963D010;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5370ABC43B604B9438E05FD111325616F5BA93EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral547CD2BA3A17B483651496C5BA8C78F1789B5CBD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral54FB7DD2DDA0DE70BD366F9C3E6D4A242B8DF467;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral553F4091D1912B191C8392C610091F6B85B0B6E3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56B2C39D4D5C71E523F34B8C45A6D4DCBE7EF18C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58876305D454A861801BDE1F2125E1368C231E4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral59F9DAB91E232359595FB7E7B346D4C636DD29E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B2662EFB47DC70EB0DD0468A0429C080DE0EA3C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C99F2EA0C681082AA59B6CD687CA19041028B63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5EB8003910C4D9CB2B9CAF1A8610A9FB39ACD4BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6102DC14FA0F0C73D3C99FB1892929691937BD25;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral619AAE029DDA528253A6AF0BA619B45BAA1DF115;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral62847E519D4ADA28164250829049B9A919B2AE01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral63143B6F8007B98C53CA2149822777B3566F9241;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral645983D981B058C71B234B4EF85974E83DF46C36;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral64C65374DBAB6FE3762748196D9D3A9610E2E5A9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67F7C0B892F47A0F86D1D66FE6BD734EE4F7C1A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6DC55A416CBC09CD3ADC3B9CF34E851BABADE228;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6FFAD0F1514E6E22A0D256A7C7B31FAABD73ED63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral73A66930590DCA255F3C1C5874FDFF116BD52B66;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral740377EEA64FD0E2703021FAD7C8612402ADFF92;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral763389B097CFDA9576DBD4046F2ECC69E0D29B85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76475A2062E272AAA1EFF7C04C3CAEAD51ECFF73;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77DB7EB9136D91C5901F452F84527E54526FAC83;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral794145F030FF721599A0353A9B2E59E9A92B9BF1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A60554107407BFE358BEDCE2BFCB95C90A8EA0D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A92F3D26362D6557D5701DE77A63A01DF61E57F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7B7FCC78D6CD1507925B769B1386CED3683F99C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CE12B4417E103A0BD80EB14458AE1A104BF6D6B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7FA2D4DD6FB5DD5CDF7FFCB9E09C0871C2C63452;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral80C7068F531DB65831E8FA8FFA3DD5E6824A2EEB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8577A9196D7296B516251DDE171D133681234282;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral884E998DCB0626A339721789EA125B983932D177;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BA376FF1C58639B7542A33489F5E478D9B0842C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8CB7A5CB73921D3E887C9DA0E4B95EBB1F1F309B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8CE379368AB8E774A4F51BE28DD637628F20DA93;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E436B06A17CFAF87BEB781E30D07B6FF58B2B71;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F4E345E7CD51E4E633816F5A52A47DF465DA189;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral901C620F7ECC0984C3DD8E8735EFBA866392BA6F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9485989FF514B5106B7738850FD73C23E8C1E3F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral968767E065572AA7E887F179AEE12CA552A5AC0C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral982F849E4755453B885083FA0F7C4B4462B2E6B3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99032D12CB8AAB77590E57E36974F8C1C56B7B95;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A5E2F5BDDFCF829F248A8C91E5AACBBDFEE7223;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9A5F708763FE0E3D92F572DBE11DCFB8F2F824EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B611144024AB5EC850C1A1C7668509DA40C92DB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9B93271A1F5C73A7A67E544DD659306E5EE80C4B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E31EA478E6422888A2A833CD072E72DC0543E06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9F5BE511E1E437CA95D5B55F8F8A88906FC1AEE6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA11608E0F772347D667D92CD05AFA60E273D90A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA26AAFC1F521420B84A65C0884CEAFF6C083F05B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA8D40E8C95571FFC4E4BA4C9CEF0289695BD8057;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA93D2B140984CB1ED70E8B2F25565EF16927EE77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA5DB7D82232EE34651EB5ADEA59B01C839EB843;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralACAB6798BE3F8F69AA0198A7C9B83ADA0F075932;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD56C2BC3EC9BD41B3074B5A8914F35632534E49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADDA35B979E6F63F030A7F51D1FC60F0785079DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralADFEC5772AE8932AA10896037B0779BEC915015B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB71AA0202634484C09B931E01A9CF812565B054B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB72EF1950CD4E44A073B202D2C0D05D8A97FD42F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB83393C5BFF0AEB7C3364909B97AC7186EC0331F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB9AAB53E3ADF7FE5A0EE46AACB44664349886C91;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA841F6B049E05B23489E3235B0729E4E5D5C627;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBAD94ADF967C08A44711C5A7B859873FB1B0F065;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBBF6087BB65A5971FB5F866337AFCB4508EAB07;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBD703DC0B11593277A5A82DD893F2880B8D0F32A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDE895DBC95DC311972A9ADA8028849FED24437B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBEED3BF9F8706DB26270FA0878A81526874ECB0C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBFAF5DB045B9BE61FE1BC19E0486B8287028A876;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC09BB890B096F7306F688CC6D1DAD34E7E52A223;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC1736E388224676A122F6D36DB2BFE2D5B5815D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC470A513564DCA6343DE982775D5451483E70B53;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7D8A6D722A1EC9A16FAE165177C418D4FD63175;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC9EBD785A19C1BFEFD62B3B2A4FC1A6D6963AEE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCBECD5D022A1A5C503555604D30C3EAF1C10299E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF1126F67238BF3E85FCC8C8737B72E80DDCFDDB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD12BE11B6C6387EF9D43CD28DBA22C79D86FDFFB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD27A1F11771200949714B1AF99F048A416F5D6F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD3280C579ECC78E7C99A42607D1529992F9DD5F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4C38D2690EF85EE7D9D87E0C06C82DDA11F8C0D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD5E14B063514CB6630E55F0AEB0AD3B37897EFCA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC29F2233DCB721EDC0D3E34D64543CCF3403270;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC42311A655A248061E1123806D6CB4355F5529D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDCC94D3F2271CF001E6883AD445A5E37F81A1517;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF4EC500FDA53C7919CEB5C27504F045909CEB4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF7A8F3088FC2D7221820E99BAF39A1BCB2DD203;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1D1873098D32108BBEF9FD4C21B888ED8659C49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE62F41D02C28CB089872E955DFB86A9AD16D79B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE647442EAD89630DC43D2047D097508AD66D2618;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE794E3C8A26A199BEB58080D834D082D83C3C1B2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE83249BD3BA79932E16FB1FB5100DAFADE9954C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8603CA0394240FFC435FB8A9A44A0B8ADFDB19F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE974602114F14FBF55401C109937E173B1B23220;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB36FC6F33913BF1B2F1305630A3023799A75AA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEEF19C54306DAA69EDA49C0272623BDB5E2B341F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF122C7E167718794E9F9BC54786C86A7D99579E6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF1E31DF9806CE94C5BDBBFFF9608324930F4D3F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF629AE44B7B3DCFED444D363E626EDF411EC69A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF7D71AD6A293C739FDB380F7E3761BF9CCF1933B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF87FB192D2661A8C26E07D692244897AB190B2FC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF92769A88C9334E4CDB8DF06F40EC92B7B4086D0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9C5942B1F55CB12B8F2B5FAE21A9F1706F9D367;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFC8656334C97C18022AE87133F261DBA949A4CDD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFD41A55936F9E25124F5243F3AC6F8312A602912;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE91C0394869857C0E93272302F4D04FDE05A402;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFFD9E1A9B2D266CBA7AE5F1891913F247009C80A;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m886A3ED9D9AB620984BF26DF4B63571D37E2AE41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0E6D1EEC81E6A904B99EEC04DB95C1CC0E4A0B31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD6F5EEE24289730ADCFD7DE5DC90DC2E6B0BFF2F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD9286F4A0EF1BEC0B6BC4BD72D8D6A246B994EBF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE7D4915AD1A64B140D2C412B197D4D43B016074E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m15C699577EFD717DEEDFA3D6138A6BDC4C2B43E5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mBCCD4E4C93C5E4DF2E0A07934040870B3662866F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m461003B498B59A8F07384C0C472BC6AB93545D2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mB2CFA325B47C43C9E27C606844FE1AED4CD344A2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_m9621506610C10C9E735B305E826ACEFF914422CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Func_3_Invoke_mCD6DEEC09B4F1B42DD0FD4A8F58632B08EC66737_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GUIUtility_ExitGUI_m15BA6EAEEE64AF98577621853F9C7E90B92E8BE9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8334B758D374FE266FFF49329936203BCE3A3770_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_GetEnumerator_m56252F012AAECD0BFFC3729A87D60BF2945499C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_0_0_0_var;
|
|
IL2CPP_EXTERN_C const uint32_t Event_Equals_m1DEF4FB843B631FC437B1366F0F78CEF7A739070_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_Finalize_m71EE3F6BC6C0A99F849EC39C0E47B7305BB9EB3D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_Internal_MakeMasterEventCurrent_mAD78377C8BB08EFB5DF3D3E3A4F1089F2FC2BA48_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_KeyboardEvent_m42755FC3AFA26F90EBE7A428F7845C42BBF1A97D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_ToString_m2843623B66F30AC141175B1D16F1B112D3835A65_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t Event_set_current_m0EB1A298A0056C6A7E31D2C115EB077D3533B41D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ExitGUIException__ctor_m51AF39C72F462AFB5421AF57025B9AD42D31EE43_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIContent_ClearStaticCache_m567DA736612F9E6E66262CC630952AB2E22BC933_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIContent__cctor_m5AF68CD5FB2E47506F7FF1A6F46ADAD5C8BC927C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIContent__ctor_m2805872C5E7E66C3ABF83607DC02BEB1BEFA82DA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIContent__ctor_m8EE36BB9048C2A279E7EAD258D63F2A1BDEA8A81_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutEntry_ApplyOptions_m2002EBD9FE42B9787544D204A71C8BEF3F671F5B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutEntry_ToString_mCDA5CD14A39ADAD29F6B450B98FDB80E37AC95D5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutEntry__cctor_m7425E2D0EE5771858B9823BBD024333CE7CAD3F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutEntry__ctor_mC640CA08AEBCC7E479DB6AF5B208436A98AB75B2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutGroup_ApplyOptions_mCBAF4F0DA13F941ABF47886054A3443247767A97_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutGroup_CalcHeight_m0511BD2172BC13D54ABC8DB5887A91C17E9F21BB_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutGroup_CalcWidth_m0D2819C659392B14175C2B163DD889AD35794A9B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutGroup_SetHorizontal_m0AFB617E7BB6B32431BA65873B27660E6E5C9E51_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutGroup_SetVertical_m29D8744D2D1464EF4E6E4008CD21F5E44D6CB146_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutGroup_ToString_mF66B820B07A33FFA240FBBE20A6F39C492B52372_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_BeginContainer_m7ED54498945D4EC6643928410586F68F78EEF77A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_BeginWindow_mB3475D9BE89CF26AB0E6F0D46B1930F1874EB132_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_Begin_m6876A33199599688408A4AD364069090E833B237_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_Internal_GetWindowRect_mE35BED0433EE8BD928CD52681620519E647A1DA9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_Internal_MoveWindow_mFCB2DFE399B833D263138CF0A57626AFF52CB037_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_LayoutFromContainer_m729D938D81F1D0DF75265FFE42EF88A20512E7D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_LayoutFromEditorWindow_mBE82BE965B54F68E7090952684C86BFF0538AB52_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_LayoutSingleGroup_m0BE91E195E4E2FC8B5B491783AFACBD1310F15A1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_Layout_mB01F00635FD538214B47A545C53E4F8C682491B5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayoutUtility__cctor_m6C436C771D62B8982AE0E47DD5D41C607988395F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayout_Height_mA5A24D5490022AC6449BBAED9C5A1647184B4026_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUILayout_Width_mDA8F26D92E788474E09AECA1541E8C920C72DA10_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_BuildStyleCache_m2C68BB5521EAF11FC98C86D7E60008901D61866A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_CleanupRoots_m00D215E556265ACF704EA1C31399298DB092BA02_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_FindStyle_m977BAAD9DE35AC43C9FA2DB52C6C0BDF83EE4706_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_GetEnumerator_m3F6D91C1C038E5DC24C38F6D23C95DEE03173987_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_GetStyle_mD292E6470E961CA986674875B78746A1859D5FEC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_MakeCurrent_m42FAF8090F6B57648678704D86A6451DB917CF2D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin__ctor_mD75B370774F1DA0C871C8C642299E8DB4B0FABFF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_get_error_m40FBD0C57353CBFD8EE75B796E3EADBF9033C47F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUISkin_set_font_m2602A62DF6F035C7DA9BF4411C5F117022B5C07F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStateObjects_GetStateObject_m90A400F2D7196F386201EF3C87B1B6E80AD3D342_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStateObjects__cctor_mA04A0AB4F469CEB143F52D447EBF32FD52BE2D75_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyleState_Finalize_m68F554CD5B53E9BFC8B952E371D1E18D96D4C626_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyleState_GetGUIStyleState_m207443170D2CA9E48BAB05FF74B30C76C6D63F68_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_DrawCursor_m2CE940C9FF3E2691960F1DE97D39CB1B3E0D2EE4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_DrawWithTextSelection_m60783EB261EBD814D7FFC6131A87E675290BAEFC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_DrawWithTextSelection_mDEC11D0893716710098889E1715B09E456798CC1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_Finalize_m06DC9D0C766664ACF0D2C8D6BE214756E6361BA4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_SetMouseTooltip_m69607AB3EA166CC12F3851DD54963C03B4551312_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_ToString_mE73FFC6A93F4F7BC2560EADEB074F0E81F77CB07_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle__cctor_mA7579A59C320A9202F6E83B39DADC06C10231D6F_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUITargetAttribute_GetGUITargetAttrValue_mED49CA9A9696B0D52CD6C6D7BA7344EA1F019590_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_BeginGUI_m9981BDF2828246EBE4EDA43447EF6DAA74B54C91_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_EndContainerGUIFromException_m66F073A94FF85A8B7C6D8A4614B43365F0A68042_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_EndGUI_mE93B54A19231BCC9DFC68DF54CE7C29DE41A3414_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_ExitGUI_m15BA6EAEEE64AF98577621853F9C7E90B92E8BE9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_GetDefaultSkin_m2F1B580445522074FF41CF9906531DBEAB034365_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_GetStateObject_mF8F8DC466B7CA73210D85FAE43C4D39AA197B1CA_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_HasKeyFocus_mC8FCF8AB69DB9ECF737C91B5C2207100CCF7E78A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_IsExitGUIException_mBCCE6118666769B8B767D74496E44D2ECC7AFDD2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_MarkGUIChanged_m624187E89EC5D08B052B8F74B8BFD803EEE53956_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_ProcessEvent_mA250CB35828235FE2F8BA5EA7B6592234DA2D312_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_RemoveCapture_m37B735649012E93EBEA50DB8708FB6D39DFA4FE9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_ResetGlobalState_m192C9FAE2A4B87F34CB051C4967B8A919A902A5C_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_TakeCapture_mE32A66FEEF1DFA8A3DDF3CE310D1C93397B31221_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960UnityEngine_IMGUIModule_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_Box_m22F4F78283B657F7589E24BA1EE5B609AE61E510_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_Box_m8A788187BB0412D6B23AFEED65FCFF70AC197C3A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_Button_m0F0D437C533454A4BF0096E0DC55EEB66366E08D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_Button_m28E3F256D52839EBB502B3A6C5DA2E556FF45BC1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_Button_m9315927732E13236FFCE020D2444CF08C26927F5_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_CallWindowDelegate_m49D5A2E2DAEF525772FAAAA9A840244137BB9175_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_DoButton_m3DA80A30ABFA7F00B48683498AEB28ACAAA404ED_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_DoControl_m41685E315AD94F9C8E843E87C325BDA537EEBD4B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_DoLabel_m53C45AB327E894B82985776D108C7838AE868D89_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_DoSetSkin_mC72F1980793E86E8F33D641A207D2AAB409A71F7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_DoTextField_m11B37CFD5BEAB86C63CB64F4775272780770D76E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_DoTextField_mCA73A77D4909AE339A6998D7942651AD8F42E0FF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_DoTextField_mCF4998A72101CEBF015298D0496D43B1C9DF6270_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_HandleTextFieldEventForDesktop_m477205B9A3221911E49F201216335926A6D9BAF4_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_HandleTextFieldEventForTouchscreen_mF82202A301C123F40E09EB77F023A7F7AC5A05C2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_Label_m3262E5E30013ECAF83C075710F7761E49BEA5CCE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_Label_mB1E6C064D67D94E1D42D620054958F8375E86BB7_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_PasswordFieldGetStrToShow_m687426537679F21BAE40497084099C4901C6DEE1_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_TextField_m433CF466C2CDCDA42383C5029726869AC52A0481_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI__cctor_m9A902CA13649D04BFB54D86C051A09AC5301ED63_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_get_backgroundColor_mCDF3D053A4778944E6FC8E977426F6B09B3111A2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_get_color_m23965300A30C348742E8421AEE1396B3D5361B41_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_get_contentColor_m46844050031C176714AD9EC1342ADB53EEBFE5AC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AFUnityEngine_IMGUIModule_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AF_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_set_backgroundColor_m9EBEC33C026B80947CAEEB538E6C362E3E5DBD9E_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_set_color_mDB63437059F35CAC23B01D03CF1CE3A66EBB9643_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_set_contentColor_m15C71FB49FCB31E1A82B90A1FCE698B8C65FD9E0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23UnityEngine_IMGUIModule_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t GUI_set_skin_mFC9EC2E88A46A7F42664C6C41D8CCD9B9BA4DBA0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t LayoutCache__ctor_mF66D53540321BFD98CA89285D2E8FFDA5014A9CE_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectGUIState_Destroy_m8C3FD0BEAA8CD994C93DA5E83ACDCD471BF4140B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t ObjectGUIState_Dispose_m7E6CA8D9D162730B340E4361D259FEB29FBE34F9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9UnityEngine_IMGUIModule_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_ClampTextIndex_m3EC3F291912021B79AF56CDD804B8795191A629B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_DrawCursor_mF5281E018BE231150E23B748802E69A950ADAAF0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_HandleKeyEvent_m8075CB54084CAA09E9B638F8B3DDE5D59183CC8A_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_InitKeyActions_m724C451AA81FE63C7DC95DECD4AC681080AFCC11_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_IsValidCodePointIndex_m0366054C7FF170C5FBE08469412517D10199AF47_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_MoveCursorToPosition_Internal_mD66C2285C2B5F6EC3516820193DCB64936797704_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_OnLostFocus_m792C976FAC66B6C5576E49406A2963F1D19DD507_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_Paste_m551DF86401B71947857EC27860AE3470C33B860B_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_PerformOperation_mF47D96448BC77F8CD02A893DD755792E8B3F0405_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_ReplaceNewlinesWithSpaces_mDEEE760A469D8700A24D803C0F184BFC8EDC4B1D_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_SelectToPosition_m2EE616963923B9561A7C3CFFA392A0C4FE8D8C93_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor__ctor_m279158A237B393882E3CC2834C1F7CA7679F79CC_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_set_position_mA051BD36CA4B264CC97CC739DF3702349E9617D2_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t TextEditor_set_text_mFF167B3EFD4D6F6260126315BE09CAD6BF5F04D0_MetadataUsageId;
|
|
IL2CPP_EXTERN_C const uint32_t WindowFunction_BeginInvoke_m522A6C91248FC9E44284AAB8909F83E5DB2960A2_MetadataUsageId;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5;;
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com;
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com;;
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke;
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke;;
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572;;
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com;
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com;;
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke;
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke;;
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A;;
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com;
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com;;
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke;
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke;;
|
|
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
|
|
struct GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B;
|
|
struct GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB;
|
|
|
|
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
|
|
|
|
// <Module>
|
|
struct U3CModuleU3E_tB6F5D3E9B5847F75DE623964BF4C6C552D94BB22
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Object
|
|
|
|
|
|
// <PrivateImplementationDetails>
|
|
struct U3CPrivateImplementationDetailsU3E_t3A0AB7416B6AA99DE6537314072BC6B1B762F934 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Il2CppArrayBounds;
|
|
|
|
// System.Array
|
|
|
|
|
|
// System.Attribute
|
|
struct Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<System.String,UnityEngine.GUIStyle>
|
|
struct ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * ___dictionary_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9, ___dictionary_0)); }
|
|
inline Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
|
|
struct Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_t929130352D902B0F51DF5EAB0EB281F860E35FFC* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t247C6587A2D9DAFEFD3863012E19D5BE565D738E * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t4F0931CDBEC78250B6593DE976E46E2179187225 * ___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<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___entries_1)); }
|
|
inline EntryU5BU5D_t929130352D902B0F51DF5EAB0EB281F860E35FFC* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t929130352D902B0F51DF5EAB0EB281F860E35FFC** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t929130352D902B0F51DF5EAB0EB281F860E35FFC* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___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<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___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<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___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<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___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<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___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<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___keys_7)); }
|
|
inline KeyCollection_t247C6587A2D9DAFEFD3863012E19D5BE565D738E * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t247C6587A2D9DAFEFD3863012E19D5BE565D738E ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t247C6587A2D9DAFEFD3863012E19D5BE565D738E * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ___values_8)); }
|
|
inline ValueCollection_t4F0931CDBEC78250B6593DE976E46E2179187225 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t4F0931CDBEC78250B6593DE976E46E2179187225 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t4F0931CDBEC78250B6593DE976E46E2179187225 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility_LayoutCache>
|
|
struct Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_tDB85180FDDB1D9328F27772D84DA1F4EBCF2FA33* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t15CA10AEB86ED7FAC3832F2971163286DE710F7A * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t476B74B16EC7028A54263E11CF73F86CF87FC929 * ___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<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___entries_1)); }
|
|
inline EntryU5BU5D_tDB85180FDDB1D9328F27772D84DA1F4EBCF2FA33* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_tDB85180FDDB1D9328F27772D84DA1F4EBCF2FA33** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_tDB85180FDDB1D9328F27772D84DA1F4EBCF2FA33* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___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<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___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<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___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<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___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<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___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<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___keys_7)); }
|
|
inline KeyCollection_t15CA10AEB86ED7FAC3832F2971163286DE710F7A * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t15CA10AEB86ED7FAC3832F2971163286DE710F7A ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t15CA10AEB86ED7FAC3832F2971163286DE710F7A * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ___values_8)); }
|
|
inline ValueCollection_t476B74B16EC7028A54263E11CF73F86CF87FC929 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t476B74B16EC7028A54263E11CF73F86CF87FC929 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t476B74B16EC7028A54263E11CF73F86CF87FC929 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>
|
|
struct Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_t8A12574AC691436B2D59765B81FBB918B3311350* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t7193E33E96305EFB890248510CE390A14EDC2F35 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 * ___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<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___entries_1)); }
|
|
inline EntryU5BU5D_t8A12574AC691436B2D59765B81FBB918B3311350* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t8A12574AC691436B2D59765B81FBB918B3311350** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t8A12574AC691436B2D59765B81FBB918B3311350* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___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<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___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<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___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<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___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<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___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<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___keys_7)); }
|
|
inline KeyCollection_t7193E33E96305EFB890248510CE390A14EDC2F35 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t7193E33E96305EFB890248510CE390A14EDC2F35 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t7193E33E96305EFB890248510CE390A14EDC2F35 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ___values_8)); }
|
|
inline ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Event,UnityEngine.TextEditor_TextEditOp>
|
|
struct Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
|
|
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
|
|
EntryU5BU5D_t794F8731FC1D54FCF80C5E4F0F384277288B9DE6* ___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<TKey> System.Collections.Generic.Dictionary`2::comparer
|
|
RuntimeObject* ___comparer_6;
|
|
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
|
|
KeyCollection_t9FFA1CD996863941D040375CDA32CB066FB6F314 * ___keys_7;
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
|
|
ValueCollection_tEE610AF4936FFF247E852E276393507326A42062 * ___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<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___buckets_0)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
|
|
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___buckets_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___entries_1)); }
|
|
inline EntryU5BU5D_t794F8731FC1D54FCF80C5E4F0F384277288B9DE6* get_entries_1() const { return ___entries_1; }
|
|
inline EntryU5BU5D_t794F8731FC1D54FCF80C5E4F0F384277288B9DE6** get_address_of_entries_1() { return &___entries_1; }
|
|
inline void set_entries_1(EntryU5BU5D_t794F8731FC1D54FCF80C5E4F0F384277288B9DE6* value)
|
|
{
|
|
___entries_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___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<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___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<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___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<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___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<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___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<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___keys_7)); }
|
|
inline KeyCollection_t9FFA1CD996863941D040375CDA32CB066FB6F314 * get_keys_7() const { return ___keys_7; }
|
|
inline KeyCollection_t9FFA1CD996863941D040375CDA32CB066FB6F314 ** get_address_of_keys_7() { return &___keys_7; }
|
|
inline void set_keys_7(KeyCollection_t9FFA1CD996863941D040375CDA32CB066FB6F314 * value)
|
|
{
|
|
___keys_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ___values_8)); }
|
|
inline ValueCollection_tEE610AF4936FFF247E852E276393507326A42062 * get_values_8() const { return ___values_8; }
|
|
inline ValueCollection_tEE610AF4936FFF247E852E276393507326A42062 ** get_address_of_values_8() { return &___values_8; }
|
|
inline void set_values_8(ValueCollection_tEE610AF4936FFF247E852E276393507326A42062 * value)
|
|
{
|
|
___values_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319, ____syncRoot_9)); }
|
|
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
|
|
inline void set__syncRoot_9(RuntimeObject * value)
|
|
{
|
|
____syncRoot_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<System.Object>
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields, ____emptyArray_5)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>
|
|
struct List_1_t046427F3923444CF746C550FD96A3D0E4189D273 : public RuntimeObject
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD* ____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<int32_t>(offsetof(List_1_t046427F3923444CF746C550FD96A3D0E4189D273, ____items_1)); }
|
|
inline GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD* get__items_1() const { return ____items_1; }
|
|
inline GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD** get_address_of__items_1() { return &____items_1; }
|
|
inline void set__items_1(GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD* value)
|
|
{
|
|
____items_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t046427F3923444CF746C550FD96A3D0E4189D273, ____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<int32_t>(offsetof(List_1_t046427F3923444CF746C550FD96A3D0E4189D273, ____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<int32_t>(offsetof(List_1_t046427F3923444CF746C550FD96A3D0E4189D273, ____syncRoot_4)); }
|
|
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
|
|
inline void set__syncRoot_4(RuntimeObject * value)
|
|
{
|
|
____syncRoot_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct List_1_t046427F3923444CF746C550FD96A3D0E4189D273_StaticFields
|
|
{
|
|
public:
|
|
// T[] System.Collections.Generic.List`1::_emptyArray
|
|
GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD* ____emptyArray_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t046427F3923444CF746C550FD96A3D0E4189D273_StaticFields, ____emptyArray_5)); }
|
|
inline GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD* get__emptyArray_5() const { return ____emptyArray_5; }
|
|
inline GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD** get_address_of__emptyArray_5() { return &____emptyArray_5; }
|
|
inline void set__emptyArray_5(GUILayoutEntryU5BU5D_tABE834456D53BDC45598E951D6FBF94E97BDADFD* value)
|
|
{
|
|
____emptyArray_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Stack
|
|
struct Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Object[] System.Collections.Stack::_array
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
|
|
// System.Int32 System.Collections.Stack::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Stack::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Stack::_syncRoot
|
|
RuntimeObject * ____syncRoot_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____array_0)); }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
|
|
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
|
|
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
|
|
{
|
|
____array_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____array_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____size_1)); }
|
|
inline int32_t get__size_1() const { return ____size_1; }
|
|
inline int32_t* get_address_of__size_1() { return &____size_1; }
|
|
inline void set__size_1(int32_t value)
|
|
{
|
|
____size_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____version_2)); }
|
|
inline int32_t get__version_2() const { return ____version_2; }
|
|
inline int32_t* get_address_of__version_2() { return &____version_2; }
|
|
inline void set__version_2(int32_t value)
|
|
{
|
|
____version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643, ____syncRoot_3)); }
|
|
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
|
|
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
|
|
inline void set__syncRoot_3(RuntimeObject * value)
|
|
{
|
|
____syncRoot_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : 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<int32_t>(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<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
|
|
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
|
|
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
|
|
inline void set_m_firstChar_1(Il2CppChar value)
|
|
{
|
|
___m_firstChar_1 = value;
|
|
}
|
|
};
|
|
|
|
struct String_t_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
|
|
inline String_t* get_Empty_5() const { return ___Empty_5; }
|
|
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
|
|
inline void set_Empty_5(String_t* value)
|
|
{
|
|
___Empty_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.StringComparer
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
|
|
{
|
|
public:
|
|
// System.StringComparer System.StringComparer::_invariantCulture
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
|
|
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
|
|
// System.StringComparer System.StringComparer::_ordinal
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
|
|
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
|
|
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCulture_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
|
|
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____invariantCultureIgnoreCase_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
|
|
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinal_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
|
|
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
|
|
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
|
|
{
|
|
____ordinalIgnoreCase_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.GUIClip
|
|
struct GUIClip_tD8FEFCDA2C4A085BA10BDDFF5B74095F114B2B61 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.GUIContent
|
|
struct GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.String UnityEngine.GUIContent::m_Text
|
|
String_t* ___m_Text_0;
|
|
// UnityEngine.Texture UnityEngine.GUIContent::m_Image
|
|
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___m_Image_1;
|
|
// System.String UnityEngine.GUIContent::m_Tooltip
|
|
String_t* ___m_Tooltip_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Text_0() { return static_cast<int32_t>(offsetof(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0, ___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_Image_1() { return static_cast<int32_t>(offsetof(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0, ___m_Image_1)); }
|
|
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * get_m_Image_1() const { return ___m_Image_1; }
|
|
inline Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 ** get_address_of_m_Image_1() { return &___m_Image_1; }
|
|
inline void set_m_Image_1(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * value)
|
|
{
|
|
___m_Image_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Image_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Tooltip_2() { return static_cast<int32_t>(offsetof(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0, ___m_Tooltip_2)); }
|
|
inline String_t* get_m_Tooltip_2() const { return ___m_Tooltip_2; }
|
|
inline String_t** get_address_of_m_Tooltip_2() { return &___m_Tooltip_2; }
|
|
inline void set_m_Tooltip_2(String_t* value)
|
|
{
|
|
___m_Tooltip_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Tooltip_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.GUIContent UnityEngine.GUIContent::s_Text
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___s_Text_3;
|
|
// UnityEngine.GUIContent UnityEngine.GUIContent::s_Image
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___s_Image_4;
|
|
// UnityEngine.GUIContent UnityEngine.GUIContent::s_TextImage
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___s_TextImage_5;
|
|
// UnityEngine.GUIContent UnityEngine.GUIContent::none
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___none_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Text_3() { return static_cast<int32_t>(offsetof(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields, ___s_Text_3)); }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * get_s_Text_3() const { return ___s_Text_3; }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 ** get_address_of_s_Text_3() { return &___s_Text_3; }
|
|
inline void set_s_Text_3(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * value)
|
|
{
|
|
___s_Text_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Text_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_Image_4() { return static_cast<int32_t>(offsetof(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields, ___s_Image_4)); }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * get_s_Image_4() const { return ___s_Image_4; }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 ** get_address_of_s_Image_4() { return &___s_Image_4; }
|
|
inline void set_s_Image_4(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * value)
|
|
{
|
|
___s_Image_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Image_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_TextImage_5() { return static_cast<int32_t>(offsetof(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields, ___s_TextImage_5)); }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * get_s_TextImage_5() const { return ___s_TextImage_5; }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 ** get_address_of_s_TextImage_5() { return &___s_TextImage_5; }
|
|
inline void set_s_TextImage_5(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * value)
|
|
{
|
|
___s_TextImage_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_TextImage_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_none_6() { return static_cast<int32_t>(offsetof(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields, ___none_6)); }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * get_none_6() const { return ___none_6; }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 ** get_address_of_none_6() { return &___none_6; }
|
|
inline void set_none_6(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * value)
|
|
{
|
|
___none_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___none_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.GUIContent
|
|
struct GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_pinvoke
|
|
{
|
|
char* ___m_Text_0;
|
|
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___m_Image_1;
|
|
char* ___m_Tooltip_2;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.GUIContent
|
|
struct GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_com
|
|
{
|
|
Il2CppChar* ___m_Text_0;
|
|
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___m_Image_1;
|
|
Il2CppChar* ___m_Tooltip_2;
|
|
};
|
|
|
|
// UnityEngine.GUILayout
|
|
struct GUILayout_t5BDBA9AE696E27285227012F08642F97F2CCE2EC : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.GUILayoutUtility_LayoutCache
|
|
struct LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 : public RuntimeObject
|
|
{
|
|
public:
|
|
// UnityEngine.GUILayoutGroup UnityEngine.GUILayoutUtility_LayoutCache::topLevel
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * ___topLevel_0;
|
|
// UnityEngineInternal.GenericStack UnityEngine.GUILayoutUtility_LayoutCache::layoutGroups
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * ___layoutGroups_1;
|
|
// UnityEngine.GUILayoutGroup UnityEngine.GUILayoutUtility_LayoutCache::windows
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * ___windows_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_topLevel_0() { return static_cast<int32_t>(offsetof(LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468, ___topLevel_0)); }
|
|
inline GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * get_topLevel_0() const { return ___topLevel_0; }
|
|
inline GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 ** get_address_of_topLevel_0() { return &___topLevel_0; }
|
|
inline void set_topLevel_0(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * value)
|
|
{
|
|
___topLevel_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___topLevel_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_layoutGroups_1() { return static_cast<int32_t>(offsetof(LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468, ___layoutGroups_1)); }
|
|
inline GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * get_layoutGroups_1() const { return ___layoutGroups_1; }
|
|
inline GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC ** get_address_of_layoutGroups_1() { return &___layoutGroups_1; }
|
|
inline void set_layoutGroups_1(GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * value)
|
|
{
|
|
___layoutGroups_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___layoutGroups_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_windows_2() { return static_cast<int32_t>(offsetof(LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468, ___windows_2)); }
|
|
inline GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * get_windows_2() const { return ___windows_2; }
|
|
inline GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 ** get_address_of_windows_2() { return &___windows_2; }
|
|
inline void set_windows_2(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * value)
|
|
{
|
|
___windows_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___windows_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUIStateObjects
|
|
struct GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621 : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object> UnityEngine.GUIStateObjects::s_StateCache
|
|
Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * ___s_StateCache_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_StateCache_0() { return static_cast<int32_t>(offsetof(GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_StaticFields, ___s_StateCache_0)); }
|
|
inline Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * get_s_StateCache_0() const { return ___s_StateCache_0; }
|
|
inline Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 ** get_address_of_s_StateCache_0() { return &___s_StateCache_0; }
|
|
inline void set_s_StateCache_0(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * value)
|
|
{
|
|
___s_StateCache_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_StateCache_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUIUtility
|
|
struct GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.GUIUtility::s_SkinMode
|
|
int32_t ___s_SkinMode_0;
|
|
// System.Int32 UnityEngine.GUIUtility::s_OriginalID
|
|
int32_t ___s_OriginalID_1;
|
|
// System.Action UnityEngine.GUIUtility::takeCapture
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___takeCapture_2;
|
|
// System.Action UnityEngine.GUIUtility::releaseCapture
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___releaseCapture_3;
|
|
// System.Func`3<System.Int32,System.IntPtr,System.Boolean> UnityEngine.GUIUtility::processEvent
|
|
Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 * ___processEvent_4;
|
|
// System.Action UnityEngine.GUIUtility::cleanupRoots
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___cleanupRoots_5;
|
|
// System.Func`2<System.Exception,System.Boolean> UnityEngine.GUIUtility::endContainerGUIFromException
|
|
Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 * ___endContainerGUIFromException_6;
|
|
// System.Action UnityEngine.GUIUtility::guiChanged
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * ___guiChanged_7;
|
|
// System.Boolean UnityEngine.GUIUtility::<guiIsExiting>k__BackingField
|
|
bool ___U3CguiIsExitingU3Ek__BackingField_8;
|
|
// System.Func`1<System.Boolean> UnityEngine.GUIUtility::s_HasCurrentWindowKeyFocusFunc
|
|
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * ___s_HasCurrentWindowKeyFocusFunc_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_SkinMode_0() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___s_SkinMode_0)); }
|
|
inline int32_t get_s_SkinMode_0() const { return ___s_SkinMode_0; }
|
|
inline int32_t* get_address_of_s_SkinMode_0() { return &___s_SkinMode_0; }
|
|
inline void set_s_SkinMode_0(int32_t value)
|
|
{
|
|
___s_SkinMode_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_OriginalID_1() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___s_OriginalID_1)); }
|
|
inline int32_t get_s_OriginalID_1() const { return ___s_OriginalID_1; }
|
|
inline int32_t* get_address_of_s_OriginalID_1() { return &___s_OriginalID_1; }
|
|
inline void set_s_OriginalID_1(int32_t value)
|
|
{
|
|
___s_OriginalID_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_takeCapture_2() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___takeCapture_2)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_takeCapture_2() const { return ___takeCapture_2; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_takeCapture_2() { return &___takeCapture_2; }
|
|
inline void set_takeCapture_2(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___takeCapture_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___takeCapture_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_releaseCapture_3() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___releaseCapture_3)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_releaseCapture_3() const { return ___releaseCapture_3; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_releaseCapture_3() { return &___releaseCapture_3; }
|
|
inline void set_releaseCapture_3(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___releaseCapture_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___releaseCapture_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_processEvent_4() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___processEvent_4)); }
|
|
inline Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 * get_processEvent_4() const { return ___processEvent_4; }
|
|
inline Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 ** get_address_of_processEvent_4() { return &___processEvent_4; }
|
|
inline void set_processEvent_4(Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 * value)
|
|
{
|
|
___processEvent_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___processEvent_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_cleanupRoots_5() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___cleanupRoots_5)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_cleanupRoots_5() const { return ___cleanupRoots_5; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_cleanupRoots_5() { return &___cleanupRoots_5; }
|
|
inline void set_cleanupRoots_5(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___cleanupRoots_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___cleanupRoots_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_endContainerGUIFromException_6() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___endContainerGUIFromException_6)); }
|
|
inline Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 * get_endContainerGUIFromException_6() const { return ___endContainerGUIFromException_6; }
|
|
inline Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 ** get_address_of_endContainerGUIFromException_6() { return &___endContainerGUIFromException_6; }
|
|
inline void set_endContainerGUIFromException_6(Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 * value)
|
|
{
|
|
___endContainerGUIFromException_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___endContainerGUIFromException_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_guiChanged_7() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___guiChanged_7)); }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * get_guiChanged_7() const { return ___guiChanged_7; }
|
|
inline Action_t591D2A86165F896B4B800BB5C25CE18672A55579 ** get_address_of_guiChanged_7() { return &___guiChanged_7; }
|
|
inline void set_guiChanged_7(Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * value)
|
|
{
|
|
___guiChanged_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___guiChanged_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CguiIsExitingU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___U3CguiIsExitingU3Ek__BackingField_8)); }
|
|
inline bool get_U3CguiIsExitingU3Ek__BackingField_8() const { return ___U3CguiIsExitingU3Ek__BackingField_8; }
|
|
inline bool* get_address_of_U3CguiIsExitingU3Ek__BackingField_8() { return &___U3CguiIsExitingU3Ek__BackingField_8; }
|
|
inline void set_U3CguiIsExitingU3Ek__BackingField_8(bool value)
|
|
{
|
|
___U3CguiIsExitingU3Ek__BackingField_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_HasCurrentWindowKeyFocusFunc_9() { return static_cast<int32_t>(offsetof(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields, ___s_HasCurrentWindowKeyFocusFunc_9)); }
|
|
inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * get_s_HasCurrentWindowKeyFocusFunc_9() const { return ___s_HasCurrentWindowKeyFocusFunc_9; }
|
|
inline Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 ** get_address_of_s_HasCurrentWindowKeyFocusFunc_9() { return &___s_HasCurrentWindowKeyFocusFunc_9; }
|
|
inline void set_s_HasCurrentWindowKeyFocusFunc_9(Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * value)
|
|
{
|
|
___s_HasCurrentWindowKeyFocusFunc_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_HasCurrentWindowKeyFocusFunc_9), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ScrollViewState
|
|
struct ScrollViewState_t738AAD89973B4E764B6F977945263C24A881428E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.SliderState
|
|
struct SliderState_t6081D6F2CF6D0F1A13B2A2D255671B4053EC52CB : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Boolean
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
|
|
{
|
|
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<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
|
|
inline bool get_m_value_0() const { return ___m_value_0; }
|
|
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(bool value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
|
|
{
|
|
public:
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
|
|
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
|
|
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
|
|
inline void set_TrueString_5(String_t* value)
|
|
{
|
|
___TrueString_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
|
|
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
|
|
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
|
|
inline void set_FalseString_6(String_t* value)
|
|
{
|
|
___FalseString_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Char
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
|
|
{
|
|
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<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
|
|
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
|
|
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(Il2CppChar value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
|
|
{
|
|
public:
|
|
// System.Byte[] System.Char::categoryForLatin1
|
|
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
|
|
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
|
|
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
|
|
{
|
|
___categoryForLatin1_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.Object,System.Object>
|
|
struct Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
|
|
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
|
|
int32_t ___version_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
|
|
RuntimeObject * ___currentValue_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___dictionary_0)); }
|
|
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F, ___currentValue_3)); }
|
|
inline RuntimeObject * get_currentValue_3() const { return ___currentValue_3; }
|
|
inline RuntimeObject ** get_address_of_currentValue_3() { return &___currentValue_3; }
|
|
inline void set_currentValue_3(RuntimeObject * value)
|
|
{
|
|
___currentValue_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator<System.String,UnityEngine.GUIStyle>
|
|
struct Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::dictionary
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * ___dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::version
|
|
int32_t ___version_2;
|
|
// TValue System.Collections.Generic.Dictionary`2_ValueCollection_Enumerator::currentValue
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___currentValue_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6, ___dictionary_0)); }
|
|
inline Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * get_dictionary_0() const { return ___dictionary_0; }
|
|
inline Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A ** get_address_of_dictionary_0() { return &___dictionary_0; }
|
|
inline void set_dictionary_0(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * value)
|
|
{
|
|
___dictionary_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_currentValue_3() { return static_cast<int32_t>(offsetof(Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6, ___currentValue_3)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_currentValue_3() const { return ___currentValue_3; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_currentValue_3() { return &___currentValue_3; }
|
|
inline void set_currentValue_3(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___currentValue_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___currentValue_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1_Enumerator<System.Object>
|
|
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
|
|
int32_t ___version_2;
|
|
// T System.Collections.Generic.List`1_Enumerator::current
|
|
RuntimeObject * ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
|
|
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
|
|
inline RuntimeObject * get_current_3() const { return ___current_3; }
|
|
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(RuntimeObject * value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Collections.Generic.List`1_Enumerator<UnityEngine.GUILayoutEntry>
|
|
struct Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * ___list_0;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
|
|
int32_t ___index_1;
|
|
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
|
|
int32_t ___version_2;
|
|
// T System.Collections.Generic.List`1_Enumerator::current
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * ___current_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587, ___list_0)); }
|
|
inline List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * get_list_0() const { return ___list_0; }
|
|
inline List_1_t046427F3923444CF746C550FD96A3D0E4189D273 ** get_address_of_list_0() { return &___list_0; }
|
|
inline void set_list_0(List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * value)
|
|
{
|
|
___list_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587, ___index_1)); }
|
|
inline int32_t get_index_1() const { return ___index_1; }
|
|
inline int32_t* get_address_of_index_1() { return &___index_1; }
|
|
inline void set_index_1(int32_t value)
|
|
{
|
|
___index_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587, ___version_2)); }
|
|
inline int32_t get_version_2() const { return ___version_2; }
|
|
inline int32_t* get_address_of_version_2() { return &___version_2; }
|
|
inline void set_version_2(int32_t value)
|
|
{
|
|
___version_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587, ___current_3)); }
|
|
inline GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * get_current_3() const { return ___current_3; }
|
|
inline GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 ** get_address_of_current_3() { return &___current_3; }
|
|
inline void set_current_3(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * value)
|
|
{
|
|
___current_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.DateTime
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
|
|
{
|
|
public:
|
|
// System.UInt64 System.DateTime::dateData
|
|
uint64_t ___dateData_44;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
|
|
inline uint64_t get_dateData_44() const { return ___dateData_44; }
|
|
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
|
|
inline void set_dateData_44(uint64_t value)
|
|
{
|
|
___dateData_44 = value;
|
|
}
|
|
};
|
|
|
|
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32[] System.DateTime::DaysToMonth365
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
|
|
// System.Int32[] System.DateTime::DaysToMonth366
|
|
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
|
|
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth365_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
|
|
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
|
|
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
|
|
{
|
|
___DaysToMonth366_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
|
|
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MinValue_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
|
|
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___MaxValue_32 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
|
|
{
|
|
public:
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
|
|
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
|
|
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
|
|
{
|
|
___enumSeperatorCharArray_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
|
|
{
|
|
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<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___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.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<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
|
|
inline void* get_m_value_0() const { return ___m_value_0; }
|
|
inline void** get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(void* value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
public:
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
|
|
inline intptr_t get_Zero_1() const { return ___Zero_1; }
|
|
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
|
|
inline void set_Zero_1(intptr_t value)
|
|
{
|
|
___Zero_1 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Single
|
|
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
|
|
{
|
|
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<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
|
|
inline float get_m_value_0() const { return ___m_value_0; }
|
|
inline float* get_address_of_m_value_0() { return &___m_value_0; }
|
|
inline void set_m_value_0(float value)
|
|
{
|
|
___m_value_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.UInt32
|
|
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
|
|
{
|
|
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<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___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.Void
|
|
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
|
|
{
|
|
public:
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
|
|
};
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Color
|
|
struct Color_t119BCA590009762C7223FDD3AF9706653AC84ED2
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Color::r
|
|
float ___r_0;
|
|
// System.Single UnityEngine.Color::g
|
|
float ___g_1;
|
|
// System.Single UnityEngine.Color::b
|
|
float ___b_2;
|
|
// System.Single UnityEngine.Color::a
|
|
float ___a_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_r_0() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___r_0)); }
|
|
inline float get_r_0() const { return ___r_0; }
|
|
inline float* get_address_of_r_0() { return &___r_0; }
|
|
inline void set_r_0(float value)
|
|
{
|
|
___r_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_g_1() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___g_1)); }
|
|
inline float get_g_1() const { return ___g_1; }
|
|
inline float* get_address_of_g_1() { return &___g_1; }
|
|
inline void set_g_1(float value)
|
|
{
|
|
___g_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_b_2() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___b_2)); }
|
|
inline float get_b_2() const { return ___b_2; }
|
|
inline float* get_address_of_b_2() { return &___b_2; }
|
|
inline void set_b_2(float value)
|
|
{
|
|
___b_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_a_3() { return static_cast<int32_t>(offsetof(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2, ___a_3)); }
|
|
inline float get_a_3() const { return ___a_3; }
|
|
inline float* get_address_of_a_3() { return &___a_3; }
|
|
inline void set_a_3(float value)
|
|
{
|
|
___a_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.EventInterests
|
|
struct EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94
|
|
{
|
|
public:
|
|
// System.Boolean UnityEngine.EventInterests::<wantsMouseMove>k__BackingField
|
|
bool ___U3CwantsMouseMoveU3Ek__BackingField_0;
|
|
// System.Boolean UnityEngine.EventInterests::<wantsMouseEnterLeaveWindow>k__BackingField
|
|
bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_U3CwantsMouseMoveU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94, ___U3CwantsMouseMoveU3Ek__BackingField_0)); }
|
|
inline bool get_U3CwantsMouseMoveU3Ek__BackingField_0() const { return ___U3CwantsMouseMoveU3Ek__BackingField_0; }
|
|
inline bool* get_address_of_U3CwantsMouseMoveU3Ek__BackingField_0() { return &___U3CwantsMouseMoveU3Ek__BackingField_0; }
|
|
inline void set_U3CwantsMouseMoveU3Ek__BackingField_0(bool value)
|
|
{
|
|
___U3CwantsMouseMoveU3Ek__BackingField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94, ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1)); }
|
|
inline bool get_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() const { return ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; }
|
|
inline bool* get_address_of_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1() { return &___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1; }
|
|
inline void set_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1(bool value)
|
|
{
|
|
___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.EventInterests
|
|
struct EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_pinvoke
|
|
{
|
|
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
|
|
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.EventInterests
|
|
struct EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_com
|
|
{
|
|
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
|
|
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
|
|
};
|
|
|
|
// UnityEngine.GUIClip_ParentClipScope
|
|
struct ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF
|
|
{
|
|
public:
|
|
// System.Boolean UnityEngine.GUIClip_ParentClipScope::m_Disposed
|
|
bool ___m_Disposed_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Disposed_0() { return static_cast<int32_t>(offsetof(ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF, ___m_Disposed_0)); }
|
|
inline bool get_m_Disposed_0() const { return ___m_Disposed_0; }
|
|
inline bool* get_address_of_m_Disposed_0() { return &___m_Disposed_0; }
|
|
inline void set_m_Disposed_0(bool value)
|
|
{
|
|
___m_Disposed_0 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.GUIClip/ParentClipScope
|
|
struct ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_Disposed_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.GUIClip/ParentClipScope
|
|
struct ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_com
|
|
{
|
|
int32_t ___m_Disposed_0;
|
|
};
|
|
|
|
// UnityEngine.GUITargetAttribute
|
|
struct GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8 : public Attribute_tF048C13FB3C8CFCC53F82290E4A3F621089F9A74
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.GUITargetAttribute::displayMask
|
|
int32_t ___displayMask_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_displayMask_0() { return static_cast<int32_t>(offsetof(GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8, ___displayMask_0)); }
|
|
inline int32_t get_displayMask_0() const { return ___displayMask_0; }
|
|
inline int32_t* get_address_of_displayMask_0() { return &___displayMask_0; }
|
|
inline void set_displayMask_0(int32_t value)
|
|
{
|
|
___displayMask_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Matrix4x4
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.Matrix4x4::m00
|
|
float ___m00_0;
|
|
// System.Single UnityEngine.Matrix4x4::m10
|
|
float ___m10_1;
|
|
// System.Single UnityEngine.Matrix4x4::m20
|
|
float ___m20_2;
|
|
// System.Single UnityEngine.Matrix4x4::m30
|
|
float ___m30_3;
|
|
// System.Single UnityEngine.Matrix4x4::m01
|
|
float ___m01_4;
|
|
// System.Single UnityEngine.Matrix4x4::m11
|
|
float ___m11_5;
|
|
// System.Single UnityEngine.Matrix4x4::m21
|
|
float ___m21_6;
|
|
// System.Single UnityEngine.Matrix4x4::m31
|
|
float ___m31_7;
|
|
// System.Single UnityEngine.Matrix4x4::m02
|
|
float ___m02_8;
|
|
// System.Single UnityEngine.Matrix4x4::m12
|
|
float ___m12_9;
|
|
// System.Single UnityEngine.Matrix4x4::m22
|
|
float ___m22_10;
|
|
// System.Single UnityEngine.Matrix4x4::m32
|
|
float ___m32_11;
|
|
// System.Single UnityEngine.Matrix4x4::m03
|
|
float ___m03_12;
|
|
// System.Single UnityEngine.Matrix4x4::m13
|
|
float ___m13_13;
|
|
// System.Single UnityEngine.Matrix4x4::m23
|
|
float ___m23_14;
|
|
// System.Single UnityEngine.Matrix4x4::m33
|
|
float ___m33_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m00_0() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m00_0)); }
|
|
inline float get_m00_0() const { return ___m00_0; }
|
|
inline float* get_address_of_m00_0() { return &___m00_0; }
|
|
inline void set_m00_0(float value)
|
|
{
|
|
___m00_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m10_1() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m10_1)); }
|
|
inline float get_m10_1() const { return ___m10_1; }
|
|
inline float* get_address_of_m10_1() { return &___m10_1; }
|
|
inline void set_m10_1(float value)
|
|
{
|
|
___m10_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m20_2() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m20_2)); }
|
|
inline float get_m20_2() const { return ___m20_2; }
|
|
inline float* get_address_of_m20_2() { return &___m20_2; }
|
|
inline void set_m20_2(float value)
|
|
{
|
|
___m20_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m30_3() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m30_3)); }
|
|
inline float get_m30_3() const { return ___m30_3; }
|
|
inline float* get_address_of_m30_3() { return &___m30_3; }
|
|
inline void set_m30_3(float value)
|
|
{
|
|
___m30_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m01_4() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m01_4)); }
|
|
inline float get_m01_4() const { return ___m01_4; }
|
|
inline float* get_address_of_m01_4() { return &___m01_4; }
|
|
inline void set_m01_4(float value)
|
|
{
|
|
___m01_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m11_5() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m11_5)); }
|
|
inline float get_m11_5() const { return ___m11_5; }
|
|
inline float* get_address_of_m11_5() { return &___m11_5; }
|
|
inline void set_m11_5(float value)
|
|
{
|
|
___m11_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m21_6() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m21_6)); }
|
|
inline float get_m21_6() const { return ___m21_6; }
|
|
inline float* get_address_of_m21_6() { return &___m21_6; }
|
|
inline void set_m21_6(float value)
|
|
{
|
|
___m21_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m31_7() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m31_7)); }
|
|
inline float get_m31_7() const { return ___m31_7; }
|
|
inline float* get_address_of_m31_7() { return &___m31_7; }
|
|
inline void set_m31_7(float value)
|
|
{
|
|
___m31_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m02_8() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m02_8)); }
|
|
inline float get_m02_8() const { return ___m02_8; }
|
|
inline float* get_address_of_m02_8() { return &___m02_8; }
|
|
inline void set_m02_8(float value)
|
|
{
|
|
___m02_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m12_9() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m12_9)); }
|
|
inline float get_m12_9() const { return ___m12_9; }
|
|
inline float* get_address_of_m12_9() { return &___m12_9; }
|
|
inline void set_m12_9(float value)
|
|
{
|
|
___m12_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m22_10() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m22_10)); }
|
|
inline float get_m22_10() const { return ___m22_10; }
|
|
inline float* get_address_of_m22_10() { return &___m22_10; }
|
|
inline void set_m22_10(float value)
|
|
{
|
|
___m22_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m32_11() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m32_11)); }
|
|
inline float get_m32_11() const { return ___m32_11; }
|
|
inline float* get_address_of_m32_11() { return &___m32_11; }
|
|
inline void set_m32_11(float value)
|
|
{
|
|
___m32_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m03_12() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m03_12)); }
|
|
inline float get_m03_12() const { return ___m03_12; }
|
|
inline float* get_address_of_m03_12() { return &___m03_12; }
|
|
inline void set_m03_12(float value)
|
|
{
|
|
___m03_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m13_13() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m13_13)); }
|
|
inline float get_m13_13() const { return ___m13_13; }
|
|
inline float* get_address_of_m13_13() { return &___m13_13; }
|
|
inline void set_m13_13(float value)
|
|
{
|
|
___m13_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m23_14() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m23_14)); }
|
|
inline float get_m23_14() const { return ___m23_14; }
|
|
inline float* get_address_of_m23_14() { return &___m23_14; }
|
|
inline void set_m23_14(float value)
|
|
{
|
|
___m23_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m33_15() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA, ___m33_15)); }
|
|
inline float get_m33_15() const { return ___m33_15; }
|
|
inline float* get_address_of_m33_15() { return &___m33_15; }
|
|
inline void set_m33_15(float value)
|
|
{
|
|
___m33_15 = value;
|
|
}
|
|
};
|
|
|
|
struct Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___zeroMatrix_16;
|
|
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___identityMatrix_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroMatrix_16() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___zeroMatrix_16)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_zeroMatrix_16() const { return ___zeroMatrix_16; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_zeroMatrix_16() { return &___zeroMatrix_16; }
|
|
inline void set_zeroMatrix_16(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___zeroMatrix_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_identityMatrix_17() { return static_cast<int32_t>(offsetof(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA_StaticFields, ___identityMatrix_17)); }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA get_identityMatrix_17() const { return ___identityMatrix_17; }
|
|
inline Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * get_address_of_identityMatrix_17() { return &___identityMatrix_17; }
|
|
inline void set_identityMatrix_17(Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA value)
|
|
{
|
|
___identityMatrix_17 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Rect
|
|
struct Rect_t35B976DE901B5423C11705E156938EA27AB402CE
|
|
{
|
|
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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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<int32_t>(offsetof(Rect_t35B976DE901B5423C11705E156938EA27AB402CE, ___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;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Vector2
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D
|
|
{
|
|
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<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___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<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D, ___y_1)); }
|
|
inline float get_y_1() const { return ___y_1; }
|
|
inline float* get_address_of_y_1() { return &___y_1; }
|
|
inline void set_y_1(float value)
|
|
{
|
|
___y_1 = value;
|
|
}
|
|
};
|
|
|
|
struct Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___zeroVector_2;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___oneVector_3;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___upVector_4;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___downVector_5;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___leftVector_6;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rightVector_7;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___positiveInfinityVector_8;
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___negativeInfinityVector_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_zeroVector_2() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___zeroVector_2)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_zeroVector_2() const { return ___zeroVector_2; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_zeroVector_2() { return &___zeroVector_2; }
|
|
inline void set_zeroVector_2(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___zeroVector_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oneVector_3() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___oneVector_3)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_oneVector_3() const { return ___oneVector_3; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_oneVector_3() { return &___oneVector_3; }
|
|
inline void set_oneVector_3(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___oneVector_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_upVector_4() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___upVector_4)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_upVector_4() const { return ___upVector_4; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_upVector_4() { return &___upVector_4; }
|
|
inline void set_upVector_4(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___upVector_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_downVector_5() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___downVector_5)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_downVector_5() const { return ___downVector_5; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_downVector_5() { return &___downVector_5; }
|
|
inline void set_downVector_5(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___downVector_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_leftVector_6() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___leftVector_6)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_leftVector_6() const { return ___leftVector_6; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_leftVector_6() { return &___leftVector_6; }
|
|
inline void set_leftVector_6(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___leftVector_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rightVector_7() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___rightVector_7)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_rightVector_7() const { return ___rightVector_7; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_rightVector_7() { return &___rightVector_7; }
|
|
inline void set_rightVector_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___rightVector_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_positiveInfinityVector_8() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___positiveInfinityVector_8)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_positiveInfinityVector_8() const { return ___positiveInfinityVector_8; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_positiveInfinityVector_8() { return &___positiveInfinityVector_8; }
|
|
inline void set_positiveInfinityVector_8(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___positiveInfinityVector_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_negativeInfinityVector_9() { return static_cast<int32_t>(offsetof(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_StaticFields, ___negativeInfinityVector_9)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_negativeInfinityVector_9() const { return ___negativeInfinityVector_9; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_negativeInfinityVector_9() { return &___negativeInfinityVector_9; }
|
|
inline void set_negativeInfinityVector_9(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___negativeInfinityVector_9 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngineInternal.GenericStack
|
|
struct GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC : public Stack_t37723B68CC4FFD95F0F3D06A5D42D7DEE7569643
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// 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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(offsetof(Delegate_t, ___data_9)); }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
|
|
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
|
|
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
|
|
{
|
|
___data_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(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<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
|
|
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
|
|
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
|
|
{
|
|
____safeSerializationManager_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
|
|
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
|
|
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* 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<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
|
|
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
|
|
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
|
|
{
|
|
___native_trace_ips_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Exception_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject * ___s_EDILock_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
|
|
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
|
|
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
|
|
inline void set_s_EDILock_0(RuntimeObject * value)
|
|
{
|
|
___s_EDILock_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___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_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
};
|
|
|
|
// System.Int32Enum
|
|
struct Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD
|
|
{
|
|
public:
|
|
// System.Int32 System.Int32Enum::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Int32Enum_t6312CE4586C17FE2E2E513D2E7655B574F10FDCD, ___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_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
|
|
{
|
|
public:
|
|
// System.Int32 System.Reflection.BindingFlags::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___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.MethodInfo
|
|
struct MethodInfo_t : public MethodBase_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
|
|
{
|
|
public:
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___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.Event
|
|
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.Event::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Event UnityEngine.Event::s_Current
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___s_Current_1;
|
|
// UnityEngine.Event UnityEngine.Event::s_MasterEvent
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___s_MasterEvent_2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Current_1() { return static_cast<int32_t>(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields, ___s_Current_1)); }
|
|
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_s_Current_1() const { return ___s_Current_1; }
|
|
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_s_Current_1() { return &___s_Current_1; }
|
|
inline void set_s_Current_1(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value)
|
|
{
|
|
___s_Current_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Current_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_MasterEvent_2() { return static_cast<int32_t>(offsetof(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields, ___s_MasterEvent_2)); }
|
|
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * get_s_MasterEvent_2() const { return ___s_MasterEvent_2; }
|
|
inline Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 ** get_address_of_s_MasterEvent_2() { return &___s_MasterEvent_2; }
|
|
inline void set_s_MasterEvent_2(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * value)
|
|
{
|
|
___s_MasterEvent_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_MasterEvent_2), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Event
|
|
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Event
|
|
struct Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
};
|
|
|
|
// UnityEngine.EventModifiers
|
|
struct EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.EventModifiers::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061, ___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.EventType
|
|
struct EventType_t3D3937E705A4506226002DAB22071B7B181DA57B
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.EventType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B, ___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.FocusType
|
|
struct FocusType_t8242637722FC265816544B73BC14E4293A78FD85
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.FocusType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FocusType_t8242637722FC265816544B73BC14E4293A78FD85, ___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.GUI
|
|
struct GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.GUI::s_HotTextField
|
|
int32_t ___s_HotTextField_0;
|
|
// System.Int32 UnityEngine.GUI::s_BoxHash
|
|
int32_t ___s_BoxHash_1;
|
|
// System.Int32 UnityEngine.GUI::s_ButonHash
|
|
int32_t ___s_ButonHash_2;
|
|
// System.Int32 UnityEngine.GUI::s_RepeatButtonHash
|
|
int32_t ___s_RepeatButtonHash_3;
|
|
// System.Int32 UnityEngine.GUI::s_ToggleHash
|
|
int32_t ___s_ToggleHash_4;
|
|
// System.Int32 UnityEngine.GUI::s_ButtonGridHash
|
|
int32_t ___s_ButtonGridHash_5;
|
|
// System.Int32 UnityEngine.GUI::s_SliderHash
|
|
int32_t ___s_SliderHash_6;
|
|
// System.Int32 UnityEngine.GUI::s_BeginGroupHash
|
|
int32_t ___s_BeginGroupHash_7;
|
|
// System.Int32 UnityEngine.GUI::s_ScrollviewHash
|
|
int32_t ___s_ScrollviewHash_8;
|
|
// System.DateTime UnityEngine.GUI::<nextScrollStepTime>k__BackingField
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___U3CnextScrollStepTimeU3Ek__BackingField_9;
|
|
// UnityEngine.GUISkin UnityEngine.GUI::s_Skin
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * ___s_Skin_10;
|
|
// UnityEngineInternal.GenericStack UnityEngine.GUI::<scrollViewStates>k__BackingField
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * ___U3CscrollViewStatesU3Ek__BackingField_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_HotTextField_0() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_HotTextField_0)); }
|
|
inline int32_t get_s_HotTextField_0() const { return ___s_HotTextField_0; }
|
|
inline int32_t* get_address_of_s_HotTextField_0() { return &___s_HotTextField_0; }
|
|
inline void set_s_HotTextField_0(int32_t value)
|
|
{
|
|
___s_HotTextField_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_BoxHash_1() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_BoxHash_1)); }
|
|
inline int32_t get_s_BoxHash_1() const { return ___s_BoxHash_1; }
|
|
inline int32_t* get_address_of_s_BoxHash_1() { return &___s_BoxHash_1; }
|
|
inline void set_s_BoxHash_1(int32_t value)
|
|
{
|
|
___s_BoxHash_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ButonHash_2() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_ButonHash_2)); }
|
|
inline int32_t get_s_ButonHash_2() const { return ___s_ButonHash_2; }
|
|
inline int32_t* get_address_of_s_ButonHash_2() { return &___s_ButonHash_2; }
|
|
inline void set_s_ButonHash_2(int32_t value)
|
|
{
|
|
___s_ButonHash_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_RepeatButtonHash_3() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_RepeatButtonHash_3)); }
|
|
inline int32_t get_s_RepeatButtonHash_3() const { return ___s_RepeatButtonHash_3; }
|
|
inline int32_t* get_address_of_s_RepeatButtonHash_3() { return &___s_RepeatButtonHash_3; }
|
|
inline void set_s_RepeatButtonHash_3(int32_t value)
|
|
{
|
|
___s_RepeatButtonHash_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ToggleHash_4() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_ToggleHash_4)); }
|
|
inline int32_t get_s_ToggleHash_4() const { return ___s_ToggleHash_4; }
|
|
inline int32_t* get_address_of_s_ToggleHash_4() { return &___s_ToggleHash_4; }
|
|
inline void set_s_ToggleHash_4(int32_t value)
|
|
{
|
|
___s_ToggleHash_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ButtonGridHash_5() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_ButtonGridHash_5)); }
|
|
inline int32_t get_s_ButtonGridHash_5() const { return ___s_ButtonGridHash_5; }
|
|
inline int32_t* get_address_of_s_ButtonGridHash_5() { return &___s_ButtonGridHash_5; }
|
|
inline void set_s_ButtonGridHash_5(int32_t value)
|
|
{
|
|
___s_ButtonGridHash_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_SliderHash_6() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_SliderHash_6)); }
|
|
inline int32_t get_s_SliderHash_6() const { return ___s_SliderHash_6; }
|
|
inline int32_t* get_address_of_s_SliderHash_6() { return &___s_SliderHash_6; }
|
|
inline void set_s_SliderHash_6(int32_t value)
|
|
{
|
|
___s_SliderHash_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_BeginGroupHash_7() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_BeginGroupHash_7)); }
|
|
inline int32_t get_s_BeginGroupHash_7() const { return ___s_BeginGroupHash_7; }
|
|
inline int32_t* get_address_of_s_BeginGroupHash_7() { return &___s_BeginGroupHash_7; }
|
|
inline void set_s_BeginGroupHash_7(int32_t value)
|
|
{
|
|
___s_BeginGroupHash_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_ScrollviewHash_8() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_ScrollviewHash_8)); }
|
|
inline int32_t get_s_ScrollviewHash_8() const { return ___s_ScrollviewHash_8; }
|
|
inline int32_t* get_address_of_s_ScrollviewHash_8() { return &___s_ScrollviewHash_8; }
|
|
inline void set_s_ScrollviewHash_8(int32_t value)
|
|
{
|
|
___s_ScrollviewHash_8 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CnextScrollStepTimeU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___U3CnextScrollStepTimeU3Ek__BackingField_9)); }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_U3CnextScrollStepTimeU3Ek__BackingField_9() const { return ___U3CnextScrollStepTimeU3Ek__BackingField_9; }
|
|
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_U3CnextScrollStepTimeU3Ek__BackingField_9() { return &___U3CnextScrollStepTimeU3Ek__BackingField_9; }
|
|
inline void set_U3CnextScrollStepTimeU3Ek__BackingField_9(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
|
|
{
|
|
___U3CnextScrollStepTimeU3Ek__BackingField_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_Skin_10() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___s_Skin_10)); }
|
|
inline GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * get_s_Skin_10() const { return ___s_Skin_10; }
|
|
inline GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 ** get_address_of_s_Skin_10() { return &___s_Skin_10; }
|
|
inline void set_s_Skin_10(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * value)
|
|
{
|
|
___s_Skin_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Skin_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_U3CscrollViewStatesU3Ek__BackingField_11() { return static_cast<int32_t>(offsetof(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields, ___U3CscrollViewStatesU3Ek__BackingField_11)); }
|
|
inline GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * get_U3CscrollViewStatesU3Ek__BackingField_11() const { return ___U3CscrollViewStatesU3Ek__BackingField_11; }
|
|
inline GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC ** get_address_of_U3CscrollViewStatesU3Ek__BackingField_11() { return &___U3CscrollViewStatesU3Ek__BackingField_11; }
|
|
inline void set_U3CscrollViewStatesU3Ek__BackingField_11(GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * value)
|
|
{
|
|
___U3CscrollViewStatesU3Ek__BackingField_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___U3CscrollViewStatesU3Ek__BackingField_11), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUILayoutEntry
|
|
struct GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.GUILayoutEntry::minWidth
|
|
float ___minWidth_0;
|
|
// System.Single UnityEngine.GUILayoutEntry::maxWidth
|
|
float ___maxWidth_1;
|
|
// System.Single UnityEngine.GUILayoutEntry::minHeight
|
|
float ___minHeight_2;
|
|
// System.Single UnityEngine.GUILayoutEntry::maxHeight
|
|
float ___maxHeight_3;
|
|
// UnityEngine.Rect UnityEngine.GUILayoutEntry::rect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect_4;
|
|
// System.Int32 UnityEngine.GUILayoutEntry::stretchWidth
|
|
int32_t ___stretchWidth_5;
|
|
// System.Int32 UnityEngine.GUILayoutEntry::stretchHeight
|
|
int32_t ___stretchHeight_6;
|
|
// System.Boolean UnityEngine.GUILayoutEntry::consideredForMargin
|
|
bool ___consideredForMargin_7;
|
|
// UnityEngine.GUIStyle UnityEngine.GUILayoutEntry::m_Style
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_Style_8;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_minWidth_0() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___minWidth_0)); }
|
|
inline float get_minWidth_0() const { return ___minWidth_0; }
|
|
inline float* get_address_of_minWidth_0() { return &___minWidth_0; }
|
|
inline void set_minWidth_0(float value)
|
|
{
|
|
___minWidth_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxWidth_1() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___maxWidth_1)); }
|
|
inline float get_maxWidth_1() const { return ___maxWidth_1; }
|
|
inline float* get_address_of_maxWidth_1() { return &___maxWidth_1; }
|
|
inline void set_maxWidth_1(float value)
|
|
{
|
|
___maxWidth_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_minHeight_2() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___minHeight_2)); }
|
|
inline float get_minHeight_2() const { return ___minHeight_2; }
|
|
inline float* get_address_of_minHeight_2() { return &___minHeight_2; }
|
|
inline void set_minHeight_2(float value)
|
|
{
|
|
___minHeight_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_maxHeight_3() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___maxHeight_3)); }
|
|
inline float get_maxHeight_3() const { return ___maxHeight_3; }
|
|
inline float* get_address_of_maxHeight_3() { return &___maxHeight_3; }
|
|
inline void set_maxHeight_3(float value)
|
|
{
|
|
___maxHeight_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_rect_4() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___rect_4)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_rect_4() const { return ___rect_4; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_rect_4() { return &___rect_4; }
|
|
inline void set_rect_4(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___rect_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stretchWidth_5() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___stretchWidth_5)); }
|
|
inline int32_t get_stretchWidth_5() const { return ___stretchWidth_5; }
|
|
inline int32_t* get_address_of_stretchWidth_5() { return &___stretchWidth_5; }
|
|
inline void set_stretchWidth_5(int32_t value)
|
|
{
|
|
___stretchWidth_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_stretchHeight_6() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___stretchHeight_6)); }
|
|
inline int32_t get_stretchHeight_6() const { return ___stretchHeight_6; }
|
|
inline int32_t* get_address_of_stretchHeight_6() { return &___stretchHeight_6; }
|
|
inline void set_stretchHeight_6(int32_t value)
|
|
{
|
|
___stretchHeight_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_consideredForMargin_7() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___consideredForMargin_7)); }
|
|
inline bool get_consideredForMargin_7() const { return ___consideredForMargin_7; }
|
|
inline bool* get_address_of_consideredForMargin_7() { return &___consideredForMargin_7; }
|
|
inline void set_consideredForMargin_7(bool value)
|
|
{
|
|
___consideredForMargin_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Style_8() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845, ___m_Style_8)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_Style_8() const { return ___m_Style_8; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_Style_8() { return &___m_Style_8; }
|
|
inline void set_m_Style_8(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_Style_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Style_8), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.Rect UnityEngine.GUILayoutEntry::kDummyRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___kDummyRect_9;
|
|
// System.Int32 UnityEngine.GUILayoutEntry::indent
|
|
int32_t ___indent_10;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_kDummyRect_9() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields, ___kDummyRect_9)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_kDummyRect_9() const { return ___kDummyRect_9; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_kDummyRect_9() { return &___kDummyRect_9; }
|
|
inline void set_kDummyRect_9(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___kDummyRect_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_indent_10() { return static_cast<int32_t>(offsetof(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields, ___indent_10)); }
|
|
inline int32_t get_indent_10() const { return ___indent_10; }
|
|
inline int32_t* get_address_of_indent_10() { return &___indent_10; }
|
|
inline void set_indent_10(int32_t value)
|
|
{
|
|
___indent_10 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUILayoutOption_Type
|
|
struct Type_t1060D19522CDA0F7C9A26733BE1E8C8E20AC1278
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.GUILayoutOption_Type::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Type_t1060D19522CDA0F7C9A26733BE1E8C8E20AC1278, ___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.GUILayoutUtility
|
|
struct GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E : public RuntimeObject
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility_LayoutCache> UnityEngine.GUILayoutUtility::s_StoredLayouts
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * ___s_StoredLayouts_0;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility_LayoutCache> UnityEngine.GUILayoutUtility::s_StoredWindows
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * ___s_StoredWindows_1;
|
|
// UnityEngine.GUILayoutUtility_LayoutCache UnityEngine.GUILayoutUtility::current
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * ___current_2;
|
|
// UnityEngine.Rect UnityEngine.GUILayoutUtility::kDummyRect
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___kDummyRect_3;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_StoredLayouts_0() { return static_cast<int32_t>(offsetof(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields, ___s_StoredLayouts_0)); }
|
|
inline Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * get_s_StoredLayouts_0() const { return ___s_StoredLayouts_0; }
|
|
inline Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 ** get_address_of_s_StoredLayouts_0() { return &___s_StoredLayouts_0; }
|
|
inline void set_s_StoredLayouts_0(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * value)
|
|
{
|
|
___s_StoredLayouts_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_StoredLayouts_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_StoredWindows_1() { return static_cast<int32_t>(offsetof(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields, ___s_StoredWindows_1)); }
|
|
inline Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * get_s_StoredWindows_1() const { return ___s_StoredWindows_1; }
|
|
inline Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 ** get_address_of_s_StoredWindows_1() { return &___s_StoredWindows_1; }
|
|
inline void set_s_StoredWindows_1(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * value)
|
|
{
|
|
___s_StoredWindows_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_StoredWindows_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_2() { return static_cast<int32_t>(offsetof(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields, ___current_2)); }
|
|
inline LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * get_current_2() const { return ___current_2; }
|
|
inline LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 ** get_address_of_current_2() { return &___current_2; }
|
|
inline void set_current_2(LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * value)
|
|
{
|
|
___current_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_kDummyRect_3() { return static_cast<int32_t>(offsetof(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields, ___kDummyRect_3)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_kDummyRect_3() const { return ___kDummyRect_3; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_kDummyRect_3() { return &___kDummyRect_3; }
|
|
inline void set_kDummyRect_3(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___kDummyRect_3 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUISettings
|
|
struct GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.Boolean UnityEngine.GUISettings::m_DoubleClickSelectsWord
|
|
bool ___m_DoubleClickSelectsWord_0;
|
|
// System.Boolean UnityEngine.GUISettings::m_TripleClickSelectsLine
|
|
bool ___m_TripleClickSelectsLine_1;
|
|
// UnityEngine.Color UnityEngine.GUISettings::m_CursorColor
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_CursorColor_2;
|
|
// System.Single UnityEngine.GUISettings::m_CursorFlashSpeed
|
|
float ___m_CursorFlashSpeed_3;
|
|
// UnityEngine.Color UnityEngine.GUISettings::m_SelectionColor
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___m_SelectionColor_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_DoubleClickSelectsWord_0() { return static_cast<int32_t>(offsetof(GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4, ___m_DoubleClickSelectsWord_0)); }
|
|
inline bool get_m_DoubleClickSelectsWord_0() const { return ___m_DoubleClickSelectsWord_0; }
|
|
inline bool* get_address_of_m_DoubleClickSelectsWord_0() { return &___m_DoubleClickSelectsWord_0; }
|
|
inline void set_m_DoubleClickSelectsWord_0(bool value)
|
|
{
|
|
___m_DoubleClickSelectsWord_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_TripleClickSelectsLine_1() { return static_cast<int32_t>(offsetof(GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4, ___m_TripleClickSelectsLine_1)); }
|
|
inline bool get_m_TripleClickSelectsLine_1() const { return ___m_TripleClickSelectsLine_1; }
|
|
inline bool* get_address_of_m_TripleClickSelectsLine_1() { return &___m_TripleClickSelectsLine_1; }
|
|
inline void set_m_TripleClickSelectsLine_1(bool value)
|
|
{
|
|
___m_TripleClickSelectsLine_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CursorColor_2() { return static_cast<int32_t>(offsetof(GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4, ___m_CursorColor_2)); }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_CursorColor_2() const { return ___m_CursorColor_2; }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_CursorColor_2() { return &___m_CursorColor_2; }
|
|
inline void set_m_CursorColor_2(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
___m_CursorColor_2 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CursorFlashSpeed_3() { return static_cast<int32_t>(offsetof(GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4, ___m_CursorFlashSpeed_3)); }
|
|
inline float get_m_CursorFlashSpeed_3() const { return ___m_CursorFlashSpeed_3; }
|
|
inline float* get_address_of_m_CursorFlashSpeed_3() { return &___m_CursorFlashSpeed_3; }
|
|
inline void set_m_CursorFlashSpeed_3(float value)
|
|
{
|
|
___m_CursorFlashSpeed_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SelectionColor_4() { return static_cast<int32_t>(offsetof(GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4, ___m_SelectionColor_4)); }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 get_m_SelectionColor_4() const { return ___m_SelectionColor_4; }
|
|
inline Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * get_address_of_m_SelectionColor_4() { return &___m_SelectionColor_4; }
|
|
inline void set_m_SelectionColor_4(Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 value)
|
|
{
|
|
___m_SelectionColor_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUIStyleState
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.GUIStyleState::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
// UnityEngine.GUIStyle UnityEngine.GUIStyleState::m_SourceStyle
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_SourceStyle_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast<int32_t>(offsetof(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5, ___m_SourceStyle_1)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; }
|
|
inline void set_m_SourceStyle_1(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_SourceStyle_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.GUIStyleState
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke* ___m_SourceStyle_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.GUIStyleState
|
|
struct GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com* ___m_SourceStyle_1;
|
|
};
|
|
|
|
// UnityEngine.KeyCode
|
|
struct KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.KeyCode::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C, ___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_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 : 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<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0, ___m_CachedPtr_0)); }
|
|
inline intptr_t get_m_CachedPtr_0() const { return ___m_CachedPtr_0; }
|
|
inline intptr_t* get_address_of_m_CachedPtr_0() { return &___m_CachedPtr_0; }
|
|
inline void set_m_CachedPtr_0(intptr_t value)
|
|
{
|
|
___m_CachedPtr_0 = value;
|
|
}
|
|
};
|
|
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return static_cast<int32_t>(offsetof(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_StaticFields, ___OffsetOfInstanceIDInCPlusPlusObject_1)); }
|
|
inline int32_t get_OffsetOfInstanceIDInCPlusPlusObject_1() const { return ___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline int32_t* get_address_of_OffsetOfInstanceIDInCPlusPlusObject_1() { return &___OffsetOfInstanceIDInCPlusPlusObject_1; }
|
|
inline void set_OffsetOfInstanceIDInCPlusPlusObject_1(int32_t value)
|
|
{
|
|
___OffsetOfInstanceIDInCPlusPlusObject_1 = value;
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.Object
|
|
struct Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr_0;
|
|
};
|
|
|
|
// UnityEngine.ObjectGUIState
|
|
struct ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.ObjectGUIState::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.OperatingSystemFamily
|
|
struct OperatingSystemFamily_tB10B95DB611852B942F4B31CCD63B9955350F2EE
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.OperatingSystemFamily::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OperatingSystemFamily_tB10B95DB611852B942F4B31CCD63B9955350F2EE, ___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.PointerType
|
|
struct PointerType_tFE78E7B29562C9813141CA1708800D39B0F3931D
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.PointerType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PointerType_tFE78E7B29562C9813141CA1708800D39B0F3931D, ___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.RectOffset
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.RectOffset::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
// System.Object UnityEngine.RectOffset::m_SourceStyle
|
|
RuntimeObject * ___m_SourceStyle_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SourceStyle_1() { return static_cast<int32_t>(offsetof(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A, ___m_SourceStyle_1)); }
|
|
inline RuntimeObject * get_m_SourceStyle_1() const { return ___m_SourceStyle_1; }
|
|
inline RuntimeObject ** get_address_of_m_SourceStyle_1() { return &___m_SourceStyle_1; }
|
|
inline void set_m_SourceStyle_1(RuntimeObject * value)
|
|
{
|
|
___m_SourceStyle_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SourceStyle_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.RectOffset
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
Il2CppIUnknown* ___m_SourceStyle_1;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.RectOffset
|
|
struct RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
Il2CppIUnknown* ___m_SourceStyle_1;
|
|
};
|
|
|
|
// UnityEngine.TextEditor_CharacterType
|
|
struct CharacterType_t8F81A6C20A3599F1ED24D754F6CA748CB8A53B9B
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TextEditor_CharacterType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CharacterType_t8F81A6C20A3599F1ED24D754F6CA748CB8A53B9B, ___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.TextEditor_DblClickSnapping
|
|
struct DblClickSnapping_t82D31F14587749755F9CB1FF9E975DDBEF7630CE
|
|
{
|
|
public:
|
|
// System.Byte UnityEngine.TextEditor_DblClickSnapping::value__
|
|
uint8_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DblClickSnapping_t82D31F14587749755F9CB1FF9E975DDBEF7630CE, ___value___2)); }
|
|
inline uint8_t get_value___2() const { return ___value___2; }
|
|
inline uint8_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(uint8_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TextEditor_Direction
|
|
struct Direction_t037B7E74F9AA6F88B7D885230EFF56443547B9BD
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TextEditor_Direction::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Direction_t037B7E74F9AA6F88B7D885230EFF56443547B9BD, ___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.TextEditor_TextEditOp
|
|
struct TextEditOp_t197E102C6DE6BA0F6A2871DB17FA260B6E01E151
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TextEditor_TextEditOp::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TextEditOp_t197E102C6DE6BA0F6A2871DB17FA260B6E01E151, ___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.TouchScreenKeyboard
|
|
struct TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.TouchScreenKeyboard::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TouchScreenKeyboard_Status
|
|
struct Status_t30C5BC9C53914BC5D15849920F7684493D884090
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchScreenKeyboard_Status::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Status_t30C5BC9C53914BC5D15849920F7684493D884090, ___value___2)); }
|
|
inline int32_t get_value___2() const { return ___value___2; }
|
|
inline int32_t* get_address_of_value___2() { return &___value___2; }
|
|
inline void set_value___2(int32_t value)
|
|
{
|
|
___value___2 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.TouchScreenKeyboardType
|
|
struct TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.TouchScreenKeyboardType::value__
|
|
int32_t ___value___2;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TouchScreenKeyboardType_tDD21D45735F3021BF4C6C7C1A660ABF03EBCE602, ___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.ApplicationException
|
|
struct ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
public:
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
|
|
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
|
|
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* 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;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
public:
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
|
|
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
|
|
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
|
|
{
|
|
____impl_9 = value;
|
|
}
|
|
};
|
|
|
|
struct Type_t_StaticFields
|
|
{
|
|
public:
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject * ___Missing_3;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_4;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
|
|
// System.Reflection.Binder System.Type::defaultBinder
|
|
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
|
|
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterAttribute_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
|
|
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterName_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
|
|
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
|
|
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
|
|
{
|
|
___FilterNameIgnoreCase_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
|
|
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
|
|
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
|
|
inline void set_Missing_3(RuntimeObject * value)
|
|
{
|
|
___Missing_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
|
|
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
|
|
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
|
|
inline void set_Delimiter_4(Il2CppChar value)
|
|
{
|
|
___Delimiter_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
|
|
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
|
|
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
|
|
{
|
|
___EmptyTypes_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
|
|
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
|
|
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
|
|
{
|
|
___defaultBinder_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.ExitGUIException
|
|
struct ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07 : public Exception_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.Font
|
|
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
// UnityEngine.Font_FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
|
|
FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C * ___m_FontTextureRebuildCallback_5;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_FontTextureRebuildCallback_5() { return static_cast<int32_t>(offsetof(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26, ___m_FontTextureRebuildCallback_5)); }
|
|
inline FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C * get_m_FontTextureRebuildCallback_5() const { return ___m_FontTextureRebuildCallback_5; }
|
|
inline FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C ** get_address_of_m_FontTextureRebuildCallback_5() { return &___m_FontTextureRebuildCallback_5; }
|
|
inline void set_m_FontTextureRebuildCallback_5(FontTextureRebuildCallback_tD700C63BB1A449E3A0464C81701E981677D3021C * value)
|
|
{
|
|
___m_FontTextureRebuildCallback_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_FontTextureRebuildCallback_5), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_StaticFields
|
|
{
|
|
public:
|
|
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
|
|
Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * ___textureRebuilt_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_textureRebuilt_4() { return static_cast<int32_t>(offsetof(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26_StaticFields, ___textureRebuilt_4)); }
|
|
inline Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * get_textureRebuilt_4() const { return ___textureRebuilt_4; }
|
|
inline Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C ** get_address_of_textureRebuilt_4() { return &___textureRebuilt_4; }
|
|
inline void set_textureRebuilt_4(Action_1_t795662E553415ECF2DD0F8EEB9BA170C3670F37C * value)
|
|
{
|
|
___textureRebuilt_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___textureRebuilt_4), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUILayoutGroup
|
|
struct GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 : public GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845
|
|
{
|
|
public:
|
|
// System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry> UnityEngine.GUILayoutGroup::entries
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * ___entries_11;
|
|
// System.Boolean UnityEngine.GUILayoutGroup::isVertical
|
|
bool ___isVertical_12;
|
|
// System.Boolean UnityEngine.GUILayoutGroup::resetCoords
|
|
bool ___resetCoords_13;
|
|
// System.Single UnityEngine.GUILayoutGroup::spacing
|
|
float ___spacing_14;
|
|
// System.Boolean UnityEngine.GUILayoutGroup::sameSize
|
|
bool ___sameSize_15;
|
|
// System.Boolean UnityEngine.GUILayoutGroup::isWindow
|
|
bool ___isWindow_16;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::windowID
|
|
int32_t ___windowID_17;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::m_Cursor
|
|
int32_t ___m_Cursor_18;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::m_StretchableCountX
|
|
int32_t ___m_StretchableCountX_19;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::m_StretchableCountY
|
|
int32_t ___m_StretchableCountY_20;
|
|
// System.Boolean UnityEngine.GUILayoutGroup::m_UserSpecifiedWidth
|
|
bool ___m_UserSpecifiedWidth_21;
|
|
// System.Boolean UnityEngine.GUILayoutGroup::m_UserSpecifiedHeight
|
|
bool ___m_UserSpecifiedHeight_22;
|
|
// System.Single UnityEngine.GUILayoutGroup::m_ChildMinWidth
|
|
float ___m_ChildMinWidth_23;
|
|
// System.Single UnityEngine.GUILayoutGroup::m_ChildMaxWidth
|
|
float ___m_ChildMaxWidth_24;
|
|
// System.Single UnityEngine.GUILayoutGroup::m_ChildMinHeight
|
|
float ___m_ChildMinHeight_25;
|
|
// System.Single UnityEngine.GUILayoutGroup::m_ChildMaxHeight
|
|
float ___m_ChildMaxHeight_26;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::m_MarginLeft
|
|
int32_t ___m_MarginLeft_27;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::m_MarginRight
|
|
int32_t ___m_MarginRight_28;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::m_MarginTop
|
|
int32_t ___m_MarginTop_29;
|
|
// System.Int32 UnityEngine.GUILayoutGroup::m_MarginBottom
|
|
int32_t ___m_MarginBottom_30;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_entries_11() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___entries_11)); }
|
|
inline List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * get_entries_11() const { return ___entries_11; }
|
|
inline List_1_t046427F3923444CF746C550FD96A3D0E4189D273 ** get_address_of_entries_11() { return &___entries_11; }
|
|
inline void set_entries_11(List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * value)
|
|
{
|
|
___entries_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___entries_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isVertical_12() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___isVertical_12)); }
|
|
inline bool get_isVertical_12() const { return ___isVertical_12; }
|
|
inline bool* get_address_of_isVertical_12() { return &___isVertical_12; }
|
|
inline void set_isVertical_12(bool value)
|
|
{
|
|
___isVertical_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_resetCoords_13() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___resetCoords_13)); }
|
|
inline bool get_resetCoords_13() const { return ___resetCoords_13; }
|
|
inline bool* get_address_of_resetCoords_13() { return &___resetCoords_13; }
|
|
inline void set_resetCoords_13(bool value)
|
|
{
|
|
___resetCoords_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_spacing_14() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___spacing_14)); }
|
|
inline float get_spacing_14() const { return ___spacing_14; }
|
|
inline float* get_address_of_spacing_14() { return &___spacing_14; }
|
|
inline void set_spacing_14(float value)
|
|
{
|
|
___spacing_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_sameSize_15() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___sameSize_15)); }
|
|
inline bool get_sameSize_15() const { return ___sameSize_15; }
|
|
inline bool* get_address_of_sameSize_15() { return &___sameSize_15; }
|
|
inline void set_sameSize_15(bool value)
|
|
{
|
|
___sameSize_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isWindow_16() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___isWindow_16)); }
|
|
inline bool get_isWindow_16() const { return ___isWindow_16; }
|
|
inline bool* get_address_of_isWindow_16() { return &___isWindow_16; }
|
|
inline void set_isWindow_16(bool value)
|
|
{
|
|
___isWindow_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_windowID_17() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___windowID_17)); }
|
|
inline int32_t get_windowID_17() const { return ___windowID_17; }
|
|
inline int32_t* get_address_of_windowID_17() { return &___windowID_17; }
|
|
inline void set_windowID_17(int32_t value)
|
|
{
|
|
___windowID_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Cursor_18() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_Cursor_18)); }
|
|
inline int32_t get_m_Cursor_18() const { return ___m_Cursor_18; }
|
|
inline int32_t* get_address_of_m_Cursor_18() { return &___m_Cursor_18; }
|
|
inline void set_m_Cursor_18(int32_t value)
|
|
{
|
|
___m_Cursor_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StretchableCountX_19() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_StretchableCountX_19)); }
|
|
inline int32_t get_m_StretchableCountX_19() const { return ___m_StretchableCountX_19; }
|
|
inline int32_t* get_address_of_m_StretchableCountX_19() { return &___m_StretchableCountX_19; }
|
|
inline void set_m_StretchableCountX_19(int32_t value)
|
|
{
|
|
___m_StretchableCountX_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_StretchableCountY_20() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_StretchableCountY_20)); }
|
|
inline int32_t get_m_StretchableCountY_20() const { return ___m_StretchableCountY_20; }
|
|
inline int32_t* get_address_of_m_StretchableCountY_20() { return &___m_StretchableCountY_20; }
|
|
inline void set_m_StretchableCountY_20(int32_t value)
|
|
{
|
|
___m_StretchableCountY_20 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UserSpecifiedWidth_21() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_UserSpecifiedWidth_21)); }
|
|
inline bool get_m_UserSpecifiedWidth_21() const { return ___m_UserSpecifiedWidth_21; }
|
|
inline bool* get_address_of_m_UserSpecifiedWidth_21() { return &___m_UserSpecifiedWidth_21; }
|
|
inline void set_m_UserSpecifiedWidth_21(bool value)
|
|
{
|
|
___m_UserSpecifiedWidth_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_UserSpecifiedHeight_22() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_UserSpecifiedHeight_22)); }
|
|
inline bool get_m_UserSpecifiedHeight_22() const { return ___m_UserSpecifiedHeight_22; }
|
|
inline bool* get_address_of_m_UserSpecifiedHeight_22() { return &___m_UserSpecifiedHeight_22; }
|
|
inline void set_m_UserSpecifiedHeight_22(bool value)
|
|
{
|
|
___m_UserSpecifiedHeight_22 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChildMinWidth_23() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_ChildMinWidth_23)); }
|
|
inline float get_m_ChildMinWidth_23() const { return ___m_ChildMinWidth_23; }
|
|
inline float* get_address_of_m_ChildMinWidth_23() { return &___m_ChildMinWidth_23; }
|
|
inline void set_m_ChildMinWidth_23(float value)
|
|
{
|
|
___m_ChildMinWidth_23 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChildMaxWidth_24() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_ChildMaxWidth_24)); }
|
|
inline float get_m_ChildMaxWidth_24() const { return ___m_ChildMaxWidth_24; }
|
|
inline float* get_address_of_m_ChildMaxWidth_24() { return &___m_ChildMaxWidth_24; }
|
|
inline void set_m_ChildMaxWidth_24(float value)
|
|
{
|
|
___m_ChildMaxWidth_24 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChildMinHeight_25() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_ChildMinHeight_25)); }
|
|
inline float get_m_ChildMinHeight_25() const { return ___m_ChildMinHeight_25; }
|
|
inline float* get_address_of_m_ChildMinHeight_25() { return &___m_ChildMinHeight_25; }
|
|
inline void set_m_ChildMinHeight_25(float value)
|
|
{
|
|
___m_ChildMinHeight_25 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ChildMaxHeight_26() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_ChildMaxHeight_26)); }
|
|
inline float get_m_ChildMaxHeight_26() const { return ___m_ChildMaxHeight_26; }
|
|
inline float* get_address_of_m_ChildMaxHeight_26() { return &___m_ChildMaxHeight_26; }
|
|
inline void set_m_ChildMaxHeight_26(float value)
|
|
{
|
|
___m_ChildMaxHeight_26 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MarginLeft_27() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_MarginLeft_27)); }
|
|
inline int32_t get_m_MarginLeft_27() const { return ___m_MarginLeft_27; }
|
|
inline int32_t* get_address_of_m_MarginLeft_27() { return &___m_MarginLeft_27; }
|
|
inline void set_m_MarginLeft_27(int32_t value)
|
|
{
|
|
___m_MarginLeft_27 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MarginRight_28() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_MarginRight_28)); }
|
|
inline int32_t get_m_MarginRight_28() const { return ___m_MarginRight_28; }
|
|
inline int32_t* get_address_of_m_MarginRight_28() { return &___m_MarginRight_28; }
|
|
inline void set_m_MarginRight_28(int32_t value)
|
|
{
|
|
___m_MarginRight_28 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MarginTop_29() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_MarginTop_29)); }
|
|
inline int32_t get_m_MarginTop_29() const { return ___m_MarginTop_29; }
|
|
inline int32_t* get_address_of_m_MarginTop_29() { return &___m_MarginTop_29; }
|
|
inline void set_m_MarginTop_29(int32_t value)
|
|
{
|
|
___m_MarginTop_29 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MarginBottom_30() { return static_cast<int32_t>(offsetof(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601, ___m_MarginBottom_30)); }
|
|
inline int32_t get_m_MarginBottom_30() const { return ___m_MarginBottom_30; }
|
|
inline int32_t* get_address_of_m_MarginBottom_30() { return &___m_MarginBottom_30; }
|
|
inline void set_m_MarginBottom_30(int32_t value)
|
|
{
|
|
___m_MarginBottom_30 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUILayoutOption
|
|
struct GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 : public RuntimeObject
|
|
{
|
|
public:
|
|
// UnityEngine.GUILayoutOption_Type UnityEngine.GUILayoutOption::type
|
|
int32_t ___type_0;
|
|
// System.Object UnityEngine.GUILayoutOption::value
|
|
RuntimeObject * ___value_1;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6, ___type_0)); }
|
|
inline int32_t get_type_0() const { return ___type_0; }
|
|
inline int32_t* get_address_of_type_0() { return &___type_0; }
|
|
inline void set_type_0(int32_t value)
|
|
{
|
|
___type_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_value_1() { return static_cast<int32_t>(offsetof(GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6, ___value_1)); }
|
|
inline RuntimeObject * get_value_1() const { return ___value_1; }
|
|
inline RuntimeObject ** get_address_of_value_1() { return &___value_1; }
|
|
inline void set_value_1(RuntimeObject * value)
|
|
{
|
|
___value_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUIStyle
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572 : public RuntimeObject
|
|
{
|
|
public:
|
|
// System.IntPtr UnityEngine.GUIStyle::m_Ptr
|
|
intptr_t ___m_Ptr_0;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Normal
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_Normal_1;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Hover
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_Hover_2;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Active
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_Active_3;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_Focused
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_Focused_4;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnNormal
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_OnNormal_5;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnHover
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_OnHover_6;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnActive
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_OnActive_7;
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::m_OnFocused
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * ___m_OnFocused_8;
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::m_Border
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * ___m_Border_9;
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::m_Padding
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * ___m_Padding_10;
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::m_Margin
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * ___m_Margin_11;
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::m_Overflow
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * ___m_Overflow_12;
|
|
// System.String UnityEngine.GUIStyle::m_Name
|
|
String_t* ___m_Name_13;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Ptr_0() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Ptr_0)); }
|
|
inline intptr_t get_m_Ptr_0() const { return ___m_Ptr_0; }
|
|
inline intptr_t* get_address_of_m_Ptr_0() { return &___m_Ptr_0; }
|
|
inline void set_m_Ptr_0(intptr_t value)
|
|
{
|
|
___m_Ptr_0 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Normal_1() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Normal_1)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_Normal_1() const { return ___m_Normal_1; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_Normal_1() { return &___m_Normal_1; }
|
|
inline void set_m_Normal_1(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_Normal_1 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Normal_1), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Hover_2() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Hover_2)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_Hover_2() const { return ___m_Hover_2; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_Hover_2() { return &___m_Hover_2; }
|
|
inline void set_m_Hover_2(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_Hover_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Hover_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Active_3() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Active_3)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_Active_3() const { return ___m_Active_3; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_Active_3() { return &___m_Active_3; }
|
|
inline void set_m_Active_3(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_Active_3 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Active_3), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Focused_4() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Focused_4)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_Focused_4() const { return ___m_Focused_4; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_Focused_4() { return &___m_Focused_4; }
|
|
inline void set_m_Focused_4(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_Focused_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Focused_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OnNormal_5() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_OnNormal_5)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_OnNormal_5() const { return ___m_OnNormal_5; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_OnNormal_5() { return &___m_OnNormal_5; }
|
|
inline void set_m_OnNormal_5(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_OnNormal_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_OnNormal_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OnHover_6() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_OnHover_6)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_OnHover_6() const { return ___m_OnHover_6; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_OnHover_6() { return &___m_OnHover_6; }
|
|
inline void set_m_OnHover_6(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_OnHover_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_OnHover_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OnActive_7() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_OnActive_7)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_OnActive_7() const { return ___m_OnActive_7; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_OnActive_7() { return &___m_OnActive_7; }
|
|
inline void set_m_OnActive_7(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_OnActive_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_OnActive_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_OnFocused_8() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_OnFocused_8)); }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * get_m_OnFocused_8() const { return ___m_OnFocused_8; }
|
|
inline GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 ** get_address_of_m_OnFocused_8() { return &___m_OnFocused_8; }
|
|
inline void set_m_OnFocused_8(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * value)
|
|
{
|
|
___m_OnFocused_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_OnFocused_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Border_9() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Border_9)); }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * get_m_Border_9() const { return ___m_Border_9; }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A ** get_address_of_m_Border_9() { return &___m_Border_9; }
|
|
inline void set_m_Border_9(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * value)
|
|
{
|
|
___m_Border_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Border_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Padding_10() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Padding_10)); }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * get_m_Padding_10() const { return ___m_Padding_10; }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A ** get_address_of_m_Padding_10() { return &___m_Padding_10; }
|
|
inline void set_m_Padding_10(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * value)
|
|
{
|
|
___m_Padding_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Padding_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Margin_11() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Margin_11)); }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * get_m_Margin_11() const { return ___m_Margin_11; }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A ** get_address_of_m_Margin_11() { return &___m_Margin_11; }
|
|
inline void set_m_Margin_11(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * value)
|
|
{
|
|
___m_Margin_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Margin_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Overflow_12() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___m_Overflow_12)); }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * get_m_Overflow_12() const { return ___m_Overflow_12; }
|
|
inline RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A ** get_address_of_m_Overflow_12() { return &___m_Overflow_12; }
|
|
inline void set_m_Overflow_12(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * value)
|
|
{
|
|
___m_Overflow_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Overflow_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Name_13() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572, ___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);
|
|
}
|
|
};
|
|
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572_StaticFields
|
|
{
|
|
public:
|
|
// System.Boolean UnityEngine.GUIStyle::showKeyboardFocus
|
|
bool ___showKeyboardFocus_14;
|
|
// UnityEngine.GUIStyle UnityEngine.GUIStyle::s_None
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___s_None_15;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_showKeyboardFocus_14() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_StaticFields, ___showKeyboardFocus_14)); }
|
|
inline bool get_showKeyboardFocus_14() const { return ___showKeyboardFocus_14; }
|
|
inline bool* get_address_of_showKeyboardFocus_14() { return &___showKeyboardFocus_14; }
|
|
inline void set_showKeyboardFocus_14(bool value)
|
|
{
|
|
___showKeyboardFocus_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_s_None_15() { return static_cast<int32_t>(offsetof(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_StaticFields, ___s_None_15)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_s_None_15() const { return ___s_None_15; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_s_None_15() { return &___s_None_15; }
|
|
inline void set_s_None_15(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___s_None_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_None_15), (void*)value);
|
|
}
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.GUIStyle
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_Normal_1;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_Hover_2;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_Active_3;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_Focused_4;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_OnNormal_5;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_OnHover_6;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_OnActive_7;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke* ___m_OnFocused_8;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke ___m_Border_9;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke ___m_Padding_10;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke ___m_Margin_11;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke ___m_Overflow_12;
|
|
char* ___m_Name_13;
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.GUIStyle
|
|
struct GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com
|
|
{
|
|
intptr_t ___m_Ptr_0;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_Normal_1;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_Hover_2;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_Active_3;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_Focused_4;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_OnNormal_5;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_OnHover_6;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_OnActive_7;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com* ___m_OnFocused_8;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com* ___m_Border_9;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com* ___m_Padding_10;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com* ___m_Margin_11;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com* ___m_Overflow_12;
|
|
Il2CppChar* ___m_Name_13;
|
|
};
|
|
|
|
// UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_pinvoke : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of UnityEngine.ScriptableObject
|
|
struct ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734_marshaled_com : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_marshaled_com
|
|
{
|
|
};
|
|
|
|
// UnityEngine.TextEditor
|
|
struct TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 : public RuntimeObject
|
|
{
|
|
public:
|
|
// UnityEngine.TouchScreenKeyboard UnityEngine.TextEditor::keyboardOnScreen
|
|
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * ___keyboardOnScreen_0;
|
|
// System.Int32 UnityEngine.TextEditor::controlID
|
|
int32_t ___controlID_1;
|
|
// UnityEngine.GUIStyle UnityEngine.TextEditor::style
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style_2;
|
|
// System.Boolean UnityEngine.TextEditor::multiline
|
|
bool ___multiline_3;
|
|
// System.Boolean UnityEngine.TextEditor::hasHorizontalCursorPos
|
|
bool ___hasHorizontalCursorPos_4;
|
|
// System.Boolean UnityEngine.TextEditor::isPasswordField
|
|
bool ___isPasswordField_5;
|
|
// System.Boolean UnityEngine.TextEditor::m_HasFocus
|
|
bool ___m_HasFocus_6;
|
|
// UnityEngine.Vector2 UnityEngine.TextEditor::scrollOffset
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___scrollOffset_7;
|
|
// UnityEngine.GUIContent UnityEngine.TextEditor::m_Content
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___m_Content_8;
|
|
// UnityEngine.Rect UnityEngine.TextEditor::m_Position
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___m_Position_9;
|
|
// System.Int32 UnityEngine.TextEditor::m_CursorIndex
|
|
int32_t ___m_CursorIndex_10;
|
|
// System.Int32 UnityEngine.TextEditor::m_SelectIndex
|
|
int32_t ___m_SelectIndex_11;
|
|
// System.Boolean UnityEngine.TextEditor::m_RevealCursor
|
|
bool ___m_RevealCursor_12;
|
|
// UnityEngine.Vector2 UnityEngine.TextEditor::graphicalCursorPos
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___graphicalCursorPos_13;
|
|
// UnityEngine.Vector2 UnityEngine.TextEditor::graphicalSelectCursorPos
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___graphicalSelectCursorPos_14;
|
|
// System.Boolean UnityEngine.TextEditor::m_MouseDragSelectsWholeWords
|
|
bool ___m_MouseDragSelectsWholeWords_15;
|
|
// System.Int32 UnityEngine.TextEditor::m_DblClickInitPos
|
|
int32_t ___m_DblClickInitPos_16;
|
|
// UnityEngine.TextEditor_DblClickSnapping UnityEngine.TextEditor::m_DblClickSnap
|
|
uint8_t ___m_DblClickSnap_17;
|
|
// System.Boolean UnityEngine.TextEditor::m_bJustSelected
|
|
bool ___m_bJustSelected_18;
|
|
// System.Int32 UnityEngine.TextEditor::m_iAltCursorPos
|
|
int32_t ___m_iAltCursorPos_19;
|
|
// System.String UnityEngine.TextEditor::oldText
|
|
String_t* ___oldText_20;
|
|
// System.Int32 UnityEngine.TextEditor::oldPos
|
|
int32_t ___oldPos_21;
|
|
// System.Int32 UnityEngine.TextEditor::oldSelectPos
|
|
int32_t ___oldSelectPos_22;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_keyboardOnScreen_0() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___keyboardOnScreen_0)); }
|
|
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * get_keyboardOnScreen_0() const { return ___keyboardOnScreen_0; }
|
|
inline TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 ** get_address_of_keyboardOnScreen_0() { return &___keyboardOnScreen_0; }
|
|
inline void set_keyboardOnScreen_0(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * value)
|
|
{
|
|
___keyboardOnScreen_0 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___keyboardOnScreen_0), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_controlID_1() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___controlID_1)); }
|
|
inline int32_t get_controlID_1() const { return ___controlID_1; }
|
|
inline int32_t* get_address_of_controlID_1() { return &___controlID_1; }
|
|
inline void set_controlID_1(int32_t value)
|
|
{
|
|
___controlID_1 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_style_2() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___style_2)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_style_2() const { return ___style_2; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_style_2() { return &___style_2; }
|
|
inline void set_style_2(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___style_2 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___style_2), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_multiline_3() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___multiline_3)); }
|
|
inline bool get_multiline_3() const { return ___multiline_3; }
|
|
inline bool* get_address_of_multiline_3() { return &___multiline_3; }
|
|
inline void set_multiline_3(bool value)
|
|
{
|
|
___multiline_3 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_hasHorizontalCursorPos_4() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___hasHorizontalCursorPos_4)); }
|
|
inline bool get_hasHorizontalCursorPos_4() const { return ___hasHorizontalCursorPos_4; }
|
|
inline bool* get_address_of_hasHorizontalCursorPos_4() { return &___hasHorizontalCursorPos_4; }
|
|
inline void set_hasHorizontalCursorPos_4(bool value)
|
|
{
|
|
___hasHorizontalCursorPos_4 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_isPasswordField_5() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___isPasswordField_5)); }
|
|
inline bool get_isPasswordField_5() const { return ___isPasswordField_5; }
|
|
inline bool* get_address_of_isPasswordField_5() { return &___isPasswordField_5; }
|
|
inline void set_isPasswordField_5(bool value)
|
|
{
|
|
___isPasswordField_5 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_HasFocus_6() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_HasFocus_6)); }
|
|
inline bool get_m_HasFocus_6() const { return ___m_HasFocus_6; }
|
|
inline bool* get_address_of_m_HasFocus_6() { return &___m_HasFocus_6; }
|
|
inline void set_m_HasFocus_6(bool value)
|
|
{
|
|
___m_HasFocus_6 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_scrollOffset_7() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___scrollOffset_7)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_scrollOffset_7() const { return ___scrollOffset_7; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_scrollOffset_7() { return &___scrollOffset_7; }
|
|
inline void set_scrollOffset_7(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___scrollOffset_7 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Content_8() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_Content_8)); }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * get_m_Content_8() const { return ___m_Content_8; }
|
|
inline GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 ** get_address_of_m_Content_8() { return &___m_Content_8; }
|
|
inline void set_m_Content_8(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * value)
|
|
{
|
|
___m_Content_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Content_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Position_9() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_Position_9)); }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE get_m_Position_9() const { return ___m_Position_9; }
|
|
inline Rect_t35B976DE901B5423C11705E156938EA27AB402CE * get_address_of_m_Position_9() { return &___m_Position_9; }
|
|
inline void set_m_Position_9(Rect_t35B976DE901B5423C11705E156938EA27AB402CE value)
|
|
{
|
|
___m_Position_9 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CursorIndex_10() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_CursorIndex_10)); }
|
|
inline int32_t get_m_CursorIndex_10() const { return ___m_CursorIndex_10; }
|
|
inline int32_t* get_address_of_m_CursorIndex_10() { return &___m_CursorIndex_10; }
|
|
inline void set_m_CursorIndex_10(int32_t value)
|
|
{
|
|
___m_CursorIndex_10 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SelectIndex_11() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_SelectIndex_11)); }
|
|
inline int32_t get_m_SelectIndex_11() const { return ___m_SelectIndex_11; }
|
|
inline int32_t* get_address_of_m_SelectIndex_11() { return &___m_SelectIndex_11; }
|
|
inline void set_m_SelectIndex_11(int32_t value)
|
|
{
|
|
___m_SelectIndex_11 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_RevealCursor_12() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_RevealCursor_12)); }
|
|
inline bool get_m_RevealCursor_12() const { return ___m_RevealCursor_12; }
|
|
inline bool* get_address_of_m_RevealCursor_12() { return &___m_RevealCursor_12; }
|
|
inline void set_m_RevealCursor_12(bool value)
|
|
{
|
|
___m_RevealCursor_12 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_graphicalCursorPos_13() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___graphicalCursorPos_13)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_graphicalCursorPos_13() const { return ___graphicalCursorPos_13; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_graphicalCursorPos_13() { return &___graphicalCursorPos_13; }
|
|
inline void set_graphicalCursorPos_13(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___graphicalCursorPos_13 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_graphicalSelectCursorPos_14() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___graphicalSelectCursorPos_14)); }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D get_graphicalSelectCursorPos_14() const { return ___graphicalSelectCursorPos_14; }
|
|
inline Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * get_address_of_graphicalSelectCursorPos_14() { return &___graphicalSelectCursorPos_14; }
|
|
inline void set_graphicalSelectCursorPos_14(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D value)
|
|
{
|
|
___graphicalSelectCursorPos_14 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_MouseDragSelectsWholeWords_15() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_MouseDragSelectsWholeWords_15)); }
|
|
inline bool get_m_MouseDragSelectsWholeWords_15() const { return ___m_MouseDragSelectsWholeWords_15; }
|
|
inline bool* get_address_of_m_MouseDragSelectsWholeWords_15() { return &___m_MouseDragSelectsWholeWords_15; }
|
|
inline void set_m_MouseDragSelectsWholeWords_15(bool value)
|
|
{
|
|
___m_MouseDragSelectsWholeWords_15 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DblClickInitPos_16() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_DblClickInitPos_16)); }
|
|
inline int32_t get_m_DblClickInitPos_16() const { return ___m_DblClickInitPos_16; }
|
|
inline int32_t* get_address_of_m_DblClickInitPos_16() { return &___m_DblClickInitPos_16; }
|
|
inline void set_m_DblClickInitPos_16(int32_t value)
|
|
{
|
|
___m_DblClickInitPos_16 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_DblClickSnap_17() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_DblClickSnap_17)); }
|
|
inline uint8_t get_m_DblClickSnap_17() const { return ___m_DblClickSnap_17; }
|
|
inline uint8_t* get_address_of_m_DblClickSnap_17() { return &___m_DblClickSnap_17; }
|
|
inline void set_m_DblClickSnap_17(uint8_t value)
|
|
{
|
|
___m_DblClickSnap_17 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_bJustSelected_18() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_bJustSelected_18)); }
|
|
inline bool get_m_bJustSelected_18() const { return ___m_bJustSelected_18; }
|
|
inline bool* get_address_of_m_bJustSelected_18() { return &___m_bJustSelected_18; }
|
|
inline void set_m_bJustSelected_18(bool value)
|
|
{
|
|
___m_bJustSelected_18 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_iAltCursorPos_19() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___m_iAltCursorPos_19)); }
|
|
inline int32_t get_m_iAltCursorPos_19() const { return ___m_iAltCursorPos_19; }
|
|
inline int32_t* get_address_of_m_iAltCursorPos_19() { return &___m_iAltCursorPos_19; }
|
|
inline void set_m_iAltCursorPos_19(int32_t value)
|
|
{
|
|
___m_iAltCursorPos_19 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oldText_20() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___oldText_20)); }
|
|
inline String_t* get_oldText_20() const { return ___oldText_20; }
|
|
inline String_t** get_address_of_oldText_20() { return &___oldText_20; }
|
|
inline void set_oldText_20(String_t* value)
|
|
{
|
|
___oldText_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___oldText_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oldPos_21() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___oldPos_21)); }
|
|
inline int32_t get_oldPos_21() const { return ___oldPos_21; }
|
|
inline int32_t* get_address_of_oldPos_21() { return &___oldPos_21; }
|
|
inline void set_oldPos_21(int32_t value)
|
|
{
|
|
___oldPos_21 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_oldSelectPos_22() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440, ___oldSelectPos_22)); }
|
|
inline int32_t get_oldSelectPos_22() const { return ___oldSelectPos_22; }
|
|
inline int32_t* get_address_of_oldSelectPos_22() { return &___oldSelectPos_22; }
|
|
inline void set_oldSelectPos_22(int32_t value)
|
|
{
|
|
___oldSelectPos_22 = value;
|
|
}
|
|
};
|
|
|
|
struct TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_StaticFields
|
|
{
|
|
public:
|
|
// System.Collections.Generic.Dictionary`2<UnityEngine.Event,UnityEngine.TextEditor_TextEditOp> UnityEngine.TextEditor::s_Keyactions
|
|
Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * ___s_Keyactions_23;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_s_Keyactions_23() { return static_cast<int32_t>(offsetof(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_StaticFields, ___s_Keyactions_23)); }
|
|
inline Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * get_s_Keyactions_23() const { return ___s_Keyactions_23; }
|
|
inline Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 ** get_address_of_s_Keyactions_23() { return &___s_Keyactions_23; }
|
|
inline void set_s_Keyactions_23(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * value)
|
|
{
|
|
___s_Keyactions_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___s_Keyactions_23), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.Texture
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 : public Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
struct Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields
|
|
{
|
|
public:
|
|
// System.Int32 UnityEngine.Texture::GenerateAllMips
|
|
int32_t ___GenerateAllMips_4;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_GenerateAllMips_4() { return static_cast<int32_t>(offsetof(Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4_StaticFields, ___GenerateAllMips_4)); }
|
|
inline int32_t get_GenerateAllMips_4() const { return ___GenerateAllMips_4; }
|
|
inline int32_t* get_address_of_GenerateAllMips_4() { return &___GenerateAllMips_4; }
|
|
inline void set_GenerateAllMips_4(int32_t value)
|
|
{
|
|
___GenerateAllMips_4 = value;
|
|
}
|
|
};
|
|
|
|
|
|
// System.Action
|
|
struct Action_t591D2A86165F896B4B800BB5C25CE18672A55579 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
|
|
{
|
|
public:
|
|
// System.String System.ArgumentException::m_paramName
|
|
String_t* ___m_paramName_17;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
|
|
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
|
|
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
|
|
inline void set_m_paramName_17(String_t* value)
|
|
{
|
|
___m_paramName_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`1<System.Boolean>
|
|
struct Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`2<System.Exception,System.Boolean>
|
|
struct Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Func`3<System.Int32,System.IntPtr,System.Boolean>
|
|
struct Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// System.Reflection.TargetInvocationException
|
|
struct TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 : public ApplicationException_t664823C3E0D3E1E7C7FA1C0DB4E19E98E9811C74
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.GUI_WindowFunction
|
|
struct WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
|
|
// UnityEngine.GUIScrollGroup
|
|
struct GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE : public GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601
|
|
{
|
|
public:
|
|
// System.Single UnityEngine.GUIScrollGroup::calcMinWidth
|
|
float ___calcMinWidth_31;
|
|
// System.Single UnityEngine.GUIScrollGroup::calcMaxWidth
|
|
float ___calcMaxWidth_32;
|
|
// System.Single UnityEngine.GUIScrollGroup::calcMinHeight
|
|
float ___calcMinHeight_33;
|
|
// System.Single UnityEngine.GUIScrollGroup::calcMaxHeight
|
|
float ___calcMaxHeight_34;
|
|
// System.Single UnityEngine.GUIScrollGroup::clientWidth
|
|
float ___clientWidth_35;
|
|
// System.Single UnityEngine.GUIScrollGroup::clientHeight
|
|
float ___clientHeight_36;
|
|
// System.Boolean UnityEngine.GUIScrollGroup::allowHorizontalScroll
|
|
bool ___allowHorizontalScroll_37;
|
|
// System.Boolean UnityEngine.GUIScrollGroup::allowVerticalScroll
|
|
bool ___allowVerticalScroll_38;
|
|
// System.Boolean UnityEngine.GUIScrollGroup::needsHorizontalScrollbar
|
|
bool ___needsHorizontalScrollbar_39;
|
|
// System.Boolean UnityEngine.GUIScrollGroup::needsVerticalScrollbar
|
|
bool ___needsVerticalScrollbar_40;
|
|
// UnityEngine.GUIStyle UnityEngine.GUIScrollGroup::horizontalScrollbar
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___horizontalScrollbar_41;
|
|
// UnityEngine.GUIStyle UnityEngine.GUIScrollGroup::verticalScrollbar
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___verticalScrollbar_42;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_calcMinWidth_31() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___calcMinWidth_31)); }
|
|
inline float get_calcMinWidth_31() const { return ___calcMinWidth_31; }
|
|
inline float* get_address_of_calcMinWidth_31() { return &___calcMinWidth_31; }
|
|
inline void set_calcMinWidth_31(float value)
|
|
{
|
|
___calcMinWidth_31 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calcMaxWidth_32() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___calcMaxWidth_32)); }
|
|
inline float get_calcMaxWidth_32() const { return ___calcMaxWidth_32; }
|
|
inline float* get_address_of_calcMaxWidth_32() { return &___calcMaxWidth_32; }
|
|
inline void set_calcMaxWidth_32(float value)
|
|
{
|
|
___calcMaxWidth_32 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calcMinHeight_33() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___calcMinHeight_33)); }
|
|
inline float get_calcMinHeight_33() const { return ___calcMinHeight_33; }
|
|
inline float* get_address_of_calcMinHeight_33() { return &___calcMinHeight_33; }
|
|
inline void set_calcMinHeight_33(float value)
|
|
{
|
|
___calcMinHeight_33 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_calcMaxHeight_34() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___calcMaxHeight_34)); }
|
|
inline float get_calcMaxHeight_34() const { return ___calcMaxHeight_34; }
|
|
inline float* get_address_of_calcMaxHeight_34() { return &___calcMaxHeight_34; }
|
|
inline void set_calcMaxHeight_34(float value)
|
|
{
|
|
___calcMaxHeight_34 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clientWidth_35() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___clientWidth_35)); }
|
|
inline float get_clientWidth_35() const { return ___clientWidth_35; }
|
|
inline float* get_address_of_clientWidth_35() { return &___clientWidth_35; }
|
|
inline void set_clientWidth_35(float value)
|
|
{
|
|
___clientWidth_35 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_clientHeight_36() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___clientHeight_36)); }
|
|
inline float get_clientHeight_36() const { return ___clientHeight_36; }
|
|
inline float* get_address_of_clientHeight_36() { return &___clientHeight_36; }
|
|
inline void set_clientHeight_36(float value)
|
|
{
|
|
___clientHeight_36 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allowHorizontalScroll_37() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___allowHorizontalScroll_37)); }
|
|
inline bool get_allowHorizontalScroll_37() const { return ___allowHorizontalScroll_37; }
|
|
inline bool* get_address_of_allowHorizontalScroll_37() { return &___allowHorizontalScroll_37; }
|
|
inline void set_allowHorizontalScroll_37(bool value)
|
|
{
|
|
___allowHorizontalScroll_37 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_allowVerticalScroll_38() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___allowVerticalScroll_38)); }
|
|
inline bool get_allowVerticalScroll_38() const { return ___allowVerticalScroll_38; }
|
|
inline bool* get_address_of_allowVerticalScroll_38() { return &___allowVerticalScroll_38; }
|
|
inline void set_allowVerticalScroll_38(bool value)
|
|
{
|
|
___allowVerticalScroll_38 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_needsHorizontalScrollbar_39() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___needsHorizontalScrollbar_39)); }
|
|
inline bool get_needsHorizontalScrollbar_39() const { return ___needsHorizontalScrollbar_39; }
|
|
inline bool* get_address_of_needsHorizontalScrollbar_39() { return &___needsHorizontalScrollbar_39; }
|
|
inline void set_needsHorizontalScrollbar_39(bool value)
|
|
{
|
|
___needsHorizontalScrollbar_39 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_needsVerticalScrollbar_40() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___needsVerticalScrollbar_40)); }
|
|
inline bool get_needsVerticalScrollbar_40() const { return ___needsVerticalScrollbar_40; }
|
|
inline bool* get_address_of_needsVerticalScrollbar_40() { return &___needsVerticalScrollbar_40; }
|
|
inline void set_needsVerticalScrollbar_40(bool value)
|
|
{
|
|
___needsVerticalScrollbar_40 = value;
|
|
}
|
|
|
|
inline static int32_t get_offset_of_horizontalScrollbar_41() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___horizontalScrollbar_41)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_horizontalScrollbar_41() const { return ___horizontalScrollbar_41; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_horizontalScrollbar_41() { return &___horizontalScrollbar_41; }
|
|
inline void set_horizontalScrollbar_41(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___horizontalScrollbar_41 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___horizontalScrollbar_41), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_verticalScrollbar_42() { return static_cast<int32_t>(offsetof(GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE, ___verticalScrollbar_42)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_verticalScrollbar_42() const { return ___verticalScrollbar_42; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_verticalScrollbar_42() { return &___verticalScrollbar_42; }
|
|
inline void set_verticalScrollbar_42(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___verticalScrollbar_42 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___verticalScrollbar_42), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUISkin
|
|
struct GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 : public ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734
|
|
{
|
|
public:
|
|
// UnityEngine.Font UnityEngine.GUISkin::m_Font
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ___m_Font_4;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_box
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_box_5;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_button
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_button_6;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_toggle
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_toggle_7;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_label
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_label_8;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_textField
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_textField_9;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_textArea
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_textArea_10;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_window
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_window_11;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSlider
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_horizontalSlider_12;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSliderThumb
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_horizontalSliderThumb_13;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalSliderThumbExtent
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_horizontalSliderThumbExtent_14;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSlider
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_verticalSlider_15;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSliderThumb
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_verticalSliderThumb_16;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalSliderThumbExtent
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_verticalSliderThumbExtent_17;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbar
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_horizontalScrollbar_18;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarThumb
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_horizontalScrollbarThumb_19;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarLeftButton
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_horizontalScrollbarLeftButton_20;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_horizontalScrollbarRightButton
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_horizontalScrollbarRightButton_21;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbar
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_verticalScrollbar_22;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarThumb
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_verticalScrollbarThumb_23;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarUpButton
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_verticalScrollbarUpButton_24;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_verticalScrollbarDownButton
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_verticalScrollbarDownButton_25;
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::m_ScrollView
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___m_ScrollView_26;
|
|
// UnityEngine.GUIStyle[] UnityEngine.GUISkin::m_CustomStyles
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* ___m_CustomStyles_27;
|
|
// UnityEngine.GUISettings UnityEngine.GUISkin::m_Settings
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * ___m_Settings_28;
|
|
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle> UnityEngine.GUISkin::m_Styles
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * ___m_Styles_30;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_m_Font_4() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_Font_4)); }
|
|
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * get_m_Font_4() const { return ___m_Font_4; }
|
|
inline Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 ** get_address_of_m_Font_4() { return &___m_Font_4; }
|
|
inline void set_m_Font_4(Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * value)
|
|
{
|
|
___m_Font_4 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Font_4), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_box_5() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_box_5)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_box_5() const { return ___m_box_5; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_box_5() { return &___m_box_5; }
|
|
inline void set_m_box_5(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_box_5 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_box_5), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_button_6() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_button_6)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_button_6() const { return ___m_button_6; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_button_6() { return &___m_button_6; }
|
|
inline void set_m_button_6(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_button_6 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_button_6), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_toggle_7() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_toggle_7)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_toggle_7() const { return ___m_toggle_7; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_toggle_7() { return &___m_toggle_7; }
|
|
inline void set_m_toggle_7(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_toggle_7 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_toggle_7), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_label_8() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_label_8)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_label_8() const { return ___m_label_8; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_label_8() { return &___m_label_8; }
|
|
inline void set_m_label_8(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_label_8 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_label_8), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_textField_9() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_textField_9)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_textField_9() const { return ___m_textField_9; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_textField_9() { return &___m_textField_9; }
|
|
inline void set_m_textField_9(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_textField_9 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_textField_9), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_textArea_10() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_textArea_10)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_textArea_10() const { return ___m_textArea_10; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_textArea_10() { return &___m_textArea_10; }
|
|
inline void set_m_textArea_10(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_textArea_10 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_textArea_10), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_window_11() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_window_11)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_window_11() const { return ___m_window_11; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_window_11() { return &___m_window_11; }
|
|
inline void set_m_window_11(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_window_11 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_window_11), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_horizontalSlider_12() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_horizontalSlider_12)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_horizontalSlider_12() const { return ___m_horizontalSlider_12; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_horizontalSlider_12() { return &___m_horizontalSlider_12; }
|
|
inline void set_m_horizontalSlider_12(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_horizontalSlider_12 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalSlider_12), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_horizontalSliderThumb_13() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_horizontalSliderThumb_13)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_horizontalSliderThumb_13() const { return ___m_horizontalSliderThumb_13; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_horizontalSliderThumb_13() { return &___m_horizontalSliderThumb_13; }
|
|
inline void set_m_horizontalSliderThumb_13(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_horizontalSliderThumb_13 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalSliderThumb_13), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_horizontalSliderThumbExtent_14() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_horizontalSliderThumbExtent_14)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_horizontalSliderThumbExtent_14() const { return ___m_horizontalSliderThumbExtent_14; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_horizontalSliderThumbExtent_14() { return &___m_horizontalSliderThumbExtent_14; }
|
|
inline void set_m_horizontalSliderThumbExtent_14(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_horizontalSliderThumbExtent_14 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalSliderThumbExtent_14), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_verticalSlider_15() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_verticalSlider_15)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_verticalSlider_15() const { return ___m_verticalSlider_15; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_verticalSlider_15() { return &___m_verticalSlider_15; }
|
|
inline void set_m_verticalSlider_15(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_verticalSlider_15 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_verticalSlider_15), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_verticalSliderThumb_16() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_verticalSliderThumb_16)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_verticalSliderThumb_16() const { return ___m_verticalSliderThumb_16; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_verticalSliderThumb_16() { return &___m_verticalSliderThumb_16; }
|
|
inline void set_m_verticalSliderThumb_16(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_verticalSliderThumb_16 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_verticalSliderThumb_16), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_verticalSliderThumbExtent_17() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_verticalSliderThumbExtent_17)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_verticalSliderThumbExtent_17() const { return ___m_verticalSliderThumbExtent_17; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_verticalSliderThumbExtent_17() { return &___m_verticalSliderThumbExtent_17; }
|
|
inline void set_m_verticalSliderThumbExtent_17(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_verticalSliderThumbExtent_17 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_verticalSliderThumbExtent_17), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_horizontalScrollbar_18() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_horizontalScrollbar_18)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_horizontalScrollbar_18() const { return ___m_horizontalScrollbar_18; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_horizontalScrollbar_18() { return &___m_horizontalScrollbar_18; }
|
|
inline void set_m_horizontalScrollbar_18(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_horizontalScrollbar_18 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbar_18), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_horizontalScrollbarThumb_19() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_horizontalScrollbarThumb_19)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_horizontalScrollbarThumb_19() const { return ___m_horizontalScrollbarThumb_19; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_horizontalScrollbarThumb_19() { return &___m_horizontalScrollbarThumb_19; }
|
|
inline void set_m_horizontalScrollbarThumb_19(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_horizontalScrollbarThumb_19 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbarThumb_19), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_horizontalScrollbarLeftButton_20() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_horizontalScrollbarLeftButton_20)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_horizontalScrollbarLeftButton_20() const { return ___m_horizontalScrollbarLeftButton_20; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_horizontalScrollbarLeftButton_20() { return &___m_horizontalScrollbarLeftButton_20; }
|
|
inline void set_m_horizontalScrollbarLeftButton_20(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_horizontalScrollbarLeftButton_20 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbarLeftButton_20), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_horizontalScrollbarRightButton_21() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_horizontalScrollbarRightButton_21)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_horizontalScrollbarRightButton_21() const { return ___m_horizontalScrollbarRightButton_21; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_horizontalScrollbarRightButton_21() { return &___m_horizontalScrollbarRightButton_21; }
|
|
inline void set_m_horizontalScrollbarRightButton_21(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_horizontalScrollbarRightButton_21 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_horizontalScrollbarRightButton_21), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_verticalScrollbar_22() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_verticalScrollbar_22)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_verticalScrollbar_22() const { return ___m_verticalScrollbar_22; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_verticalScrollbar_22() { return &___m_verticalScrollbar_22; }
|
|
inline void set_m_verticalScrollbar_22(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_verticalScrollbar_22 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbar_22), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_verticalScrollbarThumb_23() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_verticalScrollbarThumb_23)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_verticalScrollbarThumb_23() const { return ___m_verticalScrollbarThumb_23; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_verticalScrollbarThumb_23() { return &___m_verticalScrollbarThumb_23; }
|
|
inline void set_m_verticalScrollbarThumb_23(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_verticalScrollbarThumb_23 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbarThumb_23), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_verticalScrollbarUpButton_24() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_verticalScrollbarUpButton_24)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_verticalScrollbarUpButton_24() const { return ___m_verticalScrollbarUpButton_24; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_verticalScrollbarUpButton_24() { return &___m_verticalScrollbarUpButton_24; }
|
|
inline void set_m_verticalScrollbarUpButton_24(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_verticalScrollbarUpButton_24 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbarUpButton_24), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_verticalScrollbarDownButton_25() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_verticalScrollbarDownButton_25)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_verticalScrollbarDownButton_25() const { return ___m_verticalScrollbarDownButton_25; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_verticalScrollbarDownButton_25() { return &___m_verticalScrollbarDownButton_25; }
|
|
inline void set_m_verticalScrollbarDownButton_25(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_verticalScrollbarDownButton_25 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_verticalScrollbarDownButton_25), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_ScrollView_26() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_ScrollView_26)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_m_ScrollView_26() const { return ___m_ScrollView_26; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_m_ScrollView_26() { return &___m_ScrollView_26; }
|
|
inline void set_m_ScrollView_26(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___m_ScrollView_26 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_ScrollView_26), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_CustomStyles_27() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_CustomStyles_27)); }
|
|
inline GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* get_m_CustomStyles_27() const { return ___m_CustomStyles_27; }
|
|
inline GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB** get_address_of_m_CustomStyles_27() { return &___m_CustomStyles_27; }
|
|
inline void set_m_CustomStyles_27(GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* value)
|
|
{
|
|
___m_CustomStyles_27 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_CustomStyles_27), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Settings_28() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_Settings_28)); }
|
|
inline GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * get_m_Settings_28() const { return ___m_Settings_28; }
|
|
inline GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 ** get_address_of_m_Settings_28() { return &___m_Settings_28; }
|
|
inline void set_m_Settings_28(GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * value)
|
|
{
|
|
___m_Settings_28 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Settings_28), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_Styles_30() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7, ___m_Styles_30)); }
|
|
inline Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * get_m_Styles_30() const { return ___m_Styles_30; }
|
|
inline Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A ** get_address_of_m_Styles_30() { return &___m_Styles_30; }
|
|
inline void set_m_Styles_30(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * value)
|
|
{
|
|
___m_Styles_30 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_Styles_30), (void*)value);
|
|
}
|
|
};
|
|
|
|
struct GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields
|
|
{
|
|
public:
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::ms_Error
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___ms_Error_29;
|
|
// UnityEngine.GUISkin_SkinChangedDelegate UnityEngine.GUISkin::m_SkinChanged
|
|
SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * ___m_SkinChanged_31;
|
|
// UnityEngine.GUISkin UnityEngine.GUISkin::current
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * ___current_32;
|
|
|
|
public:
|
|
inline static int32_t get_offset_of_ms_Error_29() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields, ___ms_Error_29)); }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * get_ms_Error_29() const { return ___ms_Error_29; }
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** get_address_of_ms_Error_29() { return &___ms_Error_29; }
|
|
inline void set_ms_Error_29(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
___ms_Error_29 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___ms_Error_29), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_m_SkinChanged_31() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields, ___m_SkinChanged_31)); }
|
|
inline SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * get_m_SkinChanged_31() const { return ___m_SkinChanged_31; }
|
|
inline SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 ** get_address_of_m_SkinChanged_31() { return &___m_SkinChanged_31; }
|
|
inline void set_m_SkinChanged_31(SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * value)
|
|
{
|
|
___m_SkinChanged_31 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___m_SkinChanged_31), (void*)value);
|
|
}
|
|
|
|
inline static int32_t get_offset_of_current_32() { return static_cast<int32_t>(offsetof(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields, ___current_32)); }
|
|
inline GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * get_current_32() const { return ___current_32; }
|
|
inline GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 ** get_address_of_current_32() { return &___current_32; }
|
|
inline void set_current_32(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * value)
|
|
{
|
|
___current_32 = value;
|
|
Il2CppCodeGenWriteBarrier((void**)(&___current_32), (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// UnityEngine.GUISkin_SkinChangedDelegate
|
|
struct SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 : public MulticastDelegate_t
|
|
{
|
|
public:
|
|
|
|
public:
|
|
};
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
|
|
|
|
public:
|
|
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.GUILayoutOption[]
|
|
struct GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * m_Items[1];
|
|
|
|
public:
|
|
inline GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) Delegate_t * m_Items[1];
|
|
|
|
public:
|
|
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// UnityEngine.GUIStyle[]
|
|
struct GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * m_Items[1];
|
|
|
|
public:
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
|
|
{
|
|
public:
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
public:
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_pinvoke(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_pinvoke_back(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke& marshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled);
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_pinvoke_cleanup(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshal_pinvoke(const RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A& unmarshaled, RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshal_pinvoke_back(const RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke& marshaled, RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A& unmarshaled);
|
|
IL2CPP_EXTERN_C void RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshal_pinvoke_cleanup(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_com(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_com_back(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com& marshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled);
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_com_cleanup(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshal_com(const RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A& unmarshaled, RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshal_com_back(const RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com& marshaled, RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A& unmarshaled);
|
|
IL2CPP_EXTERN_C void RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshal_com_cleanup(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_pinvoke(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_pinvoke_back(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke& marshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled);
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_pinvoke_cleanup(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_com(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_com_back(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com& marshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled);
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_com_cleanup(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com& marshaled);
|
|
|
|
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
|
|
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(!0,!1&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m76CDCB0C7BECE95DBA94C7C98467F297E4451EE7_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tEAA30391AD3B522BB475B8C0E5FA9974F0E2386F ValueCollection_GetEnumerator_m6AA58C894265BF1E8514350C4B51CB7811D24674_gshared (ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * __this, const RuntimeMethod* method);
|
|
// !0 System.Func`1<System.Boolean>::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_gshared (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * __this, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.Int32,System.IntPtr,System.Boolean>::Invoke(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_3_Invoke_mCD6DEEC09B4F1B42DD0FD4A8F58632B08EC66737_gshared (Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 * __this, int32_t ___arg10, intptr_t ___arg21, const RuntimeMethod* method);
|
|
// !1 System.Func`2<System.Object,System.Boolean>::Invoke(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_2_Invoke_mE25788DCE25515291EAA06F55BEF30F9F27FBBA9_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * ___arg0, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::ContainsKey(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mFA8A7C3AE75554E70838FCF41A5DF89B9B6FC0DB_gshared (Dictionary_2_t15935BA59D5EDF22B5075E957C7C05DEE12E3B57 * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::get_Item(!0)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Item_m762CB847133E2354776C0BB968D07190DC136A22_gshared (Dictionary_2_t15935BA59D5EDF22B5075E957C7C05DEE12E3B57 * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::set_Item(!0,!1)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m4A0DA06D7DEC22F36AE25DC7630B32A76C0E1749_gshared (Dictionary_2_t15935BA59D5EDF22B5075E957C7C05DEE12E3B57 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Int32Enum>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m1C8D9B685C8406F92F3C063FCA11D9AB5F56493E_gshared (Dictionary_2_t15935BA59D5EDF22B5075E957C7C05DEE12E3B57 * __this, const RuntimeMethod* method);
|
|
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::get_mousePosition_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_get_mousePosition_Injected_mE71FE88F6E27190A534BD5862941E5887D6BE632 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::set_mousePosition_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_mousePosition_Injected_mA402D90BDCB538F3730BDCCDA5D6C48DD3BD7F2E (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::get_delta_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_get_delta_Injected_m73B3D73424F90847093AC32053796FABEFB849AD (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event__ctor_mF8E4029007206A6CAAB28422355BA208C0728FB9 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___displayIndex0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::set_displayIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_displayIndex_mF73CEED3B26A4BCADB099E5E6685FE6AC2CF7289 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::Internal_SetNativeEvent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Internal_SetNativeEvent_mDD8C9E3F062FD112ED996FA4E45C1BFBB8C4E950 (intptr_t ___ptr0, const RuntimeMethod* method);
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.IntPtr UnityEngine.Event::Internal_Create(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Event_Internal_Create_m93F047D4FC3B4B76FD4F80439D0F7EE131EE1E6B (int32_t ___displayIndex0, const RuntimeMethod* method);
|
|
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 (intptr_t ___value10, intptr_t ___value21, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::Internal_Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Internal_Destroy_m30C46F30A51ABAC5EC270FB75A9856676AA3515C (intptr_t ___ptr0, const RuntimeMethod* method);
|
|
// System.Void System.Object::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::CopyFromPtr(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_CopyFromPtr_m598D693847B26087DBEEA7EAFF031E676503EB21 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, intptr_t ___ptr0, const RuntimeMethod* method);
|
|
// UnityEngine.EventModifiers UnityEngine.Event::get_modifiers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.EventType UnityEngine.Event::get_type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.PointerType UnityEngine.Event::get_pointerType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_pointerType_m1D8031C5A8BFBAC21BAAB396199CDFCD3AAC42CA (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::set_type(UnityEngine.EventType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_type_m984FD28A042A4B5B880A2FFD4D1541E4C77D83A8 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::set_modifiers(UnityEngine.EventModifiers)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
|
|
// System.String System.String::ToLowerInvariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
|
|
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m8870E9ACB8ABF97B25DE295C89EF9F70EFAE2160 (String_t* ___s0, const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::set_character(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Il2CppChar ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::set_keyCode(UnityEngine.KeyCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
|
|
// System.Object System.Enum::Parse(System.Type,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7 (Type_t * ___enumType0, String_t* ___value1, bool ___ignoreCase2, const RuntimeMethod* method);
|
|
// System.String UnityEngine.UnityString::Format(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387 (String_t* ___fmt0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::LogError(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29 (RuntimeObject * ___message0, const RuntimeMethod* method);
|
|
// System.String System.String::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
|
|
// System.Char UnityEngine.Event::get_character()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Event_get_character_m78B46D412357B71233F3D41842928A19B290915C (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Event::get_isKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_isKey_m17D185B6CD336242BC5FB9BAB025EE8FA7771E90 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.KeyCode UnityEngine.Event::get_keyCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Event::get_isMouse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_isMouse_m5923637C4A5E3BD642C3E88A428D5B39F0A85AB6 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Event::get_mousePosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Vector2::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Vector2_GetHashCode_m028AB6B14EBC6D668CFA45BF6EDEF17E2C44EA54 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, const RuntimeMethod* method);
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Vector2::op_Equality(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Vector2_op_Equality_m0E86E1B1038DDB8554A8A0D58729A7788D989588 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___lhs0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___rhs1, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.Event::get_commandName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Event_get_commandName_m119D9F8B0A7BA18B849B958CFAF249C970C00BF1 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1 (RuntimeObject * ___arg00, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::LogWarning(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568 (RuntimeObject * ___message0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::Internal_Use()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Internal_Use_m44762004F3C1C23EEC79F1B9250433A581EC6538 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.EventInterests::get_wantsMouseMove()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventInterests_get_wantsMouseMove_mCE4BC71FE4B4D61887B24C3EC03EC55C64D220E7_inline (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.EventInterests::get_wantsMouseEnterLeaveWindow()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventInterests_get_wantsMouseEnterLeaveWindow_m2A0B5FF7BD7BDF4C1CA15DE41E00E12F1F1D746C_inline (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.EventInterests::WantsEvent(UnityEngine.EventType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInterests_WantsEvent_mDDA5070D484AE4717D96D3A5B7B2ED00051DA94A (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, int32_t ___type0, const RuntimeMethod* method);
|
|
// System.Void System.Exception::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m5FEC89FBFACEEDCEE29CCFD44A85D72FC28EB0D1 (Exception_t * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::set_guiIsExiting(System.Boolean)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960_inline (bool ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::get_color_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_get_color_Injected_m3F31DF81708F64E8BDBD7D10388CA0DEE89885FA (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::set_color_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_color_Injected_m531EAB2B60839999CB814EB13B001A736D66BEA2 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::get_backgroundColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_get_backgroundColor_Injected_m9C5FCB979053F8FB088B14CDCB6E0B2C32CEB884 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::set_backgroundColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_backgroundColor_Injected_m23A04198EAC3407DE010E9AD7EEE393E3A895442 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::get_contentColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_get_contentColor_Injected_m107FC541BBB82078137FC167718939D2DE8D98A5 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::set_contentColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_contentColor_Injected_m01829150812C3FC6131E1E584BD6BD8D136E6FAE (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngineInternal.GenericStack::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GenericStack__ctor_m0659B84DB6B093AF1F01F566686C510DDEEAE848 (GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * __this, const RuntimeMethod* method);
|
|
// System.DateTime System.DateTime::get_Now()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::set_nextScrollStepTime(System.DateTime)
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::CheckOnGUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::DoSetSkin(UnityEngine.GUISkin)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoSetSkin_mC72F1980793E86E8F33D641A207D2AAB409A71F7 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * ___newSkin0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534 (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___exists0, const RuntimeMethod* method);
|
|
// UnityEngine.GUISkin UnityEngine.GUIUtility::GetDefaultSkin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * GUIUtility_GetDefaultSkin_m2F1B580445522074FF41CF9906531DBEAB034365 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUISkin::MakeCurrent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_MakeCurrent_m42FAF8090F6B57648678704D86A6451DB917CF2D (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Matrix4x4 UnityEngine.GUIClip::GetMatrix()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA GUIClip_GetMatrix_m85544FC1D83D98D7E323B8E2EE13CECD3DCDF243 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip::SetMatrix(UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_SetMatrix_m4C16B511B56AF863FC2D21E73B7964A9952F6462 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m0, const RuntimeMethod* method);
|
|
// UnityEngine.GUIContent UnityEngine.GUIContent::Temp(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D (String_t* ___t0, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_label()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_label_mC5C9D4CD377D7F5BB970B01E665EE077565AFF72 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::Label(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_mB1E6C064D67D94E1D42D620054958F8375E86BB7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::DoLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoLabel_m53C45AB327E894B82985776D108C7838AE868D89 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_box()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_box_m7305FA20CDC5A31518AE753AEF7B9075F6242B11 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::Box(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Box_m22F4F78283B657F7589E24BA1EE5B609AE61E510 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID(System.Int32,UnityEngine.FocusType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_m0733AD370EC1956979B417A74E0ACA074E0DBA39 (int32_t ___hint0, int32_t ___focus1, const RuntimeMethod* method);
|
|
// UnityEngine.Event UnityEngine.Event::get_current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Rect::Contains(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_m5638E51BD61AC461DAF1022102D2A0D583F592ED (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, bool ___hover4, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_button()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_button_m015FA6A0418D94F03B5F12131DED65CCFDCA8F7A (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_Button_m9315927732E13236FFCE020D2444CF08C26927F5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID(System.Int32,UnityEngine.FocusType,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_mBD1C39E03666F072AFB3022603E2FD37D87EB13F (int32_t ___hint0, int32_t ___focusType1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect2, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_Button_m28E3F256D52839EBB502B3A6C5DA2E556FF45BC1 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style3, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUI::DoButton(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_DoButton_m3DA80A30ABFA7F00B48683498AEB28ACAAA404ED (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style3, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID(UnityEngine.FocusType,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_mEE83D38E220B86D38CF6FE82B0413A71B80EA451 (int32_t ___focus0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position1, const RuntimeMethod* method);
|
|
// UnityEngine.GUISkin UnityEngine.GUI::get_skin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866 (const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_textField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_textField_m7C206D0A044A8D5DD00E63BCD7958089E77419E9 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::DoTextField(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoTextField_mCA73A77D4909AE339A6998D7942651AD8F42E0FF (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIContent::get_text()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::PadRight(System.Int32,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_PadRight_mDC890E71A75C12F96DC1430CF94B1B7C1ED839B0 (String_t* __this, int32_t ___totalWidth0, Il2CppChar ___paddingChar1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::DoTextField(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoTextField_mCF4998A72101CEBF015298D0496D43B1C9DF6270 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, String_t* ___secureText6, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::DoTextField(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoTextField_m11B37CFD5BEAB86C63CB64F4775272780770D76E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, String_t* ___secureText6, Il2CppChar ___maskChar7, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIContent::set_text(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Object UnityEngine.GUIUtility::GetStateObject(System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GUIUtility_GetStateObject_mF8F8DC466B7CA73210D85FAE43C4D39AA197B1CA (Type_t * ___t0, int32_t ___controlID1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::set_text(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_text_mFF167B3EFD4D6F6260126315BE09CAD6BF5F04D0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SaveBackup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SaveBackup_m7339CCE5F14572F00CCE1222B6B674E6A0394CA9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::set_position(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_position_mA051BD36CA4B264CC97CC739DF3702349E9617D2 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::DetectFocusChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_DetectFocusChange_mE73EABD5C139A2851856E4E039842F6AA66D0824 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TouchScreenKeyboard::get_isSupported()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchScreenKeyboard_get_isSupported_m9163BAF0764DCDD9CB87E75A296D820D629D31CA (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TouchScreenKeyboard::get_isInPlaceEditingAllowed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TouchScreenKeyboard_get_isInPlaceEditingAllowed_m503AB6CB0DFBD8E7D396C8E552C643F20E4A5D47 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::HandleTextFieldEventForTouchscreen(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,System.String,System.Char,UnityEngine.TextEditor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_HandleTextFieldEventForTouchscreen_mF82202A301C123F40E09EB77F023A7F7AC5A05C2 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, String_t* ___secureText6, Il2CppChar ___maskChar7, TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * ___editor8, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::HandleTextFieldEventForDesktop(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,UnityEngine.TextEditor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_HandleTextFieldEventForDesktop_m477205B9A3221911E49F201216335926A6D9BAF4 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * ___editor6, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::UpdateScrollOffsetIfNeeded(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_UpdateScrollOffsetIfNeeded_m43C5FA605EBC97A762B62C7B27CA31D8DF43561F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___evt0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::set_hotControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_hotControl_m4C19FBD3565D18D7C8D8D26FB2B82AE6C9149091 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::get_keyboardControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::set_keyboardControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_keyboardControl_mC97AB431ABACD233FC2CE5E184F4B30E3BB8ACFE (int32_t ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.TouchScreenKeyboard UnityEngine.TouchScreenKeyboard::Open(System.String,UnityEngine.TouchScreenKeyboardType,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * TouchScreenKeyboard_Open_m21580888577F12AF5B9E1DCADED68BD830DA1BF8 (String_t* ___text0, int32_t ___keyboardType1, bool ___autocorrection2, bool ___multiline3, bool ___secure4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Event::Use()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.String UnityEngine.TouchScreenKeyboard::get_text()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TouchScreenKeyboard_get_text_mC025B2F295D315E1A18E7AA54B013A8072A8FEB0 (TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.TouchScreenKeyboard/Status UnityEngine.TouchScreenKeyboard::get_status()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TouchScreenKeyboard_get_status_m17CF606283E9BAF02D76ADC813F63F036FAE33F2 (TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::set_changed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE (bool ___value0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUI::PasswordFieldGetStrToShow(System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUI_PasswordFieldGetStrToShow_m687426537679F21BAE40497084099C4901C6DEE1 (String_t* ___password0, Il2CppChar ___maskChar1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_m7979DC59FA2B5B6200764FC208F8104FE4F886E3 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveCursorToPosition(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveCursorToPosition_m71D34646EB403858B7DFE794825DA71DC9CAEF7E (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPosition0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Event::get_clickCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_clickCount_m8C296AD53AA9F14D43DB3682227DD343B9499F21 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.GUISettings UnityEngine.GUISkin::get_settings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUISettings::get_doubleClickSelectsWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUISettings_get_doubleClickSelectsWord_mDCD80C51E863F506291DEC594458AAD32EE35373 (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectCurrentWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectCurrentWord_m8DA526CC839A25CDD6E36FC411C2598C58362082 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::DblClickSnap(UnityEngine.TextEditor/DblClickSnapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_DblClickSnap_mC20D59EAA328DA3D0A74352F94E71B426655DF8D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, uint8_t ___snapping0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MouseDragSelectsWholeWords(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MouseDragSelectsWholeWords_m7F93A5149B5B5E78852BC1C5321CD7B7EE98F3DA (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, bool ___on0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUISettings::get_tripleClickSelectsLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUISettings_get_tripleClickSelectsLine_m30AFF210DE9727A69BD08C4209EC1B2BA0826F59 (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectCurrentParagraph()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectCurrentParagraph_m5AD142E67B292CDC97299A100CC9F42F9C91CA86 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::get_hotControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_get_hotControl_mC2E01E65B6AED8142AB9CA13A88D6E0F753D8857 (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Event::get_shift()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_shift_m74FCE61864B9A7AD13623FA2E8F87FC4A9DBD7A9 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectToPosition(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectToPosition_m2EE616963923B9561A7C3CFFA392A0C4FE8D8C93 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPosition0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::HandleKeyEvent(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_HandleKeyEvent_m40E63B226145A1FA73891E38403E444D4F395750 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___e0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.TextEditor::get_text()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Event::get_alt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_alt_m7FDEB719480A40311D9EBCEC65395D39C8261BD0 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Font UnityEngine.GUIStyle::get_font()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * GUIStyle_get_font_m60FD1207B4FC8BC9E560C4FAEBB0FC5413AED5EC (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Font UnityEngine.GUISkin::get_font()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * GUISkin_get_font_m54200DFAF834B835CE6598E1BA5B41382BC33AD5 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Font::HasCharacter(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Font_HasCharacter_m23CC7E1E37BCA115DC130B841CF3207212E2802E (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::Insert(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_Insert_m541F3AEBE598F6A82C56195A47BF712C9D65DEF3 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIUtility::get_compositionString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::ReplaceSelection(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ReplaceSelection_m9534876530D3A70E2358F347A8F10096343BD456 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, String_t* ___replace0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::DrawCursor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_DrawCursor_mF5281E018BE231150E23B748802E69A950ADAAF0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, String_t* ___newText0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::set_textFieldInput(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_textFieldInput_mDB5F54DB0276BB5FE9843CDB075AC27127514668 (bool ___value0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIUtility::HitTest(UnityEngine.Rect,UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HitTest_mA053E9DA544552A06B911BB3D28F5B923C582731 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___evt1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::GrabMouseControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_GrabMouseControl_mEE35B3F6529614CC25241C27B03D8595C61E533F (int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Event::get_command()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_command_m2F8D33B961B59339E4ED06CC6DA5B83843E28972 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Event::get_control()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_control_m641E59B429A24A0F8FBDF460567584FEAFE7DC96 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUI::HasMouseControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_HasMouseControl_m66CD5558529BEFFD84D4CAB8B1BC6349F12DF4B1 (int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::ReleaseMouseControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_ReleaseMouseControl_m4F0C7D33663DEC8BC1D8C04C2417899C8AB4462B (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_mA0E9663C3D09782E1CD73BFD68CD7E9B1D235441 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIContent::get_tooltip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIContent_get_tooltip_m2B7A8A0F33D437E0723BBA6E1C10B2AD1D618535 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Rect UnityEngine.GUIClip::get_visibleRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUIClip_get_visibleRect_m08BF045699465EB363ADFC1FBF0BB14D9539193C (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::SetMouseTooltip(System.String,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_SetMouseTooltip_m69607AB3EA166CC12F3851DD54963C03B4551312 (String_t* ___tooltip0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUI::DoControl(UnityEngine.Rect,System.Int32,System.Boolean,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_DoControl_m41685E315AD94F9C8E843E87C325BDA537EEBD4B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, bool ___on2, bool ___hover3, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, const RuntimeMethod* method);
|
|
// UnityEngine.GUILayoutUtility/LayoutCache UnityEngine.GUILayoutUtility::SelectIDList(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD (int32_t ___instanceID0, bool ___isWindow1, const RuntimeMethod* method);
|
|
// UnityEngine.GUILayoutOption UnityEngine.GUILayout::Width(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * GUILayout_Width_mDA8F26D92E788474E09AECA1541E8C920C72DA10 (float ___width0, const RuntimeMethod* method);
|
|
// UnityEngine.GUILayoutOption UnityEngine.GUILayout::Height(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * GUILayout_Height_mA5A24D5490022AC6449BBAED9C5A1647184B4026 (float ___height0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::BeginWindow(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_BeginWindow_mB3475D9BE89CF26AB0E6F0D46B1930F1874EB132 (int32_t ___windowID0, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style1, GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* ___options2, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyle UnityEngine.GUIStyle::get_none()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI::set_skin(UnityEngine.GUISkin)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_skin_mFC9EC2E88A46A7F42664C6C41D8CCD9B9BA4DBA0 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUI/WindowFunction::Invoke(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowFunction_Invoke_m08350FBFB60BC55246725A4840931AED2CAFF9AD (WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * __this, int32_t ___id0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::Layout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Layout_mB01F00635FD538214B47A545C53E4F8C682491B5 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip::get_visibleRect_Injected(UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_get_visibleRect_Injected_mD48D2E7127DB0356A30BA6FB22B6014D64B3B00F (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip::GetMatrix_Injected(UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_GetMatrix_Injected_m10DBE812BACDD4883B7FB68D9EC95A61B00FC6F9 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip::SetMatrix_Injected(UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_SetMatrix_Injected_mCFA0B2F4EEF9CE6127DE84534573E2CC7EAA9AC1 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___m0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip::Internal_PushParentClip_Injected(UnityEngine.Matrix4x4&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_Internal_PushParentClip_Injected_mB91B3B467828418206AE0C774FE87D6AAB92AB6C (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___objectTransform0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___clipRect1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip::Internal_PushParentClip(UnityEngine.Matrix4x4,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_Internal_PushParentClip_m59EA543AFD1A9DB14C529F3D631B8B770EF34F60 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___objectTransform0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip/ParentClipScope::.ctor(UnityEngine.Matrix4x4,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope__ctor_m5543BF70D43839805E8B967E49D5C1FBDC6F95B0 (ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___objectTransform0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip::Internal_PopParentClip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_Internal_PopParentClip_m189E2908BC27CE953C4743B4B6442EC817AED5A3 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIClip/ParentClipScope::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope_Dispose_m76BB2115977B3771AE24893D3686228E1EA1B7ED (ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIContent::.ctor(System.String,UnityEngine.Texture,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_m2805872C5E7E66C3ABF83607DC02BEB1BEFA82DA (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___text0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___image1, String_t* ___tooltip2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIContent::set_image(UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_set_image_m85ABAF5AE045BDD9C09EA75243094D16222DB38C (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIContent::set_tooltip(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_set_tooltip_mDFC634B0DF68DB6A02F294106BC261EFC0FD0A67 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIContent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIContent::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_m8EE36BB9048C2A279E7EAD258D63F2A1BDEA8A81 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___text0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutOption::.ctor(UnityEngine.GUILayoutOption/Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutOption__ctor_m965FDA1345FD7146596EFA90F03D0C645FB3FD5D (GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * __this, int32_t ___type0, RuntimeObject * ___value1, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyle UnityEngine.GUILayoutEntry::get_style()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::get_margin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.RectOffset::get_left()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.RectOffset::get_right()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_right_m9B05958C3C1B31F1FAB8675834A492C7208F6C96 (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.RectOffset::get_top()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1 (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.RectOffset::get_bottom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_bottom_mE5162CADD266B59539E3EE1967EE9A74705E5632 (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___x0, float ___y1, float ___width2, float ___height3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutEntry::set_style(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_set_style_mEDD232A6CDB1B76ABC33EA06A05235316A180E2D (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Rect::set_x(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Rect::set_width(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Rect::set_y(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Rect::set_height(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, float ___value0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIStyle::get_fixedWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIStyle::get_stretchWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIStyle_get_stretchWidth_m4513B313AABE48E1D10424844DC186405BC8A677 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIStyle::get_fixedHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIStyle::get_stretchHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIStyle_get_stretchHeight_m264308B18FA5F0A8400CF49945BAE1B9EFDC934F (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIStyle::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_get_name_m111D8AB0173E1EBA46A9664EBABBC82AFE3ED71E (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_x()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_xMax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_y()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_yMax()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::.ctor()
|
|
inline void List_1__ctor_m8334B758D374FE266FFF49329936203BCE3A3770 (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::.ctor(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry__ctor_mC640CA08AEBCC7E479DB6AF5B208436A98AB75B2 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, float ____minWidth0, float ____maxWidth1, float ____minHeight2, float ____maxHeight3, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ____style4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutEntry::ApplyOptions(UnityEngine.GUILayoutOption[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_ApplyOptions_m2002EBD9FE42B9787544D204A71C8BEF3F671F5B (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* ___options0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutEntry::ApplyStyleSettings(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_ApplyStyleSettings_m5516B497544317E3B720CE7867CA960076E2AF47 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style0, const RuntimeMethod* method);
|
|
// System.Int32 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Count()
|
|
inline int32_t List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
|
|
}
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::get_padding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.RectOffset::get_horizontal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_horizontal_m9274B965D5D388F6F750D127B3E57F70DF0D89C1 (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::GetEnumerator()
|
|
inline Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 (*) (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::get_Current()
|
|
inline GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline (Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * (*) (Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
|
|
}
|
|
// System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginHorizontal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginHorizontal_m1FB1B936E7C702BAD92FE4CA1EEC529A2BECCEC4 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65 (float ___a0, float ___b1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7 (Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.GUILayoutEntry>::Dispose()
|
|
inline void Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2 (Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
|
|
}
|
|
// !0 System.Collections.Generic.List`1<UnityEngine.GUILayoutEntry>::get_Item(System.Int32)
|
|
inline GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_inline (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
return (( GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * (*) (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
|
|
}
|
|
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F (int32_t ___a0, int32_t ___b1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_SetHorizontal_m46A5D9344EE72AF9AA7D07C77C30745F9FE97DE8 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, float ___x0, float ___width1, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507 (float ___value0, float ___min1, float ___max2, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Mathf::Lerp(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364 (float ___a0, float ___b1, float ___t2, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.RectOffset::get_vertical()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectOffset_get_vertical_m89ED337C8D303C8994B2B056C05368E4286CFC5E (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_SetVertical_mC0E71E5E431907DD1900C707BD3E2E1D0795DDD0 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, float ___y0, float ___height1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginVertical()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginVertical_mBFB3FD56025F4627378E5A339379CFF720196EB0 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUILayoutEntry::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUILayoutEntry_ToString_mCDA5CD14A39ADAD29F6B450B98FDB80E37AC95D5 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::Internal_GetWindowRect_Injected(System.Int32,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Internal_GetWindowRect_Injected_mE78DA4F8B25471CEFFCB6F43E37C7966FE436EEE (int32_t ___windowID0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::Internal_MoveWindow_Injected(System.Int32,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Internal_MoveWindow_Injected_mD80D56182A5684AC3BDA2B50AC8191974A064ABE (int32_t ___windowID0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___r1, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_m0E6D1EEC81E6A904B99EEC04DB95C1CC0E4A0B31 (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * __this, int32_t ___key0, LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 *, int32_t, LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility/LayoutCache::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutCache__ctor_mF66D53540321BFD98CA89285D2E8FFDA5014A9CE (LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * __this, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mB2CFA325B47C43C9E27C606844FE1AED4CD344A2 (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * __this, int32_t ___key0, LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 *, int32_t, LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 *, const RuntimeMethod*))Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Screen::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIUtility::get_pixelsPerPoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Mathf::Min(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7 (float ___a0, float ___b1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Screen::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::LayoutFreeGroup(UnityEngine.GUILayoutGroup)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * ___toplevel0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::LayoutSingleGroup(UnityEngine.GUILayoutGroup)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_LayoutSingleGroup_m0BE91E195E4E2FC8B5B491783AFACBD1310F15A1 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * ___i0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutGroup::ResetCursor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_ResetCursor_mD159DD9E101F6F348249D27D95709E1DC5C0A13F (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Rect UnityEngine.GUILayoutUtility::Internal_GetWindowRect(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUILayoutUtility_Internal_GetWindowRect_mE35BED0433EE8BD928CD52681620519E647A1DA9 (int32_t ___windowID0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_width()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_height()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::Internal_MoveWindow(System.Int32,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Internal_MoveWindow_mFCB2DFE399B833D263138CF0A57626AFF52CB037 (int32_t ___windowID0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___r1, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.GUILayoutUtility/LayoutCache>::.ctor()
|
|
inline void Dictionary_2__ctor_mD9286F4A0EF1BEC0B6BC4BD72D8D6A246B994EBF (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::CalcWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_CalcWidth_m0D2819C659392B14175C2B163DD889AD35794A9B (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutGroup::SetHorizontal(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_SetHorizontal_m0AFB617E7BB6B32431BA65873B27660E6E5C9E51 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, float ___x0, float ___width1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutGroup::CalcHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_CalcHeight_m0511BD2172BC13D54ABC8DB5887A91C17E9F21BB (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutGroup::SetVertical(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_SetVertical_m29D8744D2D1464EF4E6E4008CD21F5E44D6CB146 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, float ___y0, float ___height1, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUISettings::Internal_GetCursorFlashSpeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUISettings_Internal_GetCursorFlashSpeed_m0D6BCB76C522A94639D660B48EB0845C008B56F4 (const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.Color::get_white()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUISettings::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISettings__ctor_m6D2D6608CE04A741235BF0C8E134195B196F116D (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.ScriptableObject::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B (ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUISkin::Apply()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___x0, Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * ___y1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::SetDefaultFont(UnityEngine.Font)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_SetDefaultFont_m09D149F682E885D7058E3C48EB42C9E62363E381 (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ___font0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Debug::Log(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708 (RuntimeObject * ___message0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUISkin::BuildStyleCache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_BuildStyleCache_m2C68BB5521EAF11FC98C86D7E60008901D61866A (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method);
|
|
// System.StringComparer System.StringComparer::get_OrdinalIgnoreCase()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline (const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::.ctor(System.Collections.Generic.IEqualityComparer`1<!0>)
|
|
inline void Dictionary_2__ctor_mE7D4915AD1A64B140D2C412B197D4D43B016074E (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m76CDCB0C7BECE95DBA94C7C98467F297E4451EE7_gshared)(__this, ___comparer0, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5 (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * __this, String_t* ___key0, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *, String_t*, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18 (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * __this, String_t* ___key0, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *, String_t*, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_error()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_error_m40FBD0C57353CBFD8EE75B796E3EADBF9033C47F (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::set_stretchHeight(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_stretchHeight_mE11B46969A8498FB3B7443B4C54254F0C9A71A6E (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, bool ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_normal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * GUIStyle_get_normal_mC5CB22EED8113DEC86C54FB42F757B635D09DD2F (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.Color::get_red()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 Color_get_red_m5562DD438931CF0D1FBBBB29BF7F8B752AF38957 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyleState::set_textColor(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_m2B235845A292C22ABEDEFBB2FD798DEB4E104983 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::FindStyle(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_FindStyle_m977BAAD9DE35AC43C9FA2DB52C6C0BDF83EE4706 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, String_t* ___styleName0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.Object::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE (Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUISkin/SkinChangedDelegate::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkinChangedDelegate_Invoke_mE18CA4219F24151D8FC8A8A8B261F3FD860B007F (SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * __this, const RuntimeMethod* method);
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,UnityEngine.GUIStyle>::get_Values()
|
|
inline ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 * Dictionary_2_get_Values_mBCCD4E4C93C5E4DF2E0A07934040870B3662866F (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 * (*) (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.GUIStyle>::GetEnumerator()
|
|
inline Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6 ValueCollection_GetEnumerator_m56252F012AAECD0BFFC3729A87D60BF2945499C2 (ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6 (*) (ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 *, const RuntimeMethod*))ValueCollection_GetEnumerator_m6AA58C894265BF1E8514350C4B51CB7811D24674_gshared)(__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::TryGetValue(!0,!1&)
|
|
inline bool Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *, int32_t, RuntimeObject **, const RuntimeMethod*))Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Object System.Activator::CreateInstance(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16 (Type_t * ___type0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, int32_t ___key0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *, int32_t, RuntimeObject *, const RuntimeMethod*))Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::.ctor()
|
|
inline void Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8 (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *, const RuntimeMethod*))Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::get_contentOffset_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_get_contentOffset_Injected_mDF79B1646B295FD1A7229067099ED66D71897B41 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::set_contentOffset_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_contentOffset_Injected_mCDA5D3433ED1871CA0C507AA5425FED572764A67 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::set_Internal_clipOffset_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_Internal_clipOffset_Injected_m5E2A47365621254501D4F1B35C6FF1BB12DE1E26 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw_Injected_m96268CFD8003682366C5416A373F06C862B2785C (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw2_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw2_Injected_m76127AEB314B7227EED6CD90639B918394686872 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawCursor_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawCursor_Injected_m8DE70956ACB23C13CADA16E586FD6A395E91DAC0 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___pos2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___cursorColor3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawWithTextSelection_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32,UnityEngine.Color&,UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawWithTextSelection_Injected_m5D30A962493D0FE1C0B04B9FA78F88B0210FC51A (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, bool ___drawSelectionAsComposition6, int32_t ___cursorFirst7, int32_t ___cursorLast8, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___cursorColor9, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___selectionColor10, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_GetCursorPixelPosition_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_GetCursorPixelPosition_Injected_mF287D7B43969350AB0C2291671C6DB35455EF621 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___cursorStringIndex2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret3, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIStyle::Internal_GetCursorStringIndex_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIStyle_Internal_GetCursorStringIndex_Injected_m05D44B5DB50B159FF5DB9269486211092D3B9399 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___cursorPixelPosition2, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIStyle::Internal_GetSelectedRenderedText_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_Internal_GetSelectedRenderedText_Injected_m3773CF04D83CED7A811B7A70356599708BB1059D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___localPosition0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___mContent1, int32_t ___selectIndex2, int32_t ___cursorIndex3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_CalcSize_Injected(UnityEngine.GUIContent,UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_CalcSize_Injected_m1494328C573D0AE8692341F65648D55AE67C6268 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::SetMouseTooltip_Injected(System.String,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_SetMouseTooltip_Injected_m292443679DFA66800CA706CF3DA947365C1D46D7 (String_t* ___tooltip0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___screenRect1, const RuntimeMethod* method);
|
|
// System.IntPtr UnityEngine.GUIStyle::Internal_Create(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyle_Internal_Create_m9641BC84B2A6E34A801EED919EF412E4A1C444C8 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___self0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Destroy_mFA13F1C8E929FB9429825F2F176D4E3DE9C131E2 (intptr_t ___self0, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIStyle::get_rawName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_get_rawName_mD7DD50D00F93CEE5DCDE8E13A0F6C28A18ABC837 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::set_rawName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_rawName_mD091741C119250A2BA0B90E15E6CE2313750DF95 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, String_t* ___value0, const RuntimeMethod* method);
|
|
// System.IntPtr UnityEngine.GUIStyle::GetStyleStatePtr(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyle_GetStyleStatePtr_m9EB2842B5EDEC03D6F7A0050A4E9DBB7103EA5C5 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyleState::GetGUIStyleState(UnityEngine.GUIStyle,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * GUIStyleState_GetGUIStyleState_m207443170D2CA9E48BAB05FF74B30C76C6D63F68 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___sourceStyle0, intptr_t ___source1, const RuntimeMethod* method);
|
|
// System.IntPtr UnityEngine.GUIStyle::GetRectOffsetPtr(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyle_GetRectOffsetPtr_m780608811770308EFDE095993756D8AA0BD37BF8 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, int32_t ___idx0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.RectOffset::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectOffset__ctor_m23620FE61AAF476219462230C6839B86736B80BA (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, RuntimeObject * ___sourceStyle0, intptr_t ___source1, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIStyle::Internal_GetLineHeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_Internal_GetLineHeight_mE9C337FF92F5D2EFD8AF0A7E5747A81401193B28 (intptr_t ___target0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_mAC1BB37A9DA0C304A5A70A9CFDB097C8D9C90FFF (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlId2, bool ___isHover3, bool ___isActive4, bool ___on5, bool ___hasKeyboardFocus6, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIUtility::HasKeyFocus(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HasKeyFocus_mC8FCF8AB69DB9ECF737C91B5C2207100CCF7E78A (int32_t ___controlID0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw_m8DAE8DEA36131D287E8E8DF5D1EF5E9788A672A9 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw2(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw2_m0F79CA39E2A55437E2E918BE915E594BC303D13D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * __this, float ___r0, float ___g1, float ___b2, float ___a3, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUISettings::get_cursorFlashSpeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUISettings_get_cursorFlashSpeed_m97F5D1728F8B9D427670DE2FA850FE3836E8CABC (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Time::get_realtimeSinceStartup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03 (const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIStyle::Internal_GetCursorFlashOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_Internal_GetCursorFlashOffset_mA86F99A132E4CA28D117BB47B2890CA2257AEFBF (const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.GUISettings::get_cursorColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GUISettings_get_cursorColor_m764554A1426416FED49BD67285B4C9A22D2A8706 (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawCursor(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawCursor_m4DA61B4B84697A5EDF16EA2E7F8C247D20F73EDC (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___pos2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___cursorColor3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32,UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawWithTextSelection_mB30674AFDEE9C0FD44AC76C762E620F79D29AC6D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, bool ___drawSelectionAsComposition6, int32_t ___cursorFirst7, int32_t ___cursorLast8, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___cursorColor9, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___selectionColor10, const RuntimeMethod* method);
|
|
// UnityEngine.Color UnityEngine.GUISettings::get_selectionColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GUISettings_get_selectionColor_mB0F17A996AE08CF7A73975C05F4985736740141D (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Int32,System.Int32,System.Boolean,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawWithTextSelection_mDEC11D0893716710098889E1715B09E456798CC1 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isActive2, bool ___hasKeyboardFocus3, int32_t ___firstSelectedCharacter4, int32_t ___lastSelectedCharacter5, bool ___drawSelectionAsComposition6, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___selectionColor7, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawWithTextSelection_m60783EB261EBD814D7FFC6131A87E675290BAEFC (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, int32_t ___firstSelectedCharacter3, int32_t ___lastSelectedCharacter4, bool ___drawSelectionAsComposition5, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::Internal_GetCursorPixelPosition(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_Internal_GetCursorPixelPosition_m09F24F8960EB6090748F348DFC7F6D01EC29ED39 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___cursorStringIndex2, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIStyle::Internal_GetCursorStringIndex(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIStyle_Internal_GetCursorStringIndex_m4A882A721CE837B0B10EED1CC17D8FBB0ED7C6A1 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPixelPosition2, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::Internal_CalcSize(UnityEngine.GUIContent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_Internal_CalcSize_mE74DD923FC68B66432D4A995AC1F15B66945227D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIStyle::Internal_CalcHeight(UnityEngine.GUIContent,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_Internal_CalcHeight_m233036ADA87FAB967C31499837D04E2BE004EAE3 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, float ___width1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyleState::set_textColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_Injected_m09DA402A33A2E28F9B8BB37AEF6EA05B58F7C475 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method);
|
|
// System.IntPtr UnityEngine.GUIStyleState::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyleState_Init_m24D7A3BD60709BA6C36D21F86E8FBCA3AD7756D9 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyleState::.ctor(UnityEngine.GUIStyle,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState__ctor_m88DEBFEA9F9D54F4E6732A6ACE729079A79833B8 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___sourceStyle0, intptr_t ___source1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyleState::Cleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_Cleanup_mB92C1A0564E1D841A37DD43D6B6E1AD27BAD5A49 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, const RuntimeMethod* method);
|
|
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID_Injected(System.Int32,UnityEngine.FocusType,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_Injected_m0B621090C90D8A821A2D334199EDB3CB2ED42DA1 (int32_t ___hint0, int32_t ___focusType1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::AlignRectToDevice_Injected(UnityEngine.Rect&,System.Int32&,System.Int32&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_AlignRectToDevice_Injected_m661F2FF64576FA465FAEC4BBCB3BA08E287EE6F2 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect0, int32_t* ___widthInPixels1, int32_t* ___heightInPixels2, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::set_compositionCursorPos_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_compositionCursorPos_Injected_m101F0440DCF3EB61C386484A8049585A3B7617C6 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method);
|
|
// System.Void System.Action::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD (Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Rect UnityEngine.Rect::get_zero()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE Rect_get_zero_m4CF0F9AD904132829A6EFCA85A1BF52794E7E56B (const RuntimeMethod* method);
|
|
// System.Object UnityEngine.GUIStateObjects::GetStateObject(System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GUIStateObjects_GetStateObject_m90A400F2D7196F386201EF3C87B1B6E80AD3D342 (Type_t * ___t0, int32_t ___controlID1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::Internal_GetHotControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_Internal_GetHotControl_m2CD040A0751AC54B62B5663C81B94EC6FA02B2FD (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::Internal_SetHotControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_SetHotControl_mD2515A29D1C1142F9935A279E0C25858E1F23382 (int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::Internal_GetKeyboardControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_Internal_GetKeyboardControl_m198D8D057F49AEC00E1FEC40A116E61E9A48CAED (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::Internal_SetKeyboardControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_SetKeyboardControl_m1A89B9A7E35B1C0C6BCFAB769DDCFB89F10E1C1F (int32_t ___value0, const RuntimeMethod* method);
|
|
// !0 System.Func`1<System.Boolean>::Invoke()
|
|
inline bool Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6 (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 *, const RuntimeMethod*))Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.ExitGUIException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExitGUIException__ctor_m51AF39C72F462AFB5421AF57025B9AD42D31EE43 (ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07 * __this, const RuntimeMethod* method);
|
|
// System.Object UnityEngine.GUIUtility::Internal_GetDefaultSkin(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GUIUtility_Internal_GetDefaultSkin_m1D4A53896309F1A4A54AF15D7E5F4DC61451276E (int32_t ___skinMode0, const RuntimeMethod* method);
|
|
// !2 System.Func`3<System.Int32,System.IntPtr,System.Boolean>::Invoke(!0,!1)
|
|
inline bool Func_3_Invoke_mCD6DEEC09B4F1B42DD0FD4A8F58632B08EC66737 (Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 * __this, int32_t ___arg10, intptr_t ___arg21, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 *, int32_t, intptr_t, const RuntimeMethod*))Func_3_Invoke_mCD6DEEC09B4F1B42DD0FD4A8F58632B08EC66737_gshared)(__this, ___arg10, ___arg21, method);
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::Internal_EndContainer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_EndContainer_m09A7936815FE2B45614821FF960F628420A41C1F (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::Internal_ExitGUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::ResetGlobalState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_ResetGlobalState_m192C9FAE2A4B87F34CB051C4967B8A919A902A5C (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::Begin(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Begin_m6876A33199599688408A4AD364069090E833B237 (int32_t ___instanceID0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUILayoutUtility::LayoutFromEditorWindow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_LayoutFromEditorWindow_mBE82BE965B54F68E7090952684C86BFF0538AB52 (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIContent::ClearStaticCache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_ClearStaticCache_m567DA736612F9E6E66262CC630952AB2E22BC933 (const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIUtility::ShouldRethrowException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_ShouldRethrowException_mCF3B04493727D6A40ED50AC2414D5617455339B6 (Exception_t * ___exception0, const RuntimeMethod* method);
|
|
// !1 System.Func`2<System.Exception,System.Boolean>::Invoke(!0)
|
|
inline bool Func_2_Invoke_m9621506610C10C9E735B305E826ACEFF914422CD (Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 * __this, Exception_t * ___arg0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 *, Exception_t *, const RuntimeMethod*))Func_2_Invoke_mE25788DCE25515291EAA06F55BEF30F9F27FBBA9_gshared)(__this, ___arg0, method);
|
|
}
|
|
// UnityEngineInternal.GenericStack UnityEngine.GUI::get_scrollViewStates()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AF_inline (const RuntimeMethod* method);
|
|
// System.Exception System.Exception::get_InnerException()
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline (Exception_t * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIUtility::IsExitGUIException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_IsExitGUIException_mBCCE6118666769B8B767D74496E44D2ECC7AFDD2 (Exception_t * ___exception0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIUtility::get_guiDepth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_get_guiDepth_m927893DDBCD8D8F88CA9F70A7D1A7BDB59B4F395 (const RuntimeMethod* method);
|
|
// System.Void System.ArgumentException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
|
|
// UnityEngine.Rect UnityEngine.GUIUtility::AlignRectToDevice(UnityEngine.Rect,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUIUtility_AlignRectToDevice_m86A33567D855507B8FA829BA84E8944523593DCD (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, int32_t* ___widthInPixels1, int32_t* ___heightInPixels2, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_xMin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.Rect::get_yMin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIUtility::HitTest(UnityEngine.Rect,UnityEngine.Vector2,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HitTest_m0083ED18D864D511BF6217521285AE9D52D5AB79 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, int32_t ___offset2, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Event::get_isDirectManipulationDevice()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_isDirectManipulationDevice_mC119A717201BAAF95B1320D4060A1A74A891D99E (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.GUIUtility::HitTest(UnityEngine.Rect,UnityEngine.Vector2,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HitTest_m33C028863CAD049FFC588A912F1953F9C978453E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, bool ___isDirectManipulationDevice2, const RuntimeMethod* method);
|
|
// System.IntPtr UnityEngine.ObjectGUIState::Internal_Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ObjectGUIState_Internal_Create_m92F75FD8CE1624D9DBDCF956F1CBCF5492CEE69D (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.ObjectGUIState::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectGUIState_Destroy_m8C3FD0BEAA8CD994C93DA5E83ACDCD471BF4140B (ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 * __this, const RuntimeMethod* method);
|
|
// System.Void System.GC::SuppressFinalize(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.ObjectGUIState::Internal_Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectGUIState_Internal_Destroy_m4FE9B4FB0B26FFA8D1FE7EED564A69535EF6204C (intptr_t ___ptr0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::EnsureValidCodePointIndex(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t* ___index0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.Rect::op_Equality(UnityEngine.Rect,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Rect_op_Equality_mFBE3505CEDD6B73F66276E782C1B02E0E5633563 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___lhs0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rhs1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8 (const RuntimeMethod* method);
|
|
// UnityEngine.Rect UnityEngine.GUIUtility::AlignRectToDevice(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUIUtility_AlignRectToDevice_mBA1EF6EC4F090487B9C7AD185C47812D90D77685 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::UpdateScrollOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_UpdateScrollOffset_mC49895B4151C725237B45F82FA3CB3E29BDDB02B (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Rect UnityEngine.TextEditor::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::set_selectIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::set_cursorIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectAll_m33196916F8C32522554E30567291CF967CFD6EF9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::get_cursorIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::GetCursorPixelPosition(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___cursorStringIndex2, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::get_selectIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::HandleKeyEvent(UnityEngine.Event,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_HandleKeyEvent_m8075CB54084CAA09E9B638F8B3DDE5D59183CC8A (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___e0, bool ___textIsReadOnly1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::InitKeyActions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_InitKeyActions_m724C451AA81FE63C7DC95DECD4AC681080AFCC11 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>::ContainsKey(!0)
|
|
inline bool Dictionary_2_ContainsKey_m886A3ED9D9AB620984BF26DF4B63571D37E2AE41 (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 *, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, const RuntimeMethod*))Dictionary_2_ContainsKey_mFA8A7C3AE75554E70838FCF41A5DF89B9B6FC0DB_gshared)(__this, ___key0, method);
|
|
}
|
|
// !1 System.Collections.Generic.Dictionary`2<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>::get_Item(!0)
|
|
inline int32_t Dictionary_2_get_Item_m15C699577EFD717DEEDFA3D6138A6BDC4C2B43E5 (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___key0, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 *, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, const RuntimeMethod*))Dictionary_2_get_Item_m762CB847133E2354776C0BB968D07190DC136A22_gshared)(__this, ___key0, method);
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::PerformOperation(UnityEngine.TextEditor/TextEditOp,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_PerformOperation_mF47D96448BC77F8CD02A893DD755792E8B3F0405 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___operation0, bool ___textIsReadOnly1, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::get_hasSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_get_hasSelection_mB7A3FE7A641A5DCB7E96D3FBB12A0304B8ACFD06 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::DeleteSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Remove(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF (String_t* __this, int32_t ___startIndex0, int32_t ___count1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::FindEndOfPreviousWord(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindEndOfPreviousWord_m63E76A65AC4616A74902F9CF00BC5C20F2174F97 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::FindStartOfNextWord(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindStartOfNextWord_m31C0620A516CB2C598AA67A9D0931D562ED37828 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::NextCodePointIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::PreviousCodePointIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::ClearCursorPos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Insert(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749 (String_t* __this, int32_t ___startIndex0, String_t* ___value1, const RuntimeMethod* method);
|
|
// System.String System.Char::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8 (Il2CppChar* __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::GrabGraphicalCursorPos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_GrabGraphicalCursorPos_m19AF9FD7089329EAEC363D0646F95FC0F4D8A03F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.GUIStyle::GetCursorStringIndex(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPixelPosition2, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIStyle::get_lineHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::GetGraphicalLineStart(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_GetGraphicalLineStart_m5F7F5A73CDDF5B3BD16E61F09AAAF14A0CF140AB (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::GetGraphicalLineEnd(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_GetGraphicalLineEnd_m55161AA566216C1A1D1A59E724356660F936B99D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::IndexOfEndOfLine(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_IndexOfEndOfLine_m2429A2AD71CA478CF6C17C578F4B1F0E65303BA1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___startIndex0, const RuntimeMethod* method);
|
|
// System.Int32 System.String::LastIndexOf(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveCursorToPosition_Internal(UnityEngine.Vector2,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveCursorToPosition_Internal_mD66C2285C2B5F6EC3516820193DCB64936797704 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPosition0, bool ___shift1, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::FindEndOfClassification(System.Int32,UnityEngine.TextEditor/Direction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, int32_t ___dir1, const RuntimeMethod* method);
|
|
// UnityEngine.TextEditor/CharacterType UnityEngine.TextEditor::ClassifyChar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::FindNextSeperator(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindNextSeperator_m019CE71A55764D7325CDE64E83D3D5A49BE92184 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___startPos0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveRight_m59C55388AA97B5BBF3BD7EA1242A414D699200B7 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveLeft_mB89B657A867A5BDDD5C7C29746883BE2654A2C65 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsWhiteSpace(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8E25F5E52D932FBA7D4D87A5A740128FA098DBE7 (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsLetterOrDigit(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLetterOrDigit_m99BA6814DA5E508FAA97139C4DFE6368B655E2EB (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.TextEditor::FindPrevSeperator(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindPrevSeperator_m46051223DF3979C42C9497D991B7C0D68A6CAA85 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___startPos0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveWordRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveWordRight_m682304844C44DB8749BF5FCA4DB321682D1CEFDB (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveWordLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveWordLeft_m615D5BF427B7E37C700C434B8630F6F9BCDCAA1C (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Rect UnityEngine.RectOffset::Remove(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE RectOffset_Remove_m1A74003F469E4CE1B62D5BEC3FA1C1CA7122C85E (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::CalcSize(UnityEngine.GUIContent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_CalcSize_m122C915B2050F60D120BDDDBD84433F26EC21E9F (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, const RuntimeMethod* method);
|
|
// System.Single UnityEngine.GUIStyle::CalcHeight(UnityEngine.GUIContent,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_CalcHeight_m6F102200768409D1B2184A7FE1A56747AB7B59B5 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, float ___width1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * __this, float ___x0, float ___y1, const RuntimeMethod* method);
|
|
// System.String System.String::Substring(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::get_contentOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_get_contentOffset_m9764FD32FFAD60090B0E0D6ABBE610A64AE8DAB2 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method);
|
|
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___a0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___b1, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::set_contentOffset(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_contentOffset_mDE7B72F911E033B193DFBCD8A72902A9B8CAF0DA (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::set_Internal_clipOffset(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_Internal_clipOffset_m2374646917D20BFA059BCFEF3E473C1AD95902B2 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::set_compositionCursorPos(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_compositionCursorPos_mD334872665452584C9732D8793B48B03D9CBF298 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawWithTextSelection_mF72D3C928F0A7DC73F11121858D040972B1A9807 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, int32_t ___firstSelectedCharacter3, int32_t ___lastSelectedCharacter4, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIStyle::DrawCursor(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawCursor_m2CE940C9FF3E2691960F1DE97D39CB1B3E0D2EE4 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, int32_t ___character3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveUp_m33A336334EE094B374C79D384742C10EE3F87CE9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveDown_mF8326F5B90AD880828693C184F97D02D1EC15FEE (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveLineStart_m01C387F3CAD4B192C343E1FBD81D3D8C1A26BFE1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveLineEnd_m6CD2F02FF6859D1465DB9FB6E805DBBB5EFE1485 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveToStartOfNextWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveToStartOfNextWord_mF8E0AF826783F4C751E47EB39558892E0D280911 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveToEndOfPreviousWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveToEndOfPreviousWord_mA1D6F6C37728A27568A2308F6033544BE41CC053 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveTextStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveTextStart_m154B56BBD4408FFA335AF28B8AC712D0D64ACEAD (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveTextEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveTextEnd_mA4E9806443211054DBAD3A8809FF54E78BD14F16 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveParagraphForward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveParagraphForward_mDCDEBAB394A840A65A97C676BD3A5FEFF5D6D323 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveParagraphBackward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveParagraphBackward_m0E0D4995F67E1A93171351AC59D0C9D0F12E2ED1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveGraphicalLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveGraphicalLineStart_m17B1028964B11E29FC4F400FD7737A7490989154 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::MoveGraphicalLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveGraphicalLineEnd_m37A229D49BD65C1C6EBF036769E20332F65B9C12 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectLeft_m7B2639E4B74273199C4DD7B19D22A1469F92067F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectRight_m269F9770E5FD0525B55776C07E9971D6C66A78DE (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectUp_mB4ED2C2AF3A2ACCDF5B3526AD833A579918F57AC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectDown_mDB4866E1E2147CF2E3A8A112089DBF39DC51E0EC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectWordRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectWordRight_mC181E8E66228F232CF3B5F9799AC15DC8C44C585 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectWordLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectWordLeft_m1094CAC46C35D29D80B3A086B4D5E874BE37C7D3 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectToEndOfPreviousWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectToEndOfPreviousWord_mDBD58F16716BF35033E3E942889A17BB8A7AEB41 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectToStartOfNextWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectToStartOfNextWord_m16F1549DC820938AB680CBC76D3B3B816BEC0037 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectTextStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectTextStart_m8562BCC674CDA850E3DBE8455E92B3CBB590436D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectTextEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectTextEnd_m18F2785E8502B02F3ED4B0C0E1C68CCD9B8408FD (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::ExpandSelectGraphicalLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ExpandSelectGraphicalLineStart_mF13A47F89B658B025FBEAB8CDA30B121E4BAF474 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::ExpandSelectGraphicalLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ExpandSelectGraphicalLineEnd_m948098D63AB53DAA3AED6F864A00559B325E8D2C (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectParagraphForward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectParagraphForward_m38A2B0EEF2DFB8B81A681EEC34E704FF90AB80E1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectParagraphBackward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectParagraphBackward_m72FEDA47BEDFBC046ED21F80768FD422FA63766E (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectGraphicalLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectGraphicalLineStart_m1C6C0A1E5D2E196FBD005D5815CF8CD4E923C8C0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectGraphicalLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectGraphicalLineEnd_mEE048AE3578021287AF9017356913423E4D2CA0F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::Delete()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Delete_m4B7A14DD74D23305D71ECF58B078EB1C99864FDC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::Backspace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Backspace_m256A202133B82F0A43563BEEAC463CF808229CC7 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::Cut()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Cut_mE1FCFFF9B77690296C732A0FE7183A69249DB819 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::Copy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_Copy_mF21F9BE54FD96EEC2CAA33EB3595ACD3894BA4E2 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::Paste()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Paste_m551DF86401B71947857EC27860AE3470C33B860B (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::SelectNone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectNone_m4CDD0831BB48D920C158779FDF404EDABD56763D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::DeleteWordBack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteWordBack_mB48FCF1FBFABBC70C1EB7EA184B387BE12F16B50 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::DeleteLineBack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteLineBack_mDFF1F1E2ABA2EBC1ECF020D63784467CD392F9A2 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::DeleteWordForward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteWordForward_m94D25A0E9E8746E8B419E5F2D041305744734FCF (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.String System.String::Concat(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIStyle::Internal_GetSelectedRenderedText(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_Internal_GetSelectedRenderedText_mCF3AEA60AF0BCC9CD846B438698F92AFBB223E70 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___localPosition0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___mContent1, int32_t ___selectIndex2, int32_t ___cursorIndex3, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.GUIUtility::set_systemCopyBuffer(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_systemCopyBuffer_m8C87AFD05D32AB0C30A2203005A64A86DFE18BE6 (String_t* ___value0, const RuntimeMethod* method);
|
|
// System.String System.String::Replace(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470 (String_t* __this, String_t* ___oldValue0, String_t* ___newValue1, const RuntimeMethod* method);
|
|
// System.String System.String::Replace(System.Char,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9 (String_t* __this, Il2CppChar ___oldChar0, Il2CppChar ___newChar1, const RuntimeMethod* method);
|
|
// System.String UnityEngine.GUIUtility::get_systemCopyBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIUtility_get_systemCopyBuffer_m5C4EE0A0FDE696D4A1337480B20AF300E6A5624E (const RuntimeMethod* method);
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
|
|
// System.String UnityEngine.TextEditor::ReplaceNewlinesWithSpaces(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextEditor_ReplaceNewlinesWithSpaces_mDEEE760A469D8700A24D803C0F184BFC8EDC4B1D (String_t* ___value0, const RuntimeMethod* method);
|
|
// UnityEngine.Event UnityEngine.Event::KeyboardEvent(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * Event_KeyboardEvent_m42755FC3AFA26F90EBE7A428F7845C42BBF1A97D (String_t* ___key0, const RuntimeMethod* method);
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>::set_Item(!0,!1)
|
|
inline void Dictionary_2_set_Item_m461003B498B59A8F07384C0C472BC6AB93545D2C (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___key0, int32_t ___value1, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 *, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m4A0DA06D7DEC22F36AE25DC7630B32A76C0E1749_gshared)(__this, ___key0, ___value1, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.Event,UnityEngine.TextEditor/TextEditOp>::.ctor()
|
|
inline void Dictionary_2__ctor_mD6F5EEE24289730ADCFD7DE5DC90DC2E6B0BFF2F (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 *, const RuntimeMethod*))Dictionary_2__ctor_m1C8D9B685C8406F92F3C063FCA11D9AB5F56493E_gshared)(__this, method);
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MapKey(System.String,UnityEngine.TextEditor/TextEditOp)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305 (String_t* ___key0, int32_t ___action1, const RuntimeMethod* method);
|
|
// UnityEngine.OperatingSystemFamily UnityEngine.SystemInfo::get_operatingSystemFamily()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_operatingSystemFamily_mA35FE1FF2DD6240B2880DC5F642D4A0CC2B58D8D (const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::OnLostFocus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_OnLostFocus_m792C976FAC66B6C5576E49406A2963F1D19DD507 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::OnFocus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_OnFocus_mE285A1E80DF51FED810C9438DF15835BD1120A84 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method);
|
|
// System.Int32 UnityEngine.Mathf::Clamp(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Mathf_Clamp_mE1EA15D719BF2F632741D42DF96F0BC797A20389 (int32_t ___value0, int32_t ___min1, int32_t ___max2, const RuntimeMethod* method);
|
|
// System.Void UnityEngine.TextEditor::ClampTextIndex(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ClampTextIndex_m3EC3F291912021B79AF56CDD804B8795191A629B (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t* ___index0, const RuntimeMethod* method);
|
|
// System.Boolean UnityEngine.TextEditor::IsValidCodePointIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_IsValidCodePointIndex_m0366054C7FF170C5FBE08469412517D10199AF47 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method);
|
|
// System.Boolean System.Char::IsLowSurrogate(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C (Il2CppChar ___c0, const RuntimeMethod* method);
|
|
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m8870E9ACB8ABF97B25DE295C89EF9F70EFAE2160 (String_t* ___s0, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
String_t* L_0 = ___s0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int32_t)-2128831035);
|
|
V_1 = 0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
String_t* L_1 = ___s0;
|
|
int32_t L_2 = V_1;
|
|
NullCheck(L_1);
|
|
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
|
|
uint32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)((int32_t)L_3^(int32_t)L_4)), (int32_t)((int32_t)16777619)));
|
|
int32_t L_5 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_6 = V_1;
|
|
String_t* L_7 = ___s0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_6) >= ((int32_t)L_8)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
uint32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.Event
|
|
IL2CPP_EXTERN_C void Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshal_pinvoke(const Event_t187FF6A6B357447B83EC2064823EE0AEC5263210& unmarshaled, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0();
|
|
}
|
|
IL2CPP_EXTERN_C void Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshal_pinvoke_back(const Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_pinvoke& marshaled, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210& unmarshaled)
|
|
{
|
|
intptr_t unmarshaled_m_Ptr_temp_0;
|
|
memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0));
|
|
unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0;
|
|
unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.Event
|
|
IL2CPP_EXTERN_C void Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshal_pinvoke_cleanup(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.Event
|
|
IL2CPP_EXTERN_C void Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshal_com(const Event_t187FF6A6B357447B83EC2064823EE0AEC5263210& unmarshaled, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_Ptr_0 = unmarshaled.get_m_Ptr_0();
|
|
}
|
|
IL2CPP_EXTERN_C void Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshal_com_back(const Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_com& marshaled, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210& unmarshaled)
|
|
{
|
|
intptr_t unmarshaled_m_Ptr_temp_0;
|
|
memset((&unmarshaled_m_Ptr_temp_0), 0, sizeof(unmarshaled_m_Ptr_temp_0));
|
|
unmarshaled_m_Ptr_temp_0 = marshaled.___m_Ptr_0;
|
|
unmarshaled.set_m_Ptr_0(unmarshaled_m_Ptr_temp_0);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.Event
|
|
IL2CPP_EXTERN_C void Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshal_com_cleanup(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// UnityEngine.EventType UnityEngine.Event::get_rawType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_rawType_m4139BB74440F552F5FD31F56215938E227EF0CD9 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_rawType_m4139BB74440F552F5FD31F56215938E227EF0CD9_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_rawType_m4139BB74440F552F5FD31F56215938E227EF0CD9_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_rawType_m4139BB74440F552F5FD31F56215938E227EF0CD9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_rawType()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.Event::get_mousePosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Event_get_mousePosition_Injected_mE71FE88F6E27190A534BD5862941E5887D6BE632(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::set_mousePosition(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_mousePosition_mAD01B385418D0FFB5B934126B35EB07571D07E2B (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Event_set_mousePosition_Injected_mA402D90BDCB538F3730BDCCDA5D6C48DD3BD7F2E(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.Event::get_delta()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D Event_get_delta_m552632C8BD6AFB1FF814636177843C6E28E87B85 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Event_get_delta_Injected_m73B3D73424F90847093AC32053796FABEFB849AD(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// UnityEngine.PointerType UnityEngine.Event::get_pointerType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_pointerType_m1D8031C5A8BFBAC21BAAB396199CDFCD3AAC42CA (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_pointerType_m1D8031C5A8BFBAC21BAAB396199CDFCD3AAC42CA_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_pointerType_m1D8031C5A8BFBAC21BAAB396199CDFCD3AAC42CA_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_pointerType_m1D8031C5A8BFBAC21BAAB396199CDFCD3AAC42CA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_pointerType()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Int32 UnityEngine.Event::get_button()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_button_mA6E2D86802D75E24DB3C52EB52142EA98A3B93CE (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_button_mA6E2D86802D75E24DB3C52EB52142EA98A3B93CE_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_button_mA6E2D86802D75E24DB3C52EB52142EA98A3B93CE_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_button_mA6E2D86802D75E24DB3C52EB52142EA98A3B93CE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_button()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// UnityEngine.EventModifiers UnityEngine.Event::get_modifiers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_modifiers()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.Event::set_modifiers(UnityEngine.EventModifiers)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, int32_t);
|
|
static Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::set_modifiers(UnityEngine.EventModifiers)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.Single UnityEngine.Event::get_pressure()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Event_get_pressure_m2F2732871C11B870A4DE6CF3056C495252B07024 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*Event_get_pressure_m2F2732871C11B870A4DE6CF3056C495252B07024_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_pressure_m2F2732871C11B870A4DE6CF3056C495252B07024_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_pressure_m2F2732871C11B870A4DE6CF3056C495252B07024_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_pressure()");
|
|
float retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Int32 UnityEngine.Event::get_clickCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_clickCount_m8C296AD53AA9F14D43DB3682227DD343B9499F21 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_clickCount_m8C296AD53AA9F14D43DB3682227DD343B9499F21_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_clickCount_m8C296AD53AA9F14D43DB3682227DD343B9499F21_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_clickCount_m8C296AD53AA9F14D43DB3682227DD343B9499F21_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_clickCount()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Char UnityEngine.Event::get_character()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Event_get_character_m78B46D412357B71233F3D41842928A19B290915C (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef Il2CppChar (*Event_get_character_m78B46D412357B71233F3D41842928A19B290915C_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_character_m78B46D412357B71233F3D41842928A19B290915C_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_character_m78B46D412357B71233F3D41842928A19B290915C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_character()");
|
|
Il2CppChar retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.Event::set_character(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Il2CppChar ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, Il2CppChar);
|
|
static Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::set_character(System.Char)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// UnityEngine.KeyCode UnityEngine.Event::get_keyCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_keyCode()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.Event::set_keyCode(UnityEngine.KeyCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, int32_t);
|
|
static Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::set_keyCode(UnityEngine.KeyCode)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.Int32 UnityEngine.Event::get_displayIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_displayIndex_m3BC36ACAAD9F253A46C66C36F13D9C5BABD0A42F (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_displayIndex_m3BC36ACAAD9F253A46C66C36F13D9C5BABD0A42F_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_displayIndex_m3BC36ACAAD9F253A46C66C36F13D9C5BABD0A42F_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_displayIndex_m3BC36ACAAD9F253A46C66C36F13D9C5BABD0A42F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_displayIndex()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.Event::set_displayIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_displayIndex_mF73CEED3B26A4BCADB099E5E6685FE6AC2CF7289 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_set_displayIndex_mF73CEED3B26A4BCADB099E5E6685FE6AC2CF7289_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, int32_t);
|
|
static Event_set_displayIndex_mF73CEED3B26A4BCADB099E5E6685FE6AC2CF7289_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_set_displayIndex_mF73CEED3B26A4BCADB099E5E6685FE6AC2CF7289_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::set_displayIndex(System.Int32)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// UnityEngine.EventType UnityEngine.Event::get_type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_type()");
|
|
int32_t retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.Event::set_type(UnityEngine.EventType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_type_m984FD28A042A4B5B880A2FFD4D1541E4C77D83A8 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_set_type_m984FD28A042A4B5B880A2FFD4D1541E4C77D83A8_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, int32_t);
|
|
static Event_set_type_m984FD28A042A4B5B880A2FFD4D1541E4C77D83A8_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_set_type_m984FD28A042A4B5B880A2FFD4D1541E4C77D83A8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::set_type(UnityEngine.EventType)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.String UnityEngine.Event::get_commandName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Event_get_commandName_m119D9F8B0A7BA18B849B958CFAF249C970C00BF1 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*Event_get_commandName_m119D9F8B0A7BA18B849B958CFAF249C970C00BF1_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_get_commandName_m119D9F8B0A7BA18B849B958CFAF249C970C00BF1_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_commandName_m119D9F8B0A7BA18B849B958CFAF249C970C00BF1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_commandName()");
|
|
String_t* retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.Event::set_commandName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_commandName_m6228D9E479F538E3D925629B784D39B35132835C (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_set_commandName_m6228D9E479F538E3D925629B784D39B35132835C_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, String_t*);
|
|
static Event_set_commandName_m6228D9E479F538E3D925629B784D39B35132835C_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_set_commandName_m6228D9E479F538E3D925629B784D39B35132835C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::set_commandName(System.String)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.Void UnityEngine.Event::Internal_Use()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Internal_Use_m44762004F3C1C23EEC79F1B9250433A581EC6538 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_Internal_Use_m44762004F3C1C23EEC79F1B9250433A581EC6538_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static Event_Internal_Use_m44762004F3C1C23EEC79F1B9250433A581EC6538_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_Internal_Use_m44762004F3C1C23EEC79F1B9250433A581EC6538_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::Internal_Use()");
|
|
_il2cpp_icall_func(__this);
|
|
}
|
|
// System.IntPtr UnityEngine.Event::Internal_Create(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Event_Internal_Create_m93F047D4FC3B4B76FD4F80439D0F7EE131EE1E6B (int32_t ___displayIndex0, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*Event_Internal_Create_m93F047D4FC3B4B76FD4F80439D0F7EE131EE1E6B_ftn) (int32_t);
|
|
static Event_Internal_Create_m93F047D4FC3B4B76FD4F80439D0F7EE131EE1E6B_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_Internal_Create_m93F047D4FC3B4B76FD4F80439D0F7EE131EE1E6B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::Internal_Create(System.Int32)");
|
|
intptr_t retVal = _il2cpp_icall_func(___displayIndex0);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.Event::Internal_Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Internal_Destroy_m30C46F30A51ABAC5EC270FB75A9856676AA3515C (intptr_t ___ptr0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_Internal_Destroy_m30C46F30A51ABAC5EC270FB75A9856676AA3515C_ftn) (intptr_t);
|
|
static Event_Internal_Destroy_m30C46F30A51ABAC5EC270FB75A9856676AA3515C_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_Internal_Destroy_m30C46F30A51ABAC5EC270FB75A9856676AA3515C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::Internal_Destroy(System.IntPtr)");
|
|
_il2cpp_icall_func(___ptr0);
|
|
}
|
|
// System.Void UnityEngine.Event::CopyFromPtr(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_CopyFromPtr_m598D693847B26087DBEEA7EAFF031E676503EB21 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, intptr_t ___ptr0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_CopyFromPtr_m598D693847B26087DBEEA7EAFF031E676503EB21_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, intptr_t);
|
|
static Event_CopyFromPtr_m598D693847B26087DBEEA7EAFF031E676503EB21_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_CopyFromPtr_m598D693847B26087DBEEA7EAFF031E676503EB21_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::CopyFromPtr(System.IntPtr)");
|
|
_il2cpp_icall_func(__this, ___ptr0);
|
|
}
|
|
// System.Void UnityEngine.Event::Internal_SetNativeEvent(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Internal_SetNativeEvent_mDD8C9E3F062FD112ED996FA4E45C1BFBB8C4E950 (intptr_t ___ptr0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_Internal_SetNativeEvent_mDD8C9E3F062FD112ED996FA4E45C1BFBB8C4E950_ftn) (intptr_t);
|
|
static Event_Internal_SetNativeEvent_mDD8C9E3F062FD112ED996FA4E45C1BFBB8C4E950_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_Internal_SetNativeEvent_mDD8C9E3F062FD112ED996FA4E45C1BFBB8C4E950_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::Internal_SetNativeEvent(System.IntPtr)");
|
|
_il2cpp_icall_func(___ptr0);
|
|
}
|
|
// System.Void UnityEngine.Event::Internal_MakeMasterEventCurrent(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Internal_MakeMasterEventCurrent_mAD78377C8BB08EFB5DF3D3E3A4F1089F2FC2BA48 (int32_t ___displayIndex0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_Internal_MakeMasterEventCurrent_mAD78377C8BB08EFB5DF3D3E3A4F1089F2FC2BA48_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->get_s_MasterEvent_2();
|
|
V_0 = (bool)((((RuntimeObject*)(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___displayIndex0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_3 = (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *)il2cpp_codegen_object_new(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var);
|
|
Event__ctor_mF8E4029007206A6CAAB28422355BA208C0728FB9(L_3, L_2, /*hidden argument*/NULL);
|
|
((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->set_s_MasterEvent_2(L_3);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_4 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->get_s_MasterEvent_2();
|
|
int32_t L_5 = ___displayIndex0;
|
|
NullCheck(L_4);
|
|
Event_set_displayIndex_mF73CEED3B26A4BCADB099E5E6685FE6AC2CF7289(L_4, L_5, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_6 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->get_s_MasterEvent_2();
|
|
((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->set_s_Current_1(L_6);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_7 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->get_s_MasterEvent_2();
|
|
NullCheck(L_7);
|
|
intptr_t L_8 = L_7->get_m_Ptr_0();
|
|
Event_Internal_SetNativeEvent_mDD8C9E3F062FD112ED996FA4E45C1BFBB8C4E950((intptr_t)L_8, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event__ctor_m7226316A4024A3C5EBAE7BB7975194CE2B766A3B (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
intptr_t L_0 = Event_Internal_Create_m93F047D4FC3B4B76FD4F80439D0F7EE131EE1E6B(0, /*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event__ctor_mF8E4029007206A6CAAB28422355BA208C0728FB9 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, int32_t ___displayIndex0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___displayIndex0;
|
|
intptr_t L_1 = Event_Internal_Create_m93F047D4FC3B4B76FD4F80439D0F7EE131EE1E6B(L_0, /*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Finalize_m71EE3F6BC6C0A99F849EC39C0E47B7305BB9EB3D (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_Finalize_m71EE3F6BC6C0A99F849EC39C0E47B7305BB9EB3D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
}
|
|
|
|
IL_0001:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
intptr_t L_0 = __this->get_m_Ptr_0();
|
|
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
intptr_t L_3 = __this->get_m_Ptr_0();
|
|
Event_Internal_Destroy_m30C46F30A51ABAC5EC270FB75A9856676AA3515C((intptr_t)L_3, /*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)(0));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
IL2CPP_LEAVE(0x39, FINALLY_0031);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0031;
|
|
}
|
|
|
|
FINALLY_0031:
|
|
{ // begin finally (depth: 1)
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(49)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(49)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x39, IL_0039)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::CopyFrom(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_CopyFrom_m313DCC3E3681E442D4BA860D5B01F909BC957286 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___e0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ___e0;
|
|
NullCheck(L_0);
|
|
intptr_t L_1 = L_0->get_m_Ptr_0();
|
|
intptr_t L_2 = __this->get_m_Ptr_0();
|
|
bool L_3 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_1, (intptr_t)L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_5 = ___e0;
|
|
NullCheck(L_5);
|
|
intptr_t L_6 = L_5->get_m_Ptr_0();
|
|
Event_CopyFromPtr_m598D693847B26087DBEEA7EAFF031E676503EB21(__this, (intptr_t)L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::get_shift()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_shift_m74FCE61864B9A7AD13623FA2E8F87FC4A9DBD7A9 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::get_control()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_control_m641E59B429A24A0F8FBDF460567584FEAFE7DC96 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)2))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::get_alt()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_alt_m7FDEB719480A40311D9EBCEC65395D39C8261BD0 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::get_command()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_command_m2F8D33B961B59339E4ED06CC6DA5B83843E28972 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.Event UnityEngine.Event::get_current()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->get_s_Current_1();
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::set_current(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_current_m0EB1A298A0056C6A7E31D2C115EB077D3533B41D (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_set_current_m0EB1A298A0056C6A7E31D2C115EB077D3533B41D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * G_B2_0 = NULL;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * G_B1_0 = NULL;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ___value0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->get_s_MasterEvent_2();
|
|
G_B2_0 = L_2;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->set_s_Current_1(G_B2_0);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_3 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_StaticFields*)il2cpp_codegen_static_fields_for(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var))->get_s_Current_1();
|
|
NullCheck(L_3);
|
|
intptr_t L_4 = L_3->get_m_Ptr_0();
|
|
Event_Internal_SetNativeEvent_mDD8C9E3F062FD112ED996FA4E45C1BFBB8C4E950((intptr_t)L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::get_isKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_isKey_m17D185B6CD336242BC5FB9BAB025EE8FA7771E90 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)4)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
G_B3_0 = ((((int32_t)L_2) == ((int32_t)5))? 1 : 0);
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::get_isMouse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_isMouse_m5923637C4A5E3BD642C3E88A428D5B39F0A85AB6 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
int32_t L_0 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)2)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) == ((int32_t)3)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_0;
|
|
G_B8_0 = ((((int32_t)L_7) == ((int32_t)((int32_t)21)))? 1 : 0);
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_1 = (bool)G_B8_0;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
bool L_8 = V_1;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::get_isDirectManipulationDevice()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_get_isDirectManipulationDevice_mC119A717201BAAF95B1320D4060A1A74A891D99E (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = Event_get_pointerType_m1D8031C5A8BFBAC21BAAB396199CDFCD3AAC42CA(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) == ((int32_t)2)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = Event_get_pointerType_m1D8031C5A8BFBAC21BAAB396199CDFCD3AAC42CA(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// UnityEngine.Event UnityEngine.Event::KeyboardEvent(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * Event_KeyboardEvent_m42755FC3AFA26F90EBE7A428F7845C42BBF1A97D (String_t* ___key0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_KeyboardEvent_m42755FC3AFA26F90EBE7A428F7845C42BBF1A97D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
String_t* V_3 = NULL;
|
|
bool V_4 = false;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_5 = NULL;
|
|
bool V_6 = false;
|
|
Il2CppChar V_7 = 0x0;
|
|
bool V_8 = false;
|
|
String_t* V_9 = NULL;
|
|
uint32_t V_10 = 0;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *)il2cpp_codegen_object_new(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var);
|
|
Event__ctor_mF8E4029007206A6CAAB28422355BA208C0728FB9(L_0, 0, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = L_0;
|
|
NullCheck(L_1);
|
|
Event_set_type_m984FD28A042A4B5B880A2FFD4D1541E4C77D83A8(L_1, 4, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = ___key0;
|
|
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
|
|
V_4 = L_3;
|
|
bool L_4 = V_4;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_5 = V_0;
|
|
V_5 = L_5;
|
|
goto IL_0ef5;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = 0;
|
|
V_2 = (bool)0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
V_2 = (bool)1;
|
|
int32_t L_6 = V_1;
|
|
String_t* L_7 = ___key0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
V_6 = (bool)((((int32_t)((((int32_t)L_6) < ((int32_t)L_8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_9 = V_6;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_00d5;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
String_t* L_10 = ___key0;
|
|
int32_t L_11 = V_1;
|
|
NullCheck(L_10);
|
|
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
|
|
V_7 = L_12;
|
|
Il2CppChar L_13 = V_7;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)((int32_t)35))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
Il2CppChar L_14 = V_7;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)94))))
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_15 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_16 = L_15;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_16, /*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_16, ((int32_t)((int32_t)L_17|(int32_t)4)), /*hidden argument*/NULL);
|
|
int32_t L_18 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_19 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_20 = L_19;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_20);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_20, ((int32_t)((int32_t)L_21|(int32_t)2)), /*hidden argument*/NULL);
|
|
int32_t L_22 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_23 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_24 = L_23;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_24, ((int32_t)((int32_t)L_25|(int32_t)8)), /*hidden argument*/NULL);
|
|
int32_t L_26 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_27 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_28 = L_27;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_28, /*hidden argument*/NULL);
|
|
NullCheck(L_28);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_28, ((int32_t)((int32_t)L_29|(int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t L_30 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_00ca;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
bool L_31 = V_2;
|
|
V_8 = L_31;
|
|
bool L_32 = V_8;
|
|
if (L_32)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
String_t* L_33 = ___key0;
|
|
int32_t L_34 = V_1;
|
|
String_t* L_35 = ___key0;
|
|
NullCheck(L_35);
|
|
int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL);
|
|
int32_t L_37 = V_1;
|
|
NullCheck(L_33);
|
|
String_t* L_38 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_33, L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL);
|
|
NullCheck(L_38);
|
|
String_t* L_39 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_38, /*hidden argument*/NULL);
|
|
V_3 = L_39;
|
|
String_t* L_40 = V_3;
|
|
V_9 = L_40;
|
|
String_t* L_41 = V_9;
|
|
uint32_t L_42 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m8870E9ACB8ABF97B25DE295C89EF9F70EFAE2160(L_41, /*hidden argument*/NULL);
|
|
V_10 = L_42;
|
|
uint32_t L_43 = V_10;
|
|
if ((!(((uint32_t)L_43) <= ((uint32_t)((int32_t)2049299002)))))
|
|
{
|
|
goto IL_02ac;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_44 = V_10;
|
|
if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)1035581717)))))
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_45 = V_10;
|
|
if ((!(((uint32_t)L_45) <= ((uint32_t)((int32_t)388133425)))))
|
|
{
|
|
goto IL_017a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_46 = V_10;
|
|
if ((!(((uint32_t)L_46) <= ((uint32_t)((int32_t)306900080)))))
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_47 = V_10;
|
|
if ((((int32_t)L_47) == ((int32_t)((int32_t)203579616))))
|
|
{
|
|
goto IL_07ca;
|
|
}
|
|
}
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
uint32_t L_48 = V_10;
|
|
if ((((int32_t)L_48) == ((int32_t)((int32_t)220357235))))
|
|
{
|
|
goto IL_07b4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
uint32_t L_49 = V_10;
|
|
if ((((int32_t)L_49) == ((int32_t)((int32_t)306900080))))
|
|
{
|
|
goto IL_0612;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
uint32_t L_50 = V_10;
|
|
if ((((int32_t)L_50) == ((int32_t)((int32_t)337800568))))
|
|
{
|
|
goto IL_071a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
uint32_t L_51 = V_10;
|
|
if ((((int32_t)L_51) == ((int32_t)((int32_t)371355806))))
|
|
{
|
|
goto IL_0746;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
uint32_t L_52 = V_10;
|
|
if ((((int32_t)L_52) == ((int32_t)((int32_t)388133425))))
|
|
{
|
|
goto IL_0730;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
uint32_t L_53 = V_10;
|
|
if ((!(((uint32_t)L_53) <= ((uint32_t)((int32_t)438466282)))))
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_54 = V_10;
|
|
if ((((int32_t)L_54) == ((int32_t)((int32_t)404911044))))
|
|
{
|
|
goto IL_0772;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
uint32_t L_55 = V_10;
|
|
if ((((int32_t)L_55) == ((int32_t)((int32_t)421688663))))
|
|
{
|
|
goto IL_075c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
uint32_t L_56 = V_10;
|
|
if ((((int32_t)L_56) == ((int32_t)((int32_t)438466282))))
|
|
{
|
|
goto IL_079e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
uint32_t L_57 = V_10;
|
|
if ((((int32_t)L_57) == ((int32_t)((int32_t)455243901))))
|
|
{
|
|
goto IL_0788;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01be;
|
|
}
|
|
|
|
IL_01be:
|
|
{
|
|
uint32_t L_58 = V_10;
|
|
if ((((int32_t)L_58) == ((int32_t)((int32_t)894689925))))
|
|
{
|
|
goto IL_0890;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01cc;
|
|
}
|
|
|
|
IL_01cc:
|
|
{
|
|
uint32_t L_59 = V_10;
|
|
if ((((int32_t)L_59) == ((int32_t)((int32_t)1035581717))))
|
|
{
|
|
goto IL_05fc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
uint32_t L_60 = V_10;
|
|
if ((!(((uint32_t)L_60) <= ((uint32_t)((int32_t)1980614408)))))
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_61 = V_10;
|
|
if ((!(((uint32_t)L_61) <= ((uint32_t)((int32_t)1193063839)))))
|
|
{
|
|
goto IL_021c;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_62 = V_10;
|
|
if ((((int32_t)L_62) == ((int32_t)((int32_t)1113118030))))
|
|
{
|
|
goto IL_05ba;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
uint32_t L_63 = V_10;
|
|
if ((((int32_t)L_63) == ((int32_t)((int32_t)1128467232))))
|
|
{
|
|
goto IL_05e6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_020b;
|
|
}
|
|
|
|
IL_020b:
|
|
{
|
|
uint32_t L_64 = V_10;
|
|
if ((((int32_t)L_64) == ((int32_t)((int32_t)1193063839))))
|
|
{
|
|
goto IL_0696;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_021c:
|
|
{
|
|
uint32_t L_65 = V_10;
|
|
if ((((int32_t)L_65) == ((int32_t)((int32_t)1740784714))))
|
|
{
|
|
goto IL_06ee;
|
|
}
|
|
}
|
|
{
|
|
goto IL_022a;
|
|
}
|
|
|
|
IL_022a:
|
|
{
|
|
uint32_t L_66 = V_10;
|
|
if ((((int32_t)L_66) == ((int32_t)((int32_t)1787721130))))
|
|
{
|
|
goto IL_066a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0238;
|
|
}
|
|
|
|
IL_0238:
|
|
{
|
|
uint32_t L_67 = V_10;
|
|
if ((((int32_t)L_67) == ((int32_t)((int32_t)1980614408))))
|
|
{
|
|
goto IL_05a4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
uint32_t L_68 = V_10;
|
|
if ((!(((uint32_t)L_68) <= ((uint32_t)((int32_t)1981894336)))))
|
|
{
|
|
goto IL_027f;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_69 = V_10;
|
|
if ((((int32_t)L_69) == ((int32_t)((int32_t)1980761503))))
|
|
{
|
|
goto IL_049c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
|
|
IL_0260:
|
|
{
|
|
uint32_t L_70 = V_10;
|
|
if ((((int32_t)L_70) == ((int32_t)((int32_t)1981202788))))
|
|
{
|
|
goto IL_0486;
|
|
}
|
|
}
|
|
{
|
|
goto IL_026e;
|
|
}
|
|
|
|
IL_026e:
|
|
{
|
|
uint32_t L_71 = V_10;
|
|
if ((((int32_t)L_71) == ((int32_t)((int32_t)1981894336))))
|
|
{
|
|
goto IL_04de;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_027f:
|
|
{
|
|
uint32_t L_72 = V_10;
|
|
if ((((int32_t)L_72) == ((int32_t)((int32_t)2028154341))))
|
|
{
|
|
goto IL_0628;
|
|
}
|
|
}
|
|
{
|
|
goto IL_028d;
|
|
}
|
|
|
|
IL_028d:
|
|
{
|
|
uint32_t L_73 = V_10;
|
|
if ((((int32_t)L_73) == ((int32_t)((int32_t)2048857717))))
|
|
{
|
|
goto IL_04c8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_029b;
|
|
}
|
|
|
|
IL_029b:
|
|
{
|
|
uint32_t L_74 = V_10;
|
|
if ((((int32_t)L_74) == ((int32_t)((int32_t)2049299002))))
|
|
{
|
|
goto IL_058e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_02ac:
|
|
{
|
|
uint32_t L_75 = V_10;
|
|
if ((!(((uint32_t)L_75) <= ((uint32_t)((int32_t)-1173033511)))))
|
|
{
|
|
goto IL_0387;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_76 = V_10;
|
|
if ((!(((uint32_t)L_76) <= ((uint32_t)((int32_t)-1241276820)))))
|
|
{
|
|
goto IL_0324;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_77 = V_10;
|
|
if ((!(((uint32_t)L_77) <= ((uint32_t)((int32_t)-2059638740)))))
|
|
{
|
|
goto IL_02f7;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_78 = V_10;
|
|
if ((((int32_t)L_78) == ((int32_t)((int32_t)2049990550))))
|
|
{
|
|
goto IL_0562;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02d8;
|
|
}
|
|
|
|
IL_02d8:
|
|
{
|
|
uint32_t L_79 = V_10;
|
|
if ((((int32_t)L_79) == ((int32_t)((int32_t)2130866490))))
|
|
{
|
|
goto IL_06c2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02e6;
|
|
}
|
|
|
|
IL_02e6:
|
|
{
|
|
uint32_t L_80 = V_10;
|
|
if ((((int32_t)L_80) == ((int32_t)((int32_t)-2059638740))))
|
|
{
|
|
goto IL_06d8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_02f7:
|
|
{
|
|
uint32_t L_81 = V_10;
|
|
if ((((int32_t)L_81) == ((int32_t)((int32_t)-2047985729))))
|
|
{
|
|
goto IL_087a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0305;
|
|
}
|
|
|
|
IL_0305:
|
|
{
|
|
uint32_t L_82 = V_10;
|
|
if ((((int32_t)L_82) == ((int32_t)((int32_t)-1728631220))))
|
|
{
|
|
goto IL_0704;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0313;
|
|
}
|
|
|
|
IL_0313:
|
|
{
|
|
uint32_t L_83 = V_10;
|
|
if ((((int32_t)L_83) == ((int32_t)((int32_t)-1241276820))))
|
|
{
|
|
goto IL_0536;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0324:
|
|
{
|
|
uint32_t L_84 = V_10;
|
|
if ((!(((uint32_t)L_84) <= ((uint32_t)((int32_t)-1238025416)))))
|
|
{
|
|
goto IL_035a;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_85 = V_10;
|
|
if ((((int32_t)L_85) == ((int32_t)((int32_t)-1239849797))))
|
|
{
|
|
goto IL_04f4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_033b;
|
|
}
|
|
|
|
IL_033b:
|
|
{
|
|
uint32_t L_86 = V_10;
|
|
if ((((int32_t)L_86) == ((int32_t)((int32_t)-1238569869))))
|
|
{
|
|
goto IL_054c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0349;
|
|
}
|
|
|
|
IL_0349:
|
|
{
|
|
uint32_t L_87 = V_10;
|
|
if ((((int32_t)L_87) == ((int32_t)((int32_t)-1238025416))))
|
|
{
|
|
goto IL_0578;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_035a:
|
|
{
|
|
uint32_t L_88 = V_10;
|
|
if ((((int32_t)L_88) == ((int32_t)((int32_t)-1174313439))))
|
|
{
|
|
goto IL_0520;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0368;
|
|
}
|
|
|
|
IL_0368:
|
|
{
|
|
uint32_t L_89 = V_10;
|
|
if ((((int32_t)L_89) == ((int32_t)((int32_t)-1173180606))))
|
|
{
|
|
goto IL_04b2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0376;
|
|
}
|
|
|
|
IL_0376:
|
|
{
|
|
uint32_t L_90 = V_10;
|
|
if ((((int32_t)L_90) == ((int32_t)((int32_t)-1173033511))))
|
|
{
|
|
goto IL_0470;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0387:
|
|
{
|
|
uint32_t L_91 = V_10;
|
|
if ((!(((uint32_t)L_91) <= ((uint32_t)((int32_t)-97384360)))))
|
|
{
|
|
goto IL_03f3;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_92 = V_10;
|
|
if ((!(((uint32_t)L_92) <= ((uint32_t)((int32_t)-758594930)))))
|
|
{
|
|
goto IL_03c6;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_93 = V_10;
|
|
if ((((int32_t)L_93) == ((int32_t)((int32_t)-1172592226))))
|
|
{
|
|
goto IL_050a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03a7;
|
|
}
|
|
|
|
IL_03a7:
|
|
{
|
|
uint32_t L_94 = V_10;
|
|
if ((((int32_t)L_94) == ((int32_t)((int32_t)-962357720))))
|
|
{
|
|
goto IL_063e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
|
|
IL_03b5:
|
|
{
|
|
uint32_t L_95 = V_10;
|
|
if ((((int32_t)L_95) == ((int32_t)((int32_t)-758594930))))
|
|
{
|
|
goto IL_0654;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_03c6:
|
|
{
|
|
uint32_t L_96 = V_10;
|
|
if ((((int32_t)L_96) == ((int32_t)((int32_t)-388824155))))
|
|
{
|
|
goto IL_0680;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03d4;
|
|
}
|
|
|
|
IL_03d4:
|
|
{
|
|
uint32_t L_97 = V_10;
|
|
if ((((int32_t)L_97) == ((int32_t)((int32_t)-310534382))))
|
|
{
|
|
goto IL_0864;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03e2;
|
|
}
|
|
|
|
IL_03e2:
|
|
{
|
|
uint32_t L_98 = V_10;
|
|
if ((((int32_t)L_98) == ((int32_t)((int32_t)-97384360))))
|
|
{
|
|
goto IL_07e0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_03f3:
|
|
{
|
|
uint32_t L_99 = V_10;
|
|
if ((!(((uint32_t)L_99) <= ((uint32_t)((int32_t)-67591677)))))
|
|
{
|
|
goto IL_0429;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_100 = V_10;
|
|
if ((((int32_t)L_100) == ((int32_t)((int32_t)-81952764))))
|
|
{
|
|
goto IL_06ac;
|
|
}
|
|
}
|
|
{
|
|
goto IL_040a;
|
|
}
|
|
|
|
IL_040a:
|
|
{
|
|
uint32_t L_101 = V_10;
|
|
if ((((int32_t)L_101) == ((int32_t)((int32_t)-80606741))))
|
|
{
|
|
goto IL_07f6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0418;
|
|
}
|
|
|
|
IL_0418:
|
|
{
|
|
uint32_t L_102 = V_10;
|
|
if ((((int32_t)L_102) == ((int32_t)((int32_t)-67591677))))
|
|
{
|
|
goto IL_05d0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0429:
|
|
{
|
|
uint32_t L_103 = V_10;
|
|
if ((!(((uint32_t)L_103) <= ((uint32_t)((int32_t)-47051503)))))
|
|
{
|
|
goto IL_0451;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_104 = V_10;
|
|
if ((((int32_t)L_104) == ((int32_t)((int32_t)-63829122))))
|
|
{
|
|
goto IL_080c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0440;
|
|
}
|
|
|
|
IL_0440:
|
|
{
|
|
uint32_t L_105 = V_10;
|
|
if ((((int32_t)L_105) == ((int32_t)((int32_t)-47051503))))
|
|
{
|
|
goto IL_0822;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0451:
|
|
{
|
|
uint32_t L_106 = V_10;
|
|
if ((((int32_t)L_106) == ((int32_t)((int32_t)-30273884))))
|
|
{
|
|
goto IL_0838;
|
|
}
|
|
}
|
|
{
|
|
goto IL_045f;
|
|
}
|
|
|
|
IL_045f:
|
|
{
|
|
uint32_t L_107 = V_10;
|
|
if ((((int32_t)L_107) == ((int32_t)((int32_t)-13496265))))
|
|
{
|
|
goto IL_084e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0470:
|
|
{
|
|
String_t* L_108 = V_9;
|
|
bool L_109 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_108, _stringLiteral1184F5B8D4B6DD08709CF1513F26744167065E0D, /*hidden argument*/NULL);
|
|
if (L_109)
|
|
{
|
|
goto IL_08a6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0486:
|
|
{
|
|
String_t* L_110 = V_9;
|
|
bool L_111 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_110, _stringLiteralF629AE44B7B3DCFED444D363E626EDF411EC69A8, /*hidden argument*/NULL);
|
|
if (L_111)
|
|
{
|
|
goto IL_08c0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_049c:
|
|
{
|
|
String_t* L_112 = V_9;
|
|
bool L_113 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_112, _stringLiteral2499831338CA5DC8C44F3D063E076799BEA9BDFF, /*hidden argument*/NULL);
|
|
if (L_113)
|
|
{
|
|
goto IL_08da;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_04b2:
|
|
{
|
|
String_t* L_114 = V_9;
|
|
bool L_115 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_114, _stringLiteralF1E31DF9806CE94C5BDBBFFF9608324930F4D3F1, /*hidden argument*/NULL);
|
|
if (L_115)
|
|
{
|
|
goto IL_08f4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_04c8:
|
|
{
|
|
String_t* L_116 = V_9;
|
|
bool L_117 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_116, _stringLiteral8F4E345E7CD51E4E633816F5A52A47DF465DA189, /*hidden argument*/NULL);
|
|
if (L_117)
|
|
{
|
|
goto IL_090e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_04de:
|
|
{
|
|
String_t* L_118 = V_9;
|
|
bool L_119 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_118, _stringLiteral10AE24979C5028FA873651BCA338152DC0484245, /*hidden argument*/NULL);
|
|
if (L_119)
|
|
{
|
|
goto IL_0928;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_04f4:
|
|
{
|
|
String_t* L_120 = V_9;
|
|
bool L_121 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_120, _stringLiteral4A0A63CE33CC030F270C607EA7BF90A6717572BB, /*hidden argument*/NULL);
|
|
if (L_121)
|
|
{
|
|
goto IL_0942;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_050a:
|
|
{
|
|
String_t* L_122 = V_9;
|
|
bool L_123 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_122, _stringLiteralBD703DC0B11593277A5A82DD893F2880B8D0F32A, /*hidden argument*/NULL);
|
|
if (L_123)
|
|
{
|
|
goto IL_095c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0520:
|
|
{
|
|
String_t* L_124 = V_9;
|
|
bool L_125 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_124, _stringLiteral1FB0856518EE0490FF78E43D1B6DAE12AD6EC686, /*hidden argument*/NULL);
|
|
if (L_125)
|
|
{
|
|
goto IL_0976;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0536:
|
|
{
|
|
String_t* L_126 = V_9;
|
|
bool L_127 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_126, _stringLiteral7A60554107407BFE358BEDCE2BFCB95C90A8EA0D, /*hidden argument*/NULL);
|
|
if (L_127)
|
|
{
|
|
goto IL_0990;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_054c:
|
|
{
|
|
String_t* L_128 = V_9;
|
|
bool L_129 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_128, _stringLiteral1211DFF27790EDCC639BAF643476E932341AFF38, /*hidden argument*/NULL);
|
|
if (L_129)
|
|
{
|
|
goto IL_09aa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0562:
|
|
{
|
|
String_t* L_130 = V_9;
|
|
bool L_131 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_130, _stringLiteral127228EB489A3F3453372D7DD320BEA93A087FD9, /*hidden argument*/NULL);
|
|
if (L_131)
|
|
{
|
|
goto IL_09c4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0578:
|
|
{
|
|
String_t* L_132 = V_9;
|
|
bool L_133 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_132, _stringLiteralD4C38D2690EF85EE7D9D87E0C06C82DDA11F8C0D, /*hidden argument*/NULL);
|
|
if (L_133)
|
|
{
|
|
goto IL_09de;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_058e:
|
|
{
|
|
String_t* L_134 = V_9;
|
|
bool L_135 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_134, _stringLiteral27DF3F1B8EB8A942EB6869DCDBE4506A9F345A77, /*hidden argument*/NULL);
|
|
if (L_135)
|
|
{
|
|
goto IL_09f8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_05a4:
|
|
{
|
|
String_t* L_136 = V_9;
|
|
bool L_137 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_136, _stringLiteral517AD59785D7367FF6AB8793A3F06E35ADBEB661, /*hidden argument*/NULL);
|
|
if (L_137)
|
|
{
|
|
goto IL_0a12;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_05ba:
|
|
{
|
|
String_t* L_138 = V_9;
|
|
bool L_139 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_138, _stringLiteral8CB7A5CB73921D3E887C9DA0E4B95EBB1F1F309B, /*hidden argument*/NULL);
|
|
if (L_139)
|
|
{
|
|
goto IL_0a2c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_05d0:
|
|
{
|
|
String_t* L_140 = V_9;
|
|
bool L_141 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_140, _stringLiteralDCC94D3F2271CF001E6883AD445A5E37F81A1517, /*hidden argument*/NULL);
|
|
if (L_141)
|
|
{
|
|
goto IL_0a46;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_05e6:
|
|
{
|
|
String_t* L_142 = V_9;
|
|
bool L_143 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_142, _stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20, /*hidden argument*/NULL);
|
|
if (L_143)
|
|
{
|
|
goto IL_0a60;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_05fc:
|
|
{
|
|
String_t* L_144 = V_9;
|
|
bool L_145 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_144, _stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB, /*hidden argument*/NULL);
|
|
if (L_145)
|
|
{
|
|
goto IL_0a81;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0612:
|
|
{
|
|
String_t* L_146 = V_9;
|
|
bool L_147 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_146, _stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6, /*hidden argument*/NULL);
|
|
if (L_147)
|
|
{
|
|
goto IL_0aa2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0628:
|
|
{
|
|
String_t* L_148 = V_9;
|
|
bool L_149 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_148, _stringLiteralD27A1F11771200949714B1AF99F048A416F5D6F4, /*hidden argument*/NULL);
|
|
if (L_149)
|
|
{
|
|
goto IL_0ac3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_063e:
|
|
{
|
|
String_t* L_150 = V_9;
|
|
bool L_151 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_150, _stringLiteralA26AAFC1F521420B84A65C0884CEAFF6C083F05B, /*hidden argument*/NULL);
|
|
if (L_151)
|
|
{
|
|
goto IL_0ae4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0654:
|
|
{
|
|
String_t* L_152 = V_9;
|
|
bool L_153 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_152, _stringLiteralE83249BD3BA79932E16FB1FB5100DAFADE9954C2, /*hidden argument*/NULL);
|
|
if (L_153)
|
|
{
|
|
goto IL_0b05;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_066a:
|
|
{
|
|
String_t* L_154 = V_9;
|
|
bool L_155 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_154, _stringLiteral7A92F3D26362D6557D5701DE77A63A01DF61E57F, /*hidden argument*/NULL);
|
|
if (L_155)
|
|
{
|
|
goto IL_0b26;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0680:
|
|
{
|
|
String_t* L_156 = V_9;
|
|
bool L_157 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_156, _stringLiteral352E85AD05DD013E3012B83EED608595E6FDAF4E, /*hidden argument*/NULL);
|
|
if (L_157)
|
|
{
|
|
goto IL_0b47;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0696:
|
|
{
|
|
String_t* L_158 = V_9;
|
|
bool L_159 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_158, _stringLiteral6DC55A416CBC09CD3ADC3B9CF34E851BABADE228, /*hidden argument*/NULL);
|
|
if (L_159)
|
|
{
|
|
goto IL_0b68;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_06ac:
|
|
{
|
|
String_t* L_160 = V_9;
|
|
bool L_161 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_160, _stringLiteralB9AAB53E3ADF7FE5A0EE46AACB44664349886C91, /*hidden argument*/NULL);
|
|
if (L_161)
|
|
{
|
|
goto IL_0b89;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_06c2:
|
|
{
|
|
String_t* L_162 = V_9;
|
|
bool L_163 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_162, _stringLiteral8577A9196D7296B516251DDE171D133681234282, /*hidden argument*/NULL);
|
|
if (L_163)
|
|
{
|
|
goto IL_0baa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_06d8:
|
|
{
|
|
String_t* L_164 = V_9;
|
|
bool L_165 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_164, _stringLiteral4930EB3F60DF3A6A61E8D44178FEB2B8F820A153, /*hidden argument*/NULL);
|
|
if (L_165)
|
|
{
|
|
goto IL_0bcb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_06ee:
|
|
{
|
|
String_t* L_166 = V_9;
|
|
bool L_167 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_166, _stringLiteral9485989FF514B5106B7738850FD73C23E8C1E3F7, /*hidden argument*/NULL);
|
|
if (L_167)
|
|
{
|
|
goto IL_0be8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0704:
|
|
{
|
|
String_t* L_168 = V_9;
|
|
bool L_169 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_168, _stringLiteralE974602114F14FBF55401C109937E173B1B23220, /*hidden argument*/NULL);
|
|
if (L_169)
|
|
{
|
|
goto IL_0c06;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_071a:
|
|
{
|
|
String_t* L_170 = V_9;
|
|
bool L_171 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_170, _stringLiteralC09BB890B096F7306F688CC6D1DAD34E7E52A223, /*hidden argument*/NULL);
|
|
if (L_171)
|
|
{
|
|
goto IL_0c14;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0730:
|
|
{
|
|
String_t* L_172 = V_9;
|
|
bool L_173 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_172, _stringLiteralCF1126F67238BF3E85FCC8C8737B72E80DDCFDDB, /*hidden argument*/NULL);
|
|
if (L_173)
|
|
{
|
|
goto IL_0c35;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0746:
|
|
{
|
|
String_t* L_174 = V_9;
|
|
bool L_175 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_174, _stringLiteral619AAE029DDA528253A6AF0BA619B45BAA1DF115, /*hidden argument*/NULL);
|
|
if (L_175)
|
|
{
|
|
goto IL_0c56;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_075c:
|
|
{
|
|
String_t* L_176 = V_9;
|
|
bool L_177 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_176, _stringLiteralADFEC5772AE8932AA10896037B0779BEC915015B, /*hidden argument*/NULL);
|
|
if (L_177)
|
|
{
|
|
goto IL_0c77;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0772:
|
|
{
|
|
String_t* L_178 = V_9;
|
|
bool L_179 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_178, _stringLiteral547CD2BA3A17B483651496C5BA8C78F1789B5CBD, /*hidden argument*/NULL);
|
|
if (L_179)
|
|
{
|
|
goto IL_0c98;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0788:
|
|
{
|
|
String_t* L_180 = V_9;
|
|
bool L_181 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_180, _stringLiteralFE91C0394869857C0E93272302F4D04FDE05A402, /*hidden argument*/NULL);
|
|
if (L_181)
|
|
{
|
|
goto IL_0cb9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_079e:
|
|
{
|
|
String_t* L_182 = V_9;
|
|
bool L_183 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_182, _stringLiteral54FB7DD2DDA0DE70BD366F9C3E6D4A242B8DF467, /*hidden argument*/NULL);
|
|
if (L_183)
|
|
{
|
|
goto IL_0cda;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_07b4:
|
|
{
|
|
String_t* L_184 = V_9;
|
|
bool L_185 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_184, _stringLiteralE62F41D02C28CB089872E955DFB86A9AD16D79B6, /*hidden argument*/NULL);
|
|
if (L_185)
|
|
{
|
|
goto IL_0cfb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_07ca:
|
|
{
|
|
String_t* L_186 = V_9;
|
|
bool L_187 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_186, _stringLiteral80C7068F531DB65831E8FA8FFA3DD5E6824A2EEB, /*hidden argument*/NULL);
|
|
if (L_187)
|
|
{
|
|
goto IL_0d1c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_07e0:
|
|
{
|
|
String_t* L_188 = V_9;
|
|
bool L_189 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_188, _stringLiteralBBBF6087BB65A5971FB5F866337AFCB4508EAB07, /*hidden argument*/NULL);
|
|
if (L_189)
|
|
{
|
|
goto IL_0d3d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_07f6:
|
|
{
|
|
String_t* L_190 = V_9;
|
|
bool L_191 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_190, _stringLiteral8BA376FF1C58639B7542A33489F5E478D9B0842C, /*hidden argument*/NULL);
|
|
if (L_191)
|
|
{
|
|
goto IL_0d5e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_080c:
|
|
{
|
|
String_t* L_192 = V_9;
|
|
bool L_193 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_192, _stringLiteralFFD9E1A9B2D266CBA7AE5F1891913F247009C80A, /*hidden argument*/NULL);
|
|
if (L_193)
|
|
{
|
|
goto IL_0d7f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0822:
|
|
{
|
|
String_t* L_194 = V_9;
|
|
bool L_195 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_194, _stringLiteralDC42311A655A248061E1123806D6CB4355F5529D, /*hidden argument*/NULL);
|
|
if (L_195)
|
|
{
|
|
goto IL_0da0;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0838:
|
|
{
|
|
String_t* L_196 = V_9;
|
|
bool L_197 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_196, _stringLiteral02A89307B85EA2827B57CA24C40C7DCE55E985E7, /*hidden argument*/NULL);
|
|
if (L_197)
|
|
{
|
|
goto IL_0dc1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_084e:
|
|
{
|
|
String_t* L_198 = V_9;
|
|
bool L_199 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_198, _stringLiteral140B301C09F87725303E57D41795CE54B560A4C1, /*hidden argument*/NULL);
|
|
if (L_199)
|
|
{
|
|
goto IL_0de2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0864:
|
|
{
|
|
String_t* L_200 = V_9;
|
|
bool L_201 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_200, _stringLiteral73A66930590DCA255F3C1C5874FDFF116BD52B66, /*hidden argument*/NULL);
|
|
if (L_201)
|
|
{
|
|
goto IL_0e03;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_087a:
|
|
{
|
|
String_t* L_202 = V_9;
|
|
bool L_203 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_202, _stringLiteral63143B6F8007B98C53CA2149822777B3566F9241, /*hidden argument*/NULL);
|
|
if (L_203)
|
|
{
|
|
goto IL_0e11;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_0890:
|
|
{
|
|
String_t* L_204 = V_9;
|
|
bool L_205 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_204, _stringLiteral0803DF4FF1650933D2FFE6BE04D4B21432134252, /*hidden argument*/NULL);
|
|
if (L_205)
|
|
{
|
|
goto IL_0e38;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0e5f;
|
|
}
|
|
|
|
IL_08a6:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_206 = V_0;
|
|
NullCheck(L_206);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_206, ((int32_t)48), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_207 = V_0;
|
|
NullCheck(L_207);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_207, ((int32_t)256), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_08c0:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_208 = V_0;
|
|
NullCheck(L_208);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_208, ((int32_t)49), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_209 = V_0;
|
|
NullCheck(L_209);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_209, ((int32_t)257), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_08da:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_210 = V_0;
|
|
NullCheck(L_210);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_210, ((int32_t)50), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_211 = V_0;
|
|
NullCheck(L_211);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_211, ((int32_t)258), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_08f4:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_212 = V_0;
|
|
NullCheck(L_212);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_212, ((int32_t)51), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_213 = V_0;
|
|
NullCheck(L_213);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_213, ((int32_t)259), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_090e:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_214 = V_0;
|
|
NullCheck(L_214);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_214, ((int32_t)52), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_215 = V_0;
|
|
NullCheck(L_215);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_215, ((int32_t)260), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0928:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_216 = V_0;
|
|
NullCheck(L_216);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_216, ((int32_t)53), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_217 = V_0;
|
|
NullCheck(L_217);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_217, ((int32_t)261), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0942:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_218 = V_0;
|
|
NullCheck(L_218);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_218, ((int32_t)54), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_219 = V_0;
|
|
NullCheck(L_219);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_219, ((int32_t)262), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_095c:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_220 = V_0;
|
|
NullCheck(L_220);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_220, ((int32_t)55), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_221 = V_0;
|
|
NullCheck(L_221);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_221, ((int32_t)263), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0976:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_222 = V_0;
|
|
NullCheck(L_222);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_222, ((int32_t)56), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_223 = V_0;
|
|
NullCheck(L_223);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_223, ((int32_t)264), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0990:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_224 = V_0;
|
|
NullCheck(L_224);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_224, ((int32_t)57), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_225 = V_0;
|
|
NullCheck(L_225);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_225, ((int32_t)265), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_09aa:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_226 = V_0;
|
|
NullCheck(L_226);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_226, ((int32_t)46), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_227 = V_0;
|
|
NullCheck(L_227);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_227, ((int32_t)266), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_09c4:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_228 = V_0;
|
|
NullCheck(L_228);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_228, ((int32_t)47), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_229 = V_0;
|
|
NullCheck(L_229);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_229, ((int32_t)267), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_09de:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_230 = V_0;
|
|
NullCheck(L_230);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_230, ((int32_t)45), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_231 = V_0;
|
|
NullCheck(L_231);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_231, ((int32_t)269), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_09f8:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_232 = V_0;
|
|
NullCheck(L_232);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_232, ((int32_t)43), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_233 = V_0;
|
|
NullCheck(L_233);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_233, ((int32_t)270), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0a12:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_234 = V_0;
|
|
NullCheck(L_234);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_234, ((int32_t)61), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_235 = V_0;
|
|
NullCheck(L_235);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_235, ((int32_t)272), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0a2c:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_236 = V_0;
|
|
NullCheck(L_236);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_236, ((int32_t)61), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_237 = V_0;
|
|
NullCheck(L_237);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_237, ((int32_t)272), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0a46:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_238 = V_0;
|
|
NullCheck(L_238);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_238, ((int32_t)10), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_239 = V_0;
|
|
NullCheck(L_239);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_239, ((int32_t)271), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0a60:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_240 = V_0;
|
|
NullCheck(L_240);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_240, ((int32_t)273), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_241 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_242 = L_241;
|
|
NullCheck(L_242);
|
|
int32_t L_243 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_242, /*hidden argument*/NULL);
|
|
NullCheck(L_242);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_242, ((int32_t)((int32_t)L_243|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0a81:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_244 = V_0;
|
|
NullCheck(L_244);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_244, ((int32_t)274), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_245 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_246 = L_245;
|
|
NullCheck(L_246);
|
|
int32_t L_247 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_246, /*hidden argument*/NULL);
|
|
NullCheck(L_246);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_246, ((int32_t)((int32_t)L_247|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0aa2:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_248 = V_0;
|
|
NullCheck(L_248);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_248, ((int32_t)276), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_249 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_250 = L_249;
|
|
NullCheck(L_250);
|
|
int32_t L_251 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_250, /*hidden argument*/NULL);
|
|
NullCheck(L_250);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_250, ((int32_t)((int32_t)L_251|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0ac3:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_252 = V_0;
|
|
NullCheck(L_252);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_252, ((int32_t)275), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_253 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_254 = L_253;
|
|
NullCheck(L_254);
|
|
int32_t L_255 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_254, /*hidden argument*/NULL);
|
|
NullCheck(L_254);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_254, ((int32_t)((int32_t)L_255|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0ae4:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_256 = V_0;
|
|
NullCheck(L_256);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_256, ((int32_t)277), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_257 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_258 = L_257;
|
|
NullCheck(L_258);
|
|
int32_t L_259 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_258, /*hidden argument*/NULL);
|
|
NullCheck(L_258);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_258, ((int32_t)((int32_t)L_259|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0b05:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_260 = V_0;
|
|
NullCheck(L_260);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_260, ((int32_t)278), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_261 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_262 = L_261;
|
|
NullCheck(L_262);
|
|
int32_t L_263 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_262, /*hidden argument*/NULL);
|
|
NullCheck(L_262);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_262, ((int32_t)((int32_t)L_263|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0b26:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_264 = V_0;
|
|
NullCheck(L_264);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_264, ((int32_t)279), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_265 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_266 = L_265;
|
|
NullCheck(L_266);
|
|
int32_t L_267 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_266, /*hidden argument*/NULL);
|
|
NullCheck(L_266);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_266, ((int32_t)((int32_t)L_267|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0b47:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_268 = V_0;
|
|
NullCheck(L_268);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_268, ((int32_t)281), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_269 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_270 = L_269;
|
|
NullCheck(L_270);
|
|
int32_t L_271 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_270, /*hidden argument*/NULL);
|
|
NullCheck(L_270);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_270, ((int32_t)((int32_t)L_271|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0b68:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_272 = V_0;
|
|
NullCheck(L_272);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_272, ((int32_t)280), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_273 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_274 = L_273;
|
|
NullCheck(L_274);
|
|
int32_t L_275 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_274, /*hidden argument*/NULL);
|
|
NullCheck(L_274);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_274, ((int32_t)((int32_t)L_275|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0b89:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_276 = V_0;
|
|
NullCheck(L_276);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_276, ((int32_t)280), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_277 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_278 = L_277;
|
|
NullCheck(L_278);
|
|
int32_t L_279 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_278, /*hidden argument*/NULL);
|
|
NullCheck(L_278);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_278, ((int32_t)((int32_t)L_279|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0baa:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_280 = V_0;
|
|
NullCheck(L_280);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_280, ((int32_t)281), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_281 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_282 = L_281;
|
|
NullCheck(L_282);
|
|
int32_t L_283 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_282, /*hidden argument*/NULL);
|
|
NullCheck(L_282);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_282, ((int32_t)((int32_t)L_283|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0bcb:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_284 = V_0;
|
|
NullCheck(L_284);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_284, 8, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_285 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_286 = L_285;
|
|
NullCheck(L_286);
|
|
int32_t L_287 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_286, /*hidden argument*/NULL);
|
|
NullCheck(L_286);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_286, ((int32_t)((int32_t)L_287|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0be8:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_288 = V_0;
|
|
NullCheck(L_288);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_288, ((int32_t)127), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_289 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_290 = L_289;
|
|
NullCheck(L_290);
|
|
int32_t L_291 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_290, /*hidden argument*/NULL);
|
|
NullCheck(L_290);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_290, ((int32_t)((int32_t)L_291|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0c06:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_292 = V_0;
|
|
NullCheck(L_292);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_292, ((int32_t)9), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0c14:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_293 = V_0;
|
|
NullCheck(L_293);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_293, ((int32_t)282), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_294 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_295 = L_294;
|
|
NullCheck(L_295);
|
|
int32_t L_296 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_295, /*hidden argument*/NULL);
|
|
NullCheck(L_295);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_295, ((int32_t)((int32_t)L_296|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0c35:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_297 = V_0;
|
|
NullCheck(L_297);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_297, ((int32_t)283), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_298 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_299 = L_298;
|
|
NullCheck(L_299);
|
|
int32_t L_300 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_299, /*hidden argument*/NULL);
|
|
NullCheck(L_299);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_299, ((int32_t)((int32_t)L_300|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0c56:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_301 = V_0;
|
|
NullCheck(L_301);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_301, ((int32_t)284), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_302 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_303 = L_302;
|
|
NullCheck(L_303);
|
|
int32_t L_304 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_303, /*hidden argument*/NULL);
|
|
NullCheck(L_303);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_303, ((int32_t)((int32_t)L_304|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0c77:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_305 = V_0;
|
|
NullCheck(L_305);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_305, ((int32_t)285), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_306 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_307 = L_306;
|
|
NullCheck(L_307);
|
|
int32_t L_308 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_307, /*hidden argument*/NULL);
|
|
NullCheck(L_307);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_307, ((int32_t)((int32_t)L_308|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0c98:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_309 = V_0;
|
|
NullCheck(L_309);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_309, ((int32_t)286), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_310 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_311 = L_310;
|
|
NullCheck(L_311);
|
|
int32_t L_312 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_311, /*hidden argument*/NULL);
|
|
NullCheck(L_311);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_311, ((int32_t)((int32_t)L_312|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0cb9:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_313 = V_0;
|
|
NullCheck(L_313);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_313, ((int32_t)287), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_314 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_315 = L_314;
|
|
NullCheck(L_315);
|
|
int32_t L_316 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_315, /*hidden argument*/NULL);
|
|
NullCheck(L_315);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_315, ((int32_t)((int32_t)L_316|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0cda:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_317 = V_0;
|
|
NullCheck(L_317);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_317, ((int32_t)288), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_318 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_319 = L_318;
|
|
NullCheck(L_319);
|
|
int32_t L_320 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_319, /*hidden argument*/NULL);
|
|
NullCheck(L_319);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_319, ((int32_t)((int32_t)L_320|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0cfb:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_321 = V_0;
|
|
NullCheck(L_321);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_321, ((int32_t)289), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_322 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_323 = L_322;
|
|
NullCheck(L_323);
|
|
int32_t L_324 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_323, /*hidden argument*/NULL);
|
|
NullCheck(L_323);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_323, ((int32_t)((int32_t)L_324|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0d1c:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_325 = V_0;
|
|
NullCheck(L_325);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_325, ((int32_t)290), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_326 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_327 = L_326;
|
|
NullCheck(L_327);
|
|
int32_t L_328 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_327, /*hidden argument*/NULL);
|
|
NullCheck(L_327);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_327, ((int32_t)((int32_t)L_328|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0d3d:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_329 = V_0;
|
|
NullCheck(L_329);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_329, ((int32_t)291), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_330 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_331 = L_330;
|
|
NullCheck(L_331);
|
|
int32_t L_332 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_331, /*hidden argument*/NULL);
|
|
NullCheck(L_331);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_331, ((int32_t)((int32_t)L_332|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0d5e:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_333 = V_0;
|
|
NullCheck(L_333);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_333, ((int32_t)292), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_334 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_335 = L_334;
|
|
NullCheck(L_335);
|
|
int32_t L_336 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_335, /*hidden argument*/NULL);
|
|
NullCheck(L_335);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_335, ((int32_t)((int32_t)L_336|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0d7f:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_337 = V_0;
|
|
NullCheck(L_337);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_337, ((int32_t)293), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_338 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_339 = L_338;
|
|
NullCheck(L_339);
|
|
int32_t L_340 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_339, /*hidden argument*/NULL);
|
|
NullCheck(L_339);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_339, ((int32_t)((int32_t)L_340|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0da0:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_341 = V_0;
|
|
NullCheck(L_341);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_341, ((int32_t)294), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_342 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_343 = L_342;
|
|
NullCheck(L_343);
|
|
int32_t L_344 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_343, /*hidden argument*/NULL);
|
|
NullCheck(L_343);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_343, ((int32_t)((int32_t)L_344|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0dc1:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_345 = V_0;
|
|
NullCheck(L_345);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_345, ((int32_t)295), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_346 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_347 = L_346;
|
|
NullCheck(L_347);
|
|
int32_t L_348 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_347, /*hidden argument*/NULL);
|
|
NullCheck(L_347);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_347, ((int32_t)((int32_t)L_348|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0de2:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_349 = V_0;
|
|
NullCheck(L_349);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_349, ((int32_t)296), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_350 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_351 = L_350;
|
|
NullCheck(L_351);
|
|
int32_t L_352 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_351, /*hidden argument*/NULL);
|
|
NullCheck(L_351);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_351, ((int32_t)((int32_t)L_352|(int32_t)((int32_t)64))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0e03:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_353 = V_0;
|
|
NullCheck(L_353);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_353, ((int32_t)27), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0e11:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_354 = V_0;
|
|
NullCheck(L_354);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_354, ((int32_t)10), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_355 = V_0;
|
|
NullCheck(L_355);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_355, ((int32_t)13), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_356 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_357 = L_356;
|
|
NullCheck(L_357);
|
|
int32_t L_358 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_357, /*hidden argument*/NULL);
|
|
NullCheck(L_357);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_357, ((int32_t)((int32_t)L_358&(int32_t)((int32_t)-65))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0e38:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_359 = V_0;
|
|
NullCheck(L_359);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_359, ((int32_t)32), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_360 = V_0;
|
|
NullCheck(L_360);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_360, ((int32_t)32), /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_361 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_362 = L_361;
|
|
NullCheck(L_362);
|
|
int32_t L_363 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_362, /*hidden argument*/NULL);
|
|
NullCheck(L_362);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_362, ((int32_t)((int32_t)L_363&(int32_t)((int32_t)-65))), /*hidden argument*/NULL);
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0e5f:
|
|
{
|
|
String_t* L_364 = V_3;
|
|
NullCheck(L_364);
|
|
int32_t L_365 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_364, /*hidden argument*/NULL);
|
|
V_11 = (bool)((((int32_t)((((int32_t)L_365) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_366 = V_11;
|
|
if (!L_366)
|
|
{
|
|
goto IL_0eb5;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0e72:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_367 = V_0;
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_368 = { reinterpret_cast<intptr_t> (KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_369 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_368, /*hidden argument*/NULL);
|
|
String_t* L_370 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_371 = Enum_Parse_mC51A0BD680AC2D2152A541E2A8475DB61A83A6E7(L_369, L_370, (bool)1, /*hidden argument*/NULL);
|
|
NullCheck(L_367);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_367, ((*(int32_t*)((int32_t*)UnBox(L_371, KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL);
|
|
goto IL_0eb2;
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__exception_local = (Exception_t *)e.ex;
|
|
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
|
|
goto CATCH_0e93;
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0e93:
|
|
{ // begin catch(System.ArgumentException)
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_372 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_373 = L_372;
|
|
String_t* L_374 = V_3;
|
|
NullCheck(L_373);
|
|
ArrayElementTypeCheck (L_373, L_374);
|
|
(L_373)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_374);
|
|
String_t* L_375 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral76475A2062E272AAA1EFF7C04C3CAEAD51ECFF73, L_373, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(L_375, /*hidden argument*/NULL);
|
|
goto IL_0eb2;
|
|
} // end catch (depth: 1)
|
|
|
|
IL_0eb2:
|
|
{
|
|
goto IL_0eee;
|
|
}
|
|
|
|
IL_0eb5:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_376 = V_0;
|
|
String_t* L_377 = V_3;
|
|
NullCheck(L_377);
|
|
String_t* L_378 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_377, /*hidden argument*/NULL);
|
|
NullCheck(L_378);
|
|
Il2CppChar L_379 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_378, 0, /*hidden argument*/NULL);
|
|
NullCheck(L_376);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_376, L_379, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_380 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_381 = V_0;
|
|
NullCheck(L_381);
|
|
Il2CppChar L_382 = Event_get_character_m78B46D412357B71233F3D41842928A19B290915C(L_381, /*hidden argument*/NULL);
|
|
NullCheck(L_380);
|
|
Event_set_keyCode_m987C8EC906AAC78BFA6D6AE78C1071151E6FC314(L_380, L_382, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_383 = V_0;
|
|
NullCheck(L_383);
|
|
int32_t L_384 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_383, /*hidden argument*/NULL);
|
|
V_12 = (bool)((!(((uint32_t)L_384) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_385 = V_12;
|
|
if (!L_385)
|
|
{
|
|
goto IL_0eed;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_386 = V_0;
|
|
NullCheck(L_386);
|
|
Event_set_character_m7CC2F541DC6938ADD34A01B2C829B8932D6AFB74(L_386, 0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0eed:
|
|
{
|
|
}
|
|
|
|
IL_0eee:
|
|
{
|
|
goto IL_0ef0;
|
|
}
|
|
|
|
IL_0ef0:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_387 = V_0;
|
|
V_5 = L_387;
|
|
goto IL_0ef5;
|
|
}
|
|
|
|
IL_0ef5:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_388 = V_5;
|
|
return L_388;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.Event::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Event_GetHashCode_m043035C02793F794E13286466579F09F87D7AA9D (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
V_0 = 1;
|
|
bool L_0 = Event_get_isKey_m17D185B6CD336242BC5FB9BAB025EE8FA7771E90(__this, /*hidden argument*/NULL);
|
|
V_1 = L_0;
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(__this, /*hidden argument*/NULL);
|
|
V_0 = (((int32_t)((uint16_t)L_2)));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_3 = Event_get_isMouse_m5923637C4A5E3BD642C3E88A428D5B39F0A85AB6(__this, /*hidden argument*/NULL);
|
|
V_2 = L_3;
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(__this, /*hidden argument*/NULL);
|
|
V_3 = L_5;
|
|
int32_t L_6 = Vector2_GetHashCode_m028AB6B14EBC6D668CFA45BF6EDEF17E2C44EA54((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_3), /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
V_0 = ((int32_t)((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_7, (int32_t)((int32_t)37)))|(int32_t)L_8));
|
|
int32_t L_9 = V_0;
|
|
V_4 = L_9;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_10 = V_4;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.Event::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Event_Equals_m1DEF4FB843B631FC437B1366F0F78CEF7A739070 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_Equals_m1DEF4FB843B631FC437B1366F0F78CEF7A739070_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
RuntimeObject * L_0 = ___obj0;
|
|
V_1 = (bool)((((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
RuntimeObject * L_2 = ___obj0;
|
|
V_3 = (bool)((((RuntimeObject*)(Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *)__this) == ((RuntimeObject*)(RuntimeObject *)L_2))? 1 : 0);
|
|
bool L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
RuntimeObject * L_4 = ___obj0;
|
|
NullCheck(L_4);
|
|
Type_t * L_5 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_4, /*hidden argument*/NULL);
|
|
Type_t * L_6 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
V_4 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_5) == ((RuntimeObject*)(Type_t *)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
RuntimeObject * L_8 = ___obj0;
|
|
V_0 = ((Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *)CastclassSealed((RuntimeObject*)L_8, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210_il2cpp_TypeInfo_var));
|
|
int32_t L_9 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_10, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)L_11))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_13 = V_0;
|
|
NullCheck(L_13);
|
|
int32_t L_14 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_13, /*hidden argument*/NULL);
|
|
G_B9_0 = ((((int32_t)((((int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)-33)))) == ((int32_t)((int32_t)((int32_t)L_14&(int32_t)((int32_t)-33)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
V_5 = (bool)G_B9_0;
|
|
bool L_15 = V_5;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
bool L_16 = Event_get_isKey_m17D185B6CD336242BC5FB9BAB025EE8FA7771E90(__this, /*hidden argument*/NULL);
|
|
V_6 = L_16;
|
|
bool L_17 = V_6;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(__this, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_19 = V_0;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(L_19, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0);
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
bool L_21 = Event_get_isMouse_m5923637C4A5E3BD642C3E88A428D5B39F0A85AB6(__this, /*hidden argument*/NULL);
|
|
V_7 = L_21;
|
|
bool L_22 = V_7;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_23 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(__this, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_24 = V_0;
|
|
NullCheck(L_24);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_25 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_24, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
bool L_26 = Vector2_op_Equality_m0E86E1B1038DDB8554A8A0D58729A7788D989588(L_23, L_25, /*hidden argument*/NULL);
|
|
V_2 = L_26;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
bool L_27 = V_2;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.String UnityEngine.Event::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Event_ToString_m2843623B66F30AC141175B1D16F1B112D3835A65 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_ToString_m2843623B66F30AC141175B1D16F1B112D3835A65_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
bool L_0 = Event_get_isKey_m17D185B6CD336242BC5FB9BAB025EE8FA7771E90(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_2 = Event_get_character_m78B46D412357B71233F3D41842928A19B290915C(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
|
|
int32_t L_6 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject * L_8 = Box(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_8);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_5;
|
|
int32_t L_10 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject * L_12 = Box(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061_il2cpp_TypeInfo_var, &L_11);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_12);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_12);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_9;
|
|
int32_t L_14 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(__this, /*hidden argument*/NULL);
|
|
int32_t L_15 = L_14;
|
|
RuntimeObject * L_16 = Box(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C_il2cpp_TypeInfo_var, &L_15);
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_16);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_16);
|
|
String_t* L_17 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral645983D981B058C71B234B4EF85974E83DF46C36, L_13, /*hidden argument*/NULL);
|
|
V_2 = L_17;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, _stringLiteralE1D1873098D32108BBEF9FD4C21B888ED8659C49);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralE1D1873098D32108BBEF9FD4C21B888ED8659C49);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19;
|
|
int32_t L_21 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
int32_t L_22 = L_21;
|
|
RuntimeObject * L_23 = Box(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var, &L_22);
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_23);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_23);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = L_20;
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, _stringLiteral5C99F2EA0C681082AA59B6CD687CA19041028B63);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral5C99F2EA0C681082AA59B6CD687CA19041028B63);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
|
|
Il2CppChar L_26 = Event_get_character_m78B46D412357B71233F3D41842928A19B290915C(__this, /*hidden argument*/NULL);
|
|
int32_t L_27 = ((int32_t)L_26);
|
|
RuntimeObject * L_28 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_27);
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, L_28);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_28);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = L_25;
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, _stringLiteral00CE3E1623671A834728138CD689D176F0000CEB);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral00CE3E1623671A834728138CD689D176F0000CEB);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_30 = L_29;
|
|
int32_t L_31 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
int32_t L_32 = L_31;
|
|
RuntimeObject * L_33 = Box(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061_il2cpp_TypeInfo_var, &L_32);
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, L_33);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_33);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_30;
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, _stringLiteralD3280C579ECC78E7C99A42607D1529992F9DD5F3);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)_stringLiteralD3280C579ECC78E7C99A42607D1529992F9DD5F3);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = L_34;
|
|
int32_t L_36 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(__this, /*hidden argument*/NULL);
|
|
int32_t L_37 = L_36;
|
|
RuntimeObject * L_38 = Box(KeyCode_tC93EA87C5A6901160B583ADFCD3EF6726570DC3C_il2cpp_TypeInfo_var, &L_37);
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, L_38);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)L_38);
|
|
String_t* L_39 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_35, /*hidden argument*/NULL);
|
|
V_2 = L_39;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
bool L_40 = Event_get_isMouse_m5923637C4A5E3BD642C3E88A428D5B39F0A85AB6(__this, /*hidden argument*/NULL);
|
|
V_3 = L_40;
|
|
bool L_41 = V_3;
|
|
if (!L_41)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_42;
|
|
int32_t L_44 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
int32_t L_45 = L_44;
|
|
RuntimeObject * L_46 = Box(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var, &L_45);
|
|
NullCheck(L_43);
|
|
ArrayElementTypeCheck (L_43, L_46);
|
|
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_46);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_47 = L_43;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_48 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(__this, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_49 = L_48;
|
|
RuntimeObject * L_50 = Box(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var, &L_49);
|
|
NullCheck(L_47);
|
|
ArrayElementTypeCheck (L_47, L_50);
|
|
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_50);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = L_47;
|
|
int32_t L_52 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(__this, /*hidden argument*/NULL);
|
|
int32_t L_53 = L_52;
|
|
RuntimeObject * L_54 = Box(EventModifiers_tC34E3018F3697001F894187AF6E9E63D7E203061_il2cpp_TypeInfo_var, &L_53);
|
|
NullCheck(L_51);
|
|
ArrayElementTypeCheck (L_51, L_54);
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_54);
|
|
String_t* L_55 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralBFAF5DB045B9BE61FE1BC19E0486B8287028A876, L_51, /*hidden argument*/NULL);
|
|
V_2 = L_55;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
int32_t L_56 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_56) == ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
G_B9_0 = ((((int32_t)L_57) == ((int32_t)((int32_t)13)))? 1 : 0);
|
|
goto IL_0123;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
G_B9_0 = 1;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
V_4 = (bool)G_B9_0;
|
|
bool L_58 = V_4;
|
|
if (!L_58)
|
|
{
|
|
goto IL_0153;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = L_59;
|
|
int32_t L_61 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
int32_t L_62 = L_61;
|
|
RuntimeObject * L_63 = Box(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var, &L_62);
|
|
NullCheck(L_60);
|
|
ArrayElementTypeCheck (L_60, L_63);
|
|
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_63);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_64 = L_60;
|
|
String_t* L_65 = Event_get_commandName_m119D9F8B0A7BA18B849B958CFAF249C970C00BF1(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_64);
|
|
ArrayElementTypeCheck (L_64, L_65);
|
|
(L_64)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_65);
|
|
String_t* L_66 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral43038A7293A88F58900A924007043B16F5DF3840, L_64, /*hidden argument*/NULL);
|
|
V_2 = L_66;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_0153:
|
|
{
|
|
int32_t L_67 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
int32_t L_68 = L_67;
|
|
RuntimeObject * L_69 = Box(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var, &L_68);
|
|
String_t* L_70 = String_Concat_m798542DE19B3F02DC4F4B777BB2E73169F129DE1(L_69, /*hidden argument*/NULL);
|
|
V_2 = L_70;
|
|
goto IL_0166;
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
String_t* L_71 = V_2;
|
|
return L_71;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::Use()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) == ((int32_t)7)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
|
|
int32_t L_5 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(__this, /*hidden argument*/NULL);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject * L_7 = Box(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var, &L_6);
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, L_7);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
|
|
String_t* L_8 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteral9A5E2F5BDDFCF829F248A8C91E5AACBBDFEE7223, L_4, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
Event_Internal_Use_m44762004F3C1C23EEC79F1B9250433A581EC6538(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.Event::get_mousePosition_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_get_mousePosition_Injected_mE71FE88F6E27190A534BD5862941E5887D6BE632 (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_get_mousePosition_Injected_mE71FE88F6E27190A534BD5862941E5887D6BE632_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static Event_get_mousePosition_Injected_mE71FE88F6E27190A534BD5862941E5887D6BE632_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_mousePosition_Injected_mE71FE88F6E27190A534BD5862941E5887D6BE632_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_mousePosition_Injected(UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___ret0);
|
|
}
|
|
// System.Void UnityEngine.Event::set_mousePosition_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_set_mousePosition_Injected_mA402D90BDCB538F3730BDCCDA5D6C48DD3BD7F2E (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_set_mousePosition_Injected_mA402D90BDCB538F3730BDCCDA5D6C48DD3BD7F2E_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static Event_set_mousePosition_Injected_mA402D90BDCB538F3730BDCCDA5D6C48DD3BD7F2E_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_set_mousePosition_Injected_mA402D90BDCB538F3730BDCCDA5D6C48DD3BD7F2E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::set_mousePosition_Injected(UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.Void UnityEngine.Event::get_delta_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Event_get_delta_Injected_m73B3D73424F90847093AC32053796FABEFB849AD (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*Event_get_delta_Injected_m73B3D73424F90847093AC32053796FABEFB849AD_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static Event_get_delta_Injected_m73B3D73424F90847093AC32053796FABEFB849AD_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (Event_get_delta_Injected_m73B3D73424F90847093AC32053796FABEFB849AD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.Event::get_delta_Injected(UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___ret0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.EventInterests
|
|
IL2CPP_EXTERN_C void EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshal_pinvoke(const EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94& unmarshaled, EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___U3CwantsMouseMoveU3Ek__BackingField_0 = static_cast<int32_t>(unmarshaled.get_U3CwantsMouseMoveU3Ek__BackingField_0());
|
|
marshaled.___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1 = static_cast<int32_t>(unmarshaled.get_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1());
|
|
}
|
|
IL2CPP_EXTERN_C void EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshal_pinvoke_back(const EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_pinvoke& marshaled, EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94& unmarshaled)
|
|
{
|
|
bool unmarshaled_U3CwantsMouseMoveU3Ek__BackingField_temp_0 = false;
|
|
unmarshaled_U3CwantsMouseMoveU3Ek__BackingField_temp_0 = static_cast<bool>(marshaled.___U3CwantsMouseMoveU3Ek__BackingField_0);
|
|
unmarshaled.set_U3CwantsMouseMoveU3Ek__BackingField_0(unmarshaled_U3CwantsMouseMoveU3Ek__BackingField_temp_0);
|
|
bool unmarshaled_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_temp_1 = false;
|
|
unmarshaled_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_temp_1 = static_cast<bool>(marshaled.___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1);
|
|
unmarshaled.set_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1(unmarshaled_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_temp_1);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.EventInterests
|
|
IL2CPP_EXTERN_C void EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshal_pinvoke_cleanup(EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.EventInterests
|
|
IL2CPP_EXTERN_C void EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshal_com(const EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94& unmarshaled, EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___U3CwantsMouseMoveU3Ek__BackingField_0 = static_cast<int32_t>(unmarshaled.get_U3CwantsMouseMoveU3Ek__BackingField_0());
|
|
marshaled.___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1 = static_cast<int32_t>(unmarshaled.get_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1());
|
|
}
|
|
IL2CPP_EXTERN_C void EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshal_com_back(const EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_com& marshaled, EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94& unmarshaled)
|
|
{
|
|
bool unmarshaled_U3CwantsMouseMoveU3Ek__BackingField_temp_0 = false;
|
|
unmarshaled_U3CwantsMouseMoveU3Ek__BackingField_temp_0 = static_cast<bool>(marshaled.___U3CwantsMouseMoveU3Ek__BackingField_0);
|
|
unmarshaled.set_U3CwantsMouseMoveU3Ek__BackingField_0(unmarshaled_U3CwantsMouseMoveU3Ek__BackingField_temp_0);
|
|
bool unmarshaled_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_temp_1 = false;
|
|
unmarshaled_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_temp_1 = static_cast<bool>(marshaled.___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1);
|
|
unmarshaled.set_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1(unmarshaled_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_temp_1);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.EventInterests
|
|
IL2CPP_EXTERN_C void EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshal_com_cleanup(EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Boolean UnityEngine.EventInterests::get_wantsMouseMove()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInterests_get_wantsMouseMove_mCE4BC71FE4B4D61887B24C3EC03EC55C64D220E7 (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CwantsMouseMoveU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool EventInterests_get_wantsMouseMove_mCE4BC71FE4B4D61887B24C3EC03EC55C64D220E7_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * _thisAdjusted = reinterpret_cast<EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 *>(__this + _offset);
|
|
return EventInterests_get_wantsMouseMove_mCE4BC71FE4B4D61887B24C3EC03EC55C64D220E7_inline(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.EventInterests::get_wantsMouseEnterLeaveWindow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInterests_get_wantsMouseEnterLeaveWindow_m2A0B5FF7BD7BDF4C1CA15DE41E00E12F1F1D746C (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool EventInterests_get_wantsMouseEnterLeaveWindow_m2A0B5FF7BD7BDF4C1CA15DE41E00E12F1F1D746C_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * _thisAdjusted = reinterpret_cast<EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 *>(__this + _offset);
|
|
return EventInterests_get_wantsMouseEnterLeaveWindow_m2A0B5FF7BD7BDF4C1CA15DE41E00E12F1F1D746C_inline(_thisAdjusted, method);
|
|
}
|
|
// System.Boolean UnityEngine.EventInterests::WantsEvent(UnityEngine.EventType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInterests_WantsEvent_mDDA5070D484AE4717D96D3A5B7B2ED00051DA94A (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, int32_t ___type0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = ___type0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)2)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)((int32_t)20)))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
bool L_3 = EventInterests_get_wantsMouseMove_mCE4BC71FE4B4D61887B24C3EC03EC55C64D220E7_inline((EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
bool L_4 = EventInterests_get_wantsMouseEnterLeaveWindow_m2A0B5FF7BD7BDF4C1CA15DE41E00E12F1F1D746C_inline((EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 *)__this, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool EventInterests_WantsEvent_mDDA5070D484AE4717D96D3A5B7B2ED00051DA94A_AdjustorThunk (RuntimeObject * __this, int32_t ___type0, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * _thisAdjusted = reinterpret_cast<EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 *>(__this + _offset);
|
|
return EventInterests_WantsEvent_mDDA5070D484AE4717D96D3A5B7B2ED00051DA94A(_thisAdjusted, ___type0, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.ExitGUIException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExitGUIException__ctor_m51AF39C72F462AFB5421AF57025B9AD42D31EE43 (ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ExitGUIException__ctor_m51AF39C72F462AFB5421AF57025B9AD42D31EE43_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m5FEC89FBFACEEDCEE29CCFD44A85D72FC28EB0D1(__this, /*hidden argument*/NULL);
|
|
GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960_inline((bool)1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.Color UnityEngine.GUI::get_color()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GUI_get_color_m23965300A30C348742E8421AEE1396B3D5361B41 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_get_color_m23965300A30C348742E8421AEE1396B3D5361B41_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_get_color_Injected_m3F31DF81708F64E8BDBD7D10388CA0DEE89885FA((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::set_color(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_color_mDB63437059F35CAC23B01D03CF1CE3A66EBB9643 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_set_color_mDB63437059F35CAC23B01D03CF1CE3A66EBB9643_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_color_Injected_m531EAB2B60839999CB814EB13B001A736D66BEA2((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Color UnityEngine.GUI::get_backgroundColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GUI_get_backgroundColor_mCDF3D053A4778944E6FC8E977426F6B09B3111A2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_get_backgroundColor_mCDF3D053A4778944E6FC8E977426F6B09B3111A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_get_backgroundColor_Injected_m9C5FCB979053F8FB088B14CDCB6E0B2C32CEB884((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::set_backgroundColor(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_backgroundColor_m9EBEC33C026B80947CAEEB538E6C362E3E5DBD9E (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_set_backgroundColor_m9EBEC33C026B80947CAEEB538E6C362E3E5DBD9E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_backgroundColor_Injected_m23A04198EAC3407DE010E9AD7EEE393E3A895442((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Color UnityEngine.GUI::get_contentColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GUI_get_contentColor_m46844050031C176714AD9EC1342ADB53EEBFE5AC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_get_contentColor_m46844050031C176714AD9EC1342ADB53EEBFE5AC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_get_contentColor_Injected_m107FC541BBB82078137FC167718939D2DE8D98A5((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), /*hidden argument*/NULL);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::set_contentColor(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_contentColor_m15C71FB49FCB31E1A82B90A1FCE698B8C65FD9E0 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_set_contentColor_m15C71FB49FCB31E1A82B90A1FCE698B8C65FD9E0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_contentColor_Injected_m01829150812C3FC6131E1E584BD6BD8D136E6FAE((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUI::get_changed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_get_changed_m2E2AC1857E70F52C3650FB6163686B09E5D969F0 (const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*GUI_get_changed_m2E2AC1857E70F52C3650FB6163686B09E5D969F0_ftn) ();
|
|
static GUI_get_changed_m2E2AC1857E70F52C3650FB6163686B09E5D969F0_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_get_changed_m2E2AC1857E70F52C3650FB6163686B09E5D969F0_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::get_changed()");
|
|
bool retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUI::set_changed(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE_ftn) (bool);
|
|
static GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::set_changed(System.Boolean)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.Boolean UnityEngine.GUI::get_enabled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_get_enabled_m0C5E0F1C08418CA146ABBAF6FEB32FF2C6323173 (const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*GUI_get_enabled_m0C5E0F1C08418CA146ABBAF6FEB32FF2C6323173_ftn) ();
|
|
static GUI_get_enabled_m0C5E0F1C08418CA146ABBAF6FEB32FF2C6323173_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_get_enabled_m0C5E0F1C08418CA146ABBAF6FEB32FF2C6323173_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::get_enabled()");
|
|
bool retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUI::set_enabled(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_enabled_mDCBFAF17A6DB4A7D8C1A64A301C869A2F73DEC70 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_set_enabled_mDCBFAF17A6DB4A7D8C1A64A301C869A2F73DEC70_ftn) (bool);
|
|
static GUI_set_enabled_mDCBFAF17A6DB4A7D8C1A64A301C869A2F73DEC70_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_set_enabled_mDCBFAF17A6DB4A7D8C1A64A301C869A2F73DEC70_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::set_enabled(System.Boolean)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.Void UnityEngine.GUI::GrabMouseControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_GrabMouseControl_mEE35B3F6529614CC25241C27B03D8595C61E533F (int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_GrabMouseControl_mEE35B3F6529614CC25241C27B03D8595C61E533F_ftn) (int32_t);
|
|
static GUI_GrabMouseControl_mEE35B3F6529614CC25241C27B03D8595C61E533F_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_GrabMouseControl_mEE35B3F6529614CC25241C27B03D8595C61E533F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::GrabMouseControl(System.Int32)");
|
|
_il2cpp_icall_func(___id0);
|
|
}
|
|
// System.Boolean UnityEngine.GUI::HasMouseControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_HasMouseControl_m66CD5558529BEFFD84D4CAB8B1BC6349F12DF4B1 (int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*GUI_HasMouseControl_m66CD5558529BEFFD84D4CAB8B1BC6349F12DF4B1_ftn) (int32_t);
|
|
static GUI_HasMouseControl_m66CD5558529BEFFD84D4CAB8B1BC6349F12DF4B1_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_HasMouseControl_m66CD5558529BEFFD84D4CAB8B1BC6349F12DF4B1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::HasMouseControl(System.Int32)");
|
|
bool retVal = _il2cpp_icall_func(___id0);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUI::ReleaseMouseControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_ReleaseMouseControl_m4F0C7D33663DEC8BC1D8C04C2417899C8AB4462B (const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_ReleaseMouseControl_m4F0C7D33663DEC8BC1D8C04C2417899C8AB4462B_ftn) ();
|
|
static GUI_ReleaseMouseControl_m4F0C7D33663DEC8BC1D8C04C2417899C8AB4462B_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_ReleaseMouseControl_m4F0C7D33663DEC8BC1D8C04C2417899C8AB4462B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::ReleaseMouseControl()");
|
|
_il2cpp_icall_func();
|
|
}
|
|
// System.Void UnityEngine.GUI::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI__cctor_m9A902CA13649D04BFB54D86C051A09AC5301ED63 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI__cctor_m9A902CA13649D04BFB54D86C051A09AC5301ED63_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_HotTextField_0((-1));
|
|
NullCheck(_stringLiteral239CA5767AFAC9641593464CE02BC454D6AC07A9);
|
|
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteral239CA5767AFAC9641593464CE02BC454D6AC07A9);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_BoxHash_1(L_0);
|
|
NullCheck(_stringLiteral794145F030FF721599A0353A9B2E59E9A92B9BF1);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteral794145F030FF721599A0353A9B2E59E9A92B9BF1);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_ButonHash_2(L_1);
|
|
NullCheck(_stringLiteralE647442EAD89630DC43D2047D097508AD66D2618);
|
|
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteralE647442EAD89630DC43D2047D097508AD66D2618);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_RepeatButtonHash_3(L_2);
|
|
NullCheck(_stringLiteralD5E14B063514CB6630E55F0AEB0AD3B37897EFCA);
|
|
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteralD5E14B063514CB6630E55F0AEB0AD3B37897EFCA);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_ToggleHash_4(L_3);
|
|
NullCheck(_stringLiteralE8603CA0394240FFC435FB8A9A44A0B8ADFDB19F);
|
|
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteralE8603CA0394240FFC435FB8A9A44A0B8ADFDB19F);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_ButtonGridHash_5(L_4);
|
|
NullCheck(_stringLiteralAA5DB7D82232EE34651EB5ADEA59B01C839EB843);
|
|
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteralAA5DB7D82232EE34651EB5ADEA59B01C839EB843);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_SliderHash_6(L_5);
|
|
NullCheck(_stringLiteral43B731706EEE5F12E52ED519717DB9572EADF165);
|
|
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteral43B731706EEE5F12E52ED519717DB9572EADF165);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_BeginGroupHash_7(L_6);
|
|
NullCheck(_stringLiteral9B93271A1F5C73A7A67E544DD659306E5EE80C4B);
|
|
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, _stringLiteral9B93271A1F5C73A7A67E544DD659306E5EE80C4B);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_ScrollviewHash_8(L_7);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_8 = (GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC *)il2cpp_codegen_object_new(GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC_il2cpp_TypeInfo_var);
|
|
GenericStack__ctor_m0659B84DB6B093AF1F01F566686C510DDEEAE848(L_8, /*hidden argument*/NULL);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_U3CscrollViewStatesU3Ek__BackingField_11(L_8);
|
|
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_9 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
|
|
GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23_inline(L_9, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::set_nextScrollStepTime(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_U3CnextScrollStepTimeU3Ek__BackingField_9(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::set_skin(UnityEngine.GUISkin)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_skin_mFC9EC2E88A46A7F42664C6C41D8CCD9B9BA4DBA0 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_set_skin_mFC9EC2E88A46A7F42664C6C41D8CCD9B9BA4DBA0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873(/*hidden argument*/NULL);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_DoSetSkin_mC72F1980793E86E8F33D641A207D2AAB409A71F7(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUISkin UnityEngine.GUI::get_skin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * V_0 = NULL;
|
|
{
|
|
GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_0 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_Skin_10();
|
|
V_0 = L_0;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::DoSetSkin(UnityEngine.GUISkin)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoSetSkin_mC72F1980793E86E8F33D641A207D2AAB409A71F7 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * ___newSkin0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_DoSetSkin_mC72F1980793E86E8F33D641A207D2AAB409A71F7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_0 = ___newSkin0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_1 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_0, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_3 = GUIUtility_GetDefaultSkin_m2F1B580445522074FF41CF9906531DBEAB034365(/*hidden argument*/NULL);
|
|
___newSkin0 = L_3;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_4 = ___newSkin0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_Skin_10(L_4);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_5 = ___newSkin0;
|
|
NullCheck(L_5);
|
|
GUISkin_MakeCurrent_m42FAF8090F6B57648678704D86A6451DB917CF2D(L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Matrix4x4 UnityEngine.GUI::get_matrix()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA GUI_get_matrix_m4164AB2290A9EDECA8AD41928E771998272E0DDD (const RuntimeMethod* method)
|
|
{
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = GUIClip_GetMatrix_m85544FC1D83D98D7E323B8E2EE13CECD3DCDF243(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::set_matrix(UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_matrix_m9224E4A461629359EEE42A376EAACD1FA48F1896 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = ___value0;
|
|
GUIClip_SetMatrix_m4C16B511B56AF863FC2D21E73B7964A9952F6462(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_m3262E5E30013ECAF83C075710F7761E49BEA5CCE (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, String_t* ___text1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_Label_m3262E5E30013ECAF83C075710F7761E49BEA5CCE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
String_t* L_1 = ___text1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_3 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_Skin_10();
|
|
NullCheck(L_3);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = GUISkin_get_label_mC5C9D4CD377D7F5BB970B01E665EE077565AFF72(L_3, /*hidden argument*/NULL);
|
|
GUI_Label_mB1E6C064D67D94E1D42D620054958F8375E86BB7(L_0, L_2, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::Label(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_mB1E6C064D67D94E1D42D620054958F8375E86BB7 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_Label_mB1E6C064D67D94E1D42D620054958F8375E86BB7_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873(/*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = ___style2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_DoLabel_m53C45AB327E894B82985776D108C7838AE868D89(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::Box(UnityEngine.Rect,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Box_m8A788187BB0412D6B23AFEED65FCFF70AC197C3A (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, String_t* ___text1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_Box_m8A788187BB0412D6B23AFEED65FCFF70AC197C3A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
String_t* L_1 = ___text1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_3 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_Skin_10();
|
|
NullCheck(L_3);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = GUISkin_get_box_m7305FA20CDC5A31518AE753AEF7B9075F6242B11(L_3, /*hidden argument*/NULL);
|
|
GUI_Box_m22F4F78283B657F7589E24BA1EE5B609AE61E510(L_0, L_2, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::Box(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Box_m22F4F78283B657F7589E24BA1EE5B609AE61E510 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_Box_m22F4F78283B657F7589E24BA1EE5B609AE61E510_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
{
|
|
GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_BoxHash_1();
|
|
int32_t L_1 = GUIUtility_GetControlID_m0733AD370EC1956979B417A74E0ACA074E0DBA39(L_0, 2, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_2, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)7))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = ___style2;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_7 = ___content1;
|
|
int32_t L_8 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_9 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_10 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_9, /*hidden argument*/NULL);
|
|
bool L_11 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
GUIStyle_Draw_m5638E51BD61AC461DAF1022102D2A0D583F592ED(L_5, L_6, L_7, L_8, (bool)0, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_Button_m0F0D437C533454A4BF0096E0DC55EEB66366E08D (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, String_t* ___text1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_Button_m0F0D437C533454A4BF0096E0DC55EEB66366E08D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
String_t* L_1 = ___text1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D(L_1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_3 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_Skin_10();
|
|
NullCheck(L_3);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = GUISkin_get_button_m015FA6A0418D94F03B5F12131DED65CCFDCA8F7A(L_3, /*hidden argument*/NULL);
|
|
bool L_5 = GUI_Button_m9315927732E13236FFCE020D2444CF08C26927F5(L_0, L_2, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
bool L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_Button_m9315927732E13236FFCE020D2444CF08C26927F5 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_Button_m9315927732E13236FFCE020D2444CF08C26927F5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_ButonHash_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___position0;
|
|
int32_t L_2 = GUIUtility_GetControlID_mBD1C39E03666F072AFB3022603E2FD37D87EB13F(L_0, 2, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = ___position0;
|
|
int32_t L_4 = V_0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_5 = ___content1;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = ___style2;
|
|
bool L_7 = GUI_Button_m28E3F256D52839EBB502B3A6C5DA2E556FF45BC1(L_3, L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
bool L_8 = V_1;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUI::Button(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_Button_m28E3F256D52839EBB502B3A6C5DA2E556FF45BC1 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_Button_m28E3F256D52839EBB502B3A6C5DA2E556FF45BC1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873(/*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
int32_t L_1 = ___id1;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = ___content2;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_3 = ___style3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
bool L_4 = GUI_DoButton_m3DA80A30ABFA7F00B48683498AEB28ACAAA404ED(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUI::TextField(UnityEngine.Rect,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUI_TextField_m433CF466C2CDCDA42383C5029726869AC52A0481 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, String_t* ___text1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_TextField_m433CF466C2CDCDA42383C5029726869AC52A0481_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___text1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = ___position0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = ___position0;
|
|
int32_t L_4 = GUIUtility_GetControlID_mEE83D38E220B86D38CF6FE82B0413A71B80EA451(1, L_3, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_5 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_6 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_7 = GUISkin_get_textField_m7C206D0A044A8D5DD00E63BCD7958089E77419E9(L_6, /*hidden argument*/NULL);
|
|
GUI_DoTextField_mCA73A77D4909AE339A6998D7942651AD8F42E0FF(L_2, L_4, L_5, (bool)0, (-1), L_7, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_8 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_9 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_8, /*hidden argument*/NULL);
|
|
V_1 = L_9;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
String_t* L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUI::PasswordFieldGetStrToShow(System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUI_PasswordFieldGetStrToShow_m687426537679F21BAE40497084099C4901C6DEE1 (String_t* ___password0, Il2CppChar ___maskChar1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_PasswordFieldGetStrToShow_m687426537679F21BAE40497084099C4901C6DEE1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) == ((int32_t)7)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_2, /*hidden argument*/NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___password0;
|
|
G_B4_0 = L_4;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_5 = ___password0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
Il2CppChar L_7 = ___maskChar1;
|
|
NullCheck(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
String_t* L_8 = String_PadRight_mDC890E71A75C12F96DC1430CF94B1B7C1ED839B0(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, L_6, L_7, /*hidden argument*/NULL);
|
|
G_B4_0 = L_8;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
V_0 = G_B4_0;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
String_t* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::DoTextField(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoTextField_mCA73A77D4909AE339A6998D7942651AD8F42E0FF (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_DoTextField_mCA73A77D4909AE339A6998D7942651AD8F42E0FF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
int32_t L_1 = ___id1;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = ___content2;
|
|
bool L_3 = ___multiline3;
|
|
int32_t L_4 = ___maxLength4;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = ___style5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_DoTextField_mCF4998A72101CEBF015298D0496D43B1C9DF6270(L_0, L_1, L_2, L_3, L_4, L_5, (String_t*)NULL, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::DoTextField(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoTextField_mCF4998A72101CEBF015298D0496D43B1C9DF6270 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, String_t* ___secureText6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_DoTextField_mCF4998A72101CEBF015298D0496D43B1C9DF6270_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
int32_t L_1 = ___id1;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = ___content2;
|
|
bool L_3 = ___multiline3;
|
|
int32_t L_4 = ___maxLength4;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = ___style5;
|
|
String_t* L_6 = ___secureText6;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_DoTextField_m11B37CFD5BEAB86C63CB64F4775272780770D76E(L_0, L_1, L_2, L_3, L_4, L_5, L_6, 0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::DoTextField(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,System.String,System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoTextField_m11B37CFD5BEAB86C63CB64F4775272780770D76E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, String_t* ___secureText6, Il2CppChar ___maskChar7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_DoTextField_m11B37CFD5BEAB86C63CB64F4775272780770D76E_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873(/*hidden argument*/NULL);
|
|
int32_t L_0 = ___maxLength4;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content2;
|
|
NullCheck(L_1);
|
|
String_t* L_2 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_1, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
int32_t L_4 = ___maxLength4;
|
|
G_B3_0 = ((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0);
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = ___content2;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_7 = ___content2;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_7, /*hidden argument*/NULL);
|
|
int32_t L_9 = ___maxLength4;
|
|
NullCheck(L_8);
|
|
String_t* L_10 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_8, 0, L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_6, L_10, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
|
|
int32_t L_13 = ___id1;
|
|
RuntimeObject * L_14 = GUIUtility_GetStateObject_mF8F8DC466B7CA73210D85FAE43C4D39AA197B1CA(L_12, L_13, /*hidden argument*/NULL);
|
|
V_0 = ((TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 *)CastclassClass((RuntimeObject*)L_14, TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var));
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_15 = V_0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_16 = ___content2;
|
|
NullCheck(L_16);
|
|
String_t* L_17 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_16, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
TextEditor_set_text_mFF167B3EFD4D6F6260126315BE09CAD6BF5F04D0(L_15, L_17, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_18 = V_0;
|
|
NullCheck(L_18);
|
|
TextEditor_SaveBackup_m7339CCE5F14572F00CCE1222B6B674E6A0394CA9(L_18, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_19 = V_0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20 = ___position0;
|
|
NullCheck(L_19);
|
|
TextEditor_set_position_mA051BD36CA4B264CC97CC739DF3702349E9617D2(L_19, L_20, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_21 = V_0;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_22 = ___style5;
|
|
NullCheck(L_21);
|
|
L_21->set_style_2(L_22);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_23 = V_0;
|
|
bool L_24 = ___multiline3;
|
|
NullCheck(L_23);
|
|
L_23->set_multiline_3(L_24);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_25 = V_0;
|
|
int32_t L_26 = ___id1;
|
|
NullCheck(L_25);
|
|
L_25->set_controlID_1(L_26);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_27 = V_0;
|
|
NullCheck(L_27);
|
|
TextEditor_DetectFocusChange_mE73EABD5C139A2851856E4E039842F6AA66D0824(L_27, /*hidden argument*/NULL);
|
|
bool L_28 = TouchScreenKeyboard_get_isSupported_m9163BAF0764DCDD9CB87E75A296D820D629D31CA(/*hidden argument*/NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
bool L_29 = TouchScreenKeyboard_get_isInPlaceEditingAllowed_m503AB6CB0DFBD8E7D396C8E552C643F20E4A5D47(/*hidden argument*/NULL);
|
|
G_B8_0 = ((((int32_t)L_29) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0098;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
V_2 = (bool)G_B8_0;
|
|
bool L_30 = V_2;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_31 = ___position0;
|
|
int32_t L_32 = ___id1;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_33 = ___content2;
|
|
bool L_34 = ___multiline3;
|
|
int32_t L_35 = ___maxLength4;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_36 = ___style5;
|
|
String_t* L_37 = ___secureText6;
|
|
Il2CppChar L_38 = ___maskChar7;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_39 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_HandleTextFieldEventForTouchscreen_mF82202A301C123F40E09EB77F023A7F7AC5A05C2(L_31, L_32, L_33, L_34, L_35, L_36, L_37, L_38, L_39, /*hidden argument*/NULL);
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_40 = ___position0;
|
|
int32_t L_41 = ___id1;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_42 = ___content2;
|
|
bool L_43 = ___multiline3;
|
|
int32_t L_44 = ___maxLength4;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_45 = ___style5;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_46 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_HandleTextFieldEventForDesktop_m477205B9A3221911E49F201216335926A6D9BAF4(L_40, L_41, L_42, L_43, L_44, L_45, L_46, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_47 = V_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_48 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_47);
|
|
TextEditor_UpdateScrollOffsetIfNeeded_m43C5FA605EBC97A762B62C7B27CA31D8DF43561F(L_47, L_48, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::HandleTextFieldEventForTouchscreen(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,System.String,System.Char,UnityEngine.TextEditor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_HandleTextFieldEventForTouchscreen_mF82202A301C123F40E09EB77F023A7F7AC5A05C2 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, String_t* ___secureText6, Il2CppChar ___maskChar7, TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * ___editor8, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_HandleTextFieldEventForTouchscreen_mF82202A301C123F40E09EB77F023A7F7AC5A05C2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
String_t* V_2 = NULL;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * V_5 = NULL;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
int32_t G_B8_0 = 0;
|
|
String_t* G_B14_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B14_1 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B13_1 = NULL;
|
|
int32_t G_B20_0 = 0;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
if ((((int32_t)L_4) == ((int32_t)7)))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_5, /*hidden argument*/NULL);
|
|
bool L_7 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_6, /*hidden argument*/NULL);
|
|
V_3 = L_7;
|
|
bool L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = ___id1;
|
|
GUIUtility_set_hotControl_m4C19FBD3565D18D7C8D8D26FB2B82AE6C9149091(L_9, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
int32_t L_10 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_HotTextField_0();
|
|
if ((((int32_t)L_10) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
int32_t L_11 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_HotTextField_0();
|
|
int32_t L_12 = ___id1;
|
|
G_B8_0 = ((((int32_t)((((int32_t)L_11) == ((int32_t)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
V_4 = (bool)G_B8_0;
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
int32_t L_16 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_s_HotTextField_0();
|
|
RuntimeObject * L_17 = GUIUtility_GetStateObject_mF8F8DC466B7CA73210D85FAE43C4D39AA197B1CA(L_15, L_16, /*hidden argument*/NULL);
|
|
V_5 = ((TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 *)CastclassClass((RuntimeObject*)L_17, TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var));
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_18 = V_5;
|
|
NullCheck(L_18);
|
|
L_18->set_keyboardOnScreen_0((TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 *)NULL);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
int32_t L_19 = ___id1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_s_HotTextField_0(L_19);
|
|
int32_t L_20 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
int32_t L_21 = ___id1;
|
|
V_6 = (bool)((((int32_t)((((int32_t)L_20) == ((int32_t)L_21))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_22 = V_6;
|
|
if (!L_22)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = ___id1;
|
|
GUIUtility_set_keyboardControl_mC97AB431ABACD233FC2CE5E184F4B30E3BB8ACFE(L_23, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_24 = ___editor8;
|
|
String_t* L_25 = ___secureText6;
|
|
String_t* L_26 = L_25;
|
|
G_B13_0 = L_26;
|
|
G_B13_1 = L_24;
|
|
if (L_26)
|
|
{
|
|
G_B14_0 = L_26;
|
|
G_B14_1 = L_24;
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_27 = ___content2;
|
|
NullCheck(L_27);
|
|
String_t* L_28 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_27, /*hidden argument*/NULL);
|
|
G_B14_0 = L_28;
|
|
G_B14_1 = G_B13_1;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
bool L_29 = ___multiline3;
|
|
String_t* L_30 = ___secureText6;
|
|
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_31 = TouchScreenKeyboard_Open_m21580888577F12AF5B9E1DCADED68BD830DA1BF8(G_B14_0, 0, (bool)1, L_29, (bool)((!(((RuntimeObject*)(String_t*)L_30) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0), /*hidden argument*/NULL);
|
|
NullCheck(G_B14_1);
|
|
G_B14_1->set_keyboardOnScreen_0(L_31);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_32 = V_0;
|
|
NullCheck(L_32);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_32, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
goto IL_017b;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_33 = ___editor8;
|
|
NullCheck(L_33);
|
|
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_34 = L_33->get_keyboardOnScreen_0();
|
|
V_7 = (bool)((!(((RuntimeObject*)(TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 *)L_34) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_35 = V_7;
|
|
if (!L_35)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_36 = ___content2;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_37 = ___editor8;
|
|
NullCheck(L_37);
|
|
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_38 = L_37->get_keyboardOnScreen_0();
|
|
NullCheck(L_38);
|
|
String_t* L_39 = TouchScreenKeyboard_get_text_mC025B2F295D315E1A18E7AA54B013A8072A8FEB0(L_38, /*hidden argument*/NULL);
|
|
NullCheck(L_36);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_36, L_39, /*hidden argument*/NULL);
|
|
int32_t L_40 = ___maxLength4;
|
|
if ((((int32_t)L_40) < ((int32_t)0)))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_41 = ___content2;
|
|
NullCheck(L_41);
|
|
String_t* L_42 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_41, /*hidden argument*/NULL);
|
|
NullCheck(L_42);
|
|
int32_t L_43 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_42, /*hidden argument*/NULL);
|
|
int32_t L_44 = ___maxLength4;
|
|
G_B20_0 = ((((int32_t)L_43) > ((int32_t)L_44))? 1 : 0);
|
|
goto IL_0102;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
G_B20_0 = 0;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
V_8 = (bool)G_B20_0;
|
|
bool L_45 = V_8;
|
|
if (!L_45)
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_46 = ___content2;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_47 = ___content2;
|
|
NullCheck(L_47);
|
|
String_t* L_48 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_47, /*hidden argument*/NULL);
|
|
int32_t L_49 = ___maxLength4;
|
|
NullCheck(L_48);
|
|
String_t* L_50 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_48, 0, L_49, /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_46, L_50, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_51 = ___editor8;
|
|
NullCheck(L_51);
|
|
TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 * L_52 = L_51->get_keyboardOnScreen_0();
|
|
NullCheck(L_52);
|
|
int32_t L_53 = TouchScreenKeyboard_get_status_m17CF606283E9BAF02D76ADC813F63F036FAE33F2(L_52, /*hidden argument*/NULL);
|
|
V_9 = (bool)((!(((uint32_t)L_53) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_54 = V_9;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_55 = ___editor8;
|
|
NullCheck(L_55);
|
|
L_55->set_keyboardOnScreen_0((TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 *)NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE((bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_56 = ___content2;
|
|
NullCheck(L_56);
|
|
String_t* L_57 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_56, /*hidden argument*/NULL);
|
|
V_2 = L_57;
|
|
String_t* L_58 = ___secureText6;
|
|
V_10 = (bool)((!(((RuntimeObject*)(String_t*)L_58) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_59 = V_10;
|
|
if (!L_59)
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_60 = ___content2;
|
|
String_t* L_61 = V_2;
|
|
Il2CppChar L_62 = ___maskChar7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
String_t* L_63 = GUI_PasswordFieldGetStrToShow_m687426537679F21BAE40497084099C4901C6DEE1(L_61, L_62, /*hidden argument*/NULL);
|
|
NullCheck(L_60);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_60, L_63, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_64 = ___style5;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_65 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_66 = ___content2;
|
|
int32_t L_67 = ___id1;
|
|
NullCheck(L_64);
|
|
GUIStyle_Draw_m7979DC59FA2B5B6200764FC208F8104FE4F886E3(L_64, L_65, L_66, L_67, (bool)0, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_68 = ___content2;
|
|
String_t* L_69 = V_2;
|
|
NullCheck(L_68);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_68, L_69, /*hidden argument*/NULL);
|
|
goto IL_017b;
|
|
}
|
|
|
|
IL_017b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::HandleTextFieldEventForDesktop(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,System.Boolean,System.Int32,UnityEngine.GUIStyle,UnityEngine.TextEditor)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_HandleTextFieldEventForDesktop_m477205B9A3221911E49F201216335926A6D9BAF4 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, bool ___multiline3, int32_t ___maxLength4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * ___editor6, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_HandleTextFieldEventForDesktop_m477205B9A3221911E49F201216335926A6D9BAF4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * V_4 = NULL;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B31_0 = 0;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B44_0 = 0;
|
|
int32_t G_B61_0 = 0;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_1, /*hidden argument*/NULL);
|
|
V_2 = L_2;
|
|
int32_t L_3 = V_2;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_4, /*hidden argument*/NULL);
|
|
bool L_6 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_5, /*hidden argument*/NULL);
|
|
V_5 = L_6;
|
|
bool L_7 = V_5;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0104;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___id1;
|
|
GUIUtility_set_hotControl_m4C19FBD3565D18D7C8D8D26FB2B82AE6C9149091(L_8, /*hidden argument*/NULL);
|
|
int32_t L_9 = ___id1;
|
|
GUIUtility_set_keyboardControl_mC97AB431ABACD233FC2CE5E184F4B30E3BB8ACFE(L_9, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_10 = ___editor6;
|
|
NullCheck(L_10);
|
|
L_10->set_m_HasFocus_6((bool)1);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_11 = ___editor6;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_12 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
TextEditor_MoveCursorToPosition_m71D34646EB403858B7DFE794825DA71DC9CAEF7E(L_11, L_13, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_14 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
int32_t L_15 = Event_get_clickCount_m8C296AD53AA9F14D43DB3682227DD343B9499F21(L_14, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_16 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_16);
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_17 = GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA(L_16, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
bool L_18 = GUISettings_get_doubleClickSelectsWord_mDCD80C51E863F506291DEC594458AAD32EE35373(L_17, /*hidden argument*/NULL);
|
|
G_B6_0 = ((int32_t)(L_18));
|
|
goto IL_0099;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
G_B6_0 = 0;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
V_6 = (bool)G_B6_0;
|
|
bool L_19 = V_6;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_20 = ___editor6;
|
|
NullCheck(L_20);
|
|
TextEditor_SelectCurrentWord_m8DA526CC839A25CDD6E36FC411C2598C58362082(L_20, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_21 = ___editor6;
|
|
NullCheck(L_21);
|
|
TextEditor_DblClickSnap_mC20D59EAA328DA3D0A74352F94E71B426655DF8D(L_21, 0, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_22 = ___editor6;
|
|
NullCheck(L_22);
|
|
TextEditor_MouseDragSelectsWholeWords_m7F93A5149B5B5E78852BC1C5321CD7B7EE98F3DA(L_22, (bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_23 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_23);
|
|
int32_t L_24 = Event_get_clickCount_m8C296AD53AA9F14D43DB3682227DD343B9499F21(L_23, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)3))))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_25 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_26 = GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA(L_25, /*hidden argument*/NULL);
|
|
NullCheck(L_26);
|
|
bool L_27 = GUISettings_get_tripleClickSelectsLine_m30AFF210DE9727A69BD08C4209EC1B2BA0826F59(L_26, /*hidden argument*/NULL);
|
|
G_B11_0 = ((int32_t)(L_27));
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
G_B11_0 = 0;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
V_7 = (bool)G_B11_0;
|
|
bool L_28 = V_7;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00fc;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_29 = ___editor6;
|
|
NullCheck(L_29);
|
|
TextEditor_SelectCurrentParagraph_m5AD142E67B292CDC97299A100CC9F42F9C91CA86(L_29, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_30 = ___editor6;
|
|
NullCheck(L_30);
|
|
TextEditor_MouseDragSelectsWholeWords_m7F93A5149B5B5E78852BC1C5321CD7B7EE98F3DA(L_30, (bool)1, /*hidden argument*/NULL);
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_31 = ___editor6;
|
|
NullCheck(L_31);
|
|
TextEditor_DblClickSnap_mC20D59EAA328DA3D0A74352F94E71B426655DF8D(L_31, 1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00fc:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_32 = V_0;
|
|
NullCheck(L_32);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_32, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
int32_t L_33 = GUIUtility_get_hotControl_mC2E01E65B6AED8142AB9CA13A88D6E0F753D8857(/*hidden argument*/NULL);
|
|
int32_t L_34 = ___id1;
|
|
V_8 = (bool)((((int32_t)L_33) == ((int32_t)L_34))? 1 : 0);
|
|
bool L_35 = V_8;
|
|
if (!L_35)
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_36 = V_0;
|
|
NullCheck(L_36);
|
|
bool L_37 = Event_get_shift_m74FCE61864B9A7AD13623FA2E8F87FC4A9DBD7A9(L_36, /*hidden argument*/NULL);
|
|
V_9 = L_37;
|
|
bool L_38 = V_9;
|
|
if (!L_38)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_39 = ___editor6;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_40 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_41 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_40, /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
TextEditor_MoveCursorToPosition_m71D34646EB403858B7DFE794825DA71DC9CAEF7E(L_39, L_41, /*hidden argument*/NULL);
|
|
goto IL_014a;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_42 = ___editor6;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_43 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_43, /*hidden argument*/NULL);
|
|
NullCheck(L_42);
|
|
TextEditor_SelectToPosition_m2EE616963923B9561A7C3CFFA392A0C4FE8D8C93(L_42, L_44, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_45 = V_0;
|
|
NullCheck(L_45);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_45, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
int32_t L_46 = GUIUtility_get_hotControl_mC2E01E65B6AED8142AB9CA13A88D6E0F753D8857(/*hidden argument*/NULL);
|
|
int32_t L_47 = ___id1;
|
|
V_10 = (bool)((((int32_t)L_46) == ((int32_t)L_47))? 1 : 0);
|
|
bool L_48 = V_10;
|
|
if (!L_48)
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_49 = ___editor6;
|
|
NullCheck(L_49);
|
|
TextEditor_MouseDragSelectsWholeWords_m7F93A5149B5B5E78852BC1C5321CD7B7EE98F3DA(L_49, (bool)0, /*hidden argument*/NULL);
|
|
GUIUtility_set_hotControl_m4C19FBD3565D18D7C8D8D26FB2B82AE6C9149091(0, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_50 = V_0;
|
|
NullCheck(L_50);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_50, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
int32_t L_51 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
int32_t L_52 = ___id1;
|
|
V_11 = (bool)((((int32_t)((((int32_t)L_51) == ((int32_t)L_52))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_53 = V_11;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0199;
|
|
}
|
|
}
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_54 = ___editor6;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_55 = V_0;
|
|
NullCheck(L_54);
|
|
bool L_56 = TextEditor_HandleKeyEvent_m40E63B226145A1FA73891E38403E444D4F395750(L_54, L_55, /*hidden argument*/NULL);
|
|
V_12 = L_56;
|
|
bool L_57 = V_12;
|
|
if (!L_57)
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_58 = V_0;
|
|
NullCheck(L_58);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_58, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_59 = ___content2;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_60 = ___editor6;
|
|
NullCheck(L_60);
|
|
String_t* L_61 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(L_60, /*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_59, L_61, /*hidden argument*/NULL);
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_62 = V_0;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(L_62, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_63) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_01da;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_64 = V_0;
|
|
NullCheck(L_64);
|
|
Il2CppChar L_65 = Event_get_character_m78B46D412357B71233F3D41842928A19B290915C(L_64, /*hidden argument*/NULL);
|
|
G_B31_0 = ((((int32_t)L_65) == ((int32_t)((int32_t)9)))? 1 : 0);
|
|
goto IL_01db;
|
|
}
|
|
|
|
IL_01da:
|
|
{
|
|
G_B31_0 = 1;
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
V_13 = (bool)G_B31_0;
|
|
bool L_66 = V_13;
|
|
if (!L_66)
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_67 = V_0;
|
|
NullCheck(L_67);
|
|
Il2CppChar L_68 = Event_get_character_m78B46D412357B71233F3D41842928A19B290915C(L_67, /*hidden argument*/NULL);
|
|
V_3 = L_68;
|
|
Il2CppChar L_69 = V_3;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
bool L_70 = ___multiline3;
|
|
if (L_70)
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_71 = V_0;
|
|
NullCheck(L_71);
|
|
bool L_72 = Event_get_alt_m7FDEB719480A40311D9EBCEC65395D39C8261BD0(L_71, /*hidden argument*/NULL);
|
|
G_B37_0 = ((((int32_t)L_72) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0201;
|
|
}
|
|
|
|
IL_0200:
|
|
{
|
|
G_B37_0 = 0;
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
V_14 = (bool)G_B37_0;
|
|
bool L_73 = V_14;
|
|
if (!L_73)
|
|
{
|
|
goto IL_020c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
|
|
IL_020c:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_74 = ___style5;
|
|
NullCheck(L_74);
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_75 = GUIStyle_get_font_m60FD1207B4FC8BC9E560C4FAEBB0FC5413AED5EC(L_74, /*hidden argument*/NULL);
|
|
V_4 = L_75;
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_76 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_77 = Object_op_Implicit_m8B2A44B4B1406ED346D1AE6D962294FD58D0D534(L_76, /*hidden argument*/NULL);
|
|
V_15 = (bool)((((int32_t)L_77) == ((int32_t)0))? 1 : 0);
|
|
bool L_78 = V_15;
|
|
if (!L_78)
|
|
{
|
|
goto IL_0231;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_79 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_79);
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_80 = GUISkin_get_font_m54200DFAF834B835CE6598E1BA5B41382BC33AD5(L_79, /*hidden argument*/NULL);
|
|
V_4 = L_80;
|
|
}
|
|
|
|
IL_0231:
|
|
{
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_81 = V_4;
|
|
Il2CppChar L_82 = V_3;
|
|
NullCheck(L_81);
|
|
bool L_83 = Font_HasCharacter_m23CC7E1E37BCA115DC130B841CF3207212E2802E(L_81, L_82, /*hidden argument*/NULL);
|
|
if (L_83)
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_84 = V_3;
|
|
G_B44_0 = ((((int32_t)L_84) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
goto IL_0243;
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
G_B44_0 = 1;
|
|
}
|
|
|
|
IL_0243:
|
|
{
|
|
V_16 = (bool)G_B44_0;
|
|
bool L_85 = V_16;
|
|
if (!L_85)
|
|
{
|
|
goto IL_0257;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_86 = ___editor6;
|
|
Il2CppChar L_87 = V_3;
|
|
NullCheck(L_86);
|
|
TextEditor_Insert_m541F3AEBE598F6A82C56195A47BF712C9D65DEF3(L_86, L_87, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_0257:
|
|
{
|
|
Il2CppChar L_88 = V_3;
|
|
V_17 = (bool)((((int32_t)L_88) == ((int32_t)0))? 1 : 0);
|
|
bool L_89 = V_17;
|
|
if (!L_89)
|
|
{
|
|
goto IL_028e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_90 = GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E(/*hidden argument*/NULL);
|
|
NullCheck(L_90);
|
|
int32_t L_91 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_90, /*hidden argument*/NULL);
|
|
V_18 = (bool)((((int32_t)L_91) > ((int32_t)0))? 1 : 0);
|
|
bool L_92 = V_18;
|
|
if (!L_92)
|
|
{
|
|
goto IL_0286;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_93 = ___editor6;
|
|
NullCheck(L_93);
|
|
TextEditor_ReplaceSelection_m9534876530D3A70E2358F347A8F10096343BD456(L_93, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0286:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_94 = V_0;
|
|
NullCheck(L_94);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_94, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_028e:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
int32_t L_95 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
int32_t L_96 = ___id1;
|
|
V_19 = (bool)((((int32_t)((((int32_t)L_95) == ((int32_t)L_96))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_97 = V_19;
|
|
if (!L_97)
|
|
{
|
|
goto IL_02b1;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_98 = ___style5;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_99 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_100 = ___content2;
|
|
int32_t L_101 = ___id1;
|
|
NullCheck(L_98);
|
|
GUIStyle_Draw_m7979DC59FA2B5B6200764FC208F8104FE4F886E3(L_98, L_99, L_100, L_101, (bool)0, /*hidden argument*/NULL);
|
|
goto IL_02c1;
|
|
}
|
|
|
|
IL_02b1:
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_102 = ___editor6;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_103 = ___content2;
|
|
NullCheck(L_103);
|
|
String_t* L_104 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_103, /*hidden argument*/NULL);
|
|
NullCheck(L_102);
|
|
TextEditor_DrawCursor_mF5281E018BE231150E23B748802E69A950ADAAF0(L_102, L_104, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_02c3:
|
|
{
|
|
int32_t L_105 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
int32_t L_106 = ___id1;
|
|
V_20 = (bool)((((int32_t)L_105) == ((int32_t)L_106))? 1 : 0);
|
|
bool L_107 = V_20;
|
|
if (!L_107)
|
|
{
|
|
goto IL_02d8;
|
|
}
|
|
}
|
|
{
|
|
GUIUtility_set_textFieldInput_mDB5F54DB0276BB5FE9843CDB075AC27127514668((bool)1, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_02d8:
|
|
{
|
|
bool L_108 = V_1;
|
|
V_21 = L_108;
|
|
bool L_109 = V_21;
|
|
if (!L_109)
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE((bool)1, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_110 = ___content2;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * L_111 = ___editor6;
|
|
NullCheck(L_111);
|
|
String_t* L_112 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(L_111, /*hidden argument*/NULL);
|
|
NullCheck(L_110);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_110, L_112, /*hidden argument*/NULL);
|
|
int32_t L_113 = ___maxLength4;
|
|
if ((((int32_t)L_113) < ((int32_t)0)))
|
|
{
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_114 = ___content2;
|
|
NullCheck(L_114);
|
|
String_t* L_115 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_114, /*hidden argument*/NULL);
|
|
NullCheck(L_115);
|
|
int32_t L_116 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_115, /*hidden argument*/NULL);
|
|
int32_t L_117 = ___maxLength4;
|
|
G_B61_0 = ((((int32_t)L_116) > ((int32_t)L_117))? 1 : 0);
|
|
goto IL_030c;
|
|
}
|
|
|
|
IL_030b:
|
|
{
|
|
G_B61_0 = 0;
|
|
}
|
|
|
|
IL_030c:
|
|
{
|
|
V_22 = (bool)G_B61_0;
|
|
bool L_118 = V_22;
|
|
if (!L_118)
|
|
{
|
|
goto IL_0327;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_119 = ___content2;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_120 = ___content2;
|
|
NullCheck(L_120);
|
|
String_t* L_121 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_120, /*hidden argument*/NULL);
|
|
int32_t L_122 = ___maxLength4;
|
|
NullCheck(L_121);
|
|
String_t* L_123 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_121, 0, L_122, /*hidden argument*/NULL);
|
|
NullCheck(L_119);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_119, L_123, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0327:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_124 = V_0;
|
|
NullCheck(L_124);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_124, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_032f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUI::DoControl(UnityEngine.Rect,System.Int32,System.Boolean,System.Boolean,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_DoControl_m41685E315AD94F9C8E843E87C325BDA537EEBD4B (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, bool ___on2, bool ___hover3, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content4, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_DoControl_m41685E315AD94F9C8E843E87C325BDA537EEBD4B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B17_0 = 0;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
switch (L_3)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = ___style5;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = ___content4;
|
|
int32_t L_7 = ___id1;
|
|
bool L_8 = ___on2;
|
|
bool L_9 = ___hover3;
|
|
NullCheck(L_4);
|
|
GUIStyle_Draw_m5638E51BD61AC461DAF1022102D2A0D583F592ED(L_4, L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
goto IL_012b;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_10 = ___position0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_11 = V_0;
|
|
bool L_12 = GUIUtility_HitTest_mA053E9DA544552A06B911BB3D28F5B923C582731(L_10, L_11, /*hidden argument*/NULL);
|
|
V_3 = L_12;
|
|
bool L_13 = V_3;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = ___id1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_GrabMouseControl_mEE35B3F6529614CC25241C27B03D8595C61E533F(L_14, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_15 = V_0;
|
|
NullCheck(L_15);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_15, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
bool L_17 = Event_get_alt_m7FDEB719480A40311D9EBCEC65395D39C8261BD0(L_16, /*hidden argument*/NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_18 = V_0;
|
|
NullCheck(L_18);
|
|
bool L_19 = Event_get_shift_m74FCE61864B9A7AD13623FA2E8F87FC4A9DBD7A9(L_18, /*hidden argument*/NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_20 = V_0;
|
|
NullCheck(L_20);
|
|
bool L_21 = Event_get_command_m2F8D33B961B59339E4ED06CC6DA5B83843E28972(L_20, /*hidden argument*/NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_22 = V_0;
|
|
NullCheck(L_22);
|
|
bool L_23 = Event_get_control_m641E59B429A24A0F8FBDF460567584FEAFE7DC96(L_22, /*hidden argument*/NULL);
|
|
G_B11_0 = ((int32_t)(L_23));
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
G_B11_0 = 1;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
V_2 = (bool)G_B11_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_24 = V_0;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(L_24, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_25) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_26 = V_0;
|
|
NullCheck(L_26);
|
|
int32_t L_27 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(L_26, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_27) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_28 = V_0;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = Event_get_keyCode_m8B0AAD347861E322E91D2B7320A99E04D39575CF(L_28, /*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)271)))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
bool L_30 = V_2;
|
|
if (L_30)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
int32_t L_32 = ___id1;
|
|
G_B17_0 = ((((int32_t)L_31) == ((int32_t)L_32))? 1 : 0);
|
|
goto IL_00bd;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
G_B17_0 = 0;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
V_4 = (bool)G_B17_0;
|
|
bool L_33 = V_4;
|
|
if (!L_33)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_34 = V_0;
|
|
NullCheck(L_34);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_34, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE((bool)1, /*hidden argument*/NULL);
|
|
bool L_35 = ___on2;
|
|
V_5 = (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
int32_t L_36 = ___id1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
bool L_37 = GUI_HasMouseControl_m66CD5558529BEFFD84D4CAB8B1BC6349F12DF4B1(L_36, /*hidden argument*/NULL);
|
|
V_6 = L_37;
|
|
bool L_38 = V_6;
|
|
if (!L_38)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_ReleaseMouseControl_m4F0C7D33663DEC8BC1D8C04C2417899C8AB4462B(/*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_39 = V_0;
|
|
NullCheck(L_39);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_39, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_40 = ___position0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_41 = V_0;
|
|
bool L_42 = GUIUtility_HitTest_mA053E9DA544552A06B911BB3D28F5B923C582731(L_40, L_41, /*hidden argument*/NULL);
|
|
V_7 = L_42;
|
|
bool L_43 = V_7;
|
|
if (!L_43)
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE((bool)1, /*hidden argument*/NULL);
|
|
bool L_44 = ___on2;
|
|
V_5 = (bool)((((int32_t)L_44) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
int32_t L_45 = ___id1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
bool L_46 = GUI_HasMouseControl_m66CD5558529BEFFD84D4CAB8B1BC6349F12DF4B1(L_45, /*hidden argument*/NULL);
|
|
V_8 = L_46;
|
|
bool L_47 = V_8;
|
|
if (!L_47)
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_48 = V_0;
|
|
NullCheck(L_48);
|
|
Event_Use_m2328ACD6C711742273C1321F5F79C6D3CEB08AC5(L_48, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
goto IL_012b;
|
|
}
|
|
|
|
IL_012b:
|
|
{
|
|
bool L_49 = ___on2;
|
|
V_5 = L_49;
|
|
goto IL_0130;
|
|
}
|
|
|
|
IL_0130:
|
|
{
|
|
bool L_50 = V_5;
|
|
return L_50;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::DoLabel(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_DoLabel_m53C45AB327E894B82985776D108C7838AE868D89 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_DoLabel_m53C45AB327E894B82985776D108C7838AE868D89_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_1, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)((((int32_t)L_2) == ((int32_t)7))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = ___style2;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = ___content1;
|
|
NullCheck(L_4);
|
|
GUIStyle_Draw_mA0E9663C3D09782E1CD73BFD68CD7E9B1D235441(L_4, L_5, L_6, (bool)0, (bool)0, (bool)0, (bool)0, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_7 = ___content1;
|
|
NullCheck(L_7);
|
|
String_t* L_8 = GUIContent_get_tooltip_m2B7A8A0F33D437E0723BBA6E1C10B2AD1D618535(L_7, /*hidden argument*/NULL);
|
|
bool L_9 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_8, /*hidden argument*/NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_10 = V_0;
|
|
NullCheck(L_10);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_10, /*hidden argument*/NULL);
|
|
bool L_12 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_11, /*hidden argument*/NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_13 = GUIClip_get_visibleRect_m08BF045699465EB363ADFC1FBF0BB14D9539193C(/*hidden argument*/NULL);
|
|
V_3 = L_13;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_14 = V_0;
|
|
NullCheck(L_14);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_14, /*hidden argument*/NULL);
|
|
bool L_16 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_3), L_15, /*hidden argument*/NULL);
|
|
G_B6_0 = ((int32_t)(L_16));
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
G_B6_0 = 0;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
V_2 = (bool)G_B6_0;
|
|
bool L_17 = V_2;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_18 = ___content1;
|
|
NullCheck(L_18);
|
|
String_t* L_19 = GUIContent_get_tooltip_m2B7A8A0F33D437E0723BBA6E1C10B2AD1D618535(L_18, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20 = ___position0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_SetMouseTooltip_m69607AB3EA166CC12F3851DD54963C03B4551312(L_19, L_20, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUI::DoButton(UnityEngine.Rect,System.Int32,UnityEngine.GUIContent,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUI_DoButton_m3DA80A30ABFA7F00B48683498AEB28ACAAA404ED (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, int32_t ___id1, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content2, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_DoButton_m3DA80A30ABFA7F00B48683498AEB28ACAAA404ED_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
int32_t L_1 = ___id1;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_2, /*hidden argument*/NULL);
|
|
bool L_4 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_3, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_5 = ___content2;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = ___style3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
bool L_7 = GUI_DoControl_m41685E315AD94F9C8E843E87C325BDA537EEBD4B(L_0, L_1, (bool)0, L_4, L_5, L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
bool L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// UnityEngineInternal.GenericStack UnityEngine.GUI::get_scrollViewStates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AF (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_0 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_U3CscrollViewStatesU3Ek__BackingField_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::CallWindowDelegate(UnityEngine.GUI_WindowFunction,System.Int32,System.Int32,UnityEngine.GUISkin,System.Int32,System.Single,System.Single,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_CallWindowDelegate_m49D5A2E2DAEF525772FAAAA9A840244137BB9175 (WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * ___func0, int32_t ___id1, int32_t ___instanceID2, GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * ____skin3, int32_t ___forceRect4, float ___width5, float ___height6, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_CallWindowDelegate_m49D5A2E2DAEF525772FAAAA9A840244137BB9175_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* V_3 = NULL;
|
|
bool V_4 = false;
|
|
{
|
|
int32_t L_0 = ___id1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD(L_0, (bool)1, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_1 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_2, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)8))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___forceRect4;
|
|
V_2 = (bool)((!(((uint32_t)L_5) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_7 = (GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)(GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)SZArrayNew(GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_8 = L_7;
|
|
float L_9 = ___width5;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_10 = GUILayout_Width_mDA8F26D92E788474E09AECA1541E8C920C72DA10(L_9, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_10);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 *)L_10);
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_11 = L_8;
|
|
float L_12 = ___height6;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_13 = GUILayout_Height_mA5A24D5490022AC6449BBAED9C5A1647184B4026(L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, L_13);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 *)L_13);
|
|
V_3 = L_11;
|
|
int32_t L_14 = ___id1;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_15 = ___style7;
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_16 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_BeginWindow_mB3475D9BE89CF26AB0E6F0D46B1930F1874EB132(L_14, L_15, L_16, /*hidden argument*/NULL);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int32_t L_17 = ___id1;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_18 = ___style7;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_BeginWindow_mB3475D9BE89CF26AB0E6F0D46B1930F1874EB132(L_17, L_18, (GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)(GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
int32_t L_19 = ___id1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_20 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_BeginWindow_mB3475D9BE89CF26AB0E6F0D46B1930F1874EB132(L_19, L_20, (GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)(GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)NULL, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_21 = ____skin3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_skin_mFC9EC2E88A46A7F42664C6C41D8CCD9B9BA4DBA0(L_21, /*hidden argument*/NULL);
|
|
WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * L_22 = ___func0;
|
|
int32_t L_23 = ___id1;
|
|
NullCheck(L_22);
|
|
WindowFunction_Invoke_m08350FBFB60BC55246725A4840931AED2CAFF9AD(L_22, L_23, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_24 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_25 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_24, /*hidden argument*/NULL);
|
|
V_4 = (bool)((((int32_t)L_25) == ((int32_t)8))? 1 : 0);
|
|
bool L_26 = V_4;
|
|
if (!L_26)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_Layout_mB01F00635FD538214B47A545C53E4F8C682491B5(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_27 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_skin_mFC9EC2E88A46A7F42664C6C41D8CCD9B9BA4DBA0(L_27, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUI::get_color_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_get_color_Injected_m3F31DF81708F64E8BDBD7D10388CA0DEE89885FA (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_get_color_Injected_m3F31DF81708F64E8BDBD7D10388CA0DEE89885FA_ftn) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUI_get_color_Injected_m3F31DF81708F64E8BDBD7D10388CA0DEE89885FA_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_get_color_Injected_m3F31DF81708F64E8BDBD7D10388CA0DEE89885FA_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::get_color_Injected(UnityEngine.Color&)");
|
|
_il2cpp_icall_func(___ret0);
|
|
}
|
|
// System.Void UnityEngine.GUI::set_color_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_color_Injected_m531EAB2B60839999CB814EB13B001A736D66BEA2 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_set_color_Injected_m531EAB2B60839999CB814EB13B001A736D66BEA2_ftn) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUI_set_color_Injected_m531EAB2B60839999CB814EB13B001A736D66BEA2_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_set_color_Injected_m531EAB2B60839999CB814EB13B001A736D66BEA2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::set_color_Injected(UnityEngine.Color&)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.Void UnityEngine.GUI::get_backgroundColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_get_backgroundColor_Injected_m9C5FCB979053F8FB088B14CDCB6E0B2C32CEB884 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_get_backgroundColor_Injected_m9C5FCB979053F8FB088B14CDCB6E0B2C32CEB884_ftn) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUI_get_backgroundColor_Injected_m9C5FCB979053F8FB088B14CDCB6E0B2C32CEB884_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_get_backgroundColor_Injected_m9C5FCB979053F8FB088B14CDCB6E0B2C32CEB884_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::get_backgroundColor_Injected(UnityEngine.Color&)");
|
|
_il2cpp_icall_func(___ret0);
|
|
}
|
|
// System.Void UnityEngine.GUI::set_backgroundColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_backgroundColor_Injected_m23A04198EAC3407DE010E9AD7EEE393E3A895442 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_set_backgroundColor_Injected_m23A04198EAC3407DE010E9AD7EEE393E3A895442_ftn) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUI_set_backgroundColor_Injected_m23A04198EAC3407DE010E9AD7EEE393E3A895442_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_set_backgroundColor_Injected_m23A04198EAC3407DE010E9AD7EEE393E3A895442_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::set_backgroundColor_Injected(UnityEngine.Color&)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.Void UnityEngine.GUI::get_contentColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_get_contentColor_Injected_m107FC541BBB82078137FC167718939D2DE8D98A5 (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_get_contentColor_Injected_m107FC541BBB82078137FC167718939D2DE8D98A5_ftn) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUI_get_contentColor_Injected_m107FC541BBB82078137FC167718939D2DE8D98A5_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_get_contentColor_Injected_m107FC541BBB82078137FC167718939D2DE8D98A5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::get_contentColor_Injected(UnityEngine.Color&)");
|
|
_il2cpp_icall_func(___ret0);
|
|
}
|
|
// System.Void UnityEngine.GUI::set_contentColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_set_contentColor_Injected_m01829150812C3FC6131E1E584BD6BD8D136E6FAE (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUI_set_contentColor_Injected_m01829150812C3FC6131E1E584BD6BD8D136E6FAE_ftn) (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUI_set_contentColor_Injected_m01829150812C3FC6131E1E584BD6BD8D136E6FAE_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUI_set_contentColor_Injected_m01829150812C3FC6131E1E584BD6BD8D136E6FAE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUI::set_contentColor_Injected(UnityEngine.Color&)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 (WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * __this, int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc)(int32_t);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
|
|
|
|
// Native function invocation
|
|
il2cppPInvokeFunc(___id0);
|
|
|
|
}
|
|
// System.Void UnityEngine.GUI_WindowFunction::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowFunction__ctor_m216C357C45DF9A8ABE74056B8BDB1B7F94EE2D81 (WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void UnityEngine.GUI_WindowFunction::Invoke(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowFunction_Invoke_m08350FBFB60BC55246725A4840931AED2CAFF9AD (WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * __this, int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 1)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(___id0, targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___id0);
|
|
else
|
|
GenericVirtActionInvoker1< int32_t >::Invoke(targetMethod, targetThis, ___id0);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___id0);
|
|
else
|
|
VirtActionInvoker1< int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___id0);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___id0) - 1), targetMethod);
|
|
}
|
|
typedef void (*FunctionPointerType) (void*, int32_t, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, ___id0, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult UnityEngine.GUI_WindowFunction::BeginInvoke(System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WindowFunction_BeginInvoke_m522A6C91248FC9E44284AAB8909F83E5DB2960A2 (WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * __this, int32_t ___id0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (WindowFunction_BeginInvoke_m522A6C91248FC9E44284AAB8909F83E5DB2960A2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[2] = {0};
|
|
__d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___id0);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
|
|
}
|
|
// System.Void UnityEngine.GUI_WindowFunction::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WindowFunction_EndInvoke_m66738B73219CEB120C356497204151BCB432B2A2 (WindowFunction_t9AF05117863D95AA9F85D497A3B9B53216708100 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.Rect UnityEngine.GUIClip::get_visibleRect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUIClip_get_visibleRect_m08BF045699465EB363ADFC1FBF0BB14D9539193C (const RuntimeMethod* method)
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
GUIClip_get_visibleRect_Injected_mD48D2E7127DB0356A30BA6FB22B6014D64B3B00F((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIClip::Internal_Pop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_Internal_Pop_m89C02A93C627627A782E2A211AD8A92670DB83B2 (const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIClip_Internal_Pop_m89C02A93C627627A782E2A211AD8A92670DB83B2_ftn) ();
|
|
static GUIClip_Internal_Pop_m89C02A93C627627A782E2A211AD8A92670DB83B2_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIClip_Internal_Pop_m89C02A93C627627A782E2A211AD8A92670DB83B2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIClip::Internal_Pop()");
|
|
_il2cpp_icall_func();
|
|
}
|
|
// System.Int32 UnityEngine.GUIClip::Internal_GetCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIClip_Internal_GetCount_mE008E6772688985EB3278942237B2DC95CB9AAEF (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GUIClip_Internal_GetCount_mE008E6772688985EB3278942237B2DC95CB9AAEF_ftn) ();
|
|
static GUIClip_Internal_GetCount_mE008E6772688985EB3278942237B2DC95CB9AAEF_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIClip_Internal_GetCount_mE008E6772688985EB3278942237B2DC95CB9AAEF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIClip::Internal_GetCount()");
|
|
int32_t retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// UnityEngine.Matrix4x4 UnityEngine.GUIClip::GetMatrix()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA GUIClip_GetMatrix_m85544FC1D83D98D7E323B8E2EE13CECD3DCDF243 (const RuntimeMethod* method)
|
|
{
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
GUIClip_GetMatrix_Injected_m10DBE812BACDD4883B7FB68D9EC95A61B00FC6F9((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&V_0), /*hidden argument*/NULL);
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIClip::SetMatrix(UnityEngine.Matrix4x4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_SetMatrix_m4C16B511B56AF863FC2D21E73B7964A9952F6462 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___m0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIClip_SetMatrix_Injected_mCFA0B2F4EEF9CE6127DE84534573E2CC7EAA9AC1((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___m0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIClip::Internal_PushParentClip(UnityEngine.Matrix4x4,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_Internal_PushParentClip_m59EA543AFD1A9DB14C529F3D631B8B770EF34F60 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___objectTransform0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIClip_Internal_PushParentClip_Injected_mB91B3B467828418206AE0C774FE87D6AAB92AB6C((Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *)(&___objectTransform0), (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___clipRect1), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIClip::Internal_PopParentClip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_Internal_PopParentClip_m189E2908BC27CE953C4743B4B6442EC817AED5A3 (const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIClip_Internal_PopParentClip_m189E2908BC27CE953C4743B4B6442EC817AED5A3_ftn) ();
|
|
static GUIClip_Internal_PopParentClip_m189E2908BC27CE953C4743B4B6442EC817AED5A3_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIClip_Internal_PopParentClip_m189E2908BC27CE953C4743B4B6442EC817AED5A3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIClip::Internal_PopParentClip()");
|
|
_il2cpp_icall_func();
|
|
}
|
|
// System.Void UnityEngine.GUIClip::get_visibleRect_Injected(UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_get_visibleRect_Injected_mD48D2E7127DB0356A30BA6FB22B6014D64B3B00F (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIClip_get_visibleRect_Injected_mD48D2E7127DB0356A30BA6FB22B6014D64B3B00F_ftn) (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *);
|
|
static GUIClip_get_visibleRect_Injected_mD48D2E7127DB0356A30BA6FB22B6014D64B3B00F_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIClip_get_visibleRect_Injected_mD48D2E7127DB0356A30BA6FB22B6014D64B3B00F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIClip::get_visibleRect_Injected(UnityEngine.Rect&)");
|
|
_il2cpp_icall_func(___ret0);
|
|
}
|
|
// System.Void UnityEngine.GUIClip::GetMatrix_Injected(UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_GetMatrix_Injected_m10DBE812BACDD4883B7FB68D9EC95A61B00FC6F9 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIClip_GetMatrix_Injected_m10DBE812BACDD4883B7FB68D9EC95A61B00FC6F9_ftn) (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *);
|
|
static GUIClip_GetMatrix_Injected_m10DBE812BACDD4883B7FB68D9EC95A61B00FC6F9_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIClip_GetMatrix_Injected_m10DBE812BACDD4883B7FB68D9EC95A61B00FC6F9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIClip::GetMatrix_Injected(UnityEngine.Matrix4x4&)");
|
|
_il2cpp_icall_func(___ret0);
|
|
}
|
|
// System.Void UnityEngine.GUIClip::SetMatrix_Injected(UnityEngine.Matrix4x4&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_SetMatrix_Injected_mCFA0B2F4EEF9CE6127DE84534573E2CC7EAA9AC1 (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___m0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIClip_SetMatrix_Injected_mCFA0B2F4EEF9CE6127DE84534573E2CC7EAA9AC1_ftn) (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *);
|
|
static GUIClip_SetMatrix_Injected_mCFA0B2F4EEF9CE6127DE84534573E2CC7EAA9AC1_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIClip_SetMatrix_Injected_mCFA0B2F4EEF9CE6127DE84534573E2CC7EAA9AC1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIClip::SetMatrix_Injected(UnityEngine.Matrix4x4&)");
|
|
_il2cpp_icall_func(___m0);
|
|
}
|
|
// System.Void UnityEngine.GUIClip::Internal_PushParentClip_Injected(UnityEngine.Matrix4x4&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIClip_Internal_PushParentClip_Injected_mB91B3B467828418206AE0C774FE87D6AAB92AB6C (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA * ___objectTransform0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___clipRect1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIClip_Internal_PushParentClip_Injected_mB91B3B467828418206AE0C774FE87D6AAB92AB6C_ftn) (Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *);
|
|
static GUIClip_Internal_PushParentClip_Injected_mB91B3B467828418206AE0C774FE87D6AAB92AB6C_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIClip_Internal_PushParentClip_Injected_mB91B3B467828418206AE0C774FE87D6AAB92AB6C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIClip::Internal_PushParentClip_Injected(UnityEngine.Matrix4x4&,UnityEngine.Rect&)");
|
|
_il2cpp_icall_func(___objectTransform0, ___clipRect1);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.GUIClip/ParentClipScope
|
|
IL2CPP_EXTERN_C void ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshal_pinvoke(const ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF& unmarshaled, ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___m_Disposed_0 = static_cast<int32_t>(unmarshaled.get_m_Disposed_0());
|
|
}
|
|
IL2CPP_EXTERN_C void ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshal_pinvoke_back(const ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_pinvoke& marshaled, ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF& unmarshaled)
|
|
{
|
|
bool unmarshaled_m_Disposed_temp_0 = false;
|
|
unmarshaled_m_Disposed_temp_0 = static_cast<bool>(marshaled.___m_Disposed_0);
|
|
unmarshaled.set_m_Disposed_0(unmarshaled_m_Disposed_temp_0);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIClip/ParentClipScope
|
|
IL2CPP_EXTERN_C void ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshal_pinvoke_cleanup(ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.GUIClip/ParentClipScope
|
|
IL2CPP_EXTERN_C void ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshal_com(const ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF& unmarshaled, ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___m_Disposed_0 = static_cast<int32_t>(unmarshaled.get_m_Disposed_0());
|
|
}
|
|
IL2CPP_EXTERN_C void ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshal_com_back(const ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_com& marshaled, ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF& unmarshaled)
|
|
{
|
|
bool unmarshaled_m_Disposed_temp_0 = false;
|
|
unmarshaled_m_Disposed_temp_0 = static_cast<bool>(marshaled.___m_Disposed_0);
|
|
unmarshaled.set_m_Disposed_0(unmarshaled_m_Disposed_temp_0);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIClip/ParentClipScope
|
|
IL2CPP_EXTERN_C void ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshal_com_cleanup(ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.GUIClip_ParentClipScope::.ctor(UnityEngine.Matrix4x4,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope__ctor_m5543BF70D43839805E8B967E49D5C1FBDC6F95B0 (ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___objectTransform0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_m_Disposed_0((bool)0);
|
|
Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA L_0 = ___objectTransform0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___clipRect1;
|
|
GUIClip_Internal_PushParentClip_m59EA543AFD1A9DB14C529F3D631B8B770EF34F60(L_0, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ParentClipScope__ctor_m5543BF70D43839805E8B967E49D5C1FBDC6F95B0_AdjustorThunk (RuntimeObject * __this, Matrix4x4_t6BF60F70C9169DF14C9D2577672A44224B236ECA ___objectTransform0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___clipRect1, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF * _thisAdjusted = reinterpret_cast<ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF *>(__this + _offset);
|
|
ParentClipScope__ctor_m5543BF70D43839805E8B967E49D5C1FBDC6F95B0(_thisAdjusted, ___objectTransform0, ___clipRect1, method);
|
|
}
|
|
// System.Void UnityEngine.GUIClip_ParentClipScope::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope_Dispose_m76BB2115977B3771AE24893D3686228E1EA1B7ED (ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = __this->get_m_Disposed_0();
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
__this->set_m_Disposed_0((bool)1);
|
|
GUIClip_Internal_PopParentClip_m189E2908BC27CE953C4743B4B6442EC817AED5A3(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ParentClipScope_Dispose_m76BB2115977B3771AE24893D3686228E1EA1B7ED_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t _offset = 1;
|
|
ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF * _thisAdjusted = reinterpret_cast<ParentClipScope_tB67037A529B247452D5CAF13867D49DA6DEDC1CF *>(__this + _offset);
|
|
ParentClipScope_Dispose_m76BB2115977B3771AE24893D3686228E1EA1B7ED(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: UnityEngine.GUIContent
|
|
IL2CPP_EXTERN_C void GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshal_pinvoke(const GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0& unmarshaled, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Image_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Image' of type 'GUIContent': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Image_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshal_pinvoke_back(const GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_pinvoke& marshaled, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Image_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Image' of type 'GUIContent': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Image_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIContent
|
|
IL2CPP_EXTERN_C void GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshal_pinvoke_cleanup(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: UnityEngine.GUIContent
|
|
IL2CPP_EXTERN_C void GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshal_com(const GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0& unmarshaled, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Image_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Image' of type 'GUIContent': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Image_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshal_com_back(const GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_com& marshaled, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Image_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Image' of type 'GUIContent': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Image_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIContent
|
|
IL2CPP_EXTERN_C void GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshal_com_cleanup(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.String UnityEngine.GUIContent::get_text()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = __this->get_m_Text_0();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::set_text(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_m_Text_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::set_image(UnityEngine.Texture)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_set_image_m85ABAF5AE045BDD9C09EA75243094D16222DB38C (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_0 = ___value0;
|
|
__this->set_m_Image_1(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUIContent::get_tooltip()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIContent_get_tooltip_m2B7A8A0F33D437E0723BBA6E1C10B2AD1D618535 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = __this->get_m_Tooltip_2();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::set_tooltip(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_set_tooltip_mDFC634B0DF68DB6A02F294106BC261EFC0FD0A67 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_m_Tooltip_2(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_m_Text_0(L_0);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_m_Tooltip_2(L_1);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_m8EE36BB9048C2A279E7EAD258D63F2A1BDEA8A81 (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___text0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIContent__ctor_m8EE36BB9048C2A279E7EAD258D63F2A1BDEA8A81_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___text0;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
GUIContent__ctor_m2805872C5E7E66C3ABF83607DC02BEB1BEFA82DA(__this, L_0, (Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::.ctor(System.String,UnityEngine.Texture,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__ctor_m2805872C5E7E66C3ABF83607DC02BEB1BEFA82DA (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * __this, String_t* ___text0, Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * ___image1, String_t* ___tooltip2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIContent__ctor_m2805872C5E7E66C3ABF83607DC02BEB1BEFA82DA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_m_Text_0(L_0);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
__this->set_m_Tooltip_2(L_1);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
String_t* L_2 = ___text0;
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(__this, L_2, /*hidden argument*/NULL);
|
|
Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 * L_3 = ___image1;
|
|
GUIContent_set_image_m85ABAF5AE045BDD9C09EA75243094D16222DB38C(__this, L_3, /*hidden argument*/NULL);
|
|
String_t* L_4 = ___tooltip2;
|
|
GUIContent_set_tooltip_mDFC634B0DF68DB6A02F294106BC261EFC0FD0A67(__this, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIContent UnityEngine.GUIContent::Temp(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D (String_t* ___t0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIContent_Temp_m29B9E688E5EA09D12FDFAC6096B8762F7E84688D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * V_0 = NULL;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_Text_3();
|
|
String_t* L_1 = ___t0;
|
|
NullCheck(L_0);
|
|
L_0->set_m_Text_0(L_1);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_Text_3();
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_2);
|
|
L_2->set_m_Tooltip_2(L_3);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_4 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_Text_3();
|
|
V_0 = L_4;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::ClearStaticCache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent_ClearStaticCache_m567DA736612F9E6E66262CC630952AB2E22BC933 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIContent_ClearStaticCache_m567DA736612F9E6E66262CC630952AB2E22BC933_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_Text_3();
|
|
NullCheck(L_0);
|
|
L_0->set_m_Text_0((String_t*)NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_Text_3();
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_1);
|
|
L_1->set_m_Tooltip_2(L_2);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_3 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_Image_4();
|
|
NullCheck(L_3);
|
|
L_3->set_m_Image_1((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_4 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_Image_4();
|
|
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
NullCheck(L_4);
|
|
L_4->set_m_Tooltip_2(L_5);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_TextImage_5();
|
|
NullCheck(L_6);
|
|
L_6->set_m_Text_0((String_t*)NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_7 = ((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->get_s_TextImage_5();
|
|
NullCheck(L_7);
|
|
L_7->set_m_Image_1((Texture_t387FE83BB848001FD06B14707AEA6D5A0F6A95F4 *)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIContent::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIContent__cctor_m5AF68CD5FB2E47506F7FF1A6F46ADAD5C8BC927C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIContent__cctor_m5AF68CD5FB2E47506F7FF1A6F46ADAD5C8BC927C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *)il2cpp_codegen_object_new(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38(L_0, /*hidden argument*/NULL);
|
|
((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->set_s_Text_3(L_0);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *)il2cpp_codegen_object_new(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38(L_1, /*hidden argument*/NULL);
|
|
((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->set_s_Image_4(L_1);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *)il2cpp_codegen_object_new(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38(L_2, /*hidden argument*/NULL);
|
|
((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->set_s_TextImage_5(L_2);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_3 = (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *)il2cpp_codegen_object_new(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent__ctor_m8EE36BB9048C2A279E7EAD258D63F2A1BDEA8A81(L_3, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
|
|
((GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_StaticFields*)il2cpp_codegen_static_fields_for(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var))->set_none_6(L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.GUILayoutOption UnityEngine.GUILayout::Width(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * GUILayout_Width_mDA8F26D92E788474E09AECA1541E8C920C72DA10 (float ___width0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayout_Width_mDA8F26D92E788474E09AECA1541E8C920C72DA10_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * V_0 = NULL;
|
|
{
|
|
float L_0 = ___width0;
|
|
float L_1 = L_0;
|
|
RuntimeObject * L_2 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1);
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_3 = (GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 *)il2cpp_codegen_object_new(GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6_il2cpp_TypeInfo_var);
|
|
GUILayoutOption__ctor_m965FDA1345FD7146596EFA90F03D0C645FB3FD5D(L_3, 0, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.GUILayoutOption UnityEngine.GUILayout::Height(System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * GUILayout_Height_mA5A24D5490022AC6449BBAED9C5A1647184B4026 (float ___height0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayout_Height_mA5A24D5490022AC6449BBAED9C5A1647184B4026_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * V_0 = NULL;
|
|
{
|
|
float L_0 = ___height0;
|
|
float L_1 = L_0;
|
|
RuntimeObject * L_2 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_1);
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_3 = (GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 *)il2cpp_codegen_object_new(GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6_il2cpp_TypeInfo_var);
|
|
GUILayoutOption__ctor_m965FDA1345FD7146596EFA90F03D0C645FB3FD5D(L_3, 1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.GUIStyle UnityEngine.GUILayoutEntry::get_style()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_Style_8();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::set_style(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_set_style_mEDD232A6CDB1B76ABC33EA06A05235316A180E2D (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_Style_8(L_0);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = ___value0;
|
|
VirtActionInvoker1< GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * >::Invoke(12 /* System.Void UnityEngine.GUILayoutEntry::ApplyStyleSettings(UnityEngine.GUIStyle) */, __this, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginLeft_mD09358867AB85C7555C5F36B21AA8701EBF7A47A (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_1 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginRight_m2449285F6E78BB275246C7382A0F25584A057E83 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_1 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = RectOffset_get_right_m9B05958C3C1B31F1FAB8675834A492C7208F6C96(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginTop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginTop_mA7DC694C92F152BEC3A8CCC470B24E9351338708 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_1 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginBottom_mC821B992F1AA7AF24533D9DAC2E46632950AA1BD (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_1 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = RectOffset_get_bottom_mE5162CADD266B59539E3EE1967EE9A74705E5632(L_1, /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginHorizontal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginHorizontal_m1FB1B936E7C702BAD92FE4CA1EEC529A2BECCEC4 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, __this);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginRight() */, __this);
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutEntry::get_marginVertical()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutEntry_get_marginVertical_mBFB3FD56025F4627378E5A339379CFF720196EB0 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom() */, __this);
|
|
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, __this);
|
|
return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1));
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::.ctor(System.Single,System.Single,System.Single,System.Single,UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry__ctor_mC640CA08AEBCC7E479DB6AF5B208436A98AB75B2 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, float ____minWidth0, float ____maxWidth1, float ____minHeight2, float ____maxHeight3, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ____style4, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutEntry__ctor_mC640CA08AEBCC7E479DB6AF5B208436A98AB75B2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
__this->set_rect_4(L_0);
|
|
__this->set_consideredForMargin_7((bool)1);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
__this->set_m_Style_8(L_1);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
float L_2 = ____minWidth0;
|
|
__this->set_minWidth_0(L_2);
|
|
float L_3 = ____maxWidth1;
|
|
__this->set_maxWidth_1(L_3);
|
|
float L_4 = ____minHeight2;
|
|
__this->set_minHeight_2(L_4);
|
|
float L_5 = ____maxHeight3;
|
|
__this->set_maxHeight_3(L_5);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = ____style4;
|
|
V_0 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_8 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
____style4 = L_8;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_9 = ____style4;
|
|
GUILayoutEntry_set_style_mEDD232A6CDB1B76ABC33EA06A05235316A180E2D(__this, L_9, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::CalcWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_CalcWidth_mBBA8647ED6695100D8D41CE12CA4586DBD02D993 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::CalcHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_CalcHeight_m476C8ECE96A5ACC4AEA6427EA2432F0ED7E3CFF4 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_SetHorizontal_m46A5D9344EE72AF9AA7D07C77C30745F9FE97DE8 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, float ___x0, float ___width1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of_rect_4();
|
|
float L_1 = ___x0;
|
|
Rect_set_x_m49EFE25263C03A48D52499C3E9C097298E0EA3A6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, L_1, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = __this->get_address_of_rect_4();
|
|
float L_3 = ___width1;
|
|
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_SetVertical_mC0E71E5E431907DD1900C707BD3E2E1D0795DDD0 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, float ___y0, float ___height1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_0 = __this->get_address_of_rect_4();
|
|
float L_1 = ___y0;
|
|
Rect_set_y_mCFDB9BD77334EF9CD896F64BE63C755777D7CCD5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_0, L_1, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_2 = __this->get_address_of_rect_4();
|
|
float L_3 = ___height1;
|
|
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_2, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::ApplyStyleSettings(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_ApplyStyleSettings_m5516B497544317E3B720CE7867CA960076E2AF47 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style0, const RuntimeMethod* method)
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B2_0 = NULL;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B1_0 = NULL;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B3_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B4_1 = NULL;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B6_0 = NULL;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B5_0 = NULL;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B7_0 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * G_B8_1 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___style0;
|
|
NullCheck(L_0);
|
|
float L_1 = GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D(L_0, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if ((!(((float)L_1) == ((float)(0.0f)))))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = ___style0;
|
|
NullCheck(L_2);
|
|
bool L_3 = GUIStyle_get_stretchWidth_m4513B313AABE48E1D10424844DC186405BC8A677(L_2, /*hidden argument*/NULL);
|
|
G_B2_0 = G_B1_0;
|
|
if (L_3)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
G_B4_0 = 0;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
G_B4_0 = 1;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
G_B4_1->set_stretchWidth_5(G_B4_0);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = ___style0;
|
|
NullCheck(L_4);
|
|
float L_5 = GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708(L_4, /*hidden argument*/NULL);
|
|
G_B5_0 = __this;
|
|
if ((!(((float)L_5) == ((float)(0.0f)))))
|
|
{
|
|
G_B6_0 = __this;
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = ___style0;
|
|
NullCheck(L_6);
|
|
bool L_7 = GUIStyle_get_stretchHeight_m264308B18FA5F0A8400CF49945BAE1B9EFDC934F(L_6, /*hidden argument*/NULL);
|
|
G_B6_0 = G_B5_0;
|
|
if (L_7)
|
|
{
|
|
G_B7_0 = G_B5_0;
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
G_B8_0 = 0;
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
G_B8_0 = 1;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
NullCheck(G_B8_1);
|
|
G_B8_1->set_stretchHeight_6(G_B8_0);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_8 = ___style0;
|
|
__this->set_m_Style_8(L_8);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::ApplyOptions(UnityEngine.GUILayoutOption[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry_ApplyOptions_m2002EBD9FE42B9787544D204A71C8BEF3F671F5B (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* ___options0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutEntry_ApplyOptions_m2002EBD9FE42B9787544D204A71C8BEF3F671F5B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
float V_5 = 0.0f;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
int32_t G_B26_0 = 0;
|
|
int32_t G_B31_0 = 0;
|
|
{
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_0 = ___options0;
|
|
V_0 = (bool)((((RuntimeObject*)(GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0215;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_2 = ___options0;
|
|
V_1 = L_2;
|
|
V_2 = 0;
|
|
goto IL_01ac;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_3 = V_1;
|
|
int32_t L_4 = V_2;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_3 = L_6;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_7 = V_3;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->get_type_0();
|
|
V_4 = L_8;
|
|
int32_t L_9 = V_4;
|
|
switch (L_9)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_10 = V_3;
|
|
NullCheck(L_10);
|
|
RuntimeObject * L_11 = L_10->get_value_1();
|
|
float L_12 = ((*(float*)((float*)UnBox(L_11, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
|
|
V_5 = L_12;
|
|
__this->set_maxWidth_1(L_12);
|
|
float L_13 = V_5;
|
|
__this->set_minWidth_0(L_13);
|
|
__this->set_stretchWidth_5(0);
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_14 = V_3;
|
|
NullCheck(L_14);
|
|
RuntimeObject * L_15 = L_14->get_value_1();
|
|
float L_16 = ((*(float*)((float*)UnBox(L_15, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var))));
|
|
V_5 = L_16;
|
|
__this->set_maxHeight_3(L_16);
|
|
float L_17 = V_5;
|
|
__this->set_minHeight_2(L_17);
|
|
__this->set_stretchHeight_6(0);
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_18 = V_3;
|
|
NullCheck(L_18);
|
|
RuntimeObject * L_19 = L_18->get_value_1();
|
|
__this->set_minWidth_0(((*(float*)((float*)UnBox(L_19, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))));
|
|
float L_20 = __this->get_maxWidth_1();
|
|
float L_21 = __this->get_minWidth_0();
|
|
V_6 = (bool)((((float)L_20) < ((float)L_21))? 1 : 0);
|
|
bool L_22 = V_6;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
float L_23 = __this->get_minWidth_0();
|
|
__this->set_maxWidth_1(L_23);
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_24 = V_3;
|
|
NullCheck(L_24);
|
|
RuntimeObject * L_25 = L_24->get_value_1();
|
|
__this->set_maxWidth_1(((*(float*)((float*)UnBox(L_25, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))));
|
|
float L_26 = __this->get_minWidth_0();
|
|
float L_27 = __this->get_maxWidth_1();
|
|
V_7 = (bool)((((float)L_26) > ((float)L_27))? 1 : 0);
|
|
bool L_28 = V_7;
|
|
if (!L_28)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
float L_29 = __this->get_maxWidth_1();
|
|
__this->set_minWidth_0(L_29);
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
__this->set_stretchWidth_5(0);
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_30 = V_3;
|
|
NullCheck(L_30);
|
|
RuntimeObject * L_31 = L_30->get_value_1();
|
|
__this->set_minHeight_2(((*(float*)((float*)UnBox(L_31, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))));
|
|
float L_32 = __this->get_maxHeight_3();
|
|
float L_33 = __this->get_minHeight_2();
|
|
V_8 = (bool)((((float)L_32) < ((float)L_33))? 1 : 0);
|
|
bool L_34 = V_8;
|
|
if (!L_34)
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
float L_35 = __this->get_minHeight_2();
|
|
__this->set_maxHeight_3(L_35);
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_36 = V_3;
|
|
NullCheck(L_36);
|
|
RuntimeObject * L_37 = L_36->get_value_1();
|
|
__this->set_maxHeight_3(((*(float*)((float*)UnBox(L_37, Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var)))));
|
|
float L_38 = __this->get_minHeight_2();
|
|
float L_39 = __this->get_maxHeight_3();
|
|
V_9 = (bool)((((float)L_38) > ((float)L_39))? 1 : 0);
|
|
bool L_40 = V_9;
|
|
if (!L_40)
|
|
{
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
{
|
|
float L_41 = __this->get_maxHeight_3();
|
|
__this->set_minHeight_2(L_41);
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
__this->set_stretchHeight_6(0);
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_42 = V_3;
|
|
NullCheck(L_42);
|
|
RuntimeObject * L_43 = L_42->get_value_1();
|
|
__this->set_stretchWidth_5(((*(int32_t*)((int32_t*)UnBox(L_43, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_44 = V_3;
|
|
NullCheck(L_44);
|
|
RuntimeObject * L_45 = L_44->get_value_1();
|
|
__this->set_stretchHeight_6(((*(int32_t*)((int32_t*)UnBox(L_45, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
|
|
goto IL_01a7;
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
int32_t L_46 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
int32_t L_47 = V_2;
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_48 = V_1;
|
|
NullCheck(L_48);
|
|
if ((((int32_t)L_47) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length)))))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
float L_49 = __this->get_maxWidth_1();
|
|
if ((((float)L_49) == ((float)(0.0f))))
|
|
{
|
|
goto IL_01d2;
|
|
}
|
|
}
|
|
{
|
|
float L_50 = __this->get_maxWidth_1();
|
|
float L_51 = __this->get_minWidth_0();
|
|
G_B26_0 = ((((float)L_50) < ((float)L_51))? 1 : 0);
|
|
goto IL_01d3;
|
|
}
|
|
|
|
IL_01d2:
|
|
{
|
|
G_B26_0 = 0;
|
|
}
|
|
|
|
IL_01d3:
|
|
{
|
|
V_10 = (bool)G_B26_0;
|
|
bool L_52 = V_10;
|
|
if (!L_52)
|
|
{
|
|
goto IL_01e5;
|
|
}
|
|
}
|
|
{
|
|
float L_53 = __this->get_minWidth_0();
|
|
__this->set_maxWidth_1(L_53);
|
|
}
|
|
|
|
IL_01e5:
|
|
{
|
|
float L_54 = __this->get_maxHeight_3();
|
|
if ((((float)L_54) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0202;
|
|
}
|
|
}
|
|
{
|
|
float L_55 = __this->get_maxHeight_3();
|
|
float L_56 = __this->get_minHeight_2();
|
|
G_B31_0 = ((((float)L_55) < ((float)L_56))? 1 : 0);
|
|
goto IL_0203;
|
|
}
|
|
|
|
IL_0202:
|
|
{
|
|
G_B31_0 = 0;
|
|
}
|
|
|
|
IL_0203:
|
|
{
|
|
V_11 = (bool)G_B31_0;
|
|
bool L_57 = V_11;
|
|
if (!L_57)
|
|
{
|
|
goto IL_0215;
|
|
}
|
|
}
|
|
{
|
|
float L_58 = __this->get_minHeight_2();
|
|
__this->set_maxHeight_3(L_58);
|
|
}
|
|
|
|
IL_0215:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUILayoutEntry::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUILayoutEntry_ToString_mCDA5CD14A39ADAD29F6B450B98FDB80E37AC95D5 (GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutEntry_ToString_mCDA5CD14A39ADAD29F6B450B98FDB80E37AC95D5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
String_t* V_3 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_2 = NULL;
|
|
String_t* G_B5_3 = NULL;
|
|
int32_t G_B5_4 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_5 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B5_6 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_2 = NULL;
|
|
String_t* G_B4_3 = NULL;
|
|
int32_t G_B4_4 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_5 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B4_6 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
int32_t G_B6_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_2 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_3 = NULL;
|
|
String_t* G_B6_4 = NULL;
|
|
int32_t G_B6_5 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_6 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B6_7 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B8_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B8_2 = NULL;
|
|
int32_t G_B7_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B7_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B7_2 = NULL;
|
|
String_t* G_B9_0 = NULL;
|
|
int32_t G_B9_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B9_2 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B9_3 = NULL;
|
|
int32_t G_B11_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B11_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B11_2 = NULL;
|
|
int32_t G_B10_0 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B10_1 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B10_2 = NULL;
|
|
String_t* G_B12_0 = NULL;
|
|
int32_t G_B12_1 = 0;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B12_2 = NULL;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B12_3 = NULL;
|
|
{
|
|
V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
V_1 = 0;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
String_t* L_0 = V_0;
|
|
String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_3 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->get_indent_10();
|
|
V_2 = (bool)((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
|
|
bool L_5 = V_2;
|
|
if (L_5)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
|
|
String_t* L_8 = V_0;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_8);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_7;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_12 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
G_B4_0 = 0;
|
|
G_B4_1 = L_11;
|
|
G_B4_2 = L_11;
|
|
G_B4_3 = _stringLiteral0C258057D84276FDE292E99D213EB3AA75E8A463;
|
|
G_B4_4 = 1;
|
|
G_B4_5 = L_9;
|
|
G_B4_6 = L_9;
|
|
if (L_12)
|
|
{
|
|
G_B5_0 = 0;
|
|
G_B5_1 = L_11;
|
|
G_B5_2 = L_11;
|
|
G_B5_3 = _stringLiteral0C258057D84276FDE292E99D213EB3AA75E8A463;
|
|
G_B5_4 = 1;
|
|
G_B5_5 = L_9;
|
|
G_B5_6 = L_9;
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = _stringLiteralEEF19C54306DAA69EDA49C0272623BDB5E2B341F;
|
|
G_B6_1 = G_B4_0;
|
|
G_B6_2 = G_B4_1;
|
|
G_B6_3 = G_B4_2;
|
|
G_B6_4 = G_B4_3;
|
|
G_B6_5 = G_B4_4;
|
|
G_B6_6 = G_B4_5;
|
|
G_B6_7 = G_B4_6;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_13 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
String_t* L_14 = GUIStyle_get_name_m111D8AB0173E1EBA46A9664EBABBC82AFE3ED71E(L_13, /*hidden argument*/NULL);
|
|
G_B6_0 = L_14;
|
|
G_B6_1 = G_B5_0;
|
|
G_B6_2 = G_B5_1;
|
|
G_B6_3 = G_B5_2;
|
|
G_B6_4 = G_B5_3;
|
|
G_B6_5 = G_B5_4;
|
|
G_B6_6 = G_B5_5;
|
|
G_B6_7 = G_B5_6;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
NullCheck(G_B6_2);
|
|
ArrayElementTypeCheck (G_B6_2, G_B6_0);
|
|
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (RuntimeObject *)G_B6_0);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = G_B6_3;
|
|
Type_t * L_16 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, L_16);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_16);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = L_15;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_18 = __this->get_address_of_rect_4();
|
|
float L_19 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_18, /*hidden argument*/NULL);
|
|
float L_20 = L_19;
|
|
RuntimeObject * L_21 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_20);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_21);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_21);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_17;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_23 = __this->get_address_of_rect_4();
|
|
float L_24 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_23, /*hidden argument*/NULL);
|
|
float L_25 = L_24;
|
|
RuntimeObject * L_26 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_25);
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, L_26);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_26);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_22;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_28 = __this->get_address_of_rect_4();
|
|
float L_29 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_28, /*hidden argument*/NULL);
|
|
float L_30 = L_29;
|
|
RuntimeObject * L_31 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_30);
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, L_31);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_31);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_27;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_33 = __this->get_address_of_rect_4();
|
|
float L_34 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_33, /*hidden argument*/NULL);
|
|
float L_35 = L_34;
|
|
RuntimeObject * L_36 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_35);
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_36);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_36);
|
|
String_t* L_37 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(G_B6_4, L_32, /*hidden argument*/NULL);
|
|
NullCheck(G_B6_6);
|
|
ArrayElementTypeCheck (G_B6_6, L_37);
|
|
(G_B6_6)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_5), (RuntimeObject *)L_37);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = G_B6_7;
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, _stringLiteralA8D40E8C95571FFC4E4BA4C9CEF0289695BD8057);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteralA8D40E8C95571FFC4E4BA4C9CEF0289695BD8057);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = L_38;
|
|
float L_40 = __this->get_minWidth_0();
|
|
float L_41 = L_40;
|
|
RuntimeObject * L_42 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_41);
|
|
NullCheck(L_39);
|
|
ArrayElementTypeCheck (L_39, L_42);
|
|
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_42);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_43 = L_39;
|
|
NullCheck(L_43);
|
|
ArrayElementTypeCheck (L_43, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9);
|
|
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_44 = L_43;
|
|
float L_45 = __this->get_maxWidth_1();
|
|
float L_46 = L_45;
|
|
RuntimeObject * L_47 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_46);
|
|
NullCheck(L_44);
|
|
ArrayElementTypeCheck (L_44, L_47);
|
|
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)L_47);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_48 = L_44;
|
|
int32_t L_49 = __this->get_stretchWidth_5();
|
|
G_B7_0 = 6;
|
|
G_B7_1 = L_48;
|
|
G_B7_2 = L_48;
|
|
if (L_49)
|
|
{
|
|
G_B8_0 = 6;
|
|
G_B8_1 = L_48;
|
|
G_B8_2 = L_48;
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
G_B9_1 = G_B7_0;
|
|
G_B9_2 = G_B7_1;
|
|
G_B9_3 = G_B7_2;
|
|
goto IL_00f9;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
G_B9_0 = _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C;
|
|
G_B9_1 = G_B8_0;
|
|
G_B9_2 = G_B8_1;
|
|
G_B9_3 = G_B8_2;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
NullCheck(G_B9_2);
|
|
ArrayElementTypeCheck (G_B9_2, G_B9_0);
|
|
(G_B9_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B9_1), (RuntimeObject *)G_B9_0);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_50 = G_B9_3;
|
|
NullCheck(L_50);
|
|
ArrayElementTypeCheck (L_50, _stringLiteral553F4091D1912B191C8392C610091F6B85B0B6E3);
|
|
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)_stringLiteral553F4091D1912B191C8392C610091F6B85B0B6E3);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_51 = L_50;
|
|
float L_52 = __this->get_minHeight_2();
|
|
float L_53 = L_52;
|
|
RuntimeObject * L_54 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_53);
|
|
NullCheck(L_51);
|
|
ArrayElementTypeCheck (L_51, L_54);
|
|
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject *)L_54);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_55 = L_51;
|
|
NullCheck(L_55);
|
|
ArrayElementTypeCheck (L_55, _stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9);
|
|
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RuntimeObject *)_stringLiteral3BC15C8AAE3E4124DD409035F32EA2FD6835EFC9);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_56 = L_55;
|
|
float L_57 = __this->get_maxHeight_3();
|
|
float L_58 = L_57;
|
|
RuntimeObject * L_59 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_58);
|
|
NullCheck(L_56);
|
|
ArrayElementTypeCheck (L_56, L_59);
|
|
(L_56)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RuntimeObject *)L_59);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = L_56;
|
|
int32_t L_61 = __this->get_stretchHeight_6();
|
|
G_B10_0 = ((int32_t)11);
|
|
G_B10_1 = L_60;
|
|
G_B10_2 = L_60;
|
|
if (L_61)
|
|
{
|
|
G_B11_0 = ((int32_t)11);
|
|
G_B11_1 = L_60;
|
|
G_B11_2 = L_60;
|
|
goto IL_013a;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
G_B12_1 = G_B10_0;
|
|
G_B12_2 = G_B10_1;
|
|
G_B12_3 = G_B10_2;
|
|
goto IL_013f;
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
G_B12_0 = _stringLiteralA979EF10CC6F6A36DF6B8A323307EE3BB2E2DB9C;
|
|
G_B12_1 = G_B11_0;
|
|
G_B12_2 = G_B11_1;
|
|
G_B12_3 = G_B11_2;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
NullCheck(G_B12_2);
|
|
ArrayElementTypeCheck (G_B12_2, G_B12_0);
|
|
(G_B12_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B12_1), (RuntimeObject *)G_B12_0);
|
|
String_t* L_62 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(G_B12_3, /*hidden argument*/NULL);
|
|
V_3 = L_62;
|
|
goto IL_0148;
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
String_t* L_63 = V_3;
|
|
return L_63;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutEntry::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutEntry__cctor_m7425E2D0EE5771858B9823BBD024333CE7CAD3F9 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutEntry__cctor_m7425E2D0EE5771858B9823BBD024333CE7CAD3F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_0), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->set_kDummyRect_9(L_0);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->set_indent_10(0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 UnityEngine.GUILayoutGroup::get_marginLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutGroup_get_marginLeft_m987BDD5E6CE4A143F56120E1953291A27F43AA4F (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_MarginLeft_27();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutGroup::get_marginRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutGroup_get_marginRight_m12265D01788B2A60664CD21B887AFEC72C6A0855 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_MarginRight_28();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutGroup::get_marginTop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutGroup_get_marginTop_m5A7ACD924C4728C19C2DE52E3155A1D098646023 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_MarginTop_29();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUILayoutGroup::get_marginBottom()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUILayoutGroup_get_marginBottom_m47E83C97B7052E8C3A15C11E23C05C7B4FF31460 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_MarginBottom_30();
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_0 = (List_1_t046427F3923444CF746C550FD96A3D0E4189D273 *)il2cpp_codegen_object_new(List_1_t046427F3923444CF746C550FD96A3D0E4189D273_il2cpp_TypeInfo_var);
|
|
List_1__ctor_m8334B758D374FE266FFF49329936203BCE3A3770(L_0, /*hidden argument*/List_1__ctor_m8334B758D374FE266FFF49329936203BCE3A3770_RuntimeMethod_var);
|
|
__this->set_entries_11(L_0);
|
|
__this->set_isVertical_12((bool)1);
|
|
__this->set_resetCoords_13((bool)0);
|
|
__this->set_spacing_14((0.0f));
|
|
__this->set_sameSize_15((bool)1);
|
|
__this->set_isWindow_16((bool)0);
|
|
__this->set_windowID_17((-1));
|
|
__this->set_m_Cursor_18(0);
|
|
__this->set_m_StretchableCountX_19(((int32_t)100));
|
|
__this->set_m_StretchableCountY_20(((int32_t)100));
|
|
__this->set_m_UserSpecifiedWidth_21((bool)0);
|
|
__this->set_m_UserSpecifiedHeight_22((bool)0);
|
|
__this->set_m_ChildMinWidth_23((100.0f));
|
|
__this->set_m_ChildMaxWidth_24((100.0f));
|
|
__this->set_m_ChildMinHeight_25((100.0f));
|
|
__this->set_m_ChildMaxHeight_26((100.0f));
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var);
|
|
GUILayoutEntry__ctor_mC640CA08AEBCC7E479DB6AF5B208436A98AB75B2(__this, (0.0f), (0.0f), (0.0f), (0.0f), L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::ApplyOptions(UnityEngine.GUILayoutOption[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_ApplyOptions_mCBAF4F0DA13F941ABF47886054A3443247767A97 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* ___options0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutGroup_ApplyOptions_mCBAF4F0DA13F941ABF47886054A3443247767A97_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_0 = ___options0;
|
|
V_0 = (bool)((((RuntimeObject*)(GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_2 = ___options0;
|
|
GUILayoutEntry_ApplyOptions_m2002EBD9FE42B9787544D204A71C8BEF3F671F5B(__this, L_2, /*hidden argument*/NULL);
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_3 = ___options0;
|
|
V_1 = L_3;
|
|
V_2 = 0;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_4 = V_1;
|
|
int32_t L_5 = V_2;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_3 = L_7;
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_8 = V_3;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->get_type_0();
|
|
V_4 = L_9;
|
|
int32_t L_10 = V_4;
|
|
switch (L_10)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_11 = V_4;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
__this->set_m_UserSpecifiedHeight_22((bool)1);
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
__this->set_m_UserSpecifiedWidth_21((bool)1);
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * L_12 = V_3;
|
|
NullCheck(L_12);
|
|
RuntimeObject * L_13 = L_12->get_value_1();
|
|
__this->set_spacing_14((((float)((float)((*(int32_t*)((int32_t*)UnBox(L_13, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))))));
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::ApplyStyleSettings(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_ApplyStyleSettings_mEC5D7325E4DC8993207671A95F6F0ED7D75B7F6C (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style0, const RuntimeMethod* method)
|
|
{
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___style0;
|
|
GUILayoutEntry_ApplyStyleSettings_m5516B497544317E3B720CE7867CA960076E2AF47(__this, L_0, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = ___style0;
|
|
NullCheck(L_1);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_2 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_3, /*hidden argument*/NULL);
|
|
__this->set_m_MarginLeft_27(L_4);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = RectOffset_get_right_m9B05958C3C1B31F1FAB8675834A492C7208F6C96(L_5, /*hidden argument*/NULL);
|
|
__this->set_m_MarginRight_28(L_6);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_7, /*hidden argument*/NULL);
|
|
__this->set_m_MarginTop_29(L_8);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_9 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = RectOffset_get_bottom_mE5162CADD266B59539E3EE1967EE9A74705E5632(L_9, /*hidden argument*/NULL);
|
|
__this->set_m_MarginBottom_30(L_10);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::ResetCursor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_ResetCursor_mD159DD9E101F6F348249D27D95709E1DC5C0A13F (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_m_Cursor_18(0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::CalcWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_CalcWidth_m0D2819C659392B14175C2B163DD889AD35794A9B (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutGroup_CalcWidth_m0D2819C659392B14175C2B163DD889AD35794A9B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
bool V_5 = false;
|
|
float V_6 = 0.0f;
|
|
bool V_7 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_9 = NULL;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
int32_t V_12 = 0;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_14 = NULL;
|
|
int32_t V_15 = 0;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B43_0 = 0;
|
|
int32_t G_B43_1 = 0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * G_B43_2 = NULL;
|
|
int32_t G_B42_0 = 0;
|
|
int32_t G_B42_1 = 0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * G_B42_2 = NULL;
|
|
int32_t G_B44_0 = 0;
|
|
int32_t G_B44_1 = 0;
|
|
int32_t G_B44_2 = 0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * G_B44_3 = NULL;
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_0 = __this->get_entries_11();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_0, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_5 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_5;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_3 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_4 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5 = RectOffset_get_horizontal_m9274B965D5D388F6F750D127B3E57F70DF0D89C1(L_4, /*hidden argument*/NULL);
|
|
float L_6 = (((float)((float)L_5)));
|
|
V_6 = L_6;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0(L_6);
|
|
float L_7 = V_6;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1(L_7);
|
|
goto IL_043a;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
__this->set_m_ChildMinWidth_23((0.0f));
|
|
__this->set_m_ChildMaxWidth_24((0.0f));
|
|
__this->set_m_StretchableCountX_19(0);
|
|
V_2 = (bool)1;
|
|
bool L_8 = __this->get_isVertical_12();
|
|
V_7 = L_8;
|
|
bool L_9 = V_7;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
}
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_10 = __this->get_entries_11();
|
|
NullCheck(L_10);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_11 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_10, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_8 = L_11;
|
|
}
|
|
|
|
IL_007e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_12 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_8), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_9 = L_12;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_13 = V_9;
|
|
NullCheck(L_13);
|
|
VirtActionInvoker0::Invoke(8 /* System.Void UnityEngine.GUILayoutEntry::CalcWidth() */, L_13);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_14 = V_9;
|
|
NullCheck(L_14);
|
|
bool L_15 = L_14->get_consideredForMargin_7();
|
|
V_10 = L_15;
|
|
bool L_16 = V_10;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
bool L_17 = V_2;
|
|
V_11 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
|
|
bool L_18 = V_11;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_19 = V_9;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_19);
|
|
int32_t L_21 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_20, L_21, /*hidden argument*/NULL);
|
|
V_0 = L_22;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_23 = V_9;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginRight() */, L_23);
|
|
int32_t L_25 = V_1;
|
|
int32_t L_26 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_24, L_25, /*hidden argument*/NULL);
|
|
V_1 = L_26;
|
|
goto IL_00e4;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_27 = V_9;
|
|
NullCheck(L_27);
|
|
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_27);
|
|
V_0 = L_28;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_29 = V_9;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginRight() */, L_29);
|
|
V_1 = L_30;
|
|
V_2 = (bool)0;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_31 = V_9;
|
|
NullCheck(L_31);
|
|
float L_32 = L_31->get_minWidth_0();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_33 = V_9;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = GUILayoutEntry_get_marginHorizontal_m1FB1B936E7C702BAD92FE4CA1EEC529A2BECCEC4(L_33, /*hidden argument*/NULL);
|
|
float L_35 = __this->get_m_ChildMinWidth_23();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_36 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_add((float)L_32, (float)(((float)((float)L_34))))), L_35, /*hidden argument*/NULL);
|
|
__this->set_m_ChildMinWidth_23(L_36);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_37 = V_9;
|
|
NullCheck(L_37);
|
|
float L_38 = L_37->get_maxWidth_1();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_39 = V_9;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = GUILayoutEntry_get_marginHorizontal_m1FB1B936E7C702BAD92FE4CA1EEC529A2BECCEC4(L_39, /*hidden argument*/NULL);
|
|
float L_41 = __this->get_m_ChildMaxWidth_24();
|
|
float L_42 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(((float)il2cpp_codegen_add((float)L_38, (float)(((float)((float)L_40))))), L_41, /*hidden argument*/NULL);
|
|
__this->set_m_ChildMaxWidth_24(L_42);
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
int32_t L_43 = __this->get_m_StretchableCountX_19();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_44 = V_9;
|
|
NullCheck(L_44);
|
|
int32_t L_45 = L_44->get_stretchWidth_5();
|
|
__this->set_m_StretchableCountX_19(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_45)));
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
bool L_46 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_8), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_46)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
IL2CPP_LEAVE(0x159, FINALLY_014a);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_014a;
|
|
}
|
|
|
|
FINALLY_014a:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_8), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(330)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(330)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x159, IL_0159)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
float L_47 = __this->get_m_ChildMinWidth_23();
|
|
int32_t L_48 = V_0;
|
|
int32_t L_49 = V_1;
|
|
__this->set_m_ChildMinWidth_23(((float)il2cpp_codegen_subtract((float)L_47, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_48, (int32_t)L_49))))))));
|
|
float L_50 = __this->get_m_ChildMaxWidth_24();
|
|
int32_t L_51 = V_0;
|
|
int32_t L_52 = V_1;
|
|
__this->set_m_ChildMaxWidth_24(((float)il2cpp_codegen_subtract((float)L_50, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)L_52))))))));
|
|
goto IL_02fa;
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
V_12 = 0;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_53 = __this->get_entries_11();
|
|
NullCheck(L_53);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_54 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_53, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_13 = L_54;
|
|
}
|
|
|
|
IL_0193:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0283;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_55 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_13), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_14 = L_55;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_56 = V_14;
|
|
NullCheck(L_56);
|
|
VirtActionInvoker0::Invoke(8 /* System.Void UnityEngine.GUILayoutEntry::CalcWidth() */, L_56);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_57 = V_14;
|
|
NullCheck(L_57);
|
|
bool L_58 = L_57->get_consideredForMargin_7();
|
|
V_16 = L_58;
|
|
bool L_59 = V_16;
|
|
if (!L_59)
|
|
{
|
|
goto IL_0244;
|
|
}
|
|
}
|
|
|
|
IL_01ba:
|
|
{
|
|
bool L_60 = V_2;
|
|
V_17 = (bool)((((int32_t)L_60) == ((int32_t)0))? 1 : 0);
|
|
bool L_61 = V_17;
|
|
if (!L_61)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
int32_t L_62 = V_12;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_63 = V_14;
|
|
NullCheck(L_63);
|
|
int32_t L_64 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_63);
|
|
if ((((int32_t)L_62) > ((int32_t)L_64)))
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_65 = V_14;
|
|
NullCheck(L_65);
|
|
int32_t L_66 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_65);
|
|
G_B22_0 = L_66;
|
|
goto IL_01db;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
int32_t L_67 = V_12;
|
|
G_B22_0 = L_67;
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
V_15 = G_B22_0;
|
|
goto IL_01e6;
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
V_15 = 0;
|
|
V_2 = (bool)0;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
float L_68 = __this->get_m_ChildMinWidth_23();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_69 = V_14;
|
|
NullCheck(L_69);
|
|
float L_70 = L_69->get_minWidth_0();
|
|
float L_71 = __this->get_spacing_14();
|
|
int32_t L_72 = V_15;
|
|
__this->set_m_ChildMinWidth_23(((float)il2cpp_codegen_add((float)L_68, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_70, (float)L_71)), (float)(((float)((float)L_72))))))));
|
|
float L_73 = __this->get_m_ChildMaxWidth_24();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_74 = V_14;
|
|
NullCheck(L_74);
|
|
float L_75 = L_74->get_maxWidth_1();
|
|
float L_76 = __this->get_spacing_14();
|
|
int32_t L_77 = V_15;
|
|
__this->set_m_ChildMaxWidth_24(((float)il2cpp_codegen_add((float)L_73, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_75, (float)L_76)), (float)(((float)((float)L_77))))))));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_78 = V_14;
|
|
NullCheck(L_78);
|
|
int32_t L_79 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginRight() */, L_78);
|
|
V_12 = L_79;
|
|
int32_t L_80 = __this->get_m_StretchableCountX_19();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_81 = V_14;
|
|
NullCheck(L_81);
|
|
int32_t L_82 = L_81->get_stretchWidth_5();
|
|
__this->set_m_StretchableCountX_19(((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)L_82)));
|
|
goto IL_0282;
|
|
}
|
|
|
|
IL_0244:
|
|
{
|
|
float L_83 = __this->get_m_ChildMinWidth_23();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_84 = V_14;
|
|
NullCheck(L_84);
|
|
float L_85 = L_84->get_minWidth_0();
|
|
__this->set_m_ChildMinWidth_23(((float)il2cpp_codegen_add((float)L_83, (float)L_85)));
|
|
float L_86 = __this->get_m_ChildMaxWidth_24();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_87 = V_14;
|
|
NullCheck(L_87);
|
|
float L_88 = L_87->get_maxWidth_1();
|
|
__this->set_m_ChildMaxWidth_24(((float)il2cpp_codegen_add((float)L_86, (float)L_88)));
|
|
int32_t L_89 = __this->get_m_StretchableCountX_19();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_90 = V_14;
|
|
NullCheck(L_90);
|
|
int32_t L_91 = L_90->get_stretchWidth_5();
|
|
__this->set_m_StretchableCountX_19(((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)L_91)));
|
|
}
|
|
|
|
IL_0282:
|
|
{
|
|
}
|
|
|
|
IL_0283:
|
|
{
|
|
bool L_92 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_13), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_92)
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
|
|
IL_028f:
|
|
{
|
|
IL2CPP_LEAVE(0x2A0, FINALLY_0291);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0291;
|
|
}
|
|
|
|
FINALLY_0291:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_13), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(657)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(657)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x2A0, IL_02a0)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
float L_93 = __this->get_m_ChildMinWidth_23();
|
|
float L_94 = __this->get_spacing_14();
|
|
__this->set_m_ChildMinWidth_23(((float)il2cpp_codegen_subtract((float)L_93, (float)L_94)));
|
|
float L_95 = __this->get_m_ChildMaxWidth_24();
|
|
float L_96 = __this->get_spacing_14();
|
|
__this->set_m_ChildMaxWidth_24(((float)il2cpp_codegen_subtract((float)L_95, (float)L_96)));
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_97 = __this->get_entries_11();
|
|
NullCheck(L_97);
|
|
int32_t L_98 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_97, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_18 = (bool)((!(((uint32_t)L_98) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_99 = V_18;
|
|
if (!L_99)
|
|
{
|
|
goto IL_02f3;
|
|
}
|
|
}
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_100 = __this->get_entries_11();
|
|
NullCheck(L_100);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_101 = List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_inline(L_100, 0, /*hidden argument*/List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_RuntimeMethod_var);
|
|
NullCheck(L_101);
|
|
int32_t L_102 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_101);
|
|
V_0 = L_102;
|
|
int32_t L_103 = V_12;
|
|
V_1 = L_103;
|
|
goto IL_02f9;
|
|
}
|
|
|
|
IL_02f3:
|
|
{
|
|
int32_t L_104 = 0;
|
|
V_1 = L_104;
|
|
V_0 = L_104;
|
|
}
|
|
|
|
IL_02f9:
|
|
{
|
|
}
|
|
|
|
IL_02fa:
|
|
{
|
|
V_3 = (0.0f);
|
|
V_4 = (0.0f);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_105 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_106 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
if ((!(((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_105) == ((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_106))))
|
|
{
|
|
goto IL_031c;
|
|
}
|
|
}
|
|
{
|
|
bool L_107 = __this->get_m_UserSpecifiedWidth_21();
|
|
G_B37_0 = ((int32_t)(L_107));
|
|
goto IL_031d;
|
|
}
|
|
|
|
IL_031c:
|
|
{
|
|
G_B37_0 = 1;
|
|
}
|
|
|
|
IL_031d:
|
|
{
|
|
V_19 = (bool)G_B37_0;
|
|
bool L_108 = V_19;
|
|
if (!L_108)
|
|
{
|
|
goto IL_0358;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_109 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_109);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_110 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_109, /*hidden argument*/NULL);
|
|
NullCheck(L_110);
|
|
int32_t L_111 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_110, /*hidden argument*/NULL);
|
|
int32_t L_112 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_113 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_111, L_112, /*hidden argument*/NULL);
|
|
V_3 = (((float)((float)L_113)));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_114 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_114);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_115 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_114, /*hidden argument*/NULL);
|
|
NullCheck(L_115);
|
|
int32_t L_116 = RectOffset_get_right_m9B05958C3C1B31F1FAB8675834A492C7208F6C96(L_115, /*hidden argument*/NULL);
|
|
int32_t L_117 = V_1;
|
|
int32_t L_118 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_116, L_117, /*hidden argument*/NULL);
|
|
V_4 = (((float)((float)L_118)));
|
|
goto IL_0371;
|
|
}
|
|
|
|
IL_0358:
|
|
{
|
|
int32_t L_119 = V_0;
|
|
__this->set_m_MarginLeft_27(L_119);
|
|
int32_t L_120 = V_1;
|
|
__this->set_m_MarginRight_28(L_120);
|
|
float L_121 = (0.0f);
|
|
V_4 = L_121;
|
|
V_3 = L_121;
|
|
}
|
|
|
|
IL_0371:
|
|
{
|
|
float L_122 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minWidth_0();
|
|
float L_123 = __this->get_m_ChildMinWidth_23();
|
|
float L_124 = V_3;
|
|
float L_125 = V_4;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_126 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_122, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_123, (float)L_124)), (float)L_125)), /*hidden argument*/NULL);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0(L_126);
|
|
float L_127 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxWidth_1();
|
|
V_20 = (bool)((((float)L_127) == ((float)(0.0f)))? 1 : 0);
|
|
bool L_128 = V_20;
|
|
if (!L_128)
|
|
{
|
|
goto IL_03da;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_129 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_stretchWidth_5();
|
|
int32_t L_130 = __this->get_m_StretchableCountX_19();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_131 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_131);
|
|
bool L_132 = GUIStyle_get_stretchWidth_m4513B313AABE48E1D10424844DC186405BC8A677(L_131, /*hidden argument*/NULL);
|
|
G_B42_0 = L_130;
|
|
G_B42_1 = L_129;
|
|
G_B42_2 = __this;
|
|
if (L_132)
|
|
{
|
|
G_B43_0 = L_130;
|
|
G_B43_1 = L_129;
|
|
G_B43_2 = __this;
|
|
goto IL_03be;
|
|
}
|
|
}
|
|
{
|
|
G_B44_0 = 0;
|
|
G_B44_1 = G_B42_0;
|
|
G_B44_2 = G_B42_1;
|
|
G_B44_3 = G_B42_2;
|
|
goto IL_03bf;
|
|
}
|
|
|
|
IL_03be:
|
|
{
|
|
G_B44_0 = 1;
|
|
G_B44_1 = G_B43_0;
|
|
G_B44_2 = G_B43_1;
|
|
G_B44_3 = G_B43_2;
|
|
}
|
|
|
|
IL_03bf:
|
|
{
|
|
NullCheck(G_B44_3);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)G_B44_3)->set_stretchWidth_5(((int32_t)il2cpp_codegen_add((int32_t)G_B44_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B44_1, (int32_t)G_B44_0)))));
|
|
float L_133 = __this->get_m_ChildMaxWidth_24();
|
|
float L_134 = V_3;
|
|
float L_135 = V_4;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_133, (float)L_134)), (float)L_135)));
|
|
goto IL_03e3;
|
|
}
|
|
|
|
IL_03da:
|
|
{
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_stretchWidth_5(0);
|
|
}
|
|
|
|
IL_03e3:
|
|
{
|
|
float L_136 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxWidth_1();
|
|
float L_137 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minWidth_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_138 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_136, L_137, /*hidden argument*/NULL);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1(L_138);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_139 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_139);
|
|
float L_140 = GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D(L_139, /*hidden argument*/NULL);
|
|
V_21 = (bool)((((int32_t)((((float)L_140) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_141 = V_21;
|
|
if (!L_141)
|
|
{
|
|
goto IL_043a;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_142 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_142);
|
|
float L_143 = GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D(L_142, /*hidden argument*/NULL);
|
|
float L_144 = L_143;
|
|
V_6 = L_144;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0(L_144);
|
|
float L_145 = V_6;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1(L_145);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_stretchWidth_5(0);
|
|
}
|
|
|
|
IL_043a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::SetHorizontal(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_SetHorizontal_m0AFB617E7BB6B32431BA65873B27660E6E5C9E51 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, float ___x0, float ___width1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutGroup_SetHorizontal_m0AFB617E7BB6B32431BA65873B27660E6E5C9E51_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_5 = NULL;
|
|
float V_6 = 0.0f;
|
|
float V_7 = 0.0f;
|
|
float V_8 = 0.0f;
|
|
bool V_9 = false;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_13 = NULL;
|
|
bool V_14 = false;
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
float V_17 = 0.0f;
|
|
int32_t V_18 = 0;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
float V_21 = 0.0f;
|
|
float V_22 = 0.0f;
|
|
bool V_23 = false;
|
|
bool V_24 = false;
|
|
bool V_25 = false;
|
|
bool V_26 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_27;
|
|
memset((&V_27), 0, sizeof(V_27));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_28 = NULL;
|
|
float V_29 = 0.0f;
|
|
bool V_30 = false;
|
|
int32_t V_31 = 0;
|
|
int32_t V_32 = 0;
|
|
bool V_33 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B43_0 = 0;
|
|
{
|
|
float L_0 = ___x0;
|
|
float L_1 = ___width1;
|
|
GUILayoutEntry_SetHorizontal_m46A5D9344EE72AF9AA7D07C77C30745F9FE97DE8(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
bool L_2 = __this->get_resetCoords_13();
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
___x0 = (0.0f);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_5 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
bool L_6 = __this->get_isVertical_12();
|
|
V_2 = L_6;
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_8 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_9 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
V_3 = (bool)((((int32_t)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_8) == ((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_11 = __this->get_entries_11();
|
|
NullCheck(L_11);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_12 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_11, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_4 = L_12;
|
|
}
|
|
|
|
IL_005b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_13 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_4), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_5 = L_13;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_14 = V_5;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_14);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_16, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_15, L_17, /*hidden argument*/NULL);
|
|
V_6 = (((float)((float)L_18)));
|
|
float L_19 = ___x0;
|
|
float L_20 = V_6;
|
|
V_7 = ((float)il2cpp_codegen_add((float)L_19, (float)L_20));
|
|
float L_21 = ___width1;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_22 = V_5;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginRight() */, L_22);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_24 = V_0;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = RectOffset_get_right_m9B05958C3C1B31F1FAB8675834A492C7208F6C96(L_24, /*hidden argument*/NULL);
|
|
int32_t L_26 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_23, L_25, /*hidden argument*/NULL);
|
|
float L_27 = V_6;
|
|
V_8 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_21, (float)(((float)((float)L_26))))), (float)L_27));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_28 = V_5;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->get_stretchWidth_5();
|
|
V_9 = (bool)((!(((uint32_t)L_29) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_30 = V_9;
|
|
if (!L_30)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_31 = V_5;
|
|
float L_32 = V_7;
|
|
float L_33 = V_8;
|
|
NullCheck(L_31);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_31, L_32, L_33);
|
|
goto IL_00d9;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_34 = V_5;
|
|
float L_35 = V_7;
|
|
float L_36 = V_8;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_37 = V_5;
|
|
NullCheck(L_37);
|
|
float L_38 = L_37->get_minWidth_0();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_39 = V_5;
|
|
NullCheck(L_39);
|
|
float L_40 = L_39->get_maxWidth_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_41 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_36, L_38, L_40, /*hidden argument*/NULL);
|
|
NullCheck(L_34);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_34, L_35, L_41);
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
bool L_42 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_42)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
IL2CPP_LEAVE(0xF7, FINALLY_00e8);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00e8;
|
|
}
|
|
|
|
FINALLY_00e8:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_4), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(232)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(232)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xF7, IL_00f7)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
goto IL_01ad;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
float L_43 = ___x0;
|
|
int32_t L_44 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, __this);
|
|
V_10 = ((float)il2cpp_codegen_subtract((float)L_43, (float)(((float)((float)L_44)))));
|
|
float L_45 = ___width1;
|
|
int32_t L_46 = GUILayoutEntry_get_marginHorizontal_m1FB1B936E7C702BAD92FE4CA1EEC529A2BECCEC4(__this, /*hidden argument*/NULL);
|
|
V_11 = ((float)il2cpp_codegen_add((float)L_45, (float)(((float)((float)L_46)))));
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_47 = __this->get_entries_11();
|
|
NullCheck(L_47);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_48 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_47, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_12 = L_48;
|
|
}
|
|
|
|
IL_0122:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_49 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_12), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_13 = L_49;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_50 = V_13;
|
|
NullCheck(L_50);
|
|
int32_t L_51 = L_50->get_stretchWidth_5();
|
|
V_14 = (bool)((!(((uint32_t)L_51) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_52 = V_14;
|
|
if (!L_52)
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_53 = V_13;
|
|
float L_54 = V_10;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_55 = V_13;
|
|
NullCheck(L_55);
|
|
int32_t L_56 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_55);
|
|
float L_57 = V_11;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_58 = V_13;
|
|
NullCheck(L_58);
|
|
int32_t L_59 = GUILayoutEntry_get_marginHorizontal_m1FB1B936E7C702BAD92FE4CA1EEC529A2BECCEC4(L_58, /*hidden argument*/NULL);
|
|
NullCheck(L_53);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_53, ((float)il2cpp_codegen_add((float)L_54, (float)(((float)((float)L_56))))), ((float)il2cpp_codegen_subtract((float)L_57, (float)(((float)((float)L_59))))));
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_60 = V_13;
|
|
float L_61 = V_10;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_62 = V_13;
|
|
NullCheck(L_62);
|
|
int32_t L_63 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_62);
|
|
float L_64 = V_11;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_65 = V_13;
|
|
NullCheck(L_65);
|
|
int32_t L_66 = GUILayoutEntry_get_marginHorizontal_m1FB1B936E7C702BAD92FE4CA1EEC529A2BECCEC4(L_65, /*hidden argument*/NULL);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_67 = V_13;
|
|
NullCheck(L_67);
|
|
float L_68 = L_67->get_minWidth_0();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_69 = V_13;
|
|
NullCheck(L_69);
|
|
float L_70 = L_69->get_maxWidth_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_71 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)il2cpp_codegen_subtract((float)L_64, (float)(((float)((float)L_66))))), L_68, L_70, /*hidden argument*/NULL);
|
|
NullCheck(L_60);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_60, ((float)il2cpp_codegen_add((float)L_61, (float)(((float)((float)L_63))))), L_71);
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
bool L_72 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_12), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_72)
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
IL2CPP_LEAVE(0x1AC, FINALLY_019d);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_019d;
|
|
}
|
|
|
|
FINALLY_019d:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_12), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(413)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(413)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x1AC, IL_01ac)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
}
|
|
|
|
IL_01ad:
|
|
{
|
|
goto IL_03b2;
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_73 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_74 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
V_20 = (bool)((((int32_t)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_73) == ((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_74))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_75 = V_20;
|
|
if (!L_75)
|
|
{
|
|
goto IL_0245;
|
|
}
|
|
}
|
|
{
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_76 = V_0;
|
|
NullCheck(L_76);
|
|
int32_t L_77 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_76, /*hidden argument*/NULL);
|
|
V_21 = (((float)((float)L_77)));
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_78 = V_0;
|
|
NullCheck(L_78);
|
|
int32_t L_79 = RectOffset_get_right_m9B05958C3C1B31F1FAB8675834A492C7208F6C96(L_78, /*hidden argument*/NULL);
|
|
V_22 = (((float)((float)L_79)));
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_80 = __this->get_entries_11();
|
|
NullCheck(L_80);
|
|
int32_t L_81 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_80, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_23 = (bool)((!(((uint32_t)L_81) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_82 = V_23;
|
|
if (!L_82)
|
|
{
|
|
goto IL_0235;
|
|
}
|
|
}
|
|
{
|
|
float L_83 = V_21;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_84 = __this->get_entries_11();
|
|
NullCheck(L_84);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_85 = List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_inline(L_84, 0, /*hidden argument*/List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_RuntimeMethod_var);
|
|
NullCheck(L_85);
|
|
int32_t L_86 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_85);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_87 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_83, (((float)((float)L_86))), /*hidden argument*/NULL);
|
|
V_21 = L_87;
|
|
float L_88 = V_22;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_89 = __this->get_entries_11();
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_90 = __this->get_entries_11();
|
|
NullCheck(L_90);
|
|
int32_t L_91 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_90, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
NullCheck(L_89);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_92 = List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_inline(L_89, ((int32_t)il2cpp_codegen_subtract((int32_t)L_91, (int32_t)1)), /*hidden argument*/List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_RuntimeMethod_var);
|
|
NullCheck(L_92);
|
|
int32_t L_93 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginRight() */, L_92);
|
|
float L_94 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_88, (((float)((float)L_93))), /*hidden argument*/NULL);
|
|
V_22 = L_94;
|
|
}
|
|
|
|
IL_0235:
|
|
{
|
|
float L_95 = ___x0;
|
|
float L_96 = V_21;
|
|
___x0 = ((float)il2cpp_codegen_add((float)L_95, (float)L_96));
|
|
float L_97 = ___width1;
|
|
float L_98 = V_22;
|
|
float L_99 = V_21;
|
|
___width1 = ((float)il2cpp_codegen_subtract((float)L_97, (float)((float)il2cpp_codegen_add((float)L_98, (float)L_99))));
|
|
}
|
|
|
|
IL_0245:
|
|
{
|
|
float L_100 = ___width1;
|
|
float L_101 = __this->get_spacing_14();
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_102 = __this->get_entries_11();
|
|
NullCheck(L_102);
|
|
int32_t L_103 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_102, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_15 = ((float)il2cpp_codegen_subtract((float)L_100, (float)((float)il2cpp_codegen_multiply((float)L_101, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)1)))))))));
|
|
V_16 = (0.0f);
|
|
float L_104 = __this->get_m_ChildMinWidth_23();
|
|
float L_105 = __this->get_m_ChildMaxWidth_24();
|
|
V_24 = (bool)((((int32_t)((((float)L_104) == ((float)L_105))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_106 = V_24;
|
|
if (!L_106)
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
float L_107 = V_15;
|
|
float L_108 = __this->get_m_ChildMinWidth_23();
|
|
float L_109 = __this->get_m_ChildMaxWidth_24();
|
|
float L_110 = __this->get_m_ChildMinWidth_23();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_111 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)((float)((float)il2cpp_codegen_subtract((float)L_107, (float)L_108))/(float)((float)il2cpp_codegen_subtract((float)L_109, (float)L_110)))), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_16 = L_111;
|
|
}
|
|
|
|
IL_02a4:
|
|
{
|
|
V_17 = (0.0f);
|
|
float L_112 = V_15;
|
|
float L_113 = __this->get_m_ChildMaxWidth_24();
|
|
V_25 = (bool)((((float)L_112) > ((float)L_113))? 1 : 0);
|
|
bool L_114 = V_25;
|
|
if (!L_114)
|
|
{
|
|
goto IL_02e1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_115 = __this->get_m_StretchableCountX_19();
|
|
V_26 = (bool)((((int32_t)L_115) > ((int32_t)0))? 1 : 0);
|
|
bool L_116 = V_26;
|
|
if (!L_116)
|
|
{
|
|
goto IL_02e0;
|
|
}
|
|
}
|
|
{
|
|
float L_117 = V_15;
|
|
float L_118 = __this->get_m_ChildMaxWidth_24();
|
|
int32_t L_119 = __this->get_m_StretchableCountX_19();
|
|
V_17 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_117, (float)L_118))/(float)(((float)((float)L_119)))));
|
|
}
|
|
|
|
IL_02e0:
|
|
{
|
|
}
|
|
|
|
IL_02e1:
|
|
{
|
|
V_18 = 0;
|
|
V_19 = (bool)1;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_120 = __this->get_entries_11();
|
|
NullCheck(L_120);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_121 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_120, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_27 = L_121;
|
|
}
|
|
|
|
IL_02f5:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0394;
|
|
}
|
|
|
|
IL_02fa:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_122 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_27), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_28 = L_122;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_123 = V_28;
|
|
NullCheck(L_123);
|
|
float L_124 = L_123->get_minWidth_0();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_125 = V_28;
|
|
NullCheck(L_125);
|
|
float L_126 = L_125->get_maxWidth_1();
|
|
float L_127 = V_16;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_128 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_124, L_126, L_127, /*hidden argument*/NULL);
|
|
V_29 = L_128;
|
|
float L_129 = V_29;
|
|
float L_130 = V_17;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_131 = V_28;
|
|
NullCheck(L_131);
|
|
int32_t L_132 = L_131->get_stretchWidth_5();
|
|
V_29 = ((float)il2cpp_codegen_add((float)L_129, (float)((float)il2cpp_codegen_multiply((float)L_130, (float)(((float)((float)L_132)))))));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_133 = V_28;
|
|
NullCheck(L_133);
|
|
bool L_134 = L_133->get_consideredForMargin_7();
|
|
V_30 = L_134;
|
|
bool L_135 = V_30;
|
|
if (!L_135)
|
|
{
|
|
goto IL_0371;
|
|
}
|
|
}
|
|
|
|
IL_0338:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_136 = V_28;
|
|
NullCheck(L_136);
|
|
int32_t L_137 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginLeft() */, L_136);
|
|
V_31 = L_137;
|
|
bool L_138 = V_19;
|
|
V_33 = L_138;
|
|
bool L_139 = V_33;
|
|
if (!L_139)
|
|
{
|
|
goto IL_0352;
|
|
}
|
|
}
|
|
|
|
IL_034a:
|
|
{
|
|
V_31 = 0;
|
|
V_19 = (bool)0;
|
|
}
|
|
|
|
IL_0352:
|
|
{
|
|
int32_t L_140 = V_18;
|
|
int32_t L_141 = V_31;
|
|
if ((((int32_t)L_140) > ((int32_t)L_141)))
|
|
{
|
|
goto IL_035c;
|
|
}
|
|
}
|
|
|
|
IL_0358:
|
|
{
|
|
int32_t L_142 = V_31;
|
|
G_B43_0 = L_142;
|
|
goto IL_035e;
|
|
}
|
|
|
|
IL_035c:
|
|
{
|
|
int32_t L_143 = V_18;
|
|
G_B43_0 = L_143;
|
|
}
|
|
|
|
IL_035e:
|
|
{
|
|
V_32 = G_B43_0;
|
|
float L_144 = ___x0;
|
|
int32_t L_145 = V_32;
|
|
___x0 = ((float)il2cpp_codegen_add((float)L_144, (float)(((float)((float)L_145)))));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_146 = V_28;
|
|
NullCheck(L_146);
|
|
int32_t L_147 = VirtFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginRight() */, L_146);
|
|
V_18 = L_147;
|
|
}
|
|
|
|
IL_0371:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_148 = V_28;
|
|
float L_149 = ___x0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_150 = bankers_roundf(L_149);
|
|
float L_151 = V_29;
|
|
float L_152 = bankers_roundf(L_151);
|
|
NullCheck(L_148);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_148, L_150, L_152);
|
|
float L_153 = ___x0;
|
|
float L_154 = V_29;
|
|
float L_155 = __this->get_spacing_14();
|
|
___x0 = ((float)il2cpp_codegen_add((float)L_153, (float)((float)il2cpp_codegen_add((float)L_154, (float)L_155))));
|
|
}
|
|
|
|
IL_0394:
|
|
{
|
|
bool L_156 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_27), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_156)
|
|
{
|
|
goto IL_02fa;
|
|
}
|
|
}
|
|
|
|
IL_03a0:
|
|
{
|
|
IL2CPP_LEAVE(0x3B1, FINALLY_03a2);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_03a2;
|
|
}
|
|
|
|
FINALLY_03a2:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_27), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(930)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(930)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3B1, IL_03b1)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_03b1:
|
|
{
|
|
}
|
|
|
|
IL_03b2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::CalcHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_CalcHeight_m0511BD2172BC13D54ABC8DB5887A91C17E9F21BB (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutGroup_CalcHeight_m0511BD2172BC13D54ABC8DB5887A91C17E9F21BB_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
bool V_4 = false;
|
|
float V_5 = 0.0f;
|
|
bool V_6 = false;
|
|
int32_t V_7 = 0;
|
|
bool V_8 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_10 = NULL;
|
|
int32_t V_11 = 0;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_17 = NULL;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
bool V_21 = false;
|
|
bool V_22 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B34_0 = 0;
|
|
int32_t G_B40_0 = 0;
|
|
int32_t G_B40_1 = 0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * G_B40_2 = NULL;
|
|
int32_t G_B39_0 = 0;
|
|
int32_t G_B39_1 = 0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * G_B39_2 = NULL;
|
|
int32_t G_B41_0 = 0;
|
|
int32_t G_B41_1 = 0;
|
|
int32_t G_B41_2 = 0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * G_B41_3 = NULL;
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_0 = __this->get_entries_11();
|
|
NullCheck(L_0);
|
|
int32_t L_1 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_0, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_4 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_4;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_3 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_4 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5 = RectOffset_get_vertical_m89ED337C8D303C8994B2B056C05368E4286CFC5E(L_4, /*hidden argument*/NULL);
|
|
float L_6 = (((float)((float)L_5)));
|
|
V_5 = L_6;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(L_6);
|
|
float L_7 = V_5;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(L_7);
|
|
goto IL_03fe;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
__this->set_m_ChildMinHeight_25((0.0f));
|
|
__this->set_m_ChildMaxHeight_26((0.0f));
|
|
__this->set_m_StretchableCountY_20(0);
|
|
bool L_8 = __this->get_isVertical_12();
|
|
V_6 = L_8;
|
|
bool L_9 = V_6;
|
|
if (!L_9)
|
|
{
|
|
goto IL_01e8;
|
|
}
|
|
}
|
|
{
|
|
V_7 = 0;
|
|
V_8 = (bool)1;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_10 = __this->get_entries_11();
|
|
NullCheck(L_10);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_11 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_10, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_9 = L_11;
|
|
}
|
|
|
|
IL_0082:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_12 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_9), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_10 = L_12;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_13 = V_10;
|
|
NullCheck(L_13);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, L_13);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_14 = V_10;
|
|
NullCheck(L_14);
|
|
bool L_15 = L_14->get_consideredForMargin_7();
|
|
V_12 = L_15;
|
|
bool L_16 = V_12;
|
|
if (!L_16)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
bool L_17 = V_8;
|
|
V_13 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
|
|
bool L_18 = V_13;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
int32_t L_19 = V_7;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_20 = V_10;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_20);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_22 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_19, L_21, /*hidden argument*/NULL);
|
|
V_11 = L_22;
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
V_11 = 0;
|
|
V_8 = (bool)0;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
float L_23 = __this->get_m_ChildMinHeight_25();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_24 = V_10;
|
|
NullCheck(L_24);
|
|
float L_25 = L_24->get_minHeight_2();
|
|
float L_26 = __this->get_spacing_14();
|
|
int32_t L_27 = V_11;
|
|
__this->set_m_ChildMinHeight_25(((float)il2cpp_codegen_add((float)L_23, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_25, (float)L_26)), (float)(((float)((float)L_27))))))));
|
|
float L_28 = __this->get_m_ChildMaxHeight_26();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_29 = V_10;
|
|
NullCheck(L_29);
|
|
float L_30 = L_29->get_maxHeight_3();
|
|
float L_31 = __this->get_spacing_14();
|
|
int32_t L_32 = V_11;
|
|
__this->set_m_ChildMaxHeight_26(((float)il2cpp_codegen_add((float)L_28, (float)((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_30, (float)L_31)), (float)(((float)((float)L_32))))))));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_33 = V_10;
|
|
NullCheck(L_33);
|
|
int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom() */, L_33);
|
|
V_7 = L_34;
|
|
int32_t L_35 = __this->get_m_StretchableCountY_20();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_36 = V_10;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = L_36->get_stretchHeight_6();
|
|
__this->set_m_StretchableCountY_20(((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37)));
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
float L_38 = __this->get_m_ChildMinHeight_25();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_39 = V_10;
|
|
NullCheck(L_39);
|
|
float L_40 = L_39->get_minHeight_2();
|
|
__this->set_m_ChildMinHeight_25(((float)il2cpp_codegen_add((float)L_38, (float)L_40)));
|
|
float L_41 = __this->get_m_ChildMaxHeight_26();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_42 = V_10;
|
|
NullCheck(L_42);
|
|
float L_43 = L_42->get_maxHeight_3();
|
|
__this->set_m_ChildMaxHeight_26(((float)il2cpp_codegen_add((float)L_41, (float)L_43)));
|
|
int32_t L_44 = __this->get_m_StretchableCountY_20();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_45 = V_10;
|
|
NullCheck(L_45);
|
|
int32_t L_46 = L_45->get_stretchHeight_6();
|
|
__this->set_m_StretchableCountY_20(((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)L_46)));
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
bool L_47 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_9), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_47)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
IL2CPP_LEAVE(0x189, FINALLY_017a);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_017a;
|
|
}
|
|
|
|
FINALLY_017a:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_9), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(378)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(378)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x189, IL_0189)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0189:
|
|
{
|
|
float L_48 = __this->get_m_ChildMinHeight_25();
|
|
float L_49 = __this->get_spacing_14();
|
|
__this->set_m_ChildMinHeight_25(((float)il2cpp_codegen_subtract((float)L_48, (float)L_49)));
|
|
float L_50 = __this->get_m_ChildMaxHeight_26();
|
|
float L_51 = __this->get_spacing_14();
|
|
__this->set_m_ChildMaxHeight_26(((float)il2cpp_codegen_subtract((float)L_50, (float)L_51)));
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_52 = __this->get_entries_11();
|
|
NullCheck(L_52);
|
|
int32_t L_53 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_52, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_14 = (bool)((!(((uint32_t)L_53) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_54 = V_14;
|
|
if (!L_54)
|
|
{
|
|
goto IL_01dc;
|
|
}
|
|
}
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_55 = __this->get_entries_11();
|
|
NullCheck(L_55);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_56 = List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_inline(L_55, 0, /*hidden argument*/List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_RuntimeMethod_var);
|
|
NullCheck(L_56);
|
|
int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_56);
|
|
V_0 = L_57;
|
|
int32_t L_58 = V_7;
|
|
V_1 = L_58;
|
|
goto IL_01e2;
|
|
}
|
|
|
|
IL_01dc:
|
|
{
|
|
int32_t L_59 = 0;
|
|
V_0 = L_59;
|
|
V_1 = L_59;
|
|
}
|
|
|
|
IL_01e2:
|
|
{
|
|
goto IL_02c3;
|
|
}
|
|
|
|
IL_01e8:
|
|
{
|
|
V_15 = (bool)1;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_60 = __this->get_entries_11();
|
|
NullCheck(L_60);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_61 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_60, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_16 = L_61;
|
|
}
|
|
|
|
IL_01fa:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_02a5;
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_62 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_16), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_17 = L_62;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_63 = V_17;
|
|
NullCheck(L_63);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, L_63);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_64 = V_17;
|
|
NullCheck(L_64);
|
|
bool L_65 = L_64->get_consideredForMargin_7();
|
|
V_18 = L_65;
|
|
bool L_66 = V_18;
|
|
if (!L_66)
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
|
|
IL_021e:
|
|
{
|
|
bool L_67 = V_15;
|
|
V_19 = (bool)((((int32_t)L_67) == ((int32_t)0))? 1 : 0);
|
|
bool L_68 = V_19;
|
|
if (!L_68)
|
|
{
|
|
goto IL_024a;
|
|
}
|
|
}
|
|
|
|
IL_022a:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_69 = V_17;
|
|
NullCheck(L_69);
|
|
int32_t L_70 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_69);
|
|
int32_t L_71 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_72 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_70, L_71, /*hidden argument*/NULL);
|
|
V_0 = L_72;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_73 = V_17;
|
|
NullCheck(L_73);
|
|
int32_t L_74 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom() */, L_73);
|
|
int32_t L_75 = V_1;
|
|
int32_t L_76 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(L_74, L_75, /*hidden argument*/NULL);
|
|
V_1 = L_76;
|
|
goto IL_025f;
|
|
}
|
|
|
|
IL_024a:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_77 = V_17;
|
|
NullCheck(L_77);
|
|
int32_t L_78 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_77);
|
|
V_0 = L_78;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_79 = V_17;
|
|
NullCheck(L_79);
|
|
int32_t L_80 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom() */, L_79);
|
|
V_1 = L_80;
|
|
V_15 = (bool)0;
|
|
}
|
|
|
|
IL_025f:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_81 = V_17;
|
|
NullCheck(L_81);
|
|
float L_82 = L_81->get_minHeight_2();
|
|
float L_83 = __this->get_m_ChildMinHeight_25();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_84 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_82, L_83, /*hidden argument*/NULL);
|
|
__this->set_m_ChildMinHeight_25(L_84);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_85 = V_17;
|
|
NullCheck(L_85);
|
|
float L_86 = L_85->get_maxHeight_3();
|
|
float L_87 = __this->get_m_ChildMaxHeight_26();
|
|
float L_88 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_86, L_87, /*hidden argument*/NULL);
|
|
__this->set_m_ChildMaxHeight_26(L_88);
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
int32_t L_89 = __this->get_m_StretchableCountY_20();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_90 = V_17;
|
|
NullCheck(L_90);
|
|
int32_t L_91 = L_90->get_stretchHeight_6();
|
|
__this->set_m_StretchableCountY_20(((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)L_91)));
|
|
}
|
|
|
|
IL_02a5:
|
|
{
|
|
bool L_92 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_16), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_92)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
|
|
IL_02b1:
|
|
{
|
|
IL2CPP_LEAVE(0x2C2, FINALLY_02b3);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_02b3;
|
|
}
|
|
|
|
FINALLY_02b3:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_16), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(691)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(691)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x2C2, IL_02c2)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_02c2:
|
|
{
|
|
}
|
|
|
|
IL_02c3:
|
|
{
|
|
V_2 = (0.0f);
|
|
V_3 = (0.0f);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_93 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_94 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
if ((!(((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_93) == ((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_94))))
|
|
{
|
|
goto IL_02e4;
|
|
}
|
|
}
|
|
{
|
|
bool L_95 = __this->get_m_UserSpecifiedHeight_22();
|
|
G_B34_0 = ((int32_t)(L_95));
|
|
goto IL_02e5;
|
|
}
|
|
|
|
IL_02e4:
|
|
{
|
|
G_B34_0 = 1;
|
|
}
|
|
|
|
IL_02e5:
|
|
{
|
|
V_20 = (bool)G_B34_0;
|
|
bool L_96 = V_20;
|
|
if (!L_96)
|
|
{
|
|
goto IL_031f;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_97 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_97);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_98 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_97, /*hidden argument*/NULL);
|
|
NullCheck(L_98);
|
|
int32_t L_99 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_98, /*hidden argument*/NULL);
|
|
int32_t L_100 = V_0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_101 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_99, L_100, /*hidden argument*/NULL);
|
|
V_2 = (((float)((float)L_101)));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_102 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_102);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_103 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_102, /*hidden argument*/NULL);
|
|
NullCheck(L_103);
|
|
int32_t L_104 = RectOffset_get_bottom_mE5162CADD266B59539E3EE1967EE9A74705E5632(L_103, /*hidden argument*/NULL);
|
|
int32_t L_105 = V_1;
|
|
int32_t L_106 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_104, L_105, /*hidden argument*/NULL);
|
|
V_3 = (((float)((float)L_106)));
|
|
goto IL_0337;
|
|
}
|
|
|
|
IL_031f:
|
|
{
|
|
int32_t L_107 = V_0;
|
|
__this->set_m_MarginTop_29(L_107);
|
|
int32_t L_108 = V_1;
|
|
__this->set_m_MarginBottom_30(L_108);
|
|
float L_109 = (0.0f);
|
|
V_3 = L_109;
|
|
V_2 = L_109;
|
|
}
|
|
|
|
IL_0337:
|
|
{
|
|
float L_110 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minHeight_2();
|
|
float L_111 = __this->get_m_ChildMinHeight_25();
|
|
float L_112 = V_2;
|
|
float L_113 = V_3;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_114 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_110, ((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_111, (float)L_112)), (float)L_113)), /*hidden argument*/NULL);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(L_114);
|
|
float L_115 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxHeight_3();
|
|
V_21 = (bool)((((float)L_115) == ((float)(0.0f)))? 1 : 0);
|
|
bool L_116 = V_21;
|
|
if (!L_116)
|
|
{
|
|
goto IL_039e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_117 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_stretchHeight_6();
|
|
int32_t L_118 = __this->get_m_StretchableCountY_20();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_119 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_119);
|
|
bool L_120 = GUIStyle_get_stretchHeight_m264308B18FA5F0A8400CF49945BAE1B9EFDC934F(L_119, /*hidden argument*/NULL);
|
|
G_B39_0 = L_118;
|
|
G_B39_1 = L_117;
|
|
G_B39_2 = __this;
|
|
if (L_120)
|
|
{
|
|
G_B40_0 = L_118;
|
|
G_B40_1 = L_117;
|
|
G_B40_2 = __this;
|
|
goto IL_0383;
|
|
}
|
|
}
|
|
{
|
|
G_B41_0 = 0;
|
|
G_B41_1 = G_B39_0;
|
|
G_B41_2 = G_B39_1;
|
|
G_B41_3 = G_B39_2;
|
|
goto IL_0384;
|
|
}
|
|
|
|
IL_0383:
|
|
{
|
|
G_B41_0 = 1;
|
|
G_B41_1 = G_B40_0;
|
|
G_B41_2 = G_B40_1;
|
|
G_B41_3 = G_B40_2;
|
|
}
|
|
|
|
IL_0384:
|
|
{
|
|
NullCheck(G_B41_3);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)G_B41_3)->set_stretchHeight_6(((int32_t)il2cpp_codegen_add((int32_t)G_B41_2, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B41_1, (int32_t)G_B41_0)))));
|
|
float L_121 = __this->get_m_ChildMaxHeight_26();
|
|
float L_122 = V_2;
|
|
float L_123 = V_3;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_add((float)L_121, (float)L_122)), (float)L_123)));
|
|
goto IL_03a7;
|
|
}
|
|
|
|
IL_039e:
|
|
{
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_stretchHeight_6(0);
|
|
}
|
|
|
|
IL_03a7:
|
|
{
|
|
float L_124 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxHeight_3();
|
|
float L_125 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minHeight_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_126 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_124, L_125, /*hidden argument*/NULL);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(L_126);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_127 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_127);
|
|
float L_128 = GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708(L_127, /*hidden argument*/NULL);
|
|
V_22 = (bool)((((int32_t)((((float)L_128) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_129 = V_22;
|
|
if (!L_129)
|
|
{
|
|
goto IL_03fe;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_130 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_130);
|
|
float L_131 = GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708(L_130, /*hidden argument*/NULL);
|
|
float L_132 = L_131;
|
|
V_5 = L_132;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(L_132);
|
|
float L_133 = V_5;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(L_133);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_stretchHeight_6(0);
|
|
}
|
|
|
|
IL_03fe:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutGroup::SetVertical(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutGroup_SetVertical_m29D8744D2D1464EF4E6E4008CD21F5E44D6CB146 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, float ___y0, float ___height1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutGroup_SetVertical_m29D8744D2D1464EF4E6E4008CD21F5E44D6CB146_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
float V_4 = 0.0f;
|
|
float V_5 = 0.0f;
|
|
float V_6 = 0.0f;
|
|
int32_t V_7 = 0;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
float V_10 = 0.0f;
|
|
float V_11 = 0.0f;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_17 = NULL;
|
|
float V_18 = 0.0f;
|
|
bool V_19 = false;
|
|
int32_t V_20 = 0;
|
|
int32_t V_21 = 0;
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_25 = NULL;
|
|
float V_26 = 0.0f;
|
|
float V_27 = 0.0f;
|
|
float V_28 = 0.0f;
|
|
bool V_29 = false;
|
|
float V_30 = 0.0f;
|
|
float V_31 = 0.0f;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_33 = NULL;
|
|
bool V_34 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
int32_t G_B23_0 = 0;
|
|
{
|
|
float L_0 = ___y0;
|
|
float L_1 = ___height1;
|
|
GUILayoutEntry_SetVertical_mC0E71E5E431907DD1900C707BD3E2E1D0795DDD0(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_2 = __this->get_entries_11();
|
|
NullCheck(L_2);
|
|
int32_t L_3 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_2, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03c7;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_6 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_5, /*hidden argument*/NULL);
|
|
V_0 = L_6;
|
|
bool L_7 = __this->get_resetCoords_13();
|
|
V_2 = L_7;
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
___y0 = (0.0f);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
bool L_9 = __this->get_isVertical_12();
|
|
V_3 = L_9;
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_11 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_12 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
V_9 = (bool)((((int32_t)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_11) == ((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_13 = V_9;
|
|
if (!L_13)
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_14 = V_0;
|
|
NullCheck(L_14);
|
|
int32_t L_15 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_14, /*hidden argument*/NULL);
|
|
V_10 = (((float)((float)L_15)));
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_16 = V_0;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = RectOffset_get_bottom_mE5162CADD266B59539E3EE1967EE9A74705E5632(L_16, /*hidden argument*/NULL);
|
|
V_11 = (((float)((float)L_17)));
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_18 = __this->get_entries_11();
|
|
NullCheck(L_18);
|
|
int32_t L_19 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_18, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_12 = (bool)((!(((uint32_t)L_19) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_20 = V_12;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
float L_21 = V_10;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_22 = __this->get_entries_11();
|
|
NullCheck(L_22);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_23 = List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_inline(L_22, 0, /*hidden argument*/List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_RuntimeMethod_var);
|
|
NullCheck(L_23);
|
|
int32_t L_24 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_23);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_25 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_21, (((float)((float)L_24))), /*hidden argument*/NULL);
|
|
V_10 = L_25;
|
|
float L_26 = V_11;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_27 = __this->get_entries_11();
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_28 = __this->get_entries_11();
|
|
NullCheck(L_28);
|
|
int32_t L_29 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_28, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
NullCheck(L_27);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_30 = List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_inline(L_27, ((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)1)), /*hidden argument*/List_1_get_Item_m96FCB482CBADC5AD4AD5F01B7A0B822AF619D388_RuntimeMethod_var);
|
|
NullCheck(L_30);
|
|
int32_t L_31 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom() */, L_30);
|
|
float L_32 = Mathf_Max_m670AE0EC1B09ED1A56FF9606B0F954670319CB65(L_26, (((float)((float)L_31))), /*hidden argument*/NULL);
|
|
V_11 = L_32;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
float L_33 = ___y0;
|
|
float L_34 = V_10;
|
|
___y0 = ((float)il2cpp_codegen_add((float)L_33, (float)L_34));
|
|
float L_35 = ___height1;
|
|
float L_36 = V_11;
|
|
float L_37 = V_10;
|
|
___height1 = ((float)il2cpp_codegen_subtract((float)L_35, (float)((float)il2cpp_codegen_add((float)L_36, (float)L_37))));
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
float L_38 = ___height1;
|
|
float L_39 = __this->get_spacing_14();
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_40 = __this->get_entries_11();
|
|
NullCheck(L_40);
|
|
int32_t L_41 = List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_inline(L_40, /*hidden argument*/List_1_get_Count_m2995506A297520F84CBD9AD421D8672D5755E115_RuntimeMethod_var);
|
|
V_4 = ((float)il2cpp_codegen_subtract((float)L_38, (float)((float)il2cpp_codegen_multiply((float)L_39, (float)(((float)((float)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)))))))));
|
|
V_5 = (0.0f);
|
|
float L_42 = __this->get_m_ChildMinHeight_25();
|
|
float L_43 = __this->get_m_ChildMaxHeight_26();
|
|
V_13 = (bool)((((int32_t)((((float)L_42) == ((float)L_43))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_44 = V_13;
|
|
if (!L_44)
|
|
{
|
|
goto IL_013c;
|
|
}
|
|
}
|
|
{
|
|
float L_45 = V_4;
|
|
float L_46 = __this->get_m_ChildMinHeight_25();
|
|
float L_47 = __this->get_m_ChildMaxHeight_26();
|
|
float L_48 = __this->get_m_ChildMinHeight_25();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_49 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)((float)((float)il2cpp_codegen_subtract((float)L_45, (float)L_46))/(float)((float)il2cpp_codegen_subtract((float)L_47, (float)L_48)))), (0.0f), (1.0f), /*hidden argument*/NULL);
|
|
V_5 = L_49;
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
V_6 = (0.0f);
|
|
float L_50 = V_4;
|
|
float L_51 = __this->get_m_ChildMaxHeight_26();
|
|
V_14 = (bool)((((float)L_50) > ((float)L_51))? 1 : 0);
|
|
bool L_52 = V_14;
|
|
if (!L_52)
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_53 = __this->get_m_StretchableCountY_20();
|
|
V_15 = (bool)((((int32_t)L_53) > ((int32_t)0))? 1 : 0);
|
|
bool L_54 = V_15;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
float L_55 = V_4;
|
|
float L_56 = __this->get_m_ChildMaxHeight_26();
|
|
int32_t L_57 = __this->get_m_StretchableCountY_20();
|
|
V_6 = ((float)((float)((float)il2cpp_codegen_subtract((float)L_55, (float)L_56))/(float)(((float)((float)L_57)))));
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
V_7 = 0;
|
|
V_8 = (bool)1;
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_58 = __this->get_entries_11();
|
|
NullCheck(L_58);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_59 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_58, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_16 = L_59;
|
|
}
|
|
|
|
IL_018b:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_022a;
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_60 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_16), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_17 = L_60;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_61 = V_17;
|
|
NullCheck(L_61);
|
|
float L_62 = L_61->get_minHeight_2();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_63 = V_17;
|
|
NullCheck(L_63);
|
|
float L_64 = L_63->get_maxHeight_3();
|
|
float L_65 = V_5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_66 = Mathf_Lerp_m9A74C5A0C37D0CDF45EE66E7774D12A9B93B1364(L_62, L_64, L_65, /*hidden argument*/NULL);
|
|
V_18 = L_66;
|
|
float L_67 = V_18;
|
|
float L_68 = V_6;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_69 = V_17;
|
|
NullCheck(L_69);
|
|
int32_t L_70 = L_69->get_stretchHeight_6();
|
|
V_18 = ((float)il2cpp_codegen_add((float)L_67, (float)((float)il2cpp_codegen_multiply((float)L_68, (float)(((float)((float)L_70)))))));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_71 = V_17;
|
|
NullCheck(L_71);
|
|
bool L_72 = L_71->get_consideredForMargin_7();
|
|
V_19 = L_72;
|
|
bool L_73 = V_19;
|
|
if (!L_73)
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
|
|
IL_01ce:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_74 = V_17;
|
|
NullCheck(L_74);
|
|
int32_t L_75 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_74);
|
|
V_20 = L_75;
|
|
bool L_76 = V_8;
|
|
V_22 = L_76;
|
|
bool L_77 = V_22;
|
|
if (!L_77)
|
|
{
|
|
goto IL_01e8;
|
|
}
|
|
}
|
|
|
|
IL_01e0:
|
|
{
|
|
V_20 = 0;
|
|
V_8 = (bool)0;
|
|
}
|
|
|
|
IL_01e8:
|
|
{
|
|
int32_t L_78 = V_7;
|
|
int32_t L_79 = V_20;
|
|
if ((((int32_t)L_78) > ((int32_t)L_79)))
|
|
{
|
|
goto IL_01f2;
|
|
}
|
|
}
|
|
|
|
IL_01ee:
|
|
{
|
|
int32_t L_80 = V_20;
|
|
G_B23_0 = L_80;
|
|
goto IL_01f4;
|
|
}
|
|
|
|
IL_01f2:
|
|
{
|
|
int32_t L_81 = V_7;
|
|
G_B23_0 = L_81;
|
|
}
|
|
|
|
IL_01f4:
|
|
{
|
|
V_21 = G_B23_0;
|
|
float L_82 = ___y0;
|
|
int32_t L_83 = V_21;
|
|
___y0 = ((float)il2cpp_codegen_add((float)L_82, (float)(((float)((float)L_83)))));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_84 = V_17;
|
|
NullCheck(L_84);
|
|
int32_t L_85 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom() */, L_84);
|
|
V_7 = L_85;
|
|
}
|
|
|
|
IL_0207:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_86 = V_17;
|
|
float L_87 = ___y0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_88 = bankers_roundf(L_87);
|
|
float L_89 = V_18;
|
|
float L_90 = bankers_roundf(L_89);
|
|
NullCheck(L_86);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_86, L_88, L_90);
|
|
float L_91 = ___y0;
|
|
float L_92 = V_18;
|
|
float L_93 = __this->get_spacing_14();
|
|
___y0 = ((float)il2cpp_codegen_add((float)L_91, (float)((float)il2cpp_codegen_add((float)L_92, (float)L_93))));
|
|
}
|
|
|
|
IL_022a:
|
|
{
|
|
bool L_94 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_16), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_94)
|
|
{
|
|
goto IL_0190;
|
|
}
|
|
}
|
|
|
|
IL_0236:
|
|
{
|
|
IL2CPP_LEAVE(0x247, FINALLY_0238);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0238;
|
|
}
|
|
|
|
FINALLY_0238:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_16), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(568)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(568)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x247, IL_0247)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
goto IL_03c7;
|
|
}
|
|
|
|
IL_024d:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_95 = GUILayoutEntry_get_style_m70E386A3289ACFEC515B1358827AB2FBF6314BA4(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_96 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
V_23 = (bool)((((int32_t)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_95) == ((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_96))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_97 = V_23;
|
|
if (!L_97)
|
|
{
|
|
goto IL_0318;
|
|
}
|
|
}
|
|
{
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_98 = __this->get_entries_11();
|
|
NullCheck(L_98);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_99 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_98, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_24 = L_99;
|
|
}
|
|
|
|
IL_0276:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
|
|
IL_0278:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_100 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_24), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_25 = L_100;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_101 = V_25;
|
|
NullCheck(L_101);
|
|
int32_t L_102 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_101);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_103 = V_0;
|
|
NullCheck(L_103);
|
|
int32_t L_104 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_103, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_105 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_102, L_104, /*hidden argument*/NULL);
|
|
V_26 = (((float)((float)L_105)));
|
|
float L_106 = ___y0;
|
|
float L_107 = V_26;
|
|
V_27 = ((float)il2cpp_codegen_add((float)L_106, (float)L_107));
|
|
float L_108 = ___height1;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_109 = V_25;
|
|
NullCheck(L_109);
|
|
int32_t L_110 = VirtFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginBottom() */, L_109);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_111 = V_0;
|
|
NullCheck(L_111);
|
|
int32_t L_112 = RectOffset_get_bottom_mE5162CADD266B59539E3EE1967EE9A74705E5632(L_111, /*hidden argument*/NULL);
|
|
int32_t L_113 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(L_110, L_112, /*hidden argument*/NULL);
|
|
float L_114 = V_26;
|
|
V_28 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_108, (float)(((float)((float)L_113))))), (float)L_114));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_115 = V_25;
|
|
NullCheck(L_115);
|
|
int32_t L_116 = L_115->get_stretchHeight_6();
|
|
V_29 = (bool)((!(((uint32_t)L_116) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_117 = V_29;
|
|
if (!L_117)
|
|
{
|
|
goto IL_02d5;
|
|
}
|
|
}
|
|
|
|
IL_02c7:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_118 = V_25;
|
|
float L_119 = V_27;
|
|
float L_120 = V_28;
|
|
NullCheck(L_118);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_118, L_119, L_120);
|
|
goto IL_02f4;
|
|
}
|
|
|
|
IL_02d5:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_121 = V_25;
|
|
float L_122 = V_27;
|
|
float L_123 = V_28;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_124 = V_25;
|
|
NullCheck(L_124);
|
|
float L_125 = L_124->get_minHeight_2();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_126 = V_25;
|
|
NullCheck(L_126);
|
|
float L_127 = L_126->get_maxHeight_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_128 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_123, L_125, L_127, /*hidden argument*/NULL);
|
|
NullCheck(L_121);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_121, L_122, L_128);
|
|
}
|
|
|
|
IL_02f4:
|
|
{
|
|
}
|
|
|
|
IL_02f5:
|
|
{
|
|
bool L_129 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_24), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_129)
|
|
{
|
|
goto IL_0278;
|
|
}
|
|
}
|
|
|
|
IL_0301:
|
|
{
|
|
IL2CPP_LEAVE(0x312, FINALLY_0303);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0303;
|
|
}
|
|
|
|
FINALLY_0303:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_24), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(771)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(771)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x312, IL_0312)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0312:
|
|
{
|
|
goto IL_03c6;
|
|
}
|
|
|
|
IL_0318:
|
|
{
|
|
float L_130 = ___y0;
|
|
int32_t L_131 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, __this);
|
|
V_30 = ((float)il2cpp_codegen_subtract((float)L_130, (float)(((float)((float)L_131)))));
|
|
float L_132 = ___height1;
|
|
int32_t L_133 = GUILayoutEntry_get_marginVertical_mBFB3FD56025F4627378E5A339379CFF720196EB0(__this, /*hidden argument*/NULL);
|
|
V_31 = ((float)il2cpp_codegen_add((float)L_132, (float)(((float)((float)L_133)))));
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_134 = __this->get_entries_11();
|
|
NullCheck(L_134);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_135 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_134, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_32 = L_135;
|
|
}
|
|
|
|
IL_033d:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_03ab;
|
|
}
|
|
|
|
IL_033f:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_136 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_32), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_33 = L_136;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_137 = V_33;
|
|
NullCheck(L_137);
|
|
int32_t L_138 = L_137->get_stretchHeight_6();
|
|
V_34 = (bool)((!(((uint32_t)L_138) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_139 = V_34;
|
|
if (!L_139)
|
|
{
|
|
goto IL_0379;
|
|
}
|
|
}
|
|
|
|
IL_0359:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_140 = V_33;
|
|
float L_141 = V_30;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_142 = V_33;
|
|
NullCheck(L_142);
|
|
int32_t L_143 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_142);
|
|
float L_144 = V_31;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_145 = V_33;
|
|
NullCheck(L_145);
|
|
int32_t L_146 = GUILayoutEntry_get_marginVertical_mBFB3FD56025F4627378E5A339379CFF720196EB0(L_145, /*hidden argument*/NULL);
|
|
NullCheck(L_140);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_140, ((float)il2cpp_codegen_add((float)L_141, (float)(((float)((float)L_143))))), ((float)il2cpp_codegen_subtract((float)L_144, (float)(((float)((float)L_146))))));
|
|
goto IL_03aa;
|
|
}
|
|
|
|
IL_0379:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_147 = V_33;
|
|
float L_148 = V_30;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_149 = V_33;
|
|
NullCheck(L_149);
|
|
int32_t L_150 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 UnityEngine.GUILayoutEntry::get_marginTop() */, L_149);
|
|
float L_151 = V_31;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_152 = V_33;
|
|
NullCheck(L_152);
|
|
int32_t L_153 = GUILayoutEntry_get_marginVertical_mBFB3FD56025F4627378E5A339379CFF720196EB0(L_152, /*hidden argument*/NULL);
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_154 = V_33;
|
|
NullCheck(L_154);
|
|
float L_155 = L_154->get_minHeight_2();
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_156 = V_33;
|
|
NullCheck(L_156);
|
|
float L_157 = L_156->get_maxHeight_3();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_158 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(((float)il2cpp_codegen_subtract((float)L_151, (float)(((float)((float)L_153))))), L_155, L_157, /*hidden argument*/NULL);
|
|
NullCheck(L_147);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_147, ((float)il2cpp_codegen_add((float)L_148, (float)(((float)((float)L_150))))), L_158);
|
|
}
|
|
|
|
IL_03aa:
|
|
{
|
|
}
|
|
|
|
IL_03ab:
|
|
{
|
|
bool L_159 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_32), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_159)
|
|
{
|
|
goto IL_033f;
|
|
}
|
|
}
|
|
|
|
IL_03b4:
|
|
{
|
|
IL2CPP_LEAVE(0x3C5, FINALLY_03b6);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_03b6;
|
|
}
|
|
|
|
FINALLY_03b6:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_32), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(950)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(950)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x3C5, IL_03c5)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_03c5:
|
|
{
|
|
}
|
|
|
|
IL_03c6:
|
|
{
|
|
}
|
|
|
|
IL_03c7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUILayoutGroup::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUILayoutGroup_ToString_mF66B820B07A33FFA240FBBE20A6F39C492B52372 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutGroup_ToString_mF66B820B07A33FFA240FBBE20A6F39C492B52372_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
V_1 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
V_2 = 0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_0 = V_1;
|
|
String_t* L_1 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_0, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_3 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var);
|
|
int32_t L_4 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->get_indent_10();
|
|
V_3 = (bool)((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
|
|
bool L_5 = V_3;
|
|
if (L_5)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
|
|
String_t* L_8 = V_0;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_8);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_7;
|
|
String_t* L_10 = GUILayoutEntry_ToString_mCDA5CD14A39ADAD29F6B450B98FDB80E37AC95D5(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_10);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_10);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_9;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral061CD5E48C5A194C95B561D18FCDC1A57D790069);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)_stringLiteral061CD5E48C5A194C95B561D18FCDC1A57D790069);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
|
|
float L_13 = __this->get_m_ChildMinHeight_25();
|
|
float L_14 = L_13;
|
|
RuntimeObject * L_15 = Box(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1_il2cpp_TypeInfo_var, &L_14);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_15);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_15);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_12;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, _stringLiteral4609E730123B8AB7743493DE7E9F350E7DF58440);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)_stringLiteral4609E730123B8AB7743493DE7E9F350E7DF58440);
|
|
String_t* L_17 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_16, /*hidden argument*/NULL);
|
|
V_0 = L_17;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var);
|
|
int32_t L_18 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->get_indent_10();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->set_indent_10(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)4)));
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_19 = __this->get_entries_11();
|
|
NullCheck(L_19);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_20 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_19, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_4 = L_20;
|
|
}
|
|
|
|
IL_007e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_21 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_4), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_5 = L_21;
|
|
String_t* L_22 = V_0;
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_23 = V_5;
|
|
NullCheck(L_23);
|
|
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
|
|
String_t* L_25 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_22, L_24, _stringLiteralADC83B19E793491B1C6EA0FD8B46CD9F32E592FC, /*hidden argument*/NULL);
|
|
V_0 = L_25;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
bool L_26 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_26)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
IL2CPP_LEAVE(0xB8, FINALLY_00a9);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_00a9;
|
|
}
|
|
|
|
FINALLY_00a9:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_4), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(169)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(169)
|
|
{
|
|
IL2CPP_JUMP_TBL(0xB8, IL_00b8)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
String_t* L_27 = V_0;
|
|
String_t* L_28 = V_1;
|
|
String_t* L_29 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_27, L_28, _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A, /*hidden argument*/NULL);
|
|
V_0 = L_29;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var);
|
|
int32_t L_30 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->get_indent_10();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845_il2cpp_TypeInfo_var))->set_indent_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)4)));
|
|
String_t* L_31 = V_0;
|
|
V_6 = L_31;
|
|
goto IL_00d6;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
String_t* L_32 = V_6;
|
|
return L_32;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.GUILayoutOption::.ctor(UnityEngine.GUILayoutOption_Type,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutOption__ctor_m965FDA1345FD7146596EFA90F03D0C645FB3FD5D (GUILayoutOption_t27A0221AC2F6F53E7B89310FD19F51C565D835A6 * __this, int32_t ___type0, RuntimeObject * ___value1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = ___type0;
|
|
__this->set_type_0(L_0);
|
|
RuntimeObject * L_1 = ___value1;
|
|
__this->set_value_1(L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// UnityEngine.Rect UnityEngine.GUILayoutUtility::Internal_GetWindowRect(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUILayoutUtility_Internal_GetWindowRect_mE35BED0433EE8BD928CD52681620519E647A1DA9 (int32_t ___windowID0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_Internal_GetWindowRect_mE35BED0433EE8BD928CD52681620519E647A1DA9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___windowID0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_Internal_GetWindowRect_Injected_mE78DA4F8B25471CEFFCB6F43E37C7966FE436EEE(L_0, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::Internal_MoveWindow(System.Int32,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Internal_MoveWindow_mFCB2DFE399B833D263138CF0A57626AFF52CB037 (int32_t ___windowID0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___r1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_Internal_MoveWindow_mFCB2DFE399B833D263138CF0A57626AFF52CB037_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___windowID0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_Internal_MoveWindow_Injected_mD80D56182A5684AC3BDA2B50AC8191974A064ABE(L_0, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___r1), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUILayoutUtility_LayoutCache UnityEngine.GUILayoutUtility::SelectIDList(System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD (int32_t ___instanceID0, bool ___isWindow1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * V_0 = NULL;
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * V_1 = NULL;
|
|
bool V_2 = false;
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * V_3 = NULL;
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * G_B3_0 = NULL;
|
|
{
|
|
bool L_0 = ___isWindow1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * L_1 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_s_StoredLayouts_0();
|
|
G_B3_0 = L_1;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * L_2 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_s_StoredWindows_1();
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_0 = G_B3_0;
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * L_3 = V_0;
|
|
int32_t L_4 = ___instanceID0;
|
|
NullCheck(L_3);
|
|
bool L_5 = Dictionary_2_TryGetValue_m0E6D1EEC81E6A904B99EEC04DB95C1CC0E4A0B31(L_3, L_4, (LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 **)(&V_1), /*hidden argument*/Dictionary_2_TryGetValue_m0E6D1EEC81E6A904B99EEC04DB95C1CC0E4A0B31_RuntimeMethod_var);
|
|
V_2 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
bool L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_7 = (LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 *)il2cpp_codegen_object_new(LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468_il2cpp_TypeInfo_var);
|
|
LayoutCache__ctor_mF66D53540321BFD98CA89285D2E8FFDA5014A9CE(L_7, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * L_8 = V_0;
|
|
int32_t L_9 = ___instanceID0;
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_10 = V_1;
|
|
NullCheck(L_8);
|
|
Dictionary_2_set_Item_mB2CFA325B47C43C9E27C606844FE1AED4CD344A2(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_set_Item_mB2CFA325B47C43C9E27C606844FE1AED4CD344A2_RuntimeMethod_var);
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_11 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_12 = V_1;
|
|
NullCheck(L_12);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_13 = L_12->get_topLevel_0();
|
|
NullCheck(L_11);
|
|
L_11->set_topLevel_0(L_13);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_14 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_15 = V_1;
|
|
NullCheck(L_15);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_16 = L_15->get_layoutGroups_1();
|
|
NullCheck(L_14);
|
|
L_14->set_layoutGroups_1(L_16);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_17 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_18 = V_1;
|
|
NullCheck(L_18);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_19 = L_18->get_windows_2();
|
|
NullCheck(L_17);
|
|
L_17->set_windows_2(L_19);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_20 = V_1;
|
|
V_3 = L_20;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_21 = V_3;
|
|
return L_21;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::Begin(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Begin_m6876A33199599688408A4AD364069090E833B237 (int32_t ___instanceID0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_Begin_m6876A33199599688408A4AD364069090E833B237_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___instanceID0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_1 = GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD(L_0, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_2, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)8))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_5 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_6 = V_0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_7 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_7, /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_8 = L_7;
|
|
V_2 = L_8;
|
|
NullCheck(L_6);
|
|
L_6->set_topLevel_0(L_8);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_9 = V_2;
|
|
NullCheck(L_5);
|
|
L_5->set_topLevel_0(L_9);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_10 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_10);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_11 = L_10->get_layoutGroups_1();
|
|
NullCheck(L_11);
|
|
VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_11);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_12 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_12);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_13 = L_12->get_layoutGroups_1();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_14 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_14);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_15 = L_14->get_topLevel_0();
|
|
NullCheck(L_13);
|
|
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_13, L_15);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_16 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_17 = V_0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_18 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_18, /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_19 = L_18;
|
|
V_2 = L_19;
|
|
NullCheck(L_17);
|
|
L_17->set_windows_2(L_19);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_20 = V_2;
|
|
NullCheck(L_16);
|
|
L_16->set_windows_2(L_20);
|
|
goto IL_00aa;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_21 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_22 = V_0;
|
|
NullCheck(L_22);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_23 = L_22->get_topLevel_0();
|
|
NullCheck(L_21);
|
|
L_21->set_topLevel_0(L_23);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_24 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_25 = V_0;
|
|
NullCheck(L_25);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_26 = L_25->get_layoutGroups_1();
|
|
NullCheck(L_24);
|
|
L_24->set_layoutGroups_1(L_26);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_27 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_28 = V_0;
|
|
NullCheck(L_28);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_29 = L_28->get_windows_2();
|
|
NullCheck(L_27);
|
|
L_27->set_windows_2(L_29);
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::BeginContainer(UnityEngine.GUILayoutUtility_LayoutCache)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_BeginContainer_m7ED54498945D4EC6643928410586F68F78EEF77A (LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * ___cache0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_BeginContainer_m7ED54498945D4EC6643928410586F68F78EEF77A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_0, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_3 = ___cache0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_4 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
L_3->set_topLevel_0(L_4);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_5 = ___cache0;
|
|
NullCheck(L_5);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_6 = L_5->get_layoutGroups_1();
|
|
NullCheck(L_6);
|
|
VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_6);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_7 = ___cache0;
|
|
NullCheck(L_7);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_8 = L_7->get_layoutGroups_1();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_9 = ___cache0;
|
|
NullCheck(L_9);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_10 = L_9->get_topLevel_0();
|
|
NullCheck(L_8);
|
|
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_8, L_10);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_11 = ___cache0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_12 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
L_11->set_windows_2(L_12);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_13 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_14 = ___cache0;
|
|
NullCheck(L_14);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_15 = L_14->get_topLevel_0();
|
|
NullCheck(L_13);
|
|
L_13->set_topLevel_0(L_15);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_16 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_17 = ___cache0;
|
|
NullCheck(L_17);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_18 = L_17->get_layoutGroups_1();
|
|
NullCheck(L_16);
|
|
L_16->set_layoutGroups_1(L_18);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_19 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_20 = ___cache0;
|
|
NullCheck(L_20);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_21 = L_20->get_windows_2();
|
|
NullCheck(L_19);
|
|
L_19->set_windows_2(L_21);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::BeginWindow(System.Int32,UnityEngine.GUIStyle,UnityEngine.GUILayoutOption[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_BeginWindow_mB3475D9BE89CF26AB0E6F0D46B1930F1874EB132 (int32_t ___windowID0, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___style1, GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* ___options2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_BeginWindow_mB3475D9BE89CF26AB0E6F0D46B1930F1874EB132_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * V_2 = NULL;
|
|
bool V_3 = false;
|
|
{
|
|
int32_t L_0 = ___windowID0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_1 = GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD(L_0, (bool)1, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_2, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)8))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_5 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_6 = V_0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_7 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_7, /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_8 = L_7;
|
|
V_2 = L_8;
|
|
NullCheck(L_6);
|
|
L_6->set_topLevel_0(L_8);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_9 = V_2;
|
|
NullCheck(L_5);
|
|
L_5->set_topLevel_0(L_9);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_10 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_10);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_11 = L_10->get_topLevel_0();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_12 = ___style1;
|
|
NullCheck(L_11);
|
|
GUILayoutEntry_set_style_mEDD232A6CDB1B76ABC33EA06A05235316A180E2D(L_11, L_12, /*hidden argument*/NULL);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_13 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_13);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_14 = L_13->get_topLevel_0();
|
|
int32_t L_15 = ___windowID0;
|
|
NullCheck(L_14);
|
|
L_14->set_windowID_17(L_15);
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_16 = ___options2;
|
|
V_3 = (bool)((!(((RuntimeObject*)(GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B*)L_16) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_17 = V_3;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_18 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_18);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_19 = L_18->get_topLevel_0();
|
|
GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* L_20 = ___options2;
|
|
NullCheck(L_19);
|
|
VirtActionInvoker1< GUILayoutOptionU5BU5D_tAB2AD0A365DBD2277A04E397AE8E1430A022AF1B* >::Invoke(13 /* System.Void UnityEngine.GUILayoutEntry::ApplyOptions(UnityEngine.GUILayoutOption[]) */, L_19, L_20);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_21 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_21);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_22 = L_21->get_layoutGroups_1();
|
|
NullCheck(L_22);
|
|
VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_22);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_23 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_23);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_24 = L_23->get_layoutGroups_1();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_25 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_25);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_26 = L_25->get_topLevel_0();
|
|
NullCheck(L_24);
|
|
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_24, L_26);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_27 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_28 = V_0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_29 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_29, /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_30 = L_29;
|
|
V_2 = L_30;
|
|
NullCheck(L_28);
|
|
L_28->set_windows_2(L_30);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_31 = V_2;
|
|
NullCheck(L_27);
|
|
L_27->set_windows_2(L_31);
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_32 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_33 = V_0;
|
|
NullCheck(L_33);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_34 = L_33->get_topLevel_0();
|
|
NullCheck(L_32);
|
|
L_32->set_topLevel_0(L_34);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_35 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_36 = V_0;
|
|
NullCheck(L_36);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_37 = L_36->get_layoutGroups_1();
|
|
NullCheck(L_35);
|
|
L_35->set_layoutGroups_1(L_37);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_38 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_39 = V_0;
|
|
NullCheck(L_39);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_40 = L_39->get_windows_2();
|
|
NullCheck(L_38);
|
|
L_38->set_windows_2(L_40);
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::Layout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Layout_mB01F00635FD538214B47A545C53E4F8C682491B5 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_Layout_mB01F00635FD538214B47A545C53E4F8C682491B5_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_0 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_0);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_1 = L_0->get_topLevel_0();
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->get_windowID_17();
|
|
V_0 = (bool)((((int32_t)L_2) == ((int32_t)(-1)))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_4 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_4);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_5 = L_4->get_topLevel_0();
|
|
NullCheck(L_5);
|
|
VirtActionInvoker0::Invoke(8 /* System.Void UnityEngine.GUILayoutEntry::CalcWidth() */, L_5);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_6 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_6);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_7 = L_6->get_topLevel_0();
|
|
int32_t L_8 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
|
|
float L_9 = GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56(/*hidden argument*/NULL);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_10 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_10);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_11 = L_10->get_topLevel_0();
|
|
NullCheck(L_11);
|
|
float L_12 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_11)->get_maxWidth_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_13 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)((float)(((float)((float)L_8)))/(float)L_9)), L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_7, (0.0f), L_13);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_14 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_14);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_15 = L_14->get_topLevel_0();
|
|
NullCheck(L_15);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, L_15);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_16 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_16);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_17 = L_16->get_topLevel_0();
|
|
int32_t L_18 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
|
|
float L_19 = GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56(/*hidden argument*/NULL);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_20 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_20);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_21 = L_20->get_topLevel_0();
|
|
NullCheck(L_21);
|
|
float L_22 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_21)->get_maxHeight_3();
|
|
float L_23 = Mathf_Min_mCF9BE0E9CAC9F18D207692BB2DAC7F3E1D4E1CB7(((float)((float)(((float)((float)L_18)))/(float)L_19)), L_22, /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_17, (0.0f), L_23);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_24 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_24);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_25 = L_24->get_windows_2();
|
|
GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967(L_25, /*hidden argument*/NULL);
|
|
goto IL_00da;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_26 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_26);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_27 = L_26->get_topLevel_0();
|
|
GUILayoutUtility_LayoutSingleGroup_m0BE91E195E4E2FC8B5B491783AFACBD1310F15A1(L_27, /*hidden argument*/NULL);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_28 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_28);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_29 = L_28->get_windows_2();
|
|
GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967(L_29, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::LayoutFromEditorWindow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_LayoutFromEditorWindow_mBE82BE965B54F68E7090952684C86BFF0538AB52 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_LayoutFromEditorWindow_mBE82BE965B54F68E7090952684C86BFF0538AB52_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_0 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_0);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_1 = L_0->get_topLevel_0();
|
|
V_0 = (bool)((!(((RuntimeObject*)(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_3 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_3);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_4 = L_3->get_topLevel_0();
|
|
NullCheck(L_4);
|
|
VirtActionInvoker0::Invoke(8 /* System.Void UnityEngine.GUILayoutEntry::CalcWidth() */, L_4);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_5 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_5);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_6 = L_5->get_topLevel_0();
|
|
int32_t L_7 = Screen_get_width_m8ECCEF7FF17395D1237BC0193D7A6640A3FEEAD3(/*hidden argument*/NULL);
|
|
float L_8 = GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56(/*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_6, (0.0f), ((float)((float)(((float)((float)L_7)))/(float)L_8)));
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_9 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_9);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_10 = L_9->get_topLevel_0();
|
|
NullCheck(L_10);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, L_10);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_11 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_11);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_12 = L_11->get_topLevel_0();
|
|
int32_t L_13 = Screen_get_height_mF5B64EBC4CDE0EAAA5713C1452ED2CE475F25150(/*hidden argument*/NULL);
|
|
float L_14 = GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56(/*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_12, (0.0f), ((float)((float)(((float)((float)L_13)))/(float)L_14)));
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_15 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_15);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_16 = L_15->get_windows_2();
|
|
GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967(L_16, /*hidden argument*/NULL);
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral8CE379368AB8E774A4F51BE28DD637628F20DA93, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::LayoutFromContainer(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_LayoutFromContainer_m729D938D81F1D0DF75265FFE42EF88A20512E7D2 (float ___w0, float ___h1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_LayoutFromContainer_m729D938D81F1D0DF75265FFE42EF88A20512E7D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_0 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_0);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_1 = L_0->get_topLevel_0();
|
|
V_0 = (bool)((!(((RuntimeObject*)(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_3 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_3);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_4 = L_3->get_topLevel_0();
|
|
NullCheck(L_4);
|
|
VirtActionInvoker0::Invoke(8 /* System.Void UnityEngine.GUILayoutEntry::CalcWidth() */, L_4);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_5 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_5);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_6 = L_5->get_topLevel_0();
|
|
float L_7 = ___w0;
|
|
NullCheck(L_6);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_6, (0.0f), L_7);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_8 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_8);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_9 = L_8->get_topLevel_0();
|
|
NullCheck(L_9);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, L_9);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_10 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_10);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_11 = L_10->get_topLevel_0();
|
|
float L_12 = ___h1;
|
|
NullCheck(L_11);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_11, (0.0f), L_12);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_13 = ((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->get_current_2();
|
|
NullCheck(L_13);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_14 = L_13->get_windows_2();
|
|
GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967(L_14, /*hidden argument*/NULL);
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogError_m3BCF9B78263152261565DCA9DB7D55F0C391ED29(_stringLiteral8CE379368AB8E774A4F51BE28DD637628F20DA93, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::LayoutFreeGroup(UnityEngine.GUILayoutGroup)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * ___toplevel0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_LayoutFreeGroup_m890E6BD9614C48B151D61F197251E3DBAC637967_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * V_1 = NULL;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_0 = ___toplevel0;
|
|
NullCheck(L_0);
|
|
List_1_t046427F3923444CF746C550FD96A3D0E4189D273 * L_1 = L_0->get_entries_11();
|
|
NullCheck(L_1);
|
|
Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 L_2 = List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF(L_1, /*hidden argument*/List_1_GetEnumerator_mA457B3CB61E2B7BAFB0F7D0ADEFD25237B4429DF_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
}
|
|
|
|
IL_000e:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 * L_3 = Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_inline((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m9422C22943D0E9900CDB7DF407D9EBE215B2A6B6_RuntimeMethod_var);
|
|
V_1 = ((GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)CastclassClass((RuntimeObject*)L_3, GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var));
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_4 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_LayoutSingleGroup_m0BE91E195E4E2FC8B5B491783AFACBD1310F15A1(L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_5 = Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m3A0A0A98E9378A32A74EC51C4CAB6C564001CAC7_RuntimeMethod_var);
|
|
if (L_5)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
IL2CPP_LEAVE(0x40, FINALLY_0031);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0031;
|
|
}
|
|
|
|
FINALLY_0031:
|
|
{ // begin finally (depth: 1)
|
|
Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2((Enumerator_t4D01DB2C4CF53D79BD58A10640F59CBCF1354587 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mB540C90AE8EBE0EB3D63A6ACE5EC863FAD1419B2_RuntimeMethod_var);
|
|
IL2CPP_END_FINALLY(49)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(49)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x40, IL_0040)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_6 = ___toplevel0;
|
|
NullCheck(L_6);
|
|
GUILayoutGroup_ResetCursor_mD159DD9E101F6F348249D27D95709E1DC5C0A13F(L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::LayoutSingleGroup(UnityEngine.GUILayoutGroup)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_LayoutSingleGroup_m0BE91E195E4E2FC8B5B491783AFACBD1310F15A1 (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * ___i0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility_LayoutSingleGroup_m0BE91E195E4E2FC8B5B491783AFACBD1310F15A1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_0 = ___i0;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->get_isWindow_16();
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_3 = ___i0;
|
|
NullCheck(L_3);
|
|
float L_4 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_3)->get_minWidth_0();
|
|
V_1 = L_4;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_5 = ___i0;
|
|
NullCheck(L_5);
|
|
float L_6 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_5)->get_maxWidth_1();
|
|
V_2 = L_6;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_7 = ___i0;
|
|
NullCheck(L_7);
|
|
VirtActionInvoker0::Invoke(8 /* System.Void UnityEngine.GUILayoutEntry::CalcWidth() */, L_7);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_8 = ___i0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_9 = ___i0;
|
|
NullCheck(L_9);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_10 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_9)->get_address_of_rect_4();
|
|
float L_11 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_10, /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_12 = ___i0;
|
|
NullCheck(L_12);
|
|
float L_13 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_12)->get_maxWidth_1();
|
|
float L_14 = V_1;
|
|
float L_15 = V_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_16 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_8, L_11, L_16);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_17 = ___i0;
|
|
NullCheck(L_17);
|
|
float L_18 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_17)->get_minHeight_2();
|
|
V_3 = L_18;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_19 = ___i0;
|
|
NullCheck(L_19);
|
|
float L_20 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_19)->get_maxHeight_3();
|
|
V_4 = L_20;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_21 = ___i0;
|
|
NullCheck(L_21);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, L_21);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_22 = ___i0;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_23 = ___i0;
|
|
NullCheck(L_23);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_24 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_23)->get_address_of_rect_4();
|
|
float L_25 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_24, /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_26 = ___i0;
|
|
NullCheck(L_26);
|
|
float L_27 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_26)->get_maxHeight_3();
|
|
float L_28 = V_3;
|
|
float L_29 = V_4;
|
|
float L_30 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_27, L_28, L_29, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_22, L_25, L_30);
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_31 = ___i0;
|
|
NullCheck(L_31);
|
|
VirtActionInvoker0::Invoke(8 /* System.Void UnityEngine.GUILayoutEntry::CalcWidth() */, L_31);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_32 = ___i0;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = L_32->get_windowID_17();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_34 = GUILayoutUtility_Internal_GetWindowRect_mE35BED0433EE8BD928CD52681620519E647A1DA9(L_33, /*hidden argument*/NULL);
|
|
V_5 = L_34;
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_35 = ___i0;
|
|
float L_36 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
|
|
float L_37 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_38 = ___i0;
|
|
NullCheck(L_38);
|
|
float L_39 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_38)->get_minWidth_0();
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_40 = ___i0;
|
|
NullCheck(L_40);
|
|
float L_41 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_40)->get_maxWidth_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_42 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_37, L_39, L_41, /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, L_35, L_36, L_42);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_43 = ___i0;
|
|
NullCheck(L_43);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, L_43);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_44 = ___i0;
|
|
float L_45 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
|
|
float L_46 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_5), /*hidden argument*/NULL);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_47 = ___i0;
|
|
NullCheck(L_47);
|
|
float L_48 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_47)->get_minHeight_2();
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_49 = ___i0;
|
|
NullCheck(L_49);
|
|
float L_50 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_49)->get_maxHeight_3();
|
|
float L_51 = Mathf_Clamp_m033DD894F89E6DCCDAFC580091053059C86A4507(L_46, L_48, L_50, /*hidden argument*/NULL);
|
|
NullCheck(L_44);
|
|
VirtActionInvoker2< float, float >::Invoke(11 /* System.Void UnityEngine.GUILayoutEntry::SetVertical(System.Single,System.Single) */, L_44, L_45, L_51);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_52 = ___i0;
|
|
NullCheck(L_52);
|
|
int32_t L_53 = L_52->get_windowID_17();
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_54 = ___i0;
|
|
NullCheck(L_54);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_55 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)L_54)->get_rect_4();
|
|
GUILayoutUtility_Internal_MoveWindow_mFCB2DFE399B833D263138CF0A57626AFF52CB037(L_53, L_55, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility__cctor_m6C436C771D62B8982AE0E47DD5D41C607988395F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUILayoutUtility__cctor_m6C436C771D62B8982AE0E47DD5D41C607988395F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * L_0 = (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 *)il2cpp_codegen_object_new(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mD9286F4A0EF1BEC0B6BC4BD72D8D6A246B994EBF(L_0, /*hidden argument*/Dictionary_2__ctor_mD9286F4A0EF1BEC0B6BC4BD72D8D6A246B994EBF_RuntimeMethod_var);
|
|
((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->set_s_StoredLayouts_0(L_0);
|
|
Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 * L_1 = (Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1 *)il2cpp_codegen_object_new(Dictionary_2_t0F1A21E14D53E05B0F1D474060AC4B36995FBCA1_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mD9286F4A0EF1BEC0B6BC4BD72D8D6A246B994EBF(L_1, /*hidden argument*/Dictionary_2__ctor_mD9286F4A0EF1BEC0B6BC4BD72D8D6A246B994EBF_RuntimeMethod_var);
|
|
((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->set_s_StoredWindows_1(L_1);
|
|
LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * L_2 = (LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 *)il2cpp_codegen_object_new(LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468_il2cpp_TypeInfo_var);
|
|
LayoutCache__ctor_mF66D53540321BFD98CA89285D2E8FFDA5014A9CE(L_2, /*hidden argument*/NULL);
|
|
((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->set_current_2(L_2);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_3), (0.0f), (0.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
|
|
((GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_StaticFields*)il2cpp_codegen_static_fields_for(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var))->set_kDummyRect_3(L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::Internal_GetWindowRect_Injected(System.Int32,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Internal_GetWindowRect_Injected_mE78DA4F8B25471CEFFCB6F43E37C7966FE436EEE (int32_t ___windowID0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUILayoutUtility_Internal_GetWindowRect_Injected_mE78DA4F8B25471CEFFCB6F43E37C7966FE436EEE_ftn) (int32_t, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *);
|
|
static GUILayoutUtility_Internal_GetWindowRect_Injected_mE78DA4F8B25471CEFFCB6F43E37C7966FE436EEE_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUILayoutUtility_Internal_GetWindowRect_Injected_mE78DA4F8B25471CEFFCB6F43E37C7966FE436EEE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUILayoutUtility::Internal_GetWindowRect_Injected(System.Int32,UnityEngine.Rect&)");
|
|
_il2cpp_icall_func(___windowID0, ___ret1);
|
|
}
|
|
// System.Void UnityEngine.GUILayoutUtility::Internal_MoveWindow_Injected(System.Int32,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUILayoutUtility_Internal_MoveWindow_Injected_mD80D56182A5684AC3BDA2B50AC8191974A064ABE (int32_t ___windowID0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___r1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUILayoutUtility_Internal_MoveWindow_Injected_mD80D56182A5684AC3BDA2B50AC8191974A064ABE_ftn) (int32_t, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *);
|
|
static GUILayoutUtility_Internal_MoveWindow_Injected_mD80D56182A5684AC3BDA2B50AC8191974A064ABE_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUILayoutUtility_Internal_MoveWindow_Injected_mD80D56182A5684AC3BDA2B50AC8191974A064ABE_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUILayoutUtility::Internal_MoveWindow_Injected(System.Int32,UnityEngine.Rect&)");
|
|
_il2cpp_icall_func(___windowID0, ___r1);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.GUILayoutUtility_LayoutCache::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LayoutCache__ctor_mF66D53540321BFD98CA89285D2E8FFDA5014A9CE (LayoutCache_t0D14FE6139444D164ECA5D31E39E625D80077468 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (LayoutCache__ctor_mF66D53540321BFD98CA89285D2E8FFDA5014A9CE_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_0 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_0, /*hidden argument*/NULL);
|
|
__this->set_topLevel_0(L_0);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_1 = (GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC *)il2cpp_codegen_object_new(GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC_il2cpp_TypeInfo_var);
|
|
GenericStack__ctor_m0659B84DB6B093AF1F01F566686C510DDEEAE848(L_1, /*hidden argument*/NULL);
|
|
__this->set_layoutGroups_1(L_1);
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_2 = (GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 *)il2cpp_codegen_object_new(GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601_il2cpp_TypeInfo_var);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(L_2, /*hidden argument*/NULL);
|
|
__this->set_windows_2(L_2);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_3 = __this->get_layoutGroups_1();
|
|
GUILayoutGroup_tCC791055AD03074C1257B699304E4B45C97DE601 * L_4 = __this->get_topLevel_0();
|
|
NullCheck(L_3);
|
|
VirtActionInvoker1< RuntimeObject * >::Invoke(19 /* System.Void System.Collections.Stack::Push(System.Object) */, L_3, L_4);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.GUIScrollGroup::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIScrollGroup__ctor_m02640E287AFD4B19EA03F7867247ED9D0836F41D (GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_allowHorizontalScroll_37((bool)1);
|
|
__this->set_allowVerticalScroll_38((bool)1);
|
|
GUILayoutGroup__ctor_m14D8B35B4A89F6688D354A534ED871860905BA3B(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIScrollGroup::CalcWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIScrollGroup_CalcWidth_mA061AA4FA5BDE43DF862D57E7BF7C2A13147AA86 (GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE * __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
{
|
|
float L_0 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minWidth_0();
|
|
V_0 = L_0;
|
|
float L_1 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxWidth_1();
|
|
V_1 = L_1;
|
|
bool L_2 = __this->get_allowHorizontalScroll_37();
|
|
V_2 = L_2;
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0((0.0f));
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1((0.0f));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
GUILayoutGroup_CalcWidth_m0D2819C659392B14175C2B163DD889AD35794A9B(__this, /*hidden argument*/NULL);
|
|
float L_4 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minWidth_0();
|
|
__this->set_calcMinWidth_31(L_4);
|
|
float L_5 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxWidth_1();
|
|
__this->set_calcMaxWidth_32(L_5);
|
|
bool L_6 = __this->get_allowHorizontalScroll_37();
|
|
V_3 = L_6;
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
float L_8 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minWidth_0();
|
|
V_4 = (bool)((((float)L_8) > ((float)(32.0f)))? 1 : 0);
|
|
bool L_9 = V_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0((32.0f));
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
float L_10 = V_0;
|
|
V_5 = (bool)((((int32_t)((((float)L_10) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_11 = V_5;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = V_0;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0(L_12);
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
float L_13 = V_1;
|
|
V_6 = (bool)((((int32_t)((((float)L_13) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_14 = V_6;
|
|
if (!L_14)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
float L_15 = V_1;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1(L_15);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_stretchWidth_5(0);
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIScrollGroup::SetHorizontal(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIScrollGroup_SetHorizontal_m89C0FEDC0F240656C2E692503321EFFF6E6107DA (GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE * __this, float ___x0, float ___width1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
float G_B3_0 = 0.0f;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
bool L_0 = __this->get_needsVerticalScrollbar_40();
|
|
if (L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
float L_1 = ___width1;
|
|
G_B3_0 = L_1;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_2 = ___width1;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_3 = __this->get_verticalScrollbar_42();
|
|
NullCheck(L_3);
|
|
float L_4 = GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D(L_3, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = __this->get_verticalScrollbar_42();
|
|
NullCheck(L_5);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_6 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_5, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_6, /*hidden argument*/NULL);
|
|
G_B3_0 = ((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_2, (float)L_4)), (float)(((float)((float)L_7)))));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
V_0 = G_B3_0;
|
|
bool L_8 = __this->get_allowHorizontalScroll_37();
|
|
if (!L_8)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
float L_9 = V_0;
|
|
float L_10 = __this->get_calcMinWidth_31();
|
|
G_B6_0 = ((((float)L_9) < ((float)L_10))? 1 : 0);
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
G_B6_0 = 0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
V_1 = (bool)G_B6_0;
|
|
bool L_11 = V_1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
__this->set_needsHorizontalScrollbar_39((bool)1);
|
|
float L_12 = __this->get_calcMinWidth_31();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0(L_12);
|
|
float L_13 = __this->get_calcMaxWidth_32();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1(L_13);
|
|
float L_14 = ___x0;
|
|
float L_15 = __this->get_calcMinWidth_31();
|
|
GUILayoutGroup_SetHorizontal_m0AFB617E7BB6B32431BA65873B27660E6E5C9E51(__this, L_14, L_15, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_16 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_17 = ___width1;
|
|
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, L_17, /*hidden argument*/NULL);
|
|
float L_18 = __this->get_calcMinWidth_31();
|
|
__this->set_clientWidth_35(L_18);
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
__this->set_needsHorizontalScrollbar_39((bool)0);
|
|
bool L_19 = __this->get_allowHorizontalScroll_37();
|
|
V_2 = L_19;
|
|
bool L_20 = V_2;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
float L_21 = __this->get_calcMinWidth_31();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minWidth_0(L_21);
|
|
float L_22 = __this->get_calcMaxWidth_32();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxWidth_1(L_22);
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
float L_23 = ___x0;
|
|
float L_24 = V_0;
|
|
GUILayoutGroup_SetHorizontal_m0AFB617E7BB6B32431BA65873B27660E6E5C9E51(__this, L_23, L_24, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_25 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_26 = ___width1;
|
|
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_25, L_26, /*hidden argument*/NULL);
|
|
float L_27 = V_0;
|
|
__this->set_clientWidth_35(L_27);
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIScrollGroup::CalcHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIScrollGroup_CalcHeight_mD3A3C0B44A1E4DC567D1E8C20A68E1DD786EC196 (GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE * __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
float V_4 = 0.0f;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
{
|
|
float L_0 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minHeight_2();
|
|
V_0 = L_0;
|
|
float L_1 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxHeight_3();
|
|
V_1 = L_1;
|
|
bool L_2 = __this->get_allowVerticalScroll_38();
|
|
V_2 = L_2;
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2((0.0f));
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3((0.0f));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
GUILayoutGroup_CalcHeight_m0511BD2172BC13D54ABC8DB5887A91C17E9F21BB(__this, /*hidden argument*/NULL);
|
|
float L_4 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minHeight_2();
|
|
__this->set_calcMinHeight_33(L_4);
|
|
float L_5 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxHeight_3();
|
|
__this->set_calcMaxHeight_34(L_5);
|
|
bool L_6 = __this->get_needsHorizontalScrollbar_39();
|
|
V_3 = L_6;
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_8 = __this->get_horizontalScrollbar_41();
|
|
NullCheck(L_8);
|
|
float L_9 = GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708(L_8, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_10 = __this->get_horizontalScrollbar_41();
|
|
NullCheck(L_10);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_11 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
int32_t L_12 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_11, /*hidden argument*/NULL);
|
|
V_4 = ((float)il2cpp_codegen_add((float)L_9, (float)(((float)((float)L_12)))));
|
|
float L_13 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minHeight_2();
|
|
float L_14 = V_4;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(((float)il2cpp_codegen_add((float)L_13, (float)L_14)));
|
|
float L_15 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxHeight_3();
|
|
float L_16 = V_4;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(((float)il2cpp_codegen_add((float)L_15, (float)L_16)));
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
bool L_17 = __this->get_allowVerticalScroll_38();
|
|
V_5 = L_17;
|
|
bool L_18 = V_5;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
float L_19 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minHeight_2();
|
|
V_6 = (bool)((((float)L_19) > ((float)(32.0f)))? 1 : 0);
|
|
bool L_20 = V_6;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2((32.0f));
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
float L_21 = V_0;
|
|
V_7 = (bool)((((int32_t)((((float)L_21) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_22 = V_7;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
float L_23 = V_0;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(L_23);
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
float L_24 = V_1;
|
|
V_8 = (bool)((((int32_t)((((float)L_24) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_25 = V_8;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
float L_26 = V_1;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(L_26);
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_stretchHeight_6(0);
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIScrollGroup::SetVertical(System.Single,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIScrollGroup_SetVertical_m4EF0255426047DF9A3E4C63C1ACBF3FE0690A7AB (GUIScrollGroup_tF7FE45226FB28968F68A8D2428FE9EA7DC5B18EE * __this, float ___y0, float ___height1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
bool V_5 = false;
|
|
float V_6 = 0.0f;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
float L_0 = ___height1;
|
|
V_0 = L_0;
|
|
bool L_1 = __this->get_needsHorizontalScrollbar_39();
|
|
V_1 = L_1;
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
float L_3 = V_0;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = __this->get_horizontalScrollbar_41();
|
|
NullCheck(L_4);
|
|
float L_5 = GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708(L_4, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = __this->get_horizontalScrollbar_41();
|
|
NullCheck(L_6);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_7 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_7, /*hidden argument*/NULL);
|
|
V_0 = ((float)il2cpp_codegen_subtract((float)L_3, (float)((float)il2cpp_codegen_add((float)L_5, (float)(((float)((float)L_8)))))));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
bool L_9 = __this->get_allowVerticalScroll_38();
|
|
if (!L_9)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
float L_10 = V_0;
|
|
float L_11 = __this->get_calcMinHeight_33();
|
|
G_B5_0 = ((((float)L_10) < ((float)L_11))? 1 : 0);
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
bool L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
bool L_13 = __this->get_needsHorizontalScrollbar_39();
|
|
if (L_13)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
bool L_14 = __this->get_needsVerticalScrollbar_40();
|
|
G_B9_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
G_B9_0 = 0;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
V_5 = (bool)G_B9_0;
|
|
bool L_15 = V_5;
|
|
if (!L_15)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_16 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_17 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_16, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_18 = __this->get_verticalScrollbar_42();
|
|
NullCheck(L_18);
|
|
float L_19 = GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D(L_18, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_20 = __this->get_verticalScrollbar_42();
|
|
NullCheck(L_20);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_21 = GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA(L_20, /*hidden argument*/NULL);
|
|
NullCheck(L_21);
|
|
int32_t L_22 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_21, /*hidden argument*/NULL);
|
|
__this->set_clientWidth_35(((float)il2cpp_codegen_subtract((float)((float)il2cpp_codegen_subtract((float)L_17, (float)L_19)), (float)(((float)((float)L_22))))));
|
|
float L_23 = __this->get_clientWidth_35();
|
|
float L_24 = __this->get_calcMinWidth_31();
|
|
V_7 = (bool)((((float)L_23) < ((float)L_24))? 1 : 0);
|
|
bool L_25 = V_7;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
float L_26 = __this->get_calcMinWidth_31();
|
|
__this->set_clientWidth_35(L_26);
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_27 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_28 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_27, /*hidden argument*/NULL);
|
|
V_6 = L_28;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_29 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_30 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_29, /*hidden argument*/NULL);
|
|
float L_31 = __this->get_clientWidth_35();
|
|
VirtActionInvoker2< float, float >::Invoke(10 /* System.Void UnityEngine.GUILayoutEntry::SetHorizontal(System.Single,System.Single) */, __this, L_30, L_31);
|
|
VirtActionInvoker0::Invoke(9 /* System.Void UnityEngine.GUILayoutEntry::CalcHeight() */, __this);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_32 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_33 = V_6;
|
|
Rect_set_width_mC81EF602AC91E0C615C12FCE060254A461A152B8((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_32, L_33, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
float L_34 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_minHeight_2();
|
|
V_3 = L_34;
|
|
float L_35 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_maxHeight_3();
|
|
V_4 = L_35;
|
|
float L_36 = __this->get_calcMinHeight_33();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(L_36);
|
|
float L_37 = __this->get_calcMaxHeight_34();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(L_37);
|
|
float L_38 = ___y0;
|
|
float L_39 = __this->get_calcMinHeight_33();
|
|
GUILayoutGroup_SetVertical_m29D8744D2D1464EF4E6E4008CD21F5E44D6CB146(__this, L_38, L_39, /*hidden argument*/NULL);
|
|
float L_40 = V_3;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(L_40);
|
|
float L_41 = V_4;
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(L_41);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_42 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_43 = ___height1;
|
|
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_42, L_43, /*hidden argument*/NULL);
|
|
float L_44 = __this->get_calcMinHeight_33();
|
|
__this->set_clientHeight_36(L_44);
|
|
goto IL_0196;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
bool L_45 = __this->get_allowVerticalScroll_38();
|
|
V_8 = L_45;
|
|
bool L_46 = V_8;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
{
|
|
float L_47 = __this->get_calcMinHeight_33();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_minHeight_2(L_47);
|
|
float L_48 = __this->get_calcMaxHeight_34();
|
|
((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->set_maxHeight_3(L_48);
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
float L_49 = ___y0;
|
|
float L_50 = V_0;
|
|
GUILayoutGroup_SetVertical_m29D8744D2D1464EF4E6E4008CD21F5E44D6CB146(__this, L_49, L_50, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE * L_51 = ((GUILayoutEntry_t84827D72E8F6B673B1DB9F9FD91C9991007C9845 *)__this)->get_address_of_rect_4();
|
|
float L_52 = ___height1;
|
|
Rect_set_height_mF4CB5A97D4706696F1C9EA31A5D8C466E48050D6((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)L_51, L_52, /*hidden argument*/NULL);
|
|
float L_53 = V_0;
|
|
__this->set_clientHeight_36(L_53);
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Single UnityEngine.GUISettings::Internal_GetCursorFlashSpeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUISettings_Internal_GetCursorFlashSpeed_m0D6BCB76C522A94639D660B48EB0845C008B56F4 (const RuntimeMethod* method)
|
|
{
|
|
typedef float (*GUISettings_Internal_GetCursorFlashSpeed_m0D6BCB76C522A94639D660B48EB0845C008B56F4_ftn) ();
|
|
static GUISettings_Internal_GetCursorFlashSpeed_m0D6BCB76C522A94639D660B48EB0845C008B56F4_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUISettings_Internal_GetCursorFlashSpeed_m0D6BCB76C522A94639D660B48EB0845C008B56F4_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUISettings::Internal_GetCursorFlashSpeed()");
|
|
float retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Boolean UnityEngine.GUISettings::get_doubleClickSelectsWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUISettings_get_doubleClickSelectsWord_mDCD80C51E863F506291DEC594458AAD32EE35373 (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = __this->get_m_DoubleClickSelectsWord_0();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUISettings::get_tripleClickSelectsLine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUISettings_get_tripleClickSelectsLine_m30AFF210DE9727A69BD08C4209EC1B2BA0826F59 (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = __this->get_m_TripleClickSelectsLine_1();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.Color UnityEngine.GUISettings::get_cursorColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GUISettings_get_cursorColor_m764554A1426416FED49BD67285B4C9A22D2A8706 (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method)
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_CursorColor_2();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.GUISettings::get_cursorFlashSpeed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUISettings_get_cursorFlashSpeed_m97F5D1728F8B9D427670DE2FA850FE3836E8CABC (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
float V_1 = 0.0f;
|
|
{
|
|
float L_0 = __this->get_m_CursorFlashSpeed_3();
|
|
V_0 = (bool)((((int32_t)((!(((float)L_0) >= ((float)(0.0f))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = __this->get_m_CursorFlashSpeed_3();
|
|
V_1 = L_2;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
float L_3 = GUISettings_Internal_GetCursorFlashSpeed_m0D6BCB76C522A94639D660B48EB0845C008B56F4(/*hidden argument*/NULL);
|
|
V_1 = L_3;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
float L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.Color UnityEngine.GUISettings::get_selectionColor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 GUISettings_get_selectionColor_mB0F17A996AE08CF7A73975C05F4985736740141D (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method)
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = __this->get_m_SelectionColor_4();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISettings::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISettings__ctor_m6D2D6608CE04A741235BF0C8E134195B196F116D (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_m_DoubleClickSelectsWord_0((bool)1);
|
|
__this->set_m_TripleClickSelectsLine_1((bool)1);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_0 = Color_get_white_mE7F3AC4FF0D6F35E48049C73116A222CBE96D905(/*hidden argument*/NULL);
|
|
__this->set_m_CursorColor_2(L_0);
|
|
__this->set_m_CursorFlashSpeed_3((-1.0f));
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Color__ctor_mC9AEEB3931D5B8C37483A884DD8EB40DC8946369((&L_1), (0.5f), (0.5f), (1.0f), /*hidden argument*/NULL);
|
|
__this->set_m_SelectionColor_4(L_1);
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.GUISkin::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin__ctor_mD75B370774F1DA0C871C8C642299E8DB4B0FABFF (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin__ctor_mD75B370774F1DA0C871C8C642299E8DB4B0FABFF_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_0 = (GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 *)il2cpp_codegen_object_new(GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4_il2cpp_TypeInfo_var);
|
|
GUISettings__ctor_m6D2D6608CE04A741235BF0C8E134195B196F116D(L_0, /*hidden argument*/NULL);
|
|
__this->set_m_Settings_28(L_0);
|
|
__this->set_m_Styles_30((Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *)NULL);
|
|
ScriptableObject__ctor_m6E2B3821A4A361556FC12E9B1C71E1D5DC002C5B(__this, /*hidden argument*/NULL);
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_1 = (GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB*)(GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB*)SZArrayNew(GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
__this->set_m_CustomStyles_27(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::OnEnable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_OnEnable_mD8DE1BF0D0D0DA01EF240CE80C8B890DC03D30D0 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::CleanupRoots()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_CleanupRoots_m00D215E556265ACF704EA1C31399298DB092BA02 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_CleanupRoots_m00D215E556265ACF704EA1C31399298DB092BA02_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->set_current_32((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 *)NULL);
|
|
((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->set_ms_Error_29((GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Font UnityEngine.GUISkin::get_font()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * GUISkin_get_font_m54200DFAF834B835CE6598E1BA5B41382BC33AD5 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * V_0 = NULL;
|
|
{
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = __this->get_m_Font_4();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_font(UnityEngine.Font)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_font_m2602A62DF6F035C7DA9BF4411C5F117022B5C07F (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_set_font_m2602A62DF6F035C7DA9BF4411C5F117022B5C07F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = ___value0;
|
|
__this->set_m_Font_4(L_0);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_1 = ((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->get_current_32();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Object_tAE11E5E46CD5C37C9F3E8950C00CD8B45666A2D0_il2cpp_TypeInfo_var);
|
|
bool L_2 = Object_op_Equality_mBC2401774F3BE33E8CF6F0A8148E66C95D6CFF1C(L_1, __this, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_4 = __this->get_m_Font_4();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_SetDefaultFont_m09D149F682E885D7058E3C48EB42C9E62363E381(L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_box()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_box_m7305FA20CDC5A31518AE753AEF7B9075F6242B11 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_box_5();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_box(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_box_m6D6D19E122461C6B2945349AA6ECD53E355702B0 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_box_5(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_label()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_label_mC5C9D4CD377D7F5BB970B01E665EE077565AFF72 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_label_8();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_label(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_label_m7EC231FDB8DEC9A5CD794578D70BB76A1978F508 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_label_8(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_textField()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_textField_m7C206D0A044A8D5DD00E63BCD7958089E77419E9 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_textField_9();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_textField(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_textField_m641D44C99CFC17A18BC0F094D4C810742222D0D2 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_textField_9(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_textArea()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_textArea_m865E5C1D39519731718B66C9C993DFDEE0299C92 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_textArea_10();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_textArea(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_textArea_m3C0C4795FC031AA0E8815FA9E0CAD304E1266157 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_textArea_10(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_button()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_button_m015FA6A0418D94F03B5F12131DED65CCFDCA8F7A (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_button_6();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_button(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_button_m6DE2099849A8911FA77BE275B2552E48A356A67E (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_button_6(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_toggle()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_toggle_mB5459058B1C84826D47FA9BFE9CC9D05BB074030 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_toggle_7();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_toggle(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_toggle_mD80DC18C72883EE616583CB75FA6C83F5C4C29F8 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_toggle_7(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_window()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_window_mD0E9B84DBBDF7CA3FB566849E4507B5E4C6490B9 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_window_11();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_window(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_window_m2284011FEDEADF15D6AA2ACD636244B74C5A6F3A (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_window_11(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalSlider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_horizontalSlider_mDC40C8921B044801488863EC52002C84C68E570B (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_horizontalSlider_12();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_horizontalSlider(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_horizontalSlider_m761A767684EB3014E2D50D377C2B381B46FCF931 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_horizontalSlider_12(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalSliderThumb()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_horizontalSliderThumb_m0906181E7D7A364A784031556658BC2AB14A49DD (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_horizontalSliderThumb_13();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_horizontalSliderThumb(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_horizontalSliderThumb_mEA4D61F20729CCBC6E3CBCC7E0AD5A48E37DF056 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_horizontalSliderThumb_13(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalSliderThumbExtent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_horizontalSliderThumbExtent_mC06DFB3D8BFFE3B610E6E78D846C5E97BAE689CF (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_horizontalSliderThumbExtent_14();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_horizontalSliderThumbExtent(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_horizontalSliderThumbExtent_m6A9C37193CC2F691A4A635CA3C2B7FF86D4796D2 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_horizontalSliderThumbExtent_14(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalSlider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_verticalSlider_m42A66BFEEF219C34908FA492CD9604252FC270D9 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_verticalSlider_15();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_verticalSlider(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_verticalSlider_m66ED35A0709DDE6CD08065C6951AD32582B0A784 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_verticalSlider_15(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalSliderThumb()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_verticalSliderThumb_m0E0CCACBEE8D9ECF5AF19D310A14F156B1F85D18 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_verticalSliderThumb_16();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_verticalSliderThumb(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_verticalSliderThumb_m0920AB66A75D6CE103EBA218BB8FEEEF9306DC1D (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_verticalSliderThumb_16(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalSliderThumbExtent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_verticalSliderThumbExtent_mBFC25813D08E0E5007E222A84BB191391BDD3E90 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_verticalSliderThumbExtent_17();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_verticalSliderThumbExtent(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_verticalSliderThumbExtent_m2CA4BBB8D48C2D8386B8F989630860C5961AA6C9 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_verticalSliderThumbExtent_17(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalScrollbar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_horizontalScrollbar_m6C3C35BE443E12CA9AA4B7915C4FF704315D6D0F (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_horizontalScrollbar_18();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_horizontalScrollbar(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_horizontalScrollbar_m4F2E03DEC3A2004F2912F53610D8F84EE62ACFF0 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_horizontalScrollbar_18(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalScrollbarThumb()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_horizontalScrollbarThumb_mDBF72BAF3A76876F1913BC77DFD913198606415F (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_horizontalScrollbarThumb_19();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_horizontalScrollbarThumb(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_horizontalScrollbarThumb_mEF470A49847D208F6B190FDBDF7704FFDFD23359 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_horizontalScrollbarThumb_19(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalScrollbarLeftButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_horizontalScrollbarLeftButton_mFB71A2ABCB046937048320741EED4C0F0573A126 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_horizontalScrollbarLeftButton_20();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_horizontalScrollbarLeftButton(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_horizontalScrollbarLeftButton_mBB8EE6C404FD9BF0C9BD9B4B6FD036086C044BA3 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_horizontalScrollbarLeftButton_20(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_horizontalScrollbarRightButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_horizontalScrollbarRightButton_m375017416DFEBFB9D964BC377990D8A71F04EB39 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_horizontalScrollbarRightButton_21();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_horizontalScrollbarRightButton(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_horizontalScrollbarRightButton_mA7B3670FAB6323B7E3F7F2A15640263BB0F3685A (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_horizontalScrollbarRightButton_21(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalScrollbar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_verticalScrollbar_mCA438980059FF28128B638E6BF442E104BACE20B (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_verticalScrollbar_22();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_verticalScrollbar(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_verticalScrollbar_mE5B8C6F35870AA16403FB8202B36D56F2314F9B7 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_verticalScrollbar_22(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalScrollbarThumb()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_verticalScrollbarThumb_m4D613B4477826F86001B59CB3AD41466AF8C06EF (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_verticalScrollbarThumb_23();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_verticalScrollbarThumb(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_verticalScrollbarThumb_mF1A3CE45DA1A0FE4022BF95B9F8FD6B9733B48AA (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_verticalScrollbarThumb_23(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalScrollbarUpButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_verticalScrollbarUpButton_m46DD4FA65B21D3C9FFFD1A1B1A6852B020C94AB5 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_verticalScrollbarUpButton_24();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_verticalScrollbarUpButton(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_verticalScrollbarUpButton_m6407C9BFD7172E7E3A8583C34451EE331705AA6A (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_verticalScrollbarUpButton_24(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_verticalScrollbarDownButton()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_verticalScrollbarDownButton_m6204382C228748A2535AA0E6640407A062F14004 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_verticalScrollbarDownButton_25();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_verticalScrollbarDownButton(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_verticalScrollbarDownButton_m7B0275CBF0BCE8F95B8FF3436466A6490E0B7D62 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_verticalScrollbarDownButton_25(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_scrollView()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_scrollView_m65256AD31599E1AEE8B9424EE9BA5385CEF9144F (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_ScrollView_26();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_scrollView(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_scrollView_m6B28717B83555F80AB3EA1798FDE15C2A2645C72 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___value0;
|
|
__this->set_m_ScrollView_26(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle[] UnityEngine.GUISkin::get_customStyles()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* GUISkin_get_customStyles_mC004E300635814033B6074ADCCCCCCC2B8F56D3C (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* V_0 = NULL;
|
|
{
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_0 = __this->get_m_CustomStyles_27();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::set_customStyles(UnityEngine.GUIStyle[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_set_customStyles_m4F3203A3237CDA3799A0A4C440EF8A54B059EEC5 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_0 = ___value0;
|
|
__this->set_m_CustomStyles_27(L_0);
|
|
GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUISettings UnityEngine.GUISkin::get_settings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * V_0 = NULL;
|
|
{
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_0 = __this->get_m_Settings_28();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::get_error()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_get_error_m40FBD0C57353CBFD8EE75B796E3EADBF9033C47F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_get_error_m40FBD0C57353CBFD8EE75B796E3EADBF9033C47F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_1 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->get_ms_Error_29();
|
|
V_0 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_2, /*hidden argument*/NULL);
|
|
((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->set_ms_Error_29(L_2);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_3 = ((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->get_ms_Error_29();
|
|
NullCheck(L_3);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_3, _stringLiteralA93D2B140984CB1ED70E8B2F25565EF16927EE77, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = ((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->get_ms_Error_29();
|
|
V_1 = L_4;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::Apply()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_Apply_mA93B0EEE3C2DE1F8D867A472130CDA98814C8A49_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_0 = __this->get_m_CustomStyles_27();
|
|
V_0 = (bool)((((RuntimeObject*)(GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB*)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(_stringLiteral0D421A870FA2CD6E6DCF150A4ACE67EC7405AF75, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
GUISkin_BuildStyleCache_m2C68BB5521EAF11FC98C86D7E60008901D61866A(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::BuildStyleCache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_BuildStyleCache_m2C68BB5521EAF11FC98C86D7E60008901D61866A (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_BuildStyleCache_m2C68BB5521EAF11FC98C86D7E60008901D61866A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
bool V_16 = false;
|
|
bool V_17 = false;
|
|
bool V_18 = false;
|
|
bool V_19 = false;
|
|
bool V_20 = false;
|
|
int32_t V_21 = 0;
|
|
bool V_22 = false;
|
|
bool V_23 = false;
|
|
bool V_24 = false;
|
|
bool V_25 = false;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_box_5();
|
|
V_0 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_2, /*hidden argument*/NULL);
|
|
__this->set_m_box_5(L_2);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_3 = __this->get_m_button_6();
|
|
V_1 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_3) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_5, /*hidden argument*/NULL);
|
|
__this->set_m_button_6(L_5);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = __this->get_m_toggle_7();
|
|
V_2 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_6) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_8 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_8, /*hidden argument*/NULL);
|
|
__this->set_m_toggle_7(L_8);
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_9 = __this->get_m_label_8();
|
|
V_3 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_9) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_11 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_11, /*hidden argument*/NULL);
|
|
__this->set_m_label_8(L_11);
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_12 = __this->get_m_window_11();
|
|
V_4 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_12) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_13 = V_4;
|
|
if (!L_13)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_14 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_14, /*hidden argument*/NULL);
|
|
__this->set_m_window_11(L_14);
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_15 = __this->get_m_textField_9();
|
|
V_5 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_15) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_16 = V_5;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_17 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_17, /*hidden argument*/NULL);
|
|
__this->set_m_textField_9(L_17);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_18 = __this->get_m_textArea_10();
|
|
V_6 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_18) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_19 = V_6;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_20 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_20, /*hidden argument*/NULL);
|
|
__this->set_m_textArea_10(L_20);
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_21 = __this->get_m_horizontalSlider_12();
|
|
V_7 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_21) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_22 = V_7;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_23 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_23, /*hidden argument*/NULL);
|
|
__this->set_m_horizontalSlider_12(L_23);
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_24 = __this->get_m_horizontalSliderThumb_13();
|
|
V_8 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_24) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_25 = V_8;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_26 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_26, /*hidden argument*/NULL);
|
|
__this->set_m_horizontalSliderThumb_13(L_26);
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_27 = __this->get_m_verticalSlider_15();
|
|
V_9 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_27) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_28 = V_9;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_29 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_29, /*hidden argument*/NULL);
|
|
__this->set_m_verticalSlider_15(L_29);
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_30 = __this->get_m_verticalSliderThumb_16();
|
|
V_10 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_30) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_31 = V_10;
|
|
if (!L_31)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_32 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_32, /*hidden argument*/NULL);
|
|
__this->set_m_verticalSliderThumb_16(L_32);
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_33 = __this->get_m_horizontalScrollbar_18();
|
|
V_11 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_33) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_34 = V_11;
|
|
if (!L_34)
|
|
{
|
|
goto IL_0131;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_35 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_35, /*hidden argument*/NULL);
|
|
__this->set_m_horizontalScrollbar_18(L_35);
|
|
}
|
|
|
|
IL_0131:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_36 = __this->get_m_horizontalScrollbarThumb_19();
|
|
V_12 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_36) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_37 = V_12;
|
|
if (!L_37)
|
|
{
|
|
goto IL_014b;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_38 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_38, /*hidden argument*/NULL);
|
|
__this->set_m_horizontalScrollbarThumb_19(L_38);
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_39 = __this->get_m_horizontalScrollbarLeftButton_20();
|
|
V_13 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_39) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_40 = V_13;
|
|
if (!L_40)
|
|
{
|
|
goto IL_0165;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_41 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_41, /*hidden argument*/NULL);
|
|
__this->set_m_horizontalScrollbarLeftButton_20(L_41);
|
|
}
|
|
|
|
IL_0165:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_42 = __this->get_m_horizontalScrollbarRightButton_21();
|
|
V_14 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_42) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_43 = V_14;
|
|
if (!L_43)
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_44 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_44, /*hidden argument*/NULL);
|
|
__this->set_m_horizontalScrollbarRightButton_21(L_44);
|
|
}
|
|
|
|
IL_017f:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_45 = __this->get_m_verticalScrollbar_22();
|
|
V_15 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_45) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_46 = V_15;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0199;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_47 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_47, /*hidden argument*/NULL);
|
|
__this->set_m_verticalScrollbar_22(L_47);
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_48 = __this->get_m_verticalScrollbarThumb_23();
|
|
V_16 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_48) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_49 = V_16;
|
|
if (!L_49)
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_50 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_50, /*hidden argument*/NULL);
|
|
__this->set_m_verticalScrollbarThumb_23(L_50);
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_51 = __this->get_m_verticalScrollbarUpButton_24();
|
|
V_17 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_51) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_52 = V_17;
|
|
if (!L_52)
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_53 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_53, /*hidden argument*/NULL);
|
|
__this->set_m_verticalScrollbarUpButton_24(L_53);
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_54 = __this->get_m_verticalScrollbarDownButton_25();
|
|
V_18 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_54) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_55 = V_18;
|
|
if (!L_55)
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_56 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_56, /*hidden argument*/NULL);
|
|
__this->set_m_verticalScrollbarDownButton_25(L_56);
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_57 = __this->get_m_ScrollView_26();
|
|
V_19 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_57) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_58 = V_19;
|
|
if (!L_58)
|
|
{
|
|
goto IL_0201;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_59 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_59, /*hidden argument*/NULL);
|
|
__this->set_m_ScrollView_26(L_59);
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_60 = StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline(/*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_61 = (Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *)il2cpp_codegen_object_new(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mE7D4915AD1A64B140D2C412B197D4D43B016074E(L_61, L_60, /*hidden argument*/Dictionary_2__ctor_mE7D4915AD1A64B140D2C412B197D4D43B016074E_RuntimeMethod_var);
|
|
__this->set_m_Styles_30(L_61);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_62 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_63 = __this->get_m_box_5();
|
|
NullCheck(L_62);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_62, _stringLiteralC7D8A6D722A1EC9A16FAE165177C418D4FD63175, L_63, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_64 = __this->get_m_box_5();
|
|
NullCheck(L_64);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_64, _stringLiteralC7D8A6D722A1EC9A16FAE165177C418D4FD63175, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_65 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_66 = __this->get_m_button_6();
|
|
NullCheck(L_65);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_65, _stringLiteral7B7FCC78D6CD1507925B769B1386CED3683F99C7, L_66, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_67 = __this->get_m_button_6();
|
|
NullCheck(L_67);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_67, _stringLiteral7B7FCC78D6CD1507925B769B1386CED3683F99C7, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_68 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_69 = __this->get_m_toggle_7();
|
|
NullCheck(L_68);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_68, _stringLiteralF9C5942B1F55CB12B8F2B5FAE21A9F1706F9D367, L_69, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_70 = __this->get_m_toggle_7();
|
|
NullCheck(L_70);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_70, _stringLiteralF9C5942B1F55CB12B8F2B5FAE21A9F1706F9D367, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_71 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_72 = __this->get_m_label_8();
|
|
NullCheck(L_71);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_71, _stringLiteral64C65374DBAB6FE3762748196D9D3A9610E2E5A9, L_72, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_73 = __this->get_m_label_8();
|
|
NullCheck(L_73);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_73, _stringLiteral64C65374DBAB6FE3762748196D9D3A9610E2E5A9, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_74 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_75 = __this->get_m_window_11();
|
|
NullCheck(L_74);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_74, _stringLiteral320AD267D8D969F285EDA5C184F5455BD29C8C95, L_75, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_76 = __this->get_m_window_11();
|
|
NullCheck(L_76);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_76, _stringLiteral320AD267D8D969F285EDA5C184F5455BD29C8C95, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_77 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_78 = __this->get_m_textField_9();
|
|
NullCheck(L_77);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_77, _stringLiteral2C72A73D3153ECA8FBF9E58315C5EE073BE0D5AB, L_78, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_79 = __this->get_m_textField_9();
|
|
NullCheck(L_79);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_79, _stringLiteral2C72A73D3153ECA8FBF9E58315C5EE073BE0D5AB, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_80 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_81 = __this->get_m_textArea_10();
|
|
NullCheck(L_80);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_80, _stringLiteralFC8656334C97C18022AE87133F261DBA949A4CDD, L_81, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_82 = __this->get_m_textArea_10();
|
|
NullCheck(L_82);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_82, _stringLiteralFC8656334C97C18022AE87133F261DBA949A4CDD, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_83 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_84 = __this->get_m_horizontalSlider_12();
|
|
NullCheck(L_83);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_83, _stringLiteral5EB8003910C4D9CB2B9CAF1A8610A9FB39ACD4BD, L_84, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_85 = __this->get_m_horizontalSlider_12();
|
|
NullCheck(L_85);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_85, _stringLiteral5EB8003910C4D9CB2B9CAF1A8610A9FB39ACD4BD, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_86 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_87 = __this->get_m_horizontalSliderThumb_13();
|
|
NullCheck(L_86);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_86, _stringLiteral8E436B06A17CFAF87BEB781E30D07B6FF58B2B71, L_87, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_88 = __this->get_m_horizontalSliderThumb_13();
|
|
NullCheck(L_88);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_88, _stringLiteral8E436B06A17CFAF87BEB781E30D07B6FF58B2B71, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_89 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_90 = __this->get_m_verticalSlider_15();
|
|
NullCheck(L_89);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_89, _stringLiteral52424150CE94D4AA9600469221595A075963D010, L_90, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_91 = __this->get_m_verticalSlider_15();
|
|
NullCheck(L_91);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_91, _stringLiteral52424150CE94D4AA9600469221595A075963D010, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_92 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_93 = __this->get_m_verticalSliderThumb_16();
|
|
NullCheck(L_92);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_92, _stringLiteral5370ABC43B604B9438E05FD111325616F5BA93EB, L_93, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_94 = __this->get_m_verticalSliderThumb_16();
|
|
NullCheck(L_94);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_94, _stringLiteral5370ABC43B604B9438E05FD111325616F5BA93EB, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_95 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_96 = __this->get_m_horizontalScrollbar_18();
|
|
NullCheck(L_95);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_95, _stringLiteral225F12AD8179D36194EBC648F0064B7E925473EC, L_96, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_97 = __this->get_m_horizontalScrollbar_18();
|
|
NullCheck(L_97);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_97, _stringLiteral225F12AD8179D36194EBC648F0064B7E925473EC, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_98 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_99 = __this->get_m_horizontalScrollbarThumb_19();
|
|
NullCheck(L_98);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_98, _stringLiteralB72EF1950CD4E44A073B202D2C0D05D8A97FD42F, L_99, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_100 = __this->get_m_horizontalScrollbarThumb_19();
|
|
NullCheck(L_100);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_100, _stringLiteralB72EF1950CD4E44A073B202D2C0D05D8A97FD42F, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_101 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_102 = __this->get_m_horizontalScrollbarLeftButton_20();
|
|
NullCheck(L_101);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_101, _stringLiteral09820128951D618D4CFE7DC0105A1B6B113C921F, L_102, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_103 = __this->get_m_horizontalScrollbarLeftButton_20();
|
|
NullCheck(L_103);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_103, _stringLiteral09820128951D618D4CFE7DC0105A1B6B113C921F, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_104 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_105 = __this->get_m_horizontalScrollbarRightButton_21();
|
|
NullCheck(L_104);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_104, _stringLiteralC1736E388224676A122F6D36DB2BFE2D5B5815D1, L_105, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_106 = __this->get_m_horizontalScrollbarRightButton_21();
|
|
NullCheck(L_106);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_106, _stringLiteralC1736E388224676A122F6D36DB2BFE2D5B5815D1, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_107 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_108 = __this->get_m_verticalScrollbar_22();
|
|
NullCheck(L_107);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_107, _stringLiteralE794E3C8A26A199BEB58080D834D082D83C3C1B2, L_108, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_109 = __this->get_m_verticalScrollbar_22();
|
|
NullCheck(L_109);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_109, _stringLiteralE794E3C8A26A199BEB58080D834D082D83C3C1B2, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_110 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_111 = __this->get_m_verticalScrollbarThumb_23();
|
|
NullCheck(L_110);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_110, _stringLiteral487A38C9550C3B08588319E52F112CE6A539A561, L_111, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_112 = __this->get_m_verticalScrollbarThumb_23();
|
|
NullCheck(L_112);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_112, _stringLiteral487A38C9550C3B08588319E52F112CE6A539A561, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_113 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_114 = __this->get_m_verticalScrollbarUpButton_24();
|
|
NullCheck(L_113);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_113, _stringLiteral047A7EA97FB24BA0C74949892C1880E97AC0FB35, L_114, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_115 = __this->get_m_verticalScrollbarUpButton_24();
|
|
NullCheck(L_115);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_115, _stringLiteral047A7EA97FB24BA0C74949892C1880E97AC0FB35, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_116 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_117 = __this->get_m_verticalScrollbarDownButton_25();
|
|
NullCheck(L_116);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_116, _stringLiteralACAB6798BE3F8F69AA0198A7C9B83ADA0F075932, L_117, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_118 = __this->get_m_verticalScrollbarDownButton_25();
|
|
NullCheck(L_118);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_118, _stringLiteralACAB6798BE3F8F69AA0198A7C9B83ADA0F075932, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_119 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_120 = __this->get_m_ScrollView_26();
|
|
NullCheck(L_119);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_119, _stringLiteral9B611144024AB5EC850C1A1C7668509DA40C92DB, L_120, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_121 = __this->get_m_ScrollView_26();
|
|
NullCheck(L_121);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_121, _stringLiteral9B611144024AB5EC850C1A1C7668509DA40C92DB, /*hidden argument*/NULL);
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_122 = __this->get_m_CustomStyles_27();
|
|
V_20 = (bool)((!(((RuntimeObject*)(GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB*)L_122) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_123 = V_20;
|
|
if (!L_123)
|
|
{
|
|
goto IL_0598;
|
|
}
|
|
}
|
|
{
|
|
V_21 = 0;
|
|
goto IL_0585;
|
|
}
|
|
|
|
IL_0546:
|
|
{
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_124 = __this->get_m_CustomStyles_27();
|
|
int32_t L_125 = V_21;
|
|
NullCheck(L_124);
|
|
int32_t L_126 = L_125;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_127 = (L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
|
|
V_22 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_127) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_128 = V_22;
|
|
if (!L_128)
|
|
{
|
|
goto IL_055b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_057f;
|
|
}
|
|
|
|
IL_055b:
|
|
{
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_129 = __this->get_m_Styles_30();
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_130 = __this->get_m_CustomStyles_27();
|
|
int32_t L_131 = V_21;
|
|
NullCheck(L_130);
|
|
int32_t L_132 = L_131;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_133 = (L_130)->GetAt(static_cast<il2cpp_array_size_t>(L_132));
|
|
NullCheck(L_133);
|
|
String_t* L_134 = GUIStyle_get_name_m111D8AB0173E1EBA46A9664EBABBC82AFE3ED71E(L_133, /*hidden argument*/NULL);
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_135 = __this->get_m_CustomStyles_27();
|
|
int32_t L_136 = V_21;
|
|
NullCheck(L_135);
|
|
int32_t L_137 = L_136;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_138 = (L_135)->GetAt(static_cast<il2cpp_array_size_t>(L_137));
|
|
NullCheck(L_129);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_129, L_134, L_138, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_057f:
|
|
{
|
|
int32_t L_139 = V_21;
|
|
V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_139, (int32_t)1));
|
|
}
|
|
|
|
IL_0585:
|
|
{
|
|
int32_t L_140 = V_21;
|
|
GUIStyleU5BU5D_t2F343713D6ADFF41BBCF1D17BAE79F51BD745DBB* L_141 = __this->get_m_CustomStyles_27();
|
|
NullCheck(L_141);
|
|
V_23 = (bool)((((int32_t)L_140) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_141)->max_length))))))? 1 : 0);
|
|
bool L_142 = V_23;
|
|
if (L_142)
|
|
{
|
|
goto IL_0546;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0598:
|
|
{
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_143 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** L_144 = __this->get_address_of_m_horizontalSliderThumbExtent_14();
|
|
NullCheck(L_143);
|
|
bool L_145 = Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18(L_143, _stringLiteral99032D12CB8AAB77590E57E36974F8C1C56B7B95, (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 **)L_144, /*hidden argument*/Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18_RuntimeMethod_var);
|
|
V_24 = (bool)((((int32_t)L_145) == ((int32_t)0))? 1 : 0);
|
|
bool L_146 = V_24;
|
|
if (!L_146)
|
|
{
|
|
goto IL_05ec;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_147 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_147, /*hidden argument*/NULL);
|
|
__this->set_m_horizontalSliderThumbExtent_14(L_147);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_148 = __this->get_m_horizontalSliderThumbExtent_14();
|
|
NullCheck(L_148);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_148, _stringLiteral884E998DCB0626A339721789EA125B983932D177, /*hidden argument*/NULL);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_149 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_150 = __this->get_m_horizontalSliderThumbExtent_14();
|
|
NullCheck(L_149);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_149, _stringLiteral99032D12CB8AAB77590E57E36974F8C1C56B7B95, L_150, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_05ec:
|
|
{
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_151 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 ** L_152 = __this->get_address_of_m_verticalSliderThumbExtent_17();
|
|
NullCheck(L_151);
|
|
bool L_153 = Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18(L_151, _stringLiteral4C523C75AC8AB567667867138725AB01F5FA186A, (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 **)L_152, /*hidden argument*/Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18_RuntimeMethod_var);
|
|
V_25 = (bool)((((int32_t)L_153) == ((int32_t)0))? 1 : 0);
|
|
bool L_154 = V_25;
|
|
if (!L_154)
|
|
{
|
|
goto IL_0640;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_155 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_155, /*hidden argument*/NULL);
|
|
__this->set_m_verticalSliderThumbExtent_17(L_155);
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_156 = __this->get_m_Styles_30();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_157 = __this->get_m_verticalSliderThumbExtent_17();
|
|
NullCheck(L_156);
|
|
Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5(L_156, _stringLiteral4C523C75AC8AB567667867138725AB01F5FA186A, L_157, /*hidden argument*/Dictionary_2_set_Item_m24E725BAB2853FE434C3D507858296BA81733DC5_RuntimeMethod_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_158 = __this->get_m_verticalSliderThumbExtent_17();
|
|
NullCheck(L_158);
|
|
GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7(L_158, _stringLiteralA11608E0F772347D667D92CD05AFA60E273D90A8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0640:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_159 = GUISkin_get_error_m40FBD0C57353CBFD8EE75B796E3EADBF9033C47F(/*hidden argument*/NULL);
|
|
NullCheck(L_159);
|
|
GUIStyle_set_stretchHeight_mE11B46969A8498FB3B7443B4C54254F0C9A71A6E(L_159, (bool)1, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_160 = GUISkin_get_error_m40FBD0C57353CBFD8EE75B796E3EADBF9033C47F(/*hidden argument*/NULL);
|
|
NullCheck(L_160);
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_161 = GUIStyle_get_normal_mC5CB22EED8113DEC86C54FB42F757B635D09DD2F(L_160, /*hidden argument*/NULL);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_162 = Color_get_red_m5562DD438931CF0D1FBBBB29BF7F8B752AF38957(/*hidden argument*/NULL);
|
|
NullCheck(L_161);
|
|
GUIStyleState_set_textColor_m2B235845A292C22ABEDEFBB2FD798DEB4E104983(L_161, L_162, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::GetStyle(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_GetStyle_mD292E6470E961CA986674875B78746A1859D5FEC (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, String_t* ___styleName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_GetStyle_mD292E6470E961CA986674875B78746A1859D5FEC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_1 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_2 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
int32_t G_B5_1 = 0;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_2 = NULL;
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_3 = NULL;
|
|
{
|
|
String_t* L_0 = ___styleName0;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = GUISkin_FindStyle_m977BAAD9DE35AC43C9FA2DB52C6C0BDF83EE4706(__this, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = V_0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = V_0;
|
|
V_2 = L_4;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteral2BBC38111940698AFB713196AC3CDC77F8520F36);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral2BBC38111940698AFB713196AC3CDC77F8520F36);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
|
|
String_t* L_8 = ___styleName0;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_8);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_8);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_7;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteral32ECC4719669918929E577728ABBC5556B1258D9);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral32ECC4719669918929E577728ABBC5556B1258D9);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
|
|
String_t* L_11 = Object_get_name_mA2D400141CB3C991C87A2556429781DE961A83CE(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_11);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_11);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_10;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral4EBF4799F637E32D34B9DBF78887989DD6C458D1);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral4EBF4799F637E32D34B9DBF78887989DD6C458D1);
|
|
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_14 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
G_B3_0 = 5;
|
|
G_B3_1 = L_13;
|
|
G_B3_2 = L_13;
|
|
if (L_14)
|
|
{
|
|
G_B4_0 = 5;
|
|
G_B4_1 = L_13;
|
|
G_B4_2 = L_13;
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = _stringLiteralB71AA0202634484C09B931E01A9CF812565B054B;
|
|
G_B5_1 = G_B3_0;
|
|
G_B5_2 = G_B3_1;
|
|
G_B5_3 = G_B3_2;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_15 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
int32_t L_16 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_15, /*hidden argument*/NULL);
|
|
V_3 = L_16;
|
|
RuntimeObject * L_17 = Box(EventType_t3D3937E705A4506226002DAB22071B7B181DA57B_il2cpp_TypeInfo_var, (&V_3));
|
|
NullCheck(L_17);
|
|
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
|
|
V_3 = *(int32_t*)UnBox(L_17);
|
|
G_B5_0 = L_18;
|
|
G_B5_1 = G_B4_0;
|
|
G_B5_2 = G_B4_1;
|
|
G_B5_3 = G_B4_2;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
NullCheck(G_B5_2);
|
|
ArrayElementTypeCheck (G_B5_2, G_B5_0);
|
|
(G_B5_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B5_1), (String_t*)G_B5_0);
|
|
String_t* L_19 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(G_B5_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m37338644DC81F640CCDFEAE35A223F0E965F0568(L_19, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_20 = GUISkin_get_error_m40FBD0C57353CBFD8EE75B796E3EADBF9033C47F(/*hidden argument*/NULL);
|
|
V_2 = L_20;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_21 = V_2;
|
|
return L_21;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUISkin::FindStyle(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUISkin_FindStyle_m977BAAD9DE35AC43C9FA2DB52C6C0BDF83EE4706 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, String_t* ___styleName0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_FindStyle_m977BAAD9DE35AC43C9FA2DB52C6C0BDF83EE4706_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * V_3 = NULL;
|
|
{
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_0 = __this->get_m_Styles_30();
|
|
V_1 = (bool)((((RuntimeObject*)(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
GUISkin_BuildStyleCache_m2C68BB5521EAF11FC98C86D7E60008901D61866A(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_2 = __this->get_m_Styles_30();
|
|
String_t* L_3 = ___styleName0;
|
|
NullCheck(L_2);
|
|
bool L_4 = Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18(L_2, L_3, (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m72452D4223AA3313BF658BFBDFC1B417CA40EC18_RuntimeMethod_var);
|
|
V_2 = L_4;
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = V_0;
|
|
V_3 = L_6;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
V_3 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)NULL;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_7 = V_3;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUISkin::MakeCurrent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUISkin_MakeCurrent_m42FAF8090F6B57648678704D86A6451DB917CF2D (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_MakeCurrent_m42FAF8090F6B57648678704D86A6451DB917CF2D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->set_current_32(__this);
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * L_0 = GUISkin_get_font_m54200DFAF834B835CE6598E1BA5B41382BC33AD5(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_SetDefaultFont_m09D149F682E885D7058E3C48EB42C9E62363E381(L_0, /*hidden argument*/NULL);
|
|
SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * L_1 = ((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->get_m_SkinChanged_31();
|
|
V_0 = (bool)((!(((RuntimeObject*)(SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * L_3 = ((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_StaticFields*)il2cpp_codegen_static_fields_for(GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var))->get_m_SkinChanged_31();
|
|
NullCheck(L_3);
|
|
SkinChangedDelegate_Invoke_mE18CA4219F24151D8FC8A8A8B261F3FD860B007F(L_3, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator UnityEngine.GUISkin::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GUISkin_GetEnumerator_m3F6D91C1C038E5DC24C38F6D23C95DEE03173987 (GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUISkin_GetEnumerator_m3F6D91C1C038E5DC24C38F6D23C95DEE03173987_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
{
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_0 = __this->get_m_Styles_30();
|
|
V_0 = (bool)((((RuntimeObject*)(Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
GUISkin_BuildStyleCache_m2C68BB5521EAF11FC98C86D7E60008901D61866A(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Dictionary_2_tF2F04E1BE233EE6C4A6E90261E463B2A67A3FB6A * L_2 = __this->get_m_Styles_30();
|
|
NullCheck(L_2);
|
|
ValueCollection_t0C6A26D50A89F916DF2650A7C132FFB1992070B9 * L_3 = Dictionary_2_get_Values_mBCCD4E4C93C5E4DF2E0A07934040870B3662866F(L_2, /*hidden argument*/Dictionary_2_get_Values_mBCCD4E4C93C5E4DF2E0A07934040870B3662866F_RuntimeMethod_var);
|
|
NullCheck(L_3);
|
|
Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6 L_4 = ValueCollection_GetEnumerator_m56252F012AAECD0BFFC3729A87D60BF2945499C2(L_3, /*hidden argument*/ValueCollection_GetEnumerator_m56252F012AAECD0BFFC3729A87D60BF2945499C2_RuntimeMethod_var);
|
|
Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6 L_5 = L_4;
|
|
RuntimeObject * L_6 = Box(Enumerator_t7CFB6C06FEABB756D0C0A1BA202A13F5091958A6_il2cpp_TypeInfo_var, &L_5);
|
|
V_1 = (RuntimeObject*)L_6;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
RuntimeObject* L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 (SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (DEFAULT_CALL *PInvokeFunc)();
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
|
|
|
|
// Native function invocation
|
|
il2cppPInvokeFunc();
|
|
|
|
}
|
|
// System.Void UnityEngine.GUISkin_SkinChangedDelegate::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkinChangedDelegate__ctor_m106EBB63DA6B078DD50D230BAC7535923307F2FA (SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
|
|
{
|
|
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
|
|
__this->set_method_3(___method1);
|
|
__this->set_m_target_2(___object0);
|
|
}
|
|
// System.Void UnityEngine.GUISkin_SkinChangedDelegate::Invoke()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkinChangedDelegate_Invoke_mE18CA4219F24151D8FC8A8A8B261F3FD860B007F (SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * __this, const RuntimeMethod* method)
|
|
{
|
|
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
|
|
Delegate_t** delegatesToInvoke;
|
|
il2cpp_array_size_t length;
|
|
if (delegateArrayToInvoke != NULL)
|
|
{
|
|
length = delegateArrayToInvoke->max_length;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
|
|
}
|
|
else
|
|
{
|
|
length = 1;
|
|
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
|
|
}
|
|
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
Delegate_t* currentDelegate = delegatesToInvoke[i];
|
|
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
|
|
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
|
|
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
|
|
if (!il2cpp_codegen_method_is_virtual(targetMethod))
|
|
{
|
|
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
|
|
}
|
|
bool ___methodIsStatic = MethodIsStatic(targetMethod);
|
|
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
|
|
if (___methodIsStatic)
|
|
{
|
|
if (___parameterCount == 0)
|
|
{
|
|
// open
|
|
typedef void (*FunctionPointerType) (const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetMethod);
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
// closed
|
|
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
GenericInterfaceActionInvoker0::Invoke(targetMethod, targetThis);
|
|
else
|
|
GenericVirtActionInvoker0::Invoke(targetMethod, targetThis);
|
|
}
|
|
else
|
|
{
|
|
if (il2cpp_codegen_method_is_interface_method(targetMethod))
|
|
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis);
|
|
else
|
|
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
typedef void (*FunctionPointerType) (void*, const RuntimeMethod*);
|
|
((FunctionPointerType)targetMethodPointer)(targetThis, targetMethod);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
// System.IAsyncResult UnityEngine.GUISkin_SkinChangedDelegate::BeginInvoke(System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SkinChangedDelegate_BeginInvoke_mB7F9F676B52F8A8108956D2DA04E8C0ECD5C3824 (SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___object1, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[1] = {0};
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback0, (RuntimeObject*)___object1);
|
|
}
|
|
// System.Void UnityEngine.GUISkin_SkinChangedDelegate::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SkinChangedDelegate_EndInvoke_mFB33D8790DB1DAA2CC1B927ADAE992FF3C89B149 (SkinChangedDelegate_tAB4CEEA8C8A0BDCFD51C9624AE173C46A40135D8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Object UnityEngine.GUIStateObjects::GetStateObject(System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GUIStateObjects_GetStateObject_m90A400F2D7196F386201EF3C87B1B6E80AD3D342 (Type_t * ___t0, int32_t ___controlID1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStateObjects_GetStateObject_m90A400F2D7196F386201EF3C87B1B6E80AD3D342_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
bool V_1 = false;
|
|
RuntimeObject * V_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_0 = ((GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_StaticFields*)il2cpp_codegen_static_fields_for(GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_il2cpp_TypeInfo_var))->get_s_StateCache_0();
|
|
int32_t L_1 = ___controlID1;
|
|
NullCheck(L_0);
|
|
bool L_2 = Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF(L_0, L_1, (RuntimeObject **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m867F6DA953678D0333A55270B7C6EF38EFC293FF_RuntimeMethod_var);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject * L_3 = V_0;
|
|
NullCheck(L_3);
|
|
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
|
|
Type_t * L_5 = ___t0;
|
|
G_B3_0 = ((((int32_t)((((RuntimeObject*)(Type_t *)L_4) == ((RuntimeObject*)(Type_t *)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_1 = (bool)G_B3_0;
|
|
bool L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
Type_t * L_7 = ___t0;
|
|
RuntimeObject * L_8 = Activator_CreateInstance_mD06EE47879F606317C6DA91FB63E678CABAC6A16(L_7, /*hidden argument*/NULL);
|
|
V_0 = L_8;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_il2cpp_TypeInfo_var);
|
|
Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_9 = ((GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_StaticFields*)il2cpp_codegen_static_fields_for(GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_il2cpp_TypeInfo_var))->get_s_StateCache_0();
|
|
int32_t L_10 = ___controlID1;
|
|
RuntimeObject * L_11 = V_0;
|
|
NullCheck(L_9);
|
|
Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC(L_9, L_10, L_11, /*hidden argument*/Dictionary_2_set_Item_mF9A6FBE4006C89D15B8C88B2CB46E9B24D18B7FC_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
RuntimeObject * L_12 = V_0;
|
|
V_2 = L_12;
|
|
goto IL_003d;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
RuntimeObject * L_13 = V_2;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStateObjects::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStateObjects__cctor_mA04A0AB4F469CEB143F52D447EBF32FD52BE2D75 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStateObjects__cctor_mA04A0AB4F469CEB143F52D447EBF32FD52BE2D75_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 * L_0 = (Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884 *)il2cpp_codegen_object_new(Dictionary_2_t03608389BB57475AA3F4B2B79D176A27807BC884_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8(L_0, /*hidden argument*/Dictionary_2__ctor_m7D745ADE56151C2895459668F4A4242985E526D8_RuntimeMethod_var);
|
|
((GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_StaticFields*)il2cpp_codegen_static_fields_for(GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_il2cpp_TypeInfo_var))->set_s_StateCache_0(L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.GUIStyle
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_pinvoke(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_Normal_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Normal' of type 'GUIStyle': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Normal_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_pinvoke_back(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke& marshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Normal_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Normal' of type 'GUIStyle': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Normal_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIStyle
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_pinvoke_cleanup(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.GUIStyle
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_com(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_Normal_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Normal' of type 'GUIStyle': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Normal_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_com_back(const GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com& marshaled, GUIStyle_t671F175A201A19166385EE3392292A5F50070572& unmarshaled)
|
|
{
|
|
Exception_t* ___m_Normal_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Normal' of type 'GUIStyle': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Normal_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIStyle
|
|
IL2CPP_EXTERN_C void GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshal_com_cleanup(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.String UnityEngine.GUIStyle::get_rawName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_get_rawName_mD7DD50D00F93CEE5DCDE8E13A0F6C28A18ABC837 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*GUIStyle_get_rawName_mD7DD50D00F93CEE5DCDE8E13A0F6C28A18ABC837_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *);
|
|
static GUIStyle_get_rawName_mD7DD50D00F93CEE5DCDE8E13A0F6C28A18ABC837_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_get_rawName_mD7DD50D00F93CEE5DCDE8E13A0F6C28A18ABC837_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::get_rawName()");
|
|
String_t* retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::set_rawName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_rawName_mD091741C119250A2BA0B90E15E6CE2313750DF95 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_set_rawName_mD091741C119250A2BA0B90E15E6CE2313750DF95_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, String_t*);
|
|
static GUIStyle_set_rawName_mD091741C119250A2BA0B90E15E6CE2313750DF95_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_set_rawName_mD091741C119250A2BA0B90E15E6CE2313750DF95_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::set_rawName(System.String)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// UnityEngine.Font UnityEngine.GUIStyle::get_font()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * GUIStyle_get_font_m60FD1207B4FC8BC9E560C4FAEBB0FC5413AED5EC (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * (*GUIStyle_get_font_m60FD1207B4FC8BC9E560C4FAEBB0FC5413AED5EC_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *);
|
|
static GUIStyle_get_font_m60FD1207B4FC8BC9E560C4FAEBB0FC5413AED5EC_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_get_font_m60FD1207B4FC8BC9E560C4FAEBB0FC5413AED5EC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::get_font()");
|
|
Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::get_contentOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_get_contentOffset_m9764FD32FFAD60090B0E0D6ABBE610A64AE8DAB2 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
GUIStyle_get_contentOffset_Injected_mDF79B1646B295FD1A7229067099ED66D71897B41(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::set_contentOffset(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_contentOffset_mDE7B72F911E033B193DFBCD8A72902A9B8CAF0DA (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_set_contentOffset_Injected_mCDA5D3433ED1871CA0C507AA5425FED572764A67(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.GUIStyle::get_fixedWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *);
|
|
static GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_get_fixedWidth_mEACB70758F83DCD64CE363143849CC40E49B8D8D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::get_fixedWidth()");
|
|
float retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Single UnityEngine.GUIStyle::get_fixedHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *);
|
|
static GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_get_fixedHeight_m9B5589C95B27C5590219413E8D7E9E1E95EB7708_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::get_fixedHeight()");
|
|
float retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Boolean UnityEngine.GUIStyle::get_stretchWidth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIStyle_get_stretchWidth_m4513B313AABE48E1D10424844DC186405BC8A677 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*GUIStyle_get_stretchWidth_m4513B313AABE48E1D10424844DC186405BC8A677_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *);
|
|
static GUIStyle_get_stretchWidth_m4513B313AABE48E1D10424844DC186405BC8A677_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_get_stretchWidth_m4513B313AABE48E1D10424844DC186405BC8A677_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::get_stretchWidth()");
|
|
bool retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Boolean UnityEngine.GUIStyle::get_stretchHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIStyle_get_stretchHeight_m264308B18FA5F0A8400CF49945BAE1B9EFDC934F (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*GUIStyle_get_stretchHeight_m264308B18FA5F0A8400CF49945BAE1B9EFDC934F_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *);
|
|
static GUIStyle_get_stretchHeight_m264308B18FA5F0A8400CF49945BAE1B9EFDC934F_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_get_stretchHeight_m264308B18FA5F0A8400CF49945BAE1B9EFDC934F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::get_stretchHeight()");
|
|
bool retVal = _il2cpp_icall_func(__this);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::set_stretchHeight(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_stretchHeight_mE11B46969A8498FB3B7443B4C54254F0C9A71A6E (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_set_stretchHeight_mE11B46969A8498FB3B7443B4C54254F0C9A71A6E_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, bool);
|
|
static GUIStyle_set_stretchHeight_mE11B46969A8498FB3B7443B4C54254F0C9A71A6E_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_set_stretchHeight_mE11B46969A8498FB3B7443B4C54254F0C9A71A6E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::set_stretchHeight(System.Boolean)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::set_Internal_clipOffset(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_Internal_clipOffset_m2374646917D20BFA059BCFEF3E473C1AD95902B2 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyle_set_Internal_clipOffset_Injected_m5E2A47365621254501D4F1B35C6FF1BB12DE1E26(__this, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.IntPtr UnityEngine.GUIStyle::Internal_Create(UnityEngine.GUIStyle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyle_Internal_Create_m9641BC84B2A6E34A801EED919EF412E4A1C444C8 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___self0, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*GUIStyle_Internal_Create_m9641BC84B2A6E34A801EED919EF412E4A1C444C8_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *);
|
|
static GUIStyle_Internal_Create_m9641BC84B2A6E34A801EED919EF412E4A1C444C8_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_Create_m9641BC84B2A6E34A801EED919EF412E4A1C444C8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_Create(UnityEngine.GUIStyle)");
|
|
intptr_t retVal = _il2cpp_icall_func(___self0);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Destroy_mFA13F1C8E929FB9429825F2F176D4E3DE9C131E2 (intptr_t ___self0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_Internal_Destroy_mFA13F1C8E929FB9429825F2F176D4E3DE9C131E2_ftn) (intptr_t);
|
|
static GUIStyle_Internal_Destroy_mFA13F1C8E929FB9429825F2F176D4E3DE9C131E2_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_Destroy_mFA13F1C8E929FB9429825F2F176D4E3DE9C131E2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_Destroy(System.IntPtr)");
|
|
_il2cpp_icall_func(___self0);
|
|
}
|
|
// System.IntPtr UnityEngine.GUIStyle::GetStyleStatePtr(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyle_GetStyleStatePtr_m9EB2842B5EDEC03D6F7A0050A4E9DBB7103EA5C5 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*GUIStyle_GetStyleStatePtr_m9EB2842B5EDEC03D6F7A0050A4E9DBB7103EA5C5_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, int32_t);
|
|
static GUIStyle_GetStyleStatePtr_m9EB2842B5EDEC03D6F7A0050A4E9DBB7103EA5C5_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_GetStyleStatePtr_m9EB2842B5EDEC03D6F7A0050A4E9DBB7103EA5C5_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::GetStyleStatePtr(System.Int32)");
|
|
intptr_t retVal = _il2cpp_icall_func(__this, ___idx0);
|
|
return retVal;
|
|
}
|
|
// System.IntPtr UnityEngine.GUIStyle::GetRectOffsetPtr(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyle_GetRectOffsetPtr_m780608811770308EFDE095993756D8AA0BD37BF8 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, int32_t ___idx0, const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*GUIStyle_GetRectOffsetPtr_m780608811770308EFDE095993756D8AA0BD37BF8_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, int32_t);
|
|
static GUIStyle_GetRectOffsetPtr_m780608811770308EFDE095993756D8AA0BD37BF8_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_GetRectOffsetPtr_m780608811770308EFDE095993756D8AA0BD37BF8_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::GetRectOffsetPtr(System.Int32)");
|
|
intptr_t retVal = _il2cpp_icall_func(__this, ___idx0);
|
|
return retVal;
|
|
}
|
|
// System.Single UnityEngine.GUIStyle::Internal_GetLineHeight(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_Internal_GetLineHeight_mE9C337FF92F5D2EFD8AF0A7E5747A81401193B28 (intptr_t ___target0, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*GUIStyle_Internal_GetLineHeight_mE9C337FF92F5D2EFD8AF0A7E5747A81401193B28_ftn) (intptr_t);
|
|
static GUIStyle_Internal_GetLineHeight_mE9C337FF92F5D2EFD8AF0A7E5747A81401193B28_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_GetLineHeight_mE9C337FF92F5D2EFD8AF0A7E5747A81401193B28_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_GetLineHeight(System.IntPtr)");
|
|
float retVal = _il2cpp_icall_func(___target0);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw_m8DAE8DEA36131D287E8E8DF5D1EF5E9788A672A9 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content1;
|
|
bool L_1 = ___isHover2;
|
|
bool L_2 = ___isActive3;
|
|
bool L_3 = ___on4;
|
|
bool L_4 = ___hasKeyboardFocus5;
|
|
GUIStyle_Internal_Draw_Injected_m96268CFD8003682366C5416A373F06C862B2785C(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___screenRect0), L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw2(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw2_m0F79CA39E2A55437E2E918BE915E594BC303D13D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content1;
|
|
int32_t L_1 = ___controlID2;
|
|
bool L_2 = ___on3;
|
|
GUIStyle_Internal_Draw2_Injected_m76127AEB314B7227EED6CD90639B918394686872(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawCursor(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawCursor_m4DA61B4B84697A5EDF16EA2E7F8C247D20F73EDC (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___pos2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___cursorColor3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content1;
|
|
int32_t L_1 = ___pos2;
|
|
GUIStyle_Internal_DrawCursor_Injected_m8DE70956ACB23C13CADA16E586FD6A395E91DAC0(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_0, L_1, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___cursorColor3), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32,UnityEngine.Color,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawWithTextSelection_mB30674AFDEE9C0FD44AC76C762E620F79D29AC6D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, bool ___drawSelectionAsComposition6, int32_t ___cursorFirst7, int32_t ___cursorLast8, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___cursorColor9, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___selectionColor10, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content1;
|
|
bool L_1 = ___isHover2;
|
|
bool L_2 = ___isActive3;
|
|
bool L_3 = ___on4;
|
|
bool L_4 = ___hasKeyboardFocus5;
|
|
bool L_5 = ___drawSelectionAsComposition6;
|
|
int32_t L_6 = ___cursorFirst7;
|
|
int32_t L_7 = ___cursorLast8;
|
|
GUIStyle_Internal_DrawWithTextSelection_Injected_m5D30A962493D0FE1C0B04B9FA78F88B0210FC51A(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___screenRect0), L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___cursorColor9), (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___selectionColor10), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::Internal_GetCursorPixelPosition(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_Internal_GetCursorPixelPosition_m09F24F8960EB6090748F348DFC7F6D01EC29ED39 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___cursorStringIndex2, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content1;
|
|
int32_t L_1 = ___cursorStringIndex2;
|
|
GUIStyle_Internal_GetCursorPixelPosition_Injected_mF287D7B43969350AB0C2291671C6DB35455EF621(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_0, L_1, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIStyle::Internal_GetCursorStringIndex(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIStyle_Internal_GetCursorStringIndex_m4A882A721CE837B0B10EED1CC17D8FBB0ED7C6A1 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPixelPosition2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content1;
|
|
int32_t L_1 = GUIStyle_Internal_GetCursorStringIndex_Injected_m05D44B5DB50B159FF5DB9269486211092D3B9399(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_0, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___cursorPixelPosition2), /*hidden argument*/NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUIStyle::Internal_GetSelectedRenderedText(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_Internal_GetSelectedRenderedText_mCF3AEA60AF0BCC9CD846B438698F92AFBB223E70 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___localPosition0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___mContent1, int32_t ___selectIndex2, int32_t ___cursorIndex3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___mContent1;
|
|
int32_t L_1 = ___selectIndex2;
|
|
int32_t L_2 = ___cursorIndex3;
|
|
String_t* L_3 = GUIStyle_Internal_GetSelectedRenderedText_Injected_m3773CF04D83CED7A811B7A70356599708BB1059D(__this, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___localPosition0), L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::Internal_CalcSize(UnityEngine.GUIContent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_Internal_CalcSize_mE74DD923FC68B66432D4A995AC1F15B66945227D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content0;
|
|
GUIStyle_Internal_CalcSize_Injected_m1494328C573D0AE8692341F65648D55AE67C6268(__this, L_0, (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_0), /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.GUIStyle::Internal_CalcHeight(UnityEngine.GUIContent,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_Internal_CalcHeight_m233036ADA87FAB967C31499837D04E2BE004EAE3 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, float ___width1, const RuntimeMethod* method)
|
|
{
|
|
typedef float (*GUIStyle_Internal_CalcHeight_m233036ADA87FAB967C31499837D04E2BE004EAE3_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, float);
|
|
static GUIStyle_Internal_CalcHeight_m233036ADA87FAB967C31499837D04E2BE004EAE3_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_CalcHeight_m233036ADA87FAB967C31499837D04E2BE004EAE3_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_CalcHeight(UnityEngine.GUIContent,System.Single)");
|
|
float retVal = _il2cpp_icall_func(__this, ___content0, ___width1);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::SetMouseTooltip(System.String,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_SetMouseTooltip_m69607AB3EA166CC12F3851DD54963C03B4551312 (String_t* ___tooltip0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___screenRect1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_SetMouseTooltip_m69607AB3EA166CC12F3851DD54963C03B4551312_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___tooltip0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_SetMouseTooltip_Injected_m292443679DFA66800CA706CF3DA947365C1D46D7(L_0, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___screenRect1), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.GUIStyle::Internal_GetCursorFlashOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_Internal_GetCursorFlashOffset_mA86F99A132E4CA28D117BB47B2890CA2257AEFBF (const RuntimeMethod* method)
|
|
{
|
|
typedef float (*GUIStyle_Internal_GetCursorFlashOffset_mA86F99A132E4CA28D117BB47B2890CA2257AEFBF_ftn) ();
|
|
static GUIStyle_Internal_GetCursorFlashOffset_mA86F99A132E4CA28D117BB47B2890CA2257AEFBF_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_GetCursorFlashOffset_mA86F99A132E4CA28D117BB47B2890CA2257AEFBF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_GetCursorFlashOffset()");
|
|
float retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::SetDefaultFont(UnityEngine.Font)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_SetDefaultFont_m09D149F682E885D7058E3C48EB42C9E62363E381 (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 * ___font0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_SetDefaultFont_m09D149F682E885D7058E3C48EB42C9E62363E381_ftn) (Font_t1EDE54AF557272BE314EB4B40EFA50CEB353CA26 *);
|
|
static GUIStyle_SetDefaultFont_m09D149F682E885D7058E3C48EB42C9E62363E381_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_SetDefaultFont_m09D149F682E885D7058E3C48EB42C9E62363E381_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::SetDefaultFont(UnityEngine.Font)");
|
|
_il2cpp_icall_func(___font0);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
intptr_t L_0 = GUIStyle_Internal_Create_m9641BC84B2A6E34A801EED919EF412E4A1C444C8(__this, /*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Finalize_m06DC9D0C766664ACF0D2C8D6BE214756E6361BA4 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_Finalize_m06DC9D0C766664ACF0D2C8D6BE214756E6361BA4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
}
|
|
|
|
IL_0001:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
intptr_t L_0 = __this->get_m_Ptr_0();
|
|
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
intptr_t L_3 = __this->get_m_Ptr_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_Internal_Destroy_mFA13F1C8E929FB9429825F2F176D4E3DE9C131E2((intptr_t)L_3, /*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)(0));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
IL2CPP_LEAVE(0x39, FINALLY_0031);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0031;
|
|
}
|
|
|
|
FINALLY_0031:
|
|
{ // begin finally (depth: 1)
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(49)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(49)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x39, IL_0039)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUIStyle::get_name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_get_name_m111D8AB0173E1EBA46A9664EBABBC82AFE3ED71E (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
String_t* L_0 = __this->get_m_Name_13();
|
|
String_t* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = GUIStyle_get_rawName_mD7DD50D00F93CEE5DCDE8E13A0F6C28A18ABC837(__this, /*hidden argument*/NULL);
|
|
String_t* L_3 = L_2;
|
|
V_0 = L_3;
|
|
__this->set_m_Name_13(L_3);
|
|
String_t* L_4 = V_0;
|
|
G_B2_0 = L_4;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B2_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::set_name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_name_m3D232D5A8EAD7B29F1F2DA3ADD01B99EFF83F1D7 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
__this->set_m_Name_13(L_0);
|
|
String_t* L_1 = ___value0;
|
|
GUIStyle_set_rawName_mD091741C119250A2BA0B90E15E6CE2313750DF95(__this, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyle::get_normal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * GUIStyle_get_normal_mC5CB22EED8113DEC86C54FB42F757B635D09DD2F (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * V_0 = NULL;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * V_1 = NULL;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * G_B2_0 = NULL;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * G_B1_0 = NULL;
|
|
{
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_0 = __this->get_m_Normal_1();
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_2 = GUIStyle_GetStyleStatePtr_m9EB2842B5EDEC03D6F7A0050A4E9DBB7103EA5C5(__this, 0, /*hidden argument*/NULL);
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_3 = GUIStyleState_GetGUIStyleState_m207443170D2CA9E48BAB05FF74B30C76C6D63F68(__this, (intptr_t)L_2, /*hidden argument*/NULL);
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_4 = L_3;
|
|
V_0 = L_4;
|
|
__this->set_m_Normal_1(L_4);
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_5 = V_0;
|
|
G_B2_0 = L_5;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_1 = G_B2_0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::get_margin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_get_margin_mFC3EA0FA030A6334AC03BDDFA4AC80419C9E5BAA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * V_0 = NULL;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * V_1 = NULL;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * G_B2_0 = NULL;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * G_B1_0 = NULL;
|
|
{
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_0 = __this->get_m_Margin_11();
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_2 = GUIStyle_GetRectOffsetPtr_m780608811770308EFDE095993756D8AA0BD37BF8(__this, 1, /*hidden argument*/NULL);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_3 = (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A *)il2cpp_codegen_object_new(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_il2cpp_TypeInfo_var);
|
|
RectOffset__ctor_m23620FE61AAF476219462230C6839B86736B80BA(L_3, __this, (intptr_t)L_2, /*hidden argument*/NULL);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_4 = L_3;
|
|
V_0 = L_4;
|
|
__this->set_m_Margin_11(L_4);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_5 = V_0;
|
|
G_B2_0 = L_5;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_1 = G_B2_0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// UnityEngine.RectOffset UnityEngine.GUIStyle::get_padding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * V_0 = NULL;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * V_1 = NULL;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * G_B2_0 = NULL;
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * G_B1_0 = NULL;
|
|
{
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_0 = __this->get_m_Padding_10();
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_2 = GUIStyle_GetRectOffsetPtr_m780608811770308EFDE095993756D8AA0BD37BF8(__this, 2, /*hidden argument*/NULL);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_3 = (RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A *)il2cpp_codegen_object_new(RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A_il2cpp_TypeInfo_var);
|
|
RectOffset__ctor_m23620FE61AAF476219462230C6839B86736B80BA(L_3, __this, (intptr_t)L_2, /*hidden argument*/NULL);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_4 = L_3;
|
|
V_0 = L_4;
|
|
__this->set_m_Padding_10(L_4);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_5 = V_0;
|
|
G_B2_0 = L_5;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_1 = G_B2_0;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.GUIStyle::get_lineHeight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
intptr_t L_0 = __this->get_m_Ptr_0();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
float L_1 = GUIStyle_Internal_GetLineHeight_mE9C337FF92F5D2EFD8AF0A7E5747A81401193B28((intptr_t)L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
float L_2 = bankers_roundf(L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_mA0E9663C3D09782E1CD73BFD68CD7E9B1D235441 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
bool L_2 = ___isHover2;
|
|
bool L_3 = ___isActive3;
|
|
bool L_4 = ___on4;
|
|
bool L_5 = ___hasKeyboardFocus5;
|
|
GUIStyle_Draw_mAC1BB37A9DA0C304A5A70A9CFDB097C8D9C90FFF(__this, L_0, L_1, (-1), L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_m7979DC59FA2B5B6200764FC208F8104FE4F886E3 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
int32_t L_2 = ___controlID2;
|
|
bool L_3 = ___on3;
|
|
GUIStyle_Draw_mAC1BB37A9DA0C304A5A70A9CFDB097C8D9C90FFF(__this, L_0, L_1, L_2, (bool)0, (bool)0, L_3, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_m5638E51BD61AC461DAF1022102D2A0D583F592ED (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, bool ___hover4, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
int32_t L_2 = ___controlID2;
|
|
bool L_3 = ___hover4;
|
|
int32_t L_4 = GUIUtility_get_hotControl_mC2E01E65B6AED8142AB9CA13A88D6E0F753D8857(/*hidden argument*/NULL);
|
|
int32_t L_5 = ___controlID2;
|
|
bool L_6 = ___on3;
|
|
int32_t L_7 = ___controlID2;
|
|
bool L_8 = GUIUtility_HasKeyFocus_mC8FCF8AB69DB9ECF737C91B5C2207100CCF7E78A(L_7, /*hidden argument*/NULL);
|
|
GUIStyle_Draw_mAC1BB37A9DA0C304A5A70A9CFDB097C8D9C90FFF(__this, L_0, L_1, L_2, L_3, (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0), L_6, L_8, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Draw(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Draw_mAC1BB37A9DA0C304A5A70A9CFDB097C8D9C90FFF (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlId2, bool ___isHover3, bool ___isActive4, bool ___on5, bool ___hasKeyboardFocus6, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___controlId2;
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)(-1)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_3 = ___content1;
|
|
bool L_4 = ___isHover3;
|
|
bool L_5 = ___isActive4;
|
|
bool L_6 = ___on5;
|
|
bool L_7 = ___hasKeyboardFocus6;
|
|
GUIStyle_Internal_Draw_m8DAE8DEA36131D287E8E8DF5D1EF5E9788A672A9(__this, L_2, L_3, L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_9 = ___content1;
|
|
int32_t L_10 = ___controlId2;
|
|
bool L_11 = ___on5;
|
|
GUIStyle_Internal_Draw2_m0F79CA39E2A55437E2E918BE915E594BC303D13D(__this, L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::DrawCursor(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawCursor_m2CE940C9FF3E2691960F1DE97D39CB1B3E0D2EE4 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, int32_t ___character3, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_DrawCursor_m2CE940C9FF3E2691960F1DE97D39CB1B3E0D2EE4_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * V_0 = NULL;
|
|
bool V_1 = false;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
bool V_5 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_1, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_2) == ((int32_t)7))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_2), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_4 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_5 = GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA(L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
float L_6 = GUISettings_get_cursorFlashSpeed_m97F5D1728F8B9D427670DE2FA850FE3836E8CABC(L_5, /*hidden argument*/NULL);
|
|
V_3 = L_6;
|
|
float L_7 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
float L_8 = GUIStyle_Internal_GetCursorFlashOffset_mA86F99A132E4CA28D117BB47B2890CA2257AEFBF(/*hidden argument*/NULL);
|
|
float L_9 = V_3;
|
|
float L_10 = V_3;
|
|
V_4 = ((float)((float)(fmodf(((float)il2cpp_codegen_subtract((float)L_7, (float)L_8)), L_9))/(float)L_10));
|
|
float L_11 = V_3;
|
|
if ((((float)L_11) == ((float)(0.0f))))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
float L_12 = V_4;
|
|
G_B4_0 = ((((float)L_12) < ((float)(0.5f)))? 1 : 0);
|
|
goto IL_0065;
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
G_B4_0 = 1;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
V_5 = (bool)G_B4_0;
|
|
bool L_13 = V_5;
|
|
if (!L_13)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_14 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_14);
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_15 = GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA(L_14, /*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_16 = GUISettings_get_cursorColor_m764554A1426416FED49BD67285B4C9A22D2A8706(L_15, /*hidden argument*/NULL);
|
|
V_2 = L_16;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_17 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_18 = ___content1;
|
|
int32_t L_19 = ___character3;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_20 = V_2;
|
|
GUIStyle_Internal_DrawCursor_m4DA61B4B84697A5EDF16EA2E7F8C247D20F73EDC(__this, L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Int32,System.Int32,System.Boolean,UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawWithTextSelection_mDEC11D0893716710098889E1715B09E456798CC1 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isActive2, bool ___hasKeyboardFocus3, int32_t ___firstSelectedCharacter4, int32_t ___lastSelectedCharacter5, bool ___drawSelectionAsComposition6, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___selectionColor7, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_DrawWithTextSelection_mDEC11D0893716710098889E1715B09E456798CC1_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Color__ctor_m20DF490CEB364C4FC36D7EE392640DF5B7420D7C((Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&V_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_0 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_1 = GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA(L_0, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
float L_2 = GUISettings_get_cursorFlashSpeed_m97F5D1728F8B9D427670DE2FA850FE3836E8CABC(L_1, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
float L_3 = Time_get_realtimeSinceStartup_mCA1086EC9DFCF135F77BC46D3B7127711EA3DE03(/*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
float L_4 = GUIStyle_Internal_GetCursorFlashOffset_mA86F99A132E4CA28D117BB47B2890CA2257AEFBF(/*hidden argument*/NULL);
|
|
float L_5 = V_1;
|
|
float L_6 = V_1;
|
|
V_2 = ((float)((float)(fmodf(((float)il2cpp_codegen_subtract((float)L_3, (float)L_4)), L_5))/(float)L_6));
|
|
float L_7 = V_1;
|
|
if ((((float)L_7) == ((float)(0.0f))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
float L_8 = V_2;
|
|
G_B3_0 = ((((float)L_8) < ((float)(0.5f)))? 1 : 0);
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
V_4 = (bool)G_B3_0;
|
|
bool L_9 = V_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_10 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_11 = GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = GUISettings_get_cursorColor_m764554A1426416FED49BD67285B4C9A22D2A8706(L_11, /*hidden argument*/NULL);
|
|
V_0 = L_12;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_13 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_13);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_13, /*hidden argument*/NULL);
|
|
bool L_15 = Rect_Contains_mAD3D41C88795960F177088F847509C9DDA23B682((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___position0), L_14, /*hidden argument*/NULL);
|
|
V_3 = L_15;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_16 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_17 = ___content1;
|
|
bool L_18 = V_3;
|
|
bool L_19 = ___isActive2;
|
|
bool L_20 = ___hasKeyboardFocus3;
|
|
bool L_21 = ___drawSelectionAsComposition6;
|
|
int32_t L_22 = ___firstSelectedCharacter4;
|
|
int32_t L_23 = ___lastSelectedCharacter5;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_24 = V_0;
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_25 = ___selectionColor7;
|
|
GUIStyle_Internal_DrawWithTextSelection_mB30674AFDEE9C0FD44AC76C762E620F79D29AC6D(__this, L_16, L_17, L_18, L_19, (bool)0, L_20, L_21, L_22, L_23, L_24, L_25, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawWithTextSelection_m60783EB261EBD814D7FFC6131A87E675290BAEFC (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, int32_t ___firstSelectedCharacter3, int32_t ___lastSelectedCharacter4, bool ___drawSelectionAsComposition5, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_DrawWithTextSelection_m60783EB261EBD814D7FFC6131A87E675290BAEFC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B2_0 = 0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * G_B2_1 = NULL;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B2_2;
|
|
memset((&G_B2_2), 0, sizeof(G_B2_2));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * G_B2_3 = NULL;
|
|
int32_t G_B1_0 = 0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * G_B1_1 = NULL;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B1_2;
|
|
memset((&G_B1_2), 0, sizeof(G_B1_2));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * G_B1_3 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * G_B3_2 = NULL;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE G_B3_3;
|
|
memset((&G_B3_3), 0, sizeof(G_B3_3));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * G_B3_4 = NULL;
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
int32_t L_2 = ___controlID2;
|
|
int32_t L_3 = GUIUtility_get_hotControl_mC2E01E65B6AED8142AB9CA13A88D6E0F753D8857(/*hidden argument*/NULL);
|
|
int32_t L_4 = ___controlID2;
|
|
int32_t L_5 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
G_B1_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0);
|
|
G_B1_1 = L_1;
|
|
G_B1_2 = L_0;
|
|
G_B1_3 = __this;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
|
|
{
|
|
G_B2_0 = ((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0);
|
|
G_B2_1 = L_1;
|
|
G_B2_2 = L_0;
|
|
G_B2_3 = __this;
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
bool L_6 = ((GUIStyle_t671F175A201A19166385EE3392292A5F50070572_StaticFields*)il2cpp_codegen_static_fields_for(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var))->get_showKeyboardFocus_14();
|
|
G_B3_0 = ((int32_t)(L_6));
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
G_B3_4 = G_B1_3;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
G_B3_4 = G_B2_3;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_7 = ___firstSelectedCharacter3;
|
|
int32_t L_8 = ___lastSelectedCharacter4;
|
|
bool L_9 = ___drawSelectionAsComposition5;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_10 = GUI_get_skin_mF6804BE33CFD74FF0665C1185AC7B5C1687AE866(/*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
GUISettings_tA863524720A3C984BAE56598D922F2C04DC80EF4 * L_11 = GUISkin_get_settings_m32E805AA73BD4CD9EC4E731A68D0F72377C859DA(L_10, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 L_12 = GUISettings_get_selectionColor_mB0F17A996AE08CF7A73975C05F4985736740141D(L_11, /*hidden argument*/NULL);
|
|
NullCheck(G_B3_4);
|
|
GUIStyle_DrawWithTextSelection_mDEC11D0893716710098889E1715B09E456798CC1(G_B3_4, G_B3_3, G_B3_2, (bool)G_B3_1, (bool)G_B3_0, L_7, L_8, L_9, L_12, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::DrawWithTextSelection(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_DrawWithTextSelection_mF72D3C928F0A7DC73F11121858D040972B1A9807 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, int32_t ___firstSelectedCharacter3, int32_t ___lastSelectedCharacter4, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
int32_t L_2 = ___controlID2;
|
|
int32_t L_3 = ___firstSelectedCharacter3;
|
|
int32_t L_4 = ___lastSelectedCharacter4;
|
|
GUIStyle_DrawWithTextSelection_m60783EB261EBD814D7FFC6131A87E675290BAEFC(__this, L_0, L_1, L_2, L_3, L_4, (bool)0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyle UnityEngine.GUIStyle::get_none()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * G_B2_0 = NULL;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * G_B1_0 = NULL;
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ((GUIStyle_t671F175A201A19166385EE3392292A5F50070572_StaticFields*)il2cpp_codegen_static_fields_for(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var))->get_s_None_15();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)il2cpp_codegen_object_new(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle__ctor_m8AA3D5AA506A252687923D0DA80741862AA83805(L_2, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_3 = L_2;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
((GUIStyle_t671F175A201A19166385EE3392292A5F50070572_StaticFields*)il2cpp_codegen_static_fields_for(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var))->set_s_None_15(L_3);
|
|
G_B2_0 = L_3;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::GetCursorPixelPosition(UnityEngine.Rect,UnityEngine.GUIContent,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___cursorStringIndex2, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
int32_t L_2 = ___cursorStringIndex2;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = GUIStyle_Internal_GetCursorPixelPosition_m09F24F8960EB6090748F348DFC7F6D01EC29ED39(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIStyle::GetCursorStringIndex(UnityEngine.Rect,UnityEngine.GUIContent,UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPixelPosition2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___position0;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_1 = ___content1;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___cursorPixelPosition2;
|
|
int32_t L_3 = GUIStyle_Internal_GetCursorStringIndex_m4A882A721CE837B0B10EED1CC17D8FBB0ED7C6A1(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// UnityEngine.Vector2 UnityEngine.GUIStyle::CalcSize(UnityEngine.GUIContent)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_tA85D2DD88578276CA8A8796756458277E72D073D GUIStyle_CalcSize_m122C915B2050F60D120BDDDBD84433F26EC21E9F (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = GUIStyle_Internal_CalcSize_mE74DD923FC68B66432D4A995AC1F15B66945227D(__this, L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Single UnityEngine.GUIStyle::CalcHeight(UnityEngine.GUIContent,System.Single)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIStyle_CalcHeight_m6F102200768409D1B2184A7FE1A56747AB7B59B5 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, float ___width1, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = ___content0;
|
|
float L_1 = ___width1;
|
|
float L_2 = GUIStyle_Internal_CalcHeight_m233036ADA87FAB967C31499837D04E2BE004EAE3(__this, L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
float L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUIStyle::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_ToString_mE73FFC6A93F4F7BC2560EADEB074F0E81F77CB07 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle_ToString_mE73FFC6A93F4F7BC2560EADEB074F0E81F77CB07_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
|
|
String_t* L_2 = GUIStyle_get_name_m111D8AB0173E1EBA46A9664EBABBC82AFE3ED71E(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, L_2);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
|
|
String_t* L_3 = UnityString_Format_m415056ECF8DA7B3EC6A8456E299D0C2002177387(_stringLiteralF92769A88C9334E4CDB8DF06F40EC92B7B4086D0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle__cctor_mA7579A59C320A9202F6E83B39DADC06C10231D6F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyle__cctor_mA7579A59C320A9202F6E83B39DADC06C10231D6F_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((GUIStyle_t671F175A201A19166385EE3392292A5F50070572_StaticFields*)il2cpp_codegen_static_fields_for(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var))->set_showKeyboardFocus_14((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::get_contentOffset_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_get_contentOffset_Injected_mDF79B1646B295FD1A7229067099ED66D71897B41 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_get_contentOffset_Injected_mDF79B1646B295FD1A7229067099ED66D71897B41_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static GUIStyle_get_contentOffset_Injected_mDF79B1646B295FD1A7229067099ED66D71897B41_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_get_contentOffset_Injected_mDF79B1646B295FD1A7229067099ED66D71897B41_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::get_contentOffset_Injected(UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___ret0);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::set_contentOffset_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_contentOffset_Injected_mCDA5D3433ED1871CA0C507AA5425FED572764A67 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_set_contentOffset_Injected_mCDA5D3433ED1871CA0C507AA5425FED572764A67_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static GUIStyle_set_contentOffset_Injected_mCDA5D3433ED1871CA0C507AA5425FED572764A67_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_set_contentOffset_Injected_mCDA5D3433ED1871CA0C507AA5425FED572764A67_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::set_contentOffset_Injected(UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::set_Internal_clipOffset_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_set_Internal_clipOffset_Injected_m5E2A47365621254501D4F1B35C6FF1BB12DE1E26 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_set_Internal_clipOffset_Injected_m5E2A47365621254501D4F1B35C6FF1BB12DE1E26_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static GUIStyle_set_Internal_clipOffset_Injected_m5E2A47365621254501D4F1B35C6FF1BB12DE1E26_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_set_Internal_clipOffset_Injected_m5E2A47365621254501D4F1B35C6FF1BB12DE1E26_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::set_Internal_clipOffset_Injected(UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw_Injected_m96268CFD8003682366C5416A373F06C862B2785C (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_Internal_Draw_Injected_m96268CFD8003682366C5416A373F06C862B2785C_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, bool, bool, bool, bool);
|
|
static GUIStyle_Internal_Draw_Injected_m96268CFD8003682366C5416A373F06C862B2785C_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_Draw_Injected_m96268CFD8003682366C5416A373F06C862B2785C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_Draw_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean)");
|
|
_il2cpp_icall_func(__this, ___screenRect0, ___content1, ___isHover2, ___isActive3, ___on4, ___hasKeyboardFocus5);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_Draw2_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_Draw2_Injected_m76127AEB314B7227EED6CD90639B918394686872 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___controlID2, bool ___on3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_Internal_Draw2_Injected_m76127AEB314B7227EED6CD90639B918394686872_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, int32_t, bool);
|
|
static GUIStyle_Internal_Draw2_Injected_m76127AEB314B7227EED6CD90639B918394686872_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_Draw2_Injected_m76127AEB314B7227EED6CD90639B918394686872_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_Draw2_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,System.Boolean)");
|
|
_il2cpp_icall_func(__this, ___position0, ___content1, ___controlID2, ___on3);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawCursor_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawCursor_Injected_m8DE70956ACB23C13CADA16E586FD6A395E91DAC0 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___pos2, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___cursorColor3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_Internal_DrawCursor_Injected_m8DE70956ACB23C13CADA16E586FD6A395E91DAC0_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, int32_t, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUIStyle_Internal_DrawCursor_Injected_m8DE70956ACB23C13CADA16E586FD6A395E91DAC0_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_DrawCursor_Injected_m8DE70956ACB23C13CADA16E586FD6A395E91DAC0_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_DrawCursor_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,UnityEngine.Color&)");
|
|
_il2cpp_icall_func(__this, ___position0, ___content1, ___pos2, ___cursorColor3);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_DrawWithTextSelection_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32,UnityEngine.Color&,UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_DrawWithTextSelection_Injected_m5D30A962493D0FE1C0B04B9FA78F88B0210FC51A (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___screenRect0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, bool ___isHover2, bool ___isActive3, bool ___on4, bool ___hasKeyboardFocus5, bool ___drawSelectionAsComposition6, int32_t ___cursorFirst7, int32_t ___cursorLast8, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___cursorColor9, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___selectionColor10, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_Internal_DrawWithTextSelection_Injected_m5D30A962493D0FE1C0B04B9FA78F88B0210FC51A_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, bool, bool, bool, bool, bool, int32_t, int32_t, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUIStyle_Internal_DrawWithTextSelection_Injected_m5D30A962493D0FE1C0B04B9FA78F88B0210FC51A_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_DrawWithTextSelection_Injected_m5D30A962493D0FE1C0B04B9FA78F88B0210FC51A_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_DrawWithTextSelection_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Boolean,System.Int32,System.Int32,UnityEngine.Color&,UnityEngine.Color&)");
|
|
_il2cpp_icall_func(__this, ___screenRect0, ___content1, ___isHover2, ___isActive3, ___on4, ___hasKeyboardFocus5, ___drawSelectionAsComposition6, ___cursorFirst7, ___cursorLast8, ___cursorColor9, ___selectionColor10);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_GetCursorPixelPosition_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_GetCursorPixelPosition_Injected_mF287D7B43969350AB0C2291671C6DB35455EF621 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, int32_t ___cursorStringIndex2, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_Internal_GetCursorPixelPosition_Injected_mF287D7B43969350AB0C2291671C6DB35455EF621_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, int32_t, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static GUIStyle_Internal_GetCursorPixelPosition_Injected_mF287D7B43969350AB0C2291671C6DB35455EF621_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_GetCursorPixelPosition_Injected_mF287D7B43969350AB0C2291671C6DB35455EF621_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_GetCursorPixelPosition_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___position0, ___content1, ___cursorStringIndex2, ___ret3);
|
|
}
|
|
// System.Int32 UnityEngine.GUIStyle::Internal_GetCursorStringIndex_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIStyle_Internal_GetCursorStringIndex_Injected_m05D44B5DB50B159FF5DB9269486211092D3B9399 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___position0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content1, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___cursorPixelPosition2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GUIStyle_Internal_GetCursorStringIndex_Injected_m05D44B5DB50B159FF5DB9269486211092D3B9399_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static GUIStyle_Internal_GetCursorStringIndex_Injected_m05D44B5DB50B159FF5DB9269486211092D3B9399_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_GetCursorStringIndex_Injected_m05D44B5DB50B159FF5DB9269486211092D3B9399_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_GetCursorStringIndex_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,UnityEngine.Vector2&)");
|
|
int32_t retVal = _il2cpp_icall_func(__this, ___position0, ___content1, ___cursorPixelPosition2);
|
|
return retVal;
|
|
}
|
|
// System.String UnityEngine.GUIStyle::Internal_GetSelectedRenderedText_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIStyle_Internal_GetSelectedRenderedText_Injected_m3773CF04D83CED7A811B7A70356599708BB1059D (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___localPosition0, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___mContent1, int32_t ___selectIndex2, int32_t ___cursorIndex3, const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*GUIStyle_Internal_GetSelectedRenderedText_Injected_m3773CF04D83CED7A811B7A70356599708BB1059D_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, int32_t, int32_t);
|
|
static GUIStyle_Internal_GetSelectedRenderedText_Injected_m3773CF04D83CED7A811B7A70356599708BB1059D_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_GetSelectedRenderedText_Injected_m3773CF04D83CED7A811B7A70356599708BB1059D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_GetSelectedRenderedText_Injected(UnityEngine.Rect&,UnityEngine.GUIContent,System.Int32,System.Int32)");
|
|
String_t* retVal = _il2cpp_icall_func(__this, ___localPosition0, ___mContent1, ___selectIndex2, ___cursorIndex3);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::Internal_CalcSize_Injected(UnityEngine.GUIContent,UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_Internal_CalcSize_Injected_m1494328C573D0AE8692341F65648D55AE67C6268 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * __this, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * ___content0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___ret1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_Internal_CalcSize_Injected_m1494328C573D0AE8692341F65648D55AE67C6268_ftn) (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *, GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static GUIStyle_Internal_CalcSize_Injected_m1494328C573D0AE8692341F65648D55AE67C6268_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_Internal_CalcSize_Injected_m1494328C573D0AE8692341F65648D55AE67C6268_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::Internal_CalcSize_Injected(UnityEngine.GUIContent,UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(__this, ___content0, ___ret1);
|
|
}
|
|
// System.Void UnityEngine.GUIStyle::SetMouseTooltip_Injected(System.String,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyle_SetMouseTooltip_Injected_m292443679DFA66800CA706CF3DA947365C1D46D7 (String_t* ___tooltip0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___screenRect1, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyle_SetMouseTooltip_Injected_m292443679DFA66800CA706CF3DA947365C1D46D7_ftn) (String_t*, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *);
|
|
static GUIStyle_SetMouseTooltip_Injected_m292443679DFA66800CA706CF3DA947365C1D46D7_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyle_SetMouseTooltip_Injected_m292443679DFA66800CA706CF3DA947365C1D46D7_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyle::SetMouseTooltip_Injected(System.String,UnityEngine.Rect&)");
|
|
_il2cpp_icall_func(___tooltip0, ___screenRect1);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.GUIStyleState
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_pinvoke(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___m_SourceStyle_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_SourceStyle' of type 'GUIStyleState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_SourceStyle_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_pinvoke_back(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke& marshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled)
|
|
{
|
|
Exception_t* ___m_SourceStyle_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_SourceStyle' of type 'GUIStyleState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_SourceStyle_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIStyleState
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_pinvoke_cleanup(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
// Conversion methods for marshalling of: UnityEngine.GUIStyleState
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_com(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___m_SourceStyle_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_SourceStyle' of type 'GUIStyleState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_SourceStyle_1Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_com_back(const GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com& marshaled, GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5& unmarshaled)
|
|
{
|
|
Exception_t* ___m_SourceStyle_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_SourceStyle' of type 'GUIStyleState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_SourceStyle_1Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: UnityEngine.GUIStyleState
|
|
IL2CPP_EXTERN_C void GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshal_com_cleanup(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void UnityEngine.GUIStyleState::set_textColor(UnityEngine.Color)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_m2B235845A292C22ABEDEFBB2FD798DEB4E104983 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIStyleState_set_textColor_Injected_m09DA402A33A2E28F9B8BB37AEF6EA05B58F7C475(__this, (Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.IntPtr UnityEngine.GUIStyleState::Init()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GUIStyleState_Init_m24D7A3BD60709BA6C36D21F86E8FBCA3AD7756D9 (const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*GUIStyleState_Init_m24D7A3BD60709BA6C36D21F86E8FBCA3AD7756D9_ftn) ();
|
|
static GUIStyleState_Init_m24D7A3BD60709BA6C36D21F86E8FBCA3AD7756D9_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyleState_Init_m24D7A3BD60709BA6C36D21F86E8FBCA3AD7756D9_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyleState::Init()");
|
|
intptr_t retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIStyleState::Cleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_Cleanup_mB92C1A0564E1D841A37DD43D6B6E1AD27BAD5A49 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyleState_Cleanup_mB92C1A0564E1D841A37DD43D6B6E1AD27BAD5A49_ftn) (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 *);
|
|
static GUIStyleState_Cleanup_mB92C1A0564E1D841A37DD43D6B6E1AD27BAD5A49_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyleState_Cleanup_mB92C1A0564E1D841A37DD43D6B6E1AD27BAD5A49_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyleState::Cleanup()");
|
|
_il2cpp_icall_func(__this);
|
|
}
|
|
// System.Void UnityEngine.GUIStyleState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState__ctor_mD260F6A32800A135DB0AA6441D990A8FEC752AFD (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
intptr_t L_0 = GUIStyleState_Init_m24D7A3BD60709BA6C36D21F86E8FBCA3AD7756D9(/*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyleState::.ctor(UnityEngine.GUIStyle,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState__ctor_m88DEBFEA9F9D54F4E6732A6ACE729079A79833B8 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___sourceStyle0, intptr_t ___source1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___sourceStyle0;
|
|
__this->set_m_SourceStyle_1(L_0);
|
|
intptr_t L_1 = ___source1;
|
|
__this->set_m_Ptr_0((intptr_t)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.GUIStyleState UnityEngine.GUIStyleState::GetGUIStyleState(UnityEngine.GUIStyle,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * GUIStyleState_GetGUIStyleState_m207443170D2CA9E48BAB05FF74B30C76C6D63F68 (GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * ___sourceStyle0, intptr_t ___source1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyleState_GetGUIStyleState_m207443170D2CA9E48BAB05FF74B30C76C6D63F68_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * V_0 = NULL;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * V_1 = NULL;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = ___sourceStyle0;
|
|
intptr_t L_1 = ___source1;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_2 = (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 *)il2cpp_codegen_object_new(GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5_il2cpp_TypeInfo_var);
|
|
GUIStyleState__ctor_m88DEBFEA9F9D54F4E6732A6ACE729079A79833B8(L_2, L_0, (intptr_t)L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_3 = V_0;
|
|
V_1 = L_3;
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * L_4 = V_1;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyleState::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_Finalize_m68F554CD5B53E9BFC8B952E371D1E18D96D4C626 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIStyleState_Finalize_m68F554CD5B53E9BFC8B952E371D1E18D96D4C626_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
}
|
|
|
|
IL_0001:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_m_SourceStyle_1();
|
|
V_0 = (bool)((((RuntimeObject*)(GUIStyle_t671F175A201A19166385EE3392292A5F50070572 *)L_0) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
GUIStyleState_Cleanup_mB92C1A0564E1D841A37DD43D6B6E1AD27BAD5A49(__this, /*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)(0));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
IL2CPP_LEAVE(0x2D, FINALLY_0025);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0025;
|
|
}
|
|
|
|
FINALLY_0025:
|
|
{ // begin finally (depth: 1)
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(37)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(37)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x2D, IL_002d)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIStyleState::set_textColor_Injected(UnityEngine.Color&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIStyleState_set_textColor_Injected_m09DA402A33A2E28F9B8BB37AEF6EA05B58F7C475 (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 * __this, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIStyleState_set_textColor_Injected_m09DA402A33A2E28F9B8BB37AEF6EA05B58F7C475_ftn) (GUIStyleState_t2AA5CB82EB2571B0496D1F0B9D29D2B8D8B1E7E5 *, Color_t119BCA590009762C7223FDD3AF9706653AC84ED2 *);
|
|
static GUIStyleState_set_textColor_Injected_m09DA402A33A2E28F9B8BB37AEF6EA05B58F7C475_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIStyleState_set_textColor_Injected_m09DA402A33A2E28F9B8BB37AEF6EA05B58F7C475_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIStyleState::set_textColor_Injected(UnityEngine.Color&)");
|
|
_il2cpp_icall_func(__this, ___value0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 UnityEngine.GUITargetAttribute::GetGUITargetAttrValue(System.Type,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUITargetAttribute_GetGUITargetAttrValue_mED49CA9A9696B0D52CD6C6D7BA7344EA1F019590 (Type_t * ___klass0, String_t* ___methodName1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUITargetAttribute_GetGUITargetAttrValue_mED49CA9A9696B0D52CD6C6D7BA7344EA1F019590_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MethodInfo_t * V_0 = NULL;
|
|
bool V_1 = false;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* V_2 = NULL;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8 * V_5 = NULL;
|
|
bool V_6 = false;
|
|
int32_t V_7 = 0;
|
|
bool V_8 = false;
|
|
{
|
|
Type_t * L_0 = ___klass0;
|
|
String_t* L_1 = ___methodName1;
|
|
NullCheck(L_0);
|
|
MethodInfo_t * L_2 = Type_GetMethod_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD(L_0, L_1, ((int32_t)52), /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
MethodInfo_t * L_3 = V_0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(MethodInfo_t *)L_3) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t * L_5 = V_0;
|
|
NullCheck(L_5);
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = VirtFuncInvoker1< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*, bool >::Invoke(10 /* System.Object[] System.Reflection.MemberInfo::GetCustomAttributes(System.Boolean) */, L_5, (bool)1);
|
|
V_2 = L_6;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = V_2;
|
|
V_3 = (bool)((!(((RuntimeObject*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_7) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
V_4 = 0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = V_2;
|
|
int32_t L_10 = V_4;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject * L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
Type_t * L_13 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_12, /*hidden argument*/NULL);
|
|
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8_0_0_0_var) };
|
|
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
|
|
V_6 = (bool)((((int32_t)((((RuntimeObject*)(Type_t *)L_13) == ((RuntimeObject*)(Type_t *)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_16 = V_6;
|
|
if (!L_16)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = V_2;
|
|
int32_t L_18 = V_4;
|
|
NullCheck(L_17);
|
|
int32_t L_19 = L_18;
|
|
RuntimeObject * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
V_5 = ((GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8 *)IsInstClass((RuntimeObject*)L_20, GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8_il2cpp_TypeInfo_var));
|
|
GUITargetAttribute_tA23DD43B1D91AF11499A0320EBAAC900A35FC4B8 * L_21 = V_5;
|
|
NullCheck(L_21);
|
|
int32_t L_22 = L_21->get_displayMask_0();
|
|
V_7 = L_22;
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
int32_t L_23 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_24 = V_4;
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = V_2;
|
|
NullCheck(L_25);
|
|
V_8 = (bool)((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))))? 1 : 0);
|
|
bool L_26 = V_8;
|
|
if (L_26)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
V_7 = (-1);
|
|
goto IL_007b;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
int32_t L_27 = V_7;
|
|
return L_27;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Single UnityEngine.GUIUtility::get_pixelsPerPoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56 (const RuntimeMethod* method)
|
|
{
|
|
typedef float (*GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56_ftn) ();
|
|
static GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::get_pixelsPerPoint()");
|
|
float retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::get_guiDepth()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_get_guiDepth_m927893DDBCD8D8F88CA9F70A7D1A7BDB59B4F395 (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GUIUtility_get_guiDepth_m927893DDBCD8D8F88CA9F70A7D1A7BDB59B4F395_ftn) ();
|
|
static GUIUtility_get_guiDepth_m927893DDBCD8D8F88CA9F70A7D1A7BDB59B4F395_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_get_guiDepth_m927893DDBCD8D8F88CA9F70A7D1A7BDB59B4F395_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::get_guiDepth()");
|
|
int32_t retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::set_textFieldInput(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_textFieldInput_mDB5F54DB0276BB5FE9843CDB075AC27127514668 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_set_textFieldInput_mDB5F54DB0276BB5FE9843CDB075AC27127514668_ftn) (bool);
|
|
static GUIUtility_set_textFieldInput_mDB5F54DB0276BB5FE9843CDB075AC27127514668_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_set_textFieldInput_mDB5F54DB0276BB5FE9843CDB075AC27127514668_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::set_textFieldInput(System.Boolean)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.String UnityEngine.GUIUtility::get_systemCopyBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIUtility_get_systemCopyBuffer_m5C4EE0A0FDE696D4A1337480B20AF300E6A5624E (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*GUIUtility_get_systemCopyBuffer_m5C4EE0A0FDE696D4A1337480B20AF300E6A5624E_ftn) ();
|
|
static GUIUtility_get_systemCopyBuffer_m5C4EE0A0FDE696D4A1337480B20AF300E6A5624E_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_get_systemCopyBuffer_m5C4EE0A0FDE696D4A1337480B20AF300E6A5624E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::get_systemCopyBuffer()");
|
|
String_t* retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::set_systemCopyBuffer(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_systemCopyBuffer_m8C87AFD05D32AB0C30A2203005A64A86DFE18BE6 (String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_set_systemCopyBuffer_m8C87AFD05D32AB0C30A2203005A64A86DFE18BE6_ftn) (String_t*);
|
|
static GUIUtility_set_systemCopyBuffer_m8C87AFD05D32AB0C30A2203005A64A86DFE18BE6_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_set_systemCopyBuffer_m8C87AFD05D32AB0C30A2203005A64A86DFE18BE6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::set_systemCopyBuffer(System.String)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID(System.Int32,UnityEngine.FocusType,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_mBD1C39E03666F072AFB3022603E2FD37D87EB13F (int32_t ___hint0, int32_t ___focusType1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___hint0;
|
|
int32_t L_1 = ___focusType1;
|
|
int32_t L_2 = GUIUtility_GetControlID_Injected_m0B621090C90D8A821A2D334199EDB3CB2ED42DA1(L_0, L_1, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect2), /*hidden argument*/NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::BeginContainerFromOwner(UnityEngine.ScriptableObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_BeginContainerFromOwner_mFB7AD27541A39778B91822DD3FA80080D638CBAF (ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 * ___owner0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_BeginContainerFromOwner_mFB7AD27541A39778B91822DD3FA80080D638CBAF_ftn) (ScriptableObject_tAB015486CEAB714DA0D5C1BA389B84FB90427734 *);
|
|
static GUIUtility_BeginContainerFromOwner_mFB7AD27541A39778B91822DD3FA80080D638CBAF_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_BeginContainerFromOwner_mFB7AD27541A39778B91822DD3FA80080D638CBAF_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::BeginContainerFromOwner(UnityEngine.ScriptableObject)");
|
|
_il2cpp_icall_func(___owner0);
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::BeginContainer(UnityEngine.ObjectGUIState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_BeginContainer_m38C9E6D1F4897D7AE7E9C69ADEE83DD9342FD733 (ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 * ___objectGUIState0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_BeginContainer_m38C9E6D1F4897D7AE7E9C69ADEE83DD9342FD733_ftn) (ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 *);
|
|
static GUIUtility_BeginContainer_m38C9E6D1F4897D7AE7E9C69ADEE83DD9342FD733_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_BeginContainer_m38C9E6D1F4897D7AE7E9C69ADEE83DD9342FD733_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::BeginContainer(UnityEngine.ObjectGUIState)");
|
|
_il2cpp_icall_func(___objectGUIState0);
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::Internal_EndContainer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_EndContainer_m09A7936815FE2B45614821FF960F628420A41C1F (const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_Internal_EndContainer_m09A7936815FE2B45614821FF960F628420A41C1F_ftn) ();
|
|
static GUIUtility_Internal_EndContainer_m09A7936815FE2B45614821FF960F628420A41C1F_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_Internal_EndContainer_m09A7936815FE2B45614821FF960F628420A41C1F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::Internal_EndContainer()");
|
|
_il2cpp_icall_func();
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::CheckForTabEvent(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_CheckForTabEvent_m5ABBA248EAC943325C7DC220EC511E099C6A102B (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___evt0, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GUIUtility_CheckForTabEvent_m5ABBA248EAC943325C7DC220EC511E099C6A102B_ftn) (Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 *);
|
|
static GUIUtility_CheckForTabEvent_m5ABBA248EAC943325C7DC220EC511E099C6A102B_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_CheckForTabEvent_m5ABBA248EAC943325C7DC220EC511E099C6A102B_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::CheckForTabEvent(UnityEngine.Event)");
|
|
int32_t retVal = _il2cpp_icall_func(___evt0);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::SetKeyboardControlToFirstControlId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_SetKeyboardControlToFirstControlId_mF1138B553015320292351CCE106366AE18BB5367 (const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_SetKeyboardControlToFirstControlId_mF1138B553015320292351CCE106366AE18BB5367_ftn) ();
|
|
static GUIUtility_SetKeyboardControlToFirstControlId_mF1138B553015320292351CCE106366AE18BB5367_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_SetKeyboardControlToFirstControlId_mF1138B553015320292351CCE106366AE18BB5367_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::SetKeyboardControlToFirstControlId()");
|
|
_il2cpp_icall_func();
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::SetKeyboardControlToLastControlId()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_SetKeyboardControlToLastControlId_mD3C7F4829AC2702FC7D54DE43CE8DB1BE59AAEDD (const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_SetKeyboardControlToLastControlId_mD3C7F4829AC2702FC7D54DE43CE8DB1BE59AAEDD_ftn) ();
|
|
static GUIUtility_SetKeyboardControlToLastControlId_mD3C7F4829AC2702FC7D54DE43CE8DB1BE59AAEDD_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_SetKeyboardControlToLastControlId_mD3C7F4829AC2702FC7D54DE43CE8DB1BE59AAEDD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::SetKeyboardControlToLastControlId()");
|
|
_il2cpp_icall_func();
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::HasFocusableControls()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HasFocusableControls_m15E767B6649B99C2980F2A0AAAF329597CEFC941 (const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*GUIUtility_HasFocusableControls_m15E767B6649B99C2980F2A0AAAF329597CEFC941_ftn) ();
|
|
static GUIUtility_HasFocusableControls_m15E767B6649B99C2980F2A0AAAF329597CEFC941_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_HasFocusableControls_m15E767B6649B99C2980F2A0AAAF329597CEFC941_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::HasFocusableControls()");
|
|
bool retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::OwnsId(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_OwnsId_m79A78912B18680EE2C5F9FC240693A159DBFBB7E (int32_t ___id0, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*GUIUtility_OwnsId_m79A78912B18680EE2C5F9FC240693A159DBFBB7E_ftn) (int32_t);
|
|
static GUIUtility_OwnsId_m79A78912B18680EE2C5F9FC240693A159DBFBB7E_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_OwnsId_m79A78912B18680EE2C5F9FC240693A159DBFBB7E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::OwnsId(System.Int32)");
|
|
bool retVal = _il2cpp_icall_func(___id0);
|
|
return retVal;
|
|
}
|
|
// UnityEngine.Rect UnityEngine.GUIUtility::AlignRectToDevice(UnityEngine.Rect,System.Int32&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUIUtility_AlignRectToDevice_m86A33567D855507B8FA829BA84E8944523593DCD (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, int32_t* ___widthInPixels1, int32_t* ___heightInPixels2, const RuntimeMethod* method)
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t* L_0 = ___widthInPixels1;
|
|
int32_t* L_1 = ___heightInPixels2;
|
|
GUIUtility_AlignRectToDevice_Injected_m661F2FF64576FA465FAEC4BBCB3BA08E287EE6F2((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), (int32_t*)L_0, (int32_t*)L_1, (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_0), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String UnityEngine.GUIUtility::get_compositionString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E (const RuntimeMethod* method)
|
|
{
|
|
typedef String_t* (*GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E_ftn) ();
|
|
static GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::get_compositionString()");
|
|
String_t* retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::set_compositionCursorPos(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_compositionCursorPos_mD334872665452584C9732D8793B48B03D9CBF298 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIUtility_set_compositionCursorPos_Injected_m101F0440DCF3EB61C386484A8049585A3B7617C6((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&___value0), /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::Internal_GetHotControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_Internal_GetHotControl_m2CD040A0751AC54B62B5663C81B94EC6FA02B2FD (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GUIUtility_Internal_GetHotControl_m2CD040A0751AC54B62B5663C81B94EC6FA02B2FD_ftn) ();
|
|
static GUIUtility_Internal_GetHotControl_m2CD040A0751AC54B62B5663C81B94EC6FA02B2FD_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_Internal_GetHotControl_m2CD040A0751AC54B62B5663C81B94EC6FA02B2FD_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::Internal_GetHotControl()");
|
|
int32_t retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::Internal_GetKeyboardControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_Internal_GetKeyboardControl_m198D8D057F49AEC00E1FEC40A116E61E9A48CAED (const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GUIUtility_Internal_GetKeyboardControl_m198D8D057F49AEC00E1FEC40A116E61E9A48CAED_ftn) ();
|
|
static GUIUtility_Internal_GetKeyboardControl_m198D8D057F49AEC00E1FEC40A116E61E9A48CAED_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_Internal_GetKeyboardControl_m198D8D057F49AEC00E1FEC40A116E61E9A48CAED_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::Internal_GetKeyboardControl()");
|
|
int32_t retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::Internal_SetHotControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_SetHotControl_mD2515A29D1C1142F9935A279E0C25858E1F23382 (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_Internal_SetHotControl_mD2515A29D1C1142F9935A279E0C25858E1F23382_ftn) (int32_t);
|
|
static GUIUtility_Internal_SetHotControl_mD2515A29D1C1142F9935A279E0C25858E1F23382_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_Internal_SetHotControl_mD2515A29D1C1142F9935A279E0C25858E1F23382_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::Internal_SetHotControl(System.Int32)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::Internal_SetKeyboardControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_SetKeyboardControl_m1A89B9A7E35B1C0C6BCFAB769DDCFB89F10E1C1F (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_Internal_SetKeyboardControl_m1A89B9A7E35B1C0C6BCFAB769DDCFB89F10E1C1F_ftn) (int32_t);
|
|
static GUIUtility_Internal_SetKeyboardControl_m1A89B9A7E35B1C0C6BCFAB769DDCFB89F10E1C1F_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_Internal_SetKeyboardControl_m1A89B9A7E35B1C0C6BCFAB769DDCFB89F10E1C1F_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::Internal_SetKeyboardControl(System.Int32)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
// System.Object UnityEngine.GUIUtility::Internal_GetDefaultSkin(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GUIUtility_Internal_GetDefaultSkin_m1D4A53896309F1A4A54AF15D7E5F4DC61451276E (int32_t ___skinMode0, const RuntimeMethod* method)
|
|
{
|
|
typedef RuntimeObject * (*GUIUtility_Internal_GetDefaultSkin_m1D4A53896309F1A4A54AF15D7E5F4DC61451276E_ftn) (int32_t);
|
|
static GUIUtility_Internal_GetDefaultSkin_m1D4A53896309F1A4A54AF15D7E5F4DC61451276E_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_Internal_GetDefaultSkin_m1D4A53896309F1A4A54AF15D7E5F4DC61451276E_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::Internal_GetDefaultSkin(System.Int32)");
|
|
RuntimeObject * retVal = _il2cpp_icall_func(___skinMode0);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::Internal_ExitGUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC (const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC_ftn) ();
|
|
static GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::Internal_ExitGUI()");
|
|
_il2cpp_icall_func();
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::MarkGUIChanged()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_MarkGUIChanged_m624187E89EC5D08B052B8F74B8BFD803EEE53956 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_MarkGUIChanged_m624187E89EC5D08B052B8F74B8BFD803EEE53956_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B2_0 = NULL;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B1_0 = NULL;
|
|
{
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_guiChanged_7();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(G_B2_0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID(UnityEngine.FocusType,UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_mEE83D38E220B86D38CF6FE82B0413A71B80EA451 (int32_t ___focus0, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___position1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___focus0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___position1;
|
|
int32_t L_2 = GUIUtility_GetControlID_mBD1C39E03666F072AFB3022603E2FD37D87EB13F(0, L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID(System.Int32,UnityEngine.FocusType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_m0733AD370EC1956979B417A74E0ACA074E0DBA39 (int32_t ___hint0, int32_t ___focus1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___hint0;
|
|
int32_t L_1 = ___focus1;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = Rect_get_zero_m4CF0F9AD904132829A6EFCA85A1BF52794E7E56B(/*hidden argument*/NULL);
|
|
int32_t L_3 = GUIUtility_GetControlID_mBD1C39E03666F072AFB3022603E2FD37D87EB13F(L_0, L_1, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Object UnityEngine.GUIUtility::GetStateObject(System.Type,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * GUIUtility_GetStateObject_mF8F8DC466B7CA73210D85FAE43C4D39AA197B1CA (Type_t * ___t0, int32_t ___controlID1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_GetStateObject_mF8F8DC466B7CA73210D85FAE43C4D39AA197B1CA_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject * V_0 = NULL;
|
|
{
|
|
Type_t * L_0 = ___t0;
|
|
int32_t L_1 = ___controlID1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStateObjects_tD83347B97652468482EE293A4A1882BDC1059621_il2cpp_TypeInfo_var);
|
|
RuntimeObject * L_2 = GUIStateObjects_GetStateObject_m90A400F2D7196F386201EF3C87B1B6E80AD3D342(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
RuntimeObject * L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::set_guiIsExiting(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960 (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___value0;
|
|
((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->set_U3CguiIsExitingU3Ek__BackingField_8(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::get_hotControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_get_hotControl_mC2E01E65B6AED8142AB9CA13A88D6E0F753D8857 (const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = GUIUtility_Internal_GetHotControl_m2CD040A0751AC54B62B5663C81B94EC6FA02B2FD(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::set_hotControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_hotControl_m4C19FBD3565D18D7C8D8D26FB2B82AE6C9149091 (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
GUIUtility_Internal_SetHotControl_mD2515A29D1C1142F9935A279E0C25858E1F23382(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::TakeCapture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_TakeCapture_mE32A66FEEF1DFA8A3DDF3CE310D1C93397B31221 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_TakeCapture_mE32A66FEEF1DFA8A3DDF3CE310D1C93397B31221_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B2_0 = NULL;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B1_0 = NULL;
|
|
{
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_takeCapture_2();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(G_B2_0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::RemoveCapture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_RemoveCapture_m37B735649012E93EBEA50DB8708FB6D39DFA4FE9 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_RemoveCapture_m37B735649012E93EBEA50DB8708FB6D39DFA4FE9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B2_0 = NULL;
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * G_B1_0 = NULL;
|
|
{
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_0 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_releaseCapture_3();
|
|
Action_t591D2A86165F896B4B800BB5C25CE18672A55579 * L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
Action_Invoke_mC8D676E5DDF967EC5D23DD0E96FB52AA499817FD(G_B2_0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::get_keyboardControl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F (const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = GUIUtility_Internal_GetKeyboardControl_m198D8D057F49AEC00E1FEC40A116E61E9A48CAED(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::set_keyboardControl(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_keyboardControl_mC97AB431ABACD233FC2CE5E184F4B30E3BB8ACFE (int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___value0;
|
|
GUIUtility_Internal_SetKeyboardControl_m1A89B9A7E35B1C0C6BCFAB769DDCFB89F10E1C1F(L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::HasKeyFocus(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HasKeyFocus_mC8FCF8AB69DB9ECF737C91B5C2207100CCF7E78A (int32_t ___controlID0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_HasKeyFocus_mC8FCF8AB69DB9ECF737C91B5C2207100CCF7E78A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
int32_t L_0 = ___controlID0;
|
|
int32_t L_1 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_2 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_s_HasCurrentWindowKeyFocusFunc_9();
|
|
if (L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
G_B4_0 = 1;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Func_1_t4ABD6DAD480574F152452DD6B9C9A55F4F6655F1 * L_3 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_s_HasCurrentWindowKeyFocusFunc_9();
|
|
NullCheck(L_3);
|
|
bool L_4 = Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6(L_3, /*hidden argument*/Func_1_Invoke_mFA91B93A5C91290D4A3C475C4117CA05B43419E6_RuntimeMethod_var);
|
|
G_B4_0 = ((int32_t)(L_4));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
G_B6_0 = G_B4_0;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B6_0 = 0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
V_0 = (bool)G_B6_0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::ExitGUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_ExitGUI_m15BA6EAEEE64AF98577621853F9C7E90B92E8BE9 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_ExitGUI_m15BA6EAEEE64AF98577621853F9C7E90B92E8BE9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07 * L_0 = (ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07 *)il2cpp_codegen_object_new(ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07_il2cpp_TypeInfo_var);
|
|
ExitGUIException__ctor_m51AF39C72F462AFB5421AF57025B9AD42D31EE43(L_0, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, GUIUtility_ExitGUI_m15BA6EAEEE64AF98577621853F9C7E90B92E8BE9_RuntimeMethod_var);
|
|
}
|
|
}
|
|
// UnityEngine.GUISkin UnityEngine.GUIUtility::GetDefaultSkin()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * GUIUtility_GetDefaultSkin_m2F1B580445522074FF41CF9906531DBEAB034365 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_GetDefaultSkin_m2F1B580445522074FF41CF9906531DBEAB034365_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_s_SkinMode_0();
|
|
RuntimeObject * L_1 = GUIUtility_Internal_GetDefaultSkin_m1D4A53896309F1A4A54AF15D7E5F4DC61451276E(L_0, /*hidden argument*/NULL);
|
|
V_0 = ((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 *)IsInstSealed((RuntimeObject*)L_1, GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7_il2cpp_TypeInfo_var));
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 * L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::ProcessEvent(System.Int32,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_ProcessEvent_mA250CB35828235FE2F8BA5EA7B6592234DA2D312 (int32_t ___instanceID0, intptr_t ___nativeEventPtr1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_ProcessEvent_mA250CB35828235FE2F8BA5EA7B6592234DA2D312_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 * L_0 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_processEvent_4();
|
|
V_0 = (bool)((!(((RuntimeObject*)(Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Func_3_tBD99633D8A18C43CC528ECE3F77E2F69900048A7 * L_2 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_processEvent_4();
|
|
int32_t L_3 = ___instanceID0;
|
|
intptr_t L_4 = ___nativeEventPtr1;
|
|
NullCheck(L_2);
|
|
bool L_5 = Func_3_Invoke_mCD6DEEC09B4F1B42DD0FD4A8F58632B08EC66737(L_2, L_3, (intptr_t)L_4, /*hidden argument*/Func_3_Invoke_mCD6DEEC09B4F1B42DD0FD4A8F58632B08EC66737_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
bool L_6 = V_1;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::EndContainer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_EndContainer_mB8C187BBC41E641437D73CF698F45DAE9BE8474C (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
GUIUtility_Internal_EndContainer_m09A7936815FE2B45614821FF960F628420A41C1F(/*hidden argument*/NULL);
|
|
GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC(/*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::BeginGUI(System.Int32,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_BeginGUI_m9981BDF2828246EBE4EDA43447EF6DAA74B54C91 (int32_t ___skinMode0, int32_t ___instanceID1, int32_t ___useGUILayout2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_BeginGUI_m9981BDF2828246EBE4EDA43447EF6DAA74B54C91_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = ___skinMode0;
|
|
((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->set_s_SkinMode_0(L_0);
|
|
int32_t L_1 = ___instanceID1;
|
|
((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->set_s_OriginalID_1(L_1);
|
|
GUIUtility_ResetGlobalState_m192C9FAE2A4B87F34CB051C4967B8A919A902A5C(/*hidden argument*/NULL);
|
|
int32_t L_2 = ___useGUILayout2;
|
|
V_0 = (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___instanceID1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_Begin_m6876A33199599688408A4AD364069090E833B237(L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::EndGUI(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_EndGUI_mE93B54A19231BCC9DFC68DF54CE7C29DE41A3414 (int32_t ___layoutType0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_EndGUI_mE93B54A19231BCC9DFC68DF54CE7C29DE41A3414_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
}
|
|
|
|
IL_0001:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_0, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_3 = ___layoutType0;
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_1;
|
|
switch (L_4)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_Layout_mB01F00635FD538214B47A545C53E4F8C682491B5(/*hidden argument*/NULL);
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_LayoutFromEditorWindow_mBE82BE965B54F68E7090952684C86BFF0538AB52(/*hidden argument*/NULL);
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_5 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_s_OriginalID_1();
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUILayoutUtility_tFBB1F6AB7CF109D40F923B9AB1F5D7CDF8EEB62E_il2cpp_TypeInfo_var);
|
|
GUILayoutUtility_SelectIDList_m230ED9206897C92C5B090B3BBFC9B408603E56FD(L_5, (bool)0, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent_ClearStaticCache_m567DA736612F9E6E66262CC630952AB2E22BC933(/*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0x5B, FINALLY_0052);
|
|
}
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_0052;
|
|
}
|
|
|
|
FINALLY_0052:
|
|
{ // begin finally (depth: 1)
|
|
GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC(/*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(82)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(82)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x5B, IL_005b)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::EndGUIFromException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_EndGUIFromException_m40542B74697654BEDD0BAA656EC370D00097223E (Exception_t * ___exception0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
GUIUtility_Internal_ExitGUI_mC6B22D4CC318E08171B3565919458F337351ACCC(/*hidden argument*/NULL);
|
|
Exception_t * L_0 = ___exception0;
|
|
bool L_1 = GUIUtility_ShouldRethrowException_mCF3B04493727D6A40ED50AC2414D5617455339B6(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::EndContainerGUIFromException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_EndContainerGUIFromException_m66F073A94FF85A8B7C6D8A4614B43365F0A68042 (Exception_t * ___exception0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_EndContainerGUIFromException_m66F073A94FF85A8B7C6D8A4614B43365F0A68042_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 * L_0 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_endContainerGUIFromException_6();
|
|
V_0 = (bool)((!(((RuntimeObject*)(Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
Func_2_tC816C5FDED4A7372C449E7660CAB9F94E2AC12F8 * L_2 = ((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->get_endContainerGUIFromException_6();
|
|
Exception_t * L_3 = ___exception0;
|
|
NullCheck(L_2);
|
|
bool L_4 = Func_2_Invoke_m9621506610C10C9E735B305E826ACEFF914422CD(L_2, L_3, /*hidden argument*/Func_2_Invoke_m9621506610C10C9E735B305E826ACEFF914422CD_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::ResetGlobalState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_ResetGlobalState_m192C9FAE2A4B87F34CB051C4967B8A919A902A5C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_ResetGlobalState_m192C9FAE2A4B87F34CB051C4967B8A919A902A5C_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GUI_set_skin_mFC9EC2E88A46A7F42664C6C41D8CCD9B9BA4DBA0((GUISkin_tE22941292F37A41BE0EDF70FC3A9CD9EB02ADDB7 *)NULL, /*hidden argument*/NULL);
|
|
GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960_inline((bool)0, /*hidden argument*/NULL);
|
|
GUI_set_changed_m8BDF5085BBFDF8E61C12926C8E51C67B22B629AE((bool)0, /*hidden argument*/NULL);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_0 = GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AF_inline(/*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
VirtActionInvoker0::Invoke(13 /* System.Void System.Collections.Stack::Clear() */, L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::IsExitGUIException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_IsExitGUIException_mBCCE6118666769B8B767D74496E44D2ECC7AFDD2 (Exception_t * ___exception0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_IsExitGUIException_mBCCE6118666769B8B767D74496E44D2ECC7AFDD2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
|
|
IL_0003:
|
|
{
|
|
Exception_t * L_0 = ___exception0;
|
|
NullCheck(L_0);
|
|
Exception_t * L_1 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(L_0, /*hidden argument*/NULL);
|
|
___exception0 = L_1;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Exception_t * L_2 = ___exception0;
|
|
if (!((TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8 *)IsInstSealed((RuntimeObject*)L_2, TargetInvocationException_t0DD35F6083E1D1E0509BF181A79C76D3339D89B8_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_3 = ___exception0;
|
|
NullCheck(L_3);
|
|
Exception_t * L_4 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline(L_3, /*hidden argument*/NULL);
|
|
G_B5_0 = ((!(((RuntimeObject*)(Exception_t *)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
bool L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0003;
|
|
}
|
|
}
|
|
{
|
|
Exception_t * L_6 = ___exception0;
|
|
V_1 = (bool)((!(((RuntimeObject*)(ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07 *)((ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07 *)IsInstSealed((RuntimeObject*)L_6, ExitGUIException_t6AD1987AE1D23E0E774F9BEA41F30AE4CE378F07_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
bool L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::ShouldRethrowException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_ShouldRethrowException_mCF3B04493727D6A40ED50AC2414D5617455339B6 (Exception_t * ___exception0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Exception_t * L_0 = ___exception0;
|
|
bool L_1 = GUIUtility_IsExitGUIException_mBCCE6118666769B8B767D74496E44D2ECC7AFDD2(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::CheckOnGUI()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = GUIUtility_get_guiDepth_m927893DDBCD8D8F88CA9F70A7D1A7BDB59B4F395(/*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_0) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
|
|
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_2, _stringLiteral44749C3F0A84037EA50385BCA7D2CFEFD6C0BDB2, /*hidden argument*/NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, GUIUtility_CheckOnGUI_mBFC764B475683BC50E40BD249248CE43DA754873_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.GUIUtility::AlignRectToDevice(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE GUIUtility_AlignRectToDevice_mBA1EF6EC4F090487B9C7AD185C47812D90D77685 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___rect0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = GUIUtility_AlignRectToDevice_m86A33567D855507B8FA829BA84E8944523593DCD(L_0, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
V_2 = L_1;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = V_2;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::HitTest(UnityEngine.Rect,UnityEngine.Vector2,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HitTest_m0083ED18D864D511BF6217521285AE9D52D5AB79 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, int32_t ___offset2, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___point1;
|
|
float L_1 = L_0.get_x_0();
|
|
float L_2 = Rect_get_xMin_mFDFA74F66595FD2B8CE360183D1A92B575F0A76E((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
|
|
int32_t L_3 = ___offset2;
|
|
if ((!(((float)L_1) >= ((float)((float)il2cpp_codegen_subtract((float)L_2, (float)(((float)((float)L_3)))))))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = ___point1;
|
|
float L_5 = L_4.get_x_0();
|
|
float L_6 = Rect_get_xMax_mA16D7C3C2F30F8608719073ED79028C11CE90983((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
|
|
int32_t L_7 = ___offset2;
|
|
if ((!(((float)L_5) < ((float)((float)il2cpp_codegen_add((float)L_6, (float)(((float)((float)L_7)))))))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_8 = ___point1;
|
|
float L_9 = L_8.get_y_1();
|
|
float L_10 = Rect_get_yMin_m31EDC3262BE39D2F6464B15397F882237E6158C3((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
|
|
int32_t L_11 = ___offset2;
|
|
if ((!(((float)L_9) >= ((float)((float)il2cpp_codegen_subtract((float)L_10, (float)(((float)((float)L_11)))))))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = ___point1;
|
|
float L_13 = L_12.get_y_1();
|
|
float L_14 = Rect_get_yMax_m8AA5E92C322AF3FF571330F00579DA864F33341B((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&___rect0), /*hidden argument*/NULL);
|
|
int32_t L_15 = ___offset2;
|
|
G_B5_0 = ((((float)L_13) < ((float)((float)il2cpp_codegen_add((float)L_14, (float)(((float)((float)L_15)))))))? 1 : 0);
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
bool L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::HitTest(UnityEngine.Rect,UnityEngine.Vector2,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HitTest_m33C028863CAD049FFC588A912F1953F9C978453E (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___point1, bool ___isDirectManipulationDevice2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
bool L_0 = ___isDirectManipulationDevice2;
|
|
if (L_0)
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0008;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
G_B3_0 = 3;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
V_0 = G_B3_0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___rect0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = ___point1;
|
|
int32_t L_3 = V_0;
|
|
bool L_4 = GUIUtility_HitTest_m0083ED18D864D511BF6217521285AE9D52D5AB79(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
V_1 = L_4;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
bool L_5 = V_1;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.GUIUtility::HitTest(UnityEngine.Rect,UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_HitTest_mA053E9DA544552A06B911BB3D28F5B923C582731 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___rect0, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___evt1, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = ___rect0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = ___evt1;
|
|
NullCheck(L_1);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_2 = Event_get_mousePosition_m92AD98489A626864E9B179273270802EB1D2C085(L_1, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_3 = ___evt1;
|
|
NullCheck(L_3);
|
|
bool L_4 = Event_get_isDirectManipulationDevice_mC119A717201BAAF95B1320D4060A1A74A891D99E(L_3, /*hidden argument*/NULL);
|
|
bool L_5 = GUIUtility_HitTest_m33C028863CAD049FFC588A912F1953F9C978453E(L_0, L_2, L_4, /*hidden argument*/NULL);
|
|
V_0 = L_5;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
bool L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.GUIUtility::GetControlID_Injected(System.Int32,UnityEngine.FocusType,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GUIUtility_GetControlID_Injected_m0B621090C90D8A821A2D334199EDB3CB2ED42DA1 (int32_t ___hint0, int32_t ___focusType1, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect2, const RuntimeMethod* method)
|
|
{
|
|
typedef int32_t (*GUIUtility_GetControlID_Injected_m0B621090C90D8A821A2D334199EDB3CB2ED42DA1_ftn) (int32_t, int32_t, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *);
|
|
static GUIUtility_GetControlID_Injected_m0B621090C90D8A821A2D334199EDB3CB2ED42DA1_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_GetControlID_Injected_m0B621090C90D8A821A2D334199EDB3CB2ED42DA1_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::GetControlID_Injected(System.Int32,UnityEngine.FocusType,UnityEngine.Rect&)");
|
|
int32_t retVal = _il2cpp_icall_func(___hint0, ___focusType1, ___rect2);
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::AlignRectToDevice_Injected(UnityEngine.Rect&,System.Int32&,System.Int32&,UnityEngine.Rect&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_AlignRectToDevice_Injected_m661F2FF64576FA465FAEC4BBCB3BA08E287EE6F2 (Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___rect0, int32_t* ___widthInPixels1, int32_t* ___heightInPixels2, Rect_t35B976DE901B5423C11705E156938EA27AB402CE * ___ret3, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_AlignRectToDevice_Injected_m661F2FF64576FA465FAEC4BBCB3BA08E287EE6F2_ftn) (Rect_t35B976DE901B5423C11705E156938EA27AB402CE *, int32_t*, int32_t*, Rect_t35B976DE901B5423C11705E156938EA27AB402CE *);
|
|
static GUIUtility_AlignRectToDevice_Injected_m661F2FF64576FA465FAEC4BBCB3BA08E287EE6F2_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_AlignRectToDevice_Injected_m661F2FF64576FA465FAEC4BBCB3BA08E287EE6F2_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::AlignRectToDevice_Injected(UnityEngine.Rect&,System.Int32&,System.Int32&,UnityEngine.Rect&)");
|
|
_il2cpp_icall_func(___rect0, ___widthInPixels1, ___heightInPixels2, ___ret3);
|
|
}
|
|
// System.Void UnityEngine.GUIUtility::set_compositionCursorPos_Injected(UnityEngine.Vector2&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUIUtility_set_compositionCursorPos_Injected_m101F0440DCF3EB61C386484A8049585A3B7617C6 (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * ___value0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*GUIUtility_set_compositionCursorPos_Injected_m101F0440DCF3EB61C386484A8049585A3B7617C6_ftn) (Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *);
|
|
static GUIUtility_set_compositionCursorPos_Injected_m101F0440DCF3EB61C386484A8049585A3B7617C6_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (GUIUtility_set_compositionCursorPos_Injected_m101F0440DCF3EB61C386484A8049585A3B7617C6_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.GUIUtility::set_compositionCursorPos_Injected(UnityEngine.Vector2&)");
|
|
_il2cpp_icall_func(___value0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.ObjectGUIState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectGUIState__ctor_m611848731254D99066A4214A14954BC8D31123B0 (ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
intptr_t L_0 = ObjectGUIState_Internal_Create_m92F75FD8CE1624D9DBDCF956F1CBCF5492CEE69D(/*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.ObjectGUIState::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectGUIState_Dispose_m7E6CA8D9D162730B340E4361D259FEB29FBE34F9 (ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectGUIState_Dispose_m7E6CA8D9D162730B340E4361D259FEB29FBE34F9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ObjectGUIState_Destroy_m8C3FD0BEAA8CD994C93DA5E83ACDCD471BF4140B(__this, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
|
|
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.ObjectGUIState::Finalize()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectGUIState_Finalize_mE12D8D1E2B2D293F887A0BD59B7236E1E334C630 (ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 * __this, const RuntimeMethod* method)
|
|
{
|
|
Exception_t * __last_unhandled_exception = 0;
|
|
NO_UNUSED_WARNING (__last_unhandled_exception);
|
|
Exception_t * __exception_local = 0;
|
|
NO_UNUSED_WARNING (__exception_local);
|
|
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
|
|
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
|
|
NO_UNUSED_WARNING (__leave_targets);
|
|
{
|
|
}
|
|
|
|
IL_0001:
|
|
try
|
|
{ // begin try (depth: 1)
|
|
ObjectGUIState_Destroy_m8C3FD0BEAA8CD994C93DA5E83ACDCD471BF4140B(__this, /*hidden argument*/NULL);
|
|
IL2CPP_LEAVE(0x13, FINALLY_000b);
|
|
} // end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__last_unhandled_exception = (Exception_t *)e.ex;
|
|
goto FINALLY_000b;
|
|
}
|
|
|
|
FINALLY_000b:
|
|
{ // begin finally (depth: 1)
|
|
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
|
|
IL2CPP_END_FINALLY(11)
|
|
} // end finally (depth: 1)
|
|
IL2CPP_CLEANUP(11)
|
|
{
|
|
IL2CPP_JUMP_TBL(0x13, IL_0013)
|
|
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.ObjectGUIState::Destroy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectGUIState_Destroy_m8C3FD0BEAA8CD994C93DA5E83ACDCD471BF4140B (ObjectGUIState_tC8859B2B644CF26639AA81957EC41E0B7EC07F43 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (ObjectGUIState_Destroy_m8C3FD0BEAA8CD994C93DA5E83ACDCD471BF4140B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
intptr_t L_0 = __this->get_m_Ptr_0();
|
|
bool L_1 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_0, (intptr_t)(0), /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_3 = __this->get_m_Ptr_0();
|
|
ObjectGUIState_Internal_Destroy_m4FE9B4FB0B26FFA8D1FE7EED564A69535EF6204C((intptr_t)L_3, /*hidden argument*/NULL);
|
|
__this->set_m_Ptr_0((intptr_t)(0));
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IntPtr UnityEngine.ObjectGUIState::Internal_Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ObjectGUIState_Internal_Create_m92F75FD8CE1624D9DBDCF956F1CBCF5492CEE69D (const RuntimeMethod* method)
|
|
{
|
|
typedef intptr_t (*ObjectGUIState_Internal_Create_m92F75FD8CE1624D9DBDCF956F1CBCF5492CEE69D_ftn) ();
|
|
static ObjectGUIState_Internal_Create_m92F75FD8CE1624D9DBDCF956F1CBCF5492CEE69D_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (ObjectGUIState_Internal_Create_m92F75FD8CE1624D9DBDCF956F1CBCF5492CEE69D_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.ObjectGUIState::Internal_Create()");
|
|
intptr_t retVal = _il2cpp_icall_func();
|
|
return retVal;
|
|
}
|
|
// System.Void UnityEngine.ObjectGUIState::Internal_Destroy(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectGUIState_Internal_Destroy_m4FE9B4FB0B26FFA8D1FE7EED564A69535EF6204C (intptr_t ___ptr0, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*ObjectGUIState_Internal_Destroy_m4FE9B4FB0B26FFA8D1FE7EED564A69535EF6204C_ftn) (intptr_t);
|
|
static ObjectGUIState_Internal_Destroy_m4FE9B4FB0B26FFA8D1FE7EED564A69535EF6204C_ftn _il2cpp_icall_func;
|
|
if (!_il2cpp_icall_func)
|
|
_il2cpp_icall_func = (ObjectGUIState_Internal_Destroy_m4FE9B4FB0B26FFA8D1FE7EED564A69535EF6204C_ftn)il2cpp_codegen_resolve_icall ("UnityEngine.ObjectGUIState::Internal_Destroy(System.IntPtr)");
|
|
_il2cpp_icall_func(___ptr0);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.ScrollViewState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollViewState__ctor_mBD3229B13A482BEE165EE9CACA85F716122F3BD4 (ScrollViewState_t738AAD89973B4E764B6F977945263C24A881428E * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void UnityEngine.SliderState::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SliderState__ctor_m8CBFEE8D20C2D8EB0B68B1B171D9396DE84B605E (SliderState_t6081D6F2CF6D0F1A13B2A2D255671B4053EC52CB * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String UnityEngine.TextEditor::get_text()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = __this->get_m_Content_8();
|
|
NullCheck(L_0);
|
|
String_t* L_1 = GUIContent_get_text_mAAFFFB0278FCB4F7A7661BE595BA42CD093E38C5(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::set_text(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_text_mFF167B3EFD4D6F6260126315BE09CAD6BF5F04D0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_set_text_mFF167B3EFD4D6F6260126315BE09CAD6BF5F04D0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B2_0 = NULL;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * G_B2_1 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * G_B1_1 = NULL;
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = __this->get_m_Content_8();
|
|
String_t* L_1 = ___value0;
|
|
String_t* L_2 = L_1;
|
|
G_B1_0 = L_2;
|
|
G_B1_1 = L_0;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_2;
|
|
G_B2_1 = L_0;
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
|
|
G_B2_0 = L_3;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
NullCheck(G_B2_1);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(G_B2_1, G_B2_0, /*hidden argument*/NULL);
|
|
int32_t* L_4 = __this->get_address_of_m_CursorIndex_10();
|
|
TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60(__this, (int32_t*)L_4, /*hidden argument*/NULL);
|
|
int32_t* L_5 = __this->get_address_of_m_SelectIndex_11();
|
|
TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60(__this, (int32_t*)L_5, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.TextEditor::get_position()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = __this->get_m_Position_9();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::set_position(UnityEngine.Rect)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_position_mA051BD36CA4B264CC97CC739DF3702349E9617D2 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Rect_t35B976DE901B5423C11705E156938EA27AB402CE ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_set_position_mA051BD36CA4B264CC97CC739DF3702349E9617D2_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = __this->get_m_Position_9();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = ___value0;
|
|
bool L_2 = Rect_op_Equality_mFBE3505CEDD6B73F66276E782C1B02E0E5633563(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
|
|
__this->set_scrollOffset_7(L_4);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = ___value0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = GUIUtility_AlignRectToDevice_mBA1EF6EC4F090487B9C7AD185C47812D90D77685(L_5, /*hidden argument*/NULL);
|
|
__this->set_m_Position_9(L_6);
|
|
TextEditor_UpdateScrollOffset_mC49895B4151C725237B45F82FA3CB3E29BDDB02B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.Rect UnityEngine.TextEditor::get_localPosition()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_t35B976DE901B5423C11705E156938EA27AB402CE TextEditor_get_localPosition_m7640D023C7C3E646ECBE54E06EB5189A9724CA0C (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_0 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::get_cursorIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_m_CursorIndex_10();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::set_cursorIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = __this->get_m_CursorIndex_10();
|
|
V_0 = L_0;
|
|
int32_t L_1 = ___value0;
|
|
__this->set_m_CursorIndex_10(L_1);
|
|
int32_t* L_2 = __this->get_address_of_m_CursorIndex_10();
|
|
TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60(__this, (int32_t*)L_2, /*hidden argument*/NULL);
|
|
int32_t L_3 = __this->get_m_CursorIndex_10();
|
|
int32_t L_4 = V_0;
|
|
V_1 = (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
__this->set_m_RevealCursor_12((bool)1);
|
|
VirtActionInvoker0::Invoke(6 /* System.Void UnityEngine.TextEditor::OnCursorIndexChange() */, __this);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::get_selectIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->get_m_SelectIndex_11();
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::set_selectIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___value0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = __this->get_m_SelectIndex_11();
|
|
V_0 = L_0;
|
|
int32_t L_1 = ___value0;
|
|
__this->set_m_SelectIndex_11(L_1);
|
|
int32_t* L_2 = __this->get_address_of_m_SelectIndex_11();
|
|
TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60(__this, (int32_t*)L_2, /*hidden argument*/NULL);
|
|
int32_t L_3 = __this->get_m_SelectIndex_11();
|
|
int32_t L_4 = V_0;
|
|
V_1 = (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
VirtActionInvoker0::Invoke(7 /* System.Void UnityEngine.TextEditor::OnSelectIndexChange() */, __this);
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::ClearCursorPos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->set_hasHorizontalCursorPos_4((bool)0);
|
|
__this->set_m_iAltCursorPos_19((-1));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor__ctor_m279158A237B393882E3CC2834C1F7CA7679F79CC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor__ctor_m279158A237B393882E3CC2834C1F7CA7679F79CC_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_keyboardOnScreen_0((TouchScreenKeyboard_t2A69F85698E9780470181532D3F2BC903623FD90 *)NULL);
|
|
__this->set_controlID_1(0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUIStyle_t671F175A201A19166385EE3392292A5F50070572_il2cpp_TypeInfo_var);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = GUIStyle_get_none_m2B48FA4E2FA2B9BB7A458DF25B1391F9C7BB8B7B(/*hidden argument*/NULL);
|
|
__this->set_style_2(L_0);
|
|
__this->set_multiline_3((bool)0);
|
|
__this->set_hasHorizontalCursorPos_4((bool)0);
|
|
__this->set_isPasswordField_5((bool)0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_1 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
|
|
__this->set_scrollOffset_7(L_1);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = (GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 *)il2cpp_codegen_object_new(GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0_il2cpp_TypeInfo_var);
|
|
GUIContent__ctor_m939CDEFF44061020E997A0F0640ADDF2740B0C38(L_2, /*hidden argument*/NULL);
|
|
__this->set_m_Content_8(L_2);
|
|
__this->set_m_CursorIndex_10(0);
|
|
__this->set_m_SelectIndex_11(0);
|
|
__this->set_m_RevealCursor_12((bool)0);
|
|
__this->set_m_MouseDragSelectsWholeWords_15((bool)0);
|
|
__this->set_m_DblClickInitPos_16(0);
|
|
__this->set_m_DblClickSnap_17(0);
|
|
__this->set_m_bJustSelected_18((bool)0);
|
|
__this->set_m_iAltCursorPos_19((-1));
|
|
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::OnFocus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_OnFocus_mE285A1E80DF51FED810C9438DF15835BD1120A84 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
bool L_0 = __this->get_multiline_3();
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = 0;
|
|
V_1 = L_2;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_2, /*hidden argument*/NULL);
|
|
int32_t L_3 = V_1;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_3, /*hidden argument*/NULL);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
TextEditor_SelectAll_m33196916F8C32522554E30567291CF967CFD6EF9(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
__this->set_m_HasFocus_6((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::OnLostFocus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_OnLostFocus_m792C976FAC66B6C5576E49406A2963F1D19DD507 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_OnLostFocus_m792C976FAC66B6C5576E49406A2963F1D19DD507_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->set_m_HasFocus_6((bool)0);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
|
|
__this->set_scrollOffset_7(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::GrabGraphicalCursorPos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_GrabGraphicalCursorPos_m19AF9FD7089329EAEC363D0646F95FC0F4D8A03F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
bool L_0 = __this->get_hasHorizontalCursorPos_4();
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_4 = __this->get_m_Content_8();
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0(L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
|
|
__this->set_graphicalCursorPos_13(L_6);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_7 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_8 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_9 = __this->get_m_Content_8();
|
|
int32_t L_10 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_11 = GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0(L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
|
|
__this->set_graphicalSelectCursorPos_14(L_11);
|
|
__this->set_hasHorizontalCursorPos_4((bool)0);
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::HandleKeyEvent(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_HandleKeyEvent_m40E63B226145A1FA73891E38403E444D4F395750 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___e0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ___e0;
|
|
bool L_1 = TextEditor_HandleKeyEvent_m8075CB54084CAA09E9B638F8B3DDE5D59183CC8A(__this, L_0, (bool)0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_000c;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::HandleKeyEvent(UnityEngine.Event,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_HandleKeyEvent_m8075CB54084CAA09E9B638F8B3DDE5D59183CC8A (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___e0, bool ___textIsReadOnly1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_HandleKeyEvent_m8075CB54084CAA09E9B638F8B3DDE5D59183CC8A_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
{
|
|
TextEditor_InitKeyActions_m724C451AA81FE63C7DC95DECD4AC681080AFCC11(__this, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ___e0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = ___e0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_3 = L_2;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = Event_get_modifiers_m4D1BDE843A9379F50C3F32CB78CCDAD84B779108(L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_3, ((int32_t)((int32_t)L_4&(int32_t)((int32_t)-33))), /*hidden argument*/NULL);
|
|
Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * L_5 = ((TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_StaticFields*)il2cpp_codegen_static_fields_for(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var))->get_s_Keyactions_23();
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_6 = ___e0;
|
|
NullCheck(L_5);
|
|
bool L_7 = Dictionary_2_ContainsKey_m886A3ED9D9AB620984BF26DF4B63571D37E2AE41(L_5, L_6, /*hidden argument*/Dictionary_2_ContainsKey_m886A3ED9D9AB620984BF26DF4B63571D37E2AE41_RuntimeMethod_var);
|
|
V_1 = L_7;
|
|
bool L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * L_9 = ((TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_StaticFields*)il2cpp_codegen_static_fields_for(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var))->get_s_Keyactions_23();
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_10 = ___e0;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = Dictionary_2_get_Item_m15C699577EFD717DEEDFA3D6138A6BDC4C2B43E5(L_9, L_10, /*hidden argument*/Dictionary_2_get_Item_m15C699577EFD717DEEDFA3D6138A6BDC4C2B43E5_RuntimeMethod_var);
|
|
V_2 = L_11;
|
|
int32_t L_12 = V_2;
|
|
bool L_13 = ___textIsReadOnly1;
|
|
TextEditor_PerformOperation_mF47D96448BC77F8CD02A893DD755792E8B3F0405(__this, L_12, L_13, /*hidden argument*/NULL);
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_14 = ___e0;
|
|
int32_t L_15 = V_0;
|
|
NullCheck(L_14);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_14, L_15, /*hidden argument*/NULL);
|
|
V_3 = (bool)1;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_16 = ___e0;
|
|
int32_t L_17 = V_0;
|
|
NullCheck(L_16);
|
|
Event_set_modifiers_mF9604DECDDDD4CC598E53E7A09C851F64CB84196(L_16, L_17, /*hidden argument*/NULL);
|
|
V_3 = (bool)0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
bool L_18 = V_3;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::DeleteLineBack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteLineBack_mDFF1F1E2ABA2EBC1ECF020D63784467CD392F9A2 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
int32_t V_8 = 0;
|
|
{
|
|
bool L_0 = TextEditor_get_hasSelection_mB7A3FE7A641A5DCB7E96D3FBB12A0304B8ACFD06(__this, /*hidden argument*/NULL);
|
|
V_2 = L_0;
|
|
bool L_1 = V_2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D(__this, /*hidden argument*/NULL);
|
|
V_3 = (bool)1;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
V_1 = L_3;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_4 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
|
|
V_4 = (bool)((((int32_t)L_6) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
bool L_7 = V_4;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = L_9;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
|
|
V_5 = (bool)((!(((uint32_t)L_10) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_11 = V_5;
|
|
if (L_11)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
V_6 = (bool)((((int32_t)L_12) == ((int32_t)(-1)))? 1 : 0);
|
|
bool L_13 = V_6;
|
|
if (!L_13)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_14 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_15 = V_0;
|
|
V_7 = (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_16 = V_7;
|
|
if (!L_16)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_17 = __this->get_m_Content_8();
|
|
String_t* L_18 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_19 = V_0;
|
|
int32_t L_20 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_21 = V_0;
|
|
NullCheck(L_18);
|
|
String_t* L_22 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
|
|
NullCheck(L_17);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_17, L_22, /*hidden argument*/NULL);
|
|
int32_t L_23 = V_0;
|
|
int32_t L_24 = L_23;
|
|
V_8 = L_24;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_24, /*hidden argument*/NULL);
|
|
int32_t L_25 = V_8;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_25, /*hidden argument*/NULL);
|
|
V_3 = (bool)1;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
bool L_26 = V_3;
|
|
return L_26;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::DeleteWordBack()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteWordBack_mB48FCF1FBFABBC70C1EB7EA184B387BE12F16B50 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
{
|
|
bool L_0 = TextEditor_get_hasSelection_mB7A3FE7A641A5DCB7E96D3FBB12A0304B8ACFD06(__this, /*hidden argument*/NULL);
|
|
V_1 = L_0;
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D(__this, /*hidden argument*/NULL);
|
|
V_2 = (bool)1;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_3 = TextEditor_FindEndOfPreviousWord_m63E76A65AC4616A74902F9CF00BC5C20F2174F97(__this, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = V_0;
|
|
V_3 = (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_6 = V_3;
|
|
if (!L_6)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_7 = __this->get_m_Content_8();
|
|
String_t* L_8 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_12 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_8, L_9, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_7, L_12, /*hidden argument*/NULL);
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = L_13;
|
|
V_4 = L_14;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_14, /*hidden argument*/NULL);
|
|
int32_t L_15 = V_4;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_15, /*hidden argument*/NULL);
|
|
V_2 = (bool)1;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
bool L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::DeleteWordForward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteWordForward_m94D25A0E9E8746E8B419E5F2D041305744734FCF (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
bool L_0 = TextEditor_get_hasSelection_mB7A3FE7A641A5DCB7E96D3FBB12A0304B8ACFD06(__this, /*hidden argument*/NULL);
|
|
V_1 = L_0;
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D(__this, /*hidden argument*/NULL);
|
|
V_2 = (bool)1;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_3 = TextEditor_FindStartOfNextWord_m31C0620A516CB2C598AA67A9D0931D562ED37828(__this, L_2, /*hidden argument*/NULL);
|
|
V_0 = L_3;
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_5 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
V_3 = (bool)((((int32_t)L_4) < ((int32_t)L_6))? 1 : 0);
|
|
bool L_7 = V_3;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_8 = __this->get_m_Content_8();
|
|
String_t* L_9 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_10 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
String_t* L_13 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_9, L_10, ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)), /*hidden argument*/NULL);
|
|
NullCheck(L_8);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_8, L_13, /*hidden argument*/NULL);
|
|
V_2 = (bool)1;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
bool L_14 = V_2;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::Delete()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Delete_m4B7A14DD74D23305D71ECF58B078EB1C99864FDC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
bool L_0 = TextEditor_get_hasSelection_mB7A3FE7A641A5DCB7E96D3FBB12A0304B8ACFD06(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_3 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)L_2) < ((int32_t)L_4))? 1 : 0);
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = __this->get_m_Content_8();
|
|
String_t* L_7 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_8 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_10 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_9, /*hidden argument*/NULL);
|
|
int32_t L_11 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
String_t* L_12 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11)), /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_6, L_12, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
bool L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::Backspace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Backspace_m256A202133B82F0A43563BEEAC463CF808229CC7 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
bool L_0 = TextEditor_get_hasSelection_mB7A3FE7A641A5DCB7E96D3FBB12A0304B8ACFD06(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)L_2) > ((int32_t)0))? 1 : 0);
|
|
bool L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_4, /*hidden argument*/NULL);
|
|
V_3 = L_5;
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = __this->get_m_Content_8();
|
|
String_t* L_7 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_8 = V_3;
|
|
int32_t L_9 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_10 = V_3;
|
|
NullCheck(L_7);
|
|
String_t* L_11 = String_Remove_m54FD37F2B9CA7DBFE440B0CB8503640A2CFF00FF(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_6, L_11, /*hidden argument*/NULL);
|
|
int32_t L_12 = V_3;
|
|
int32_t L_13 = L_12;
|
|
V_4 = L_13;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_13, /*hidden argument*/NULL);
|
|
int32_t L_14 = V_4;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_14, /*hidden argument*/NULL);
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
bool L_15 = V_1;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectAll()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectAll_m33196916F8C32522554E30567291CF967CFD6EF9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, 0, /*hidden argument*/NULL);
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_1, /*hidden argument*/NULL);
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectNone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectNone_m4CDD0831BB48D920C158779FDF404EDABD56763D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_0, /*hidden argument*/NULL);
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::get_hasSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_get_hasSelection_mB7A3FE7A641A5DCB7E96D3FBB12A0304B8ACFD06 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::DeleteSelection()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = __this->get_m_Content_8();
|
|
String_t* L_7 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_8 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
String_t* L_9 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, 0, L_8, /*hidden argument*/NULL);
|
|
String_t* L_10 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
String_t* L_12 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_12);
|
|
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
|
|
int32_t L_14 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
String_t* L_15 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_10, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL);
|
|
String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_9, L_15, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_6, L_16, /*hidden argument*/NULL);
|
|
int32_t L_17 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_17, /*hidden argument*/NULL);
|
|
goto IL_00d8;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_18 = __this->get_m_Content_8();
|
|
String_t* L_19 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_20 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
String_t* L_21 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_19, 0, L_20, /*hidden argument*/NULL);
|
|
String_t* L_22 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_23 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_24 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
int32_t L_26 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_22);
|
|
String_t* L_27 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)L_26)), /*hidden argument*/NULL);
|
|
String_t* L_28 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_21, L_27, /*hidden argument*/NULL);
|
|
NullCheck(L_18);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_18, L_28, /*hidden argument*/NULL);
|
|
int32_t L_29 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_29, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)1;
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
bool L_30 = V_1;
|
|
return L_30;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::ReplaceSelection(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ReplaceSelection_m9534876530D3A70E2358F347A8F10096343BD456 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, String_t* ___replace0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D(__this, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_0 = __this->get_m_Content_8();
|
|
String_t* L_1 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_3 = ___replace0;
|
|
NullCheck(L_1);
|
|
String_t* L_4 = String_Insert_m2525FE6F79C96A359A588C8FA764419EBD811749(L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_0, L_4, /*hidden argument*/NULL);
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_6 = ___replace0;
|
|
NullCheck(L_6);
|
|
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7));
|
|
V_0 = L_8;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_8, /*hidden argument*/NULL);
|
|
int32_t L_9 = V_0;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_9, /*hidden argument*/NULL);
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::Insert(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_Insert_m541F3AEBE598F6A82C56195A47BF712C9D65DEF3 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Il2CppChar ___c0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = Char_ToString_mA42A88FEBA41B72D48BB24373E3101B7A91B6FD8((Il2CppChar*)(&___c0), /*hidden argument*/NULL);
|
|
TextEditor_ReplaceSelection_m9534876530D3A70E2358F347A8F10096343BD456(__this, L_0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveRight_m59C55388AA97B5BBF3BD7EA1242A414D699200B7 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_3, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_4, /*hidden argument*/NULL);
|
|
TextEditor_DetectFocusChange_mE73EABD5C139A2851856E4E039842F6AA66D0824(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_5, /*hidden argument*/NULL);
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_6 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_6) > ((int32_t)L_7))? 1 : 0);
|
|
bool L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_9, /*hidden argument*/NULL);
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_10 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_10, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveLeft_mB89B657A867A5BDDD5C7C29746883BE2654A2C65 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_3, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_4, /*hidden argument*/NULL);
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_5, /*hidden argument*/NULL);
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
int32_t L_6 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_6) > ((int32_t)L_7))? 1 : 0);
|
|
bool L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_9, /*hidden argument*/NULL);
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_10 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_10, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveUp_m33A336334EE094B374C79D384742C10EE3F87CE9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_3, /*hidden argument*/NULL);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_4 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
TextEditor_GrabGraphicalCursorPos_m19AF9FD7089329EAEC363D0646F95FC0F4D8A03F(__this, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of_graphicalCursorPos_13();
|
|
float* L_6 = L_5->get_address_of_y_1();
|
|
float* L_7 = L_6;
|
|
float L_8 = *((float*)L_7);
|
|
*((float*)L_7) = (float)((float)il2cpp_codegen_subtract((float)L_8, (float)(1.0f)));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_9 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_10 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_11 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = __this->get_graphicalCursorPos_13();
|
|
NullCheck(L_9);
|
|
int32_t L_13 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
|
|
int32_t L_14 = L_13;
|
|
V_1 = L_14;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_14, /*hidden argument*/NULL);
|
|
int32_t L_15 = V_1;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_15, /*hidden argument*/NULL);
|
|
int32_t L_16 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)((((int32_t)L_16) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_17 = V_2;
|
|
if (!L_17)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveDown_mF8326F5B90AD880828693C184F97D02D1EC15FEE (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) > ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_3, /*hidden argument*/NULL);
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_4 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_4, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
TextEditor_GrabGraphicalCursorPos_m19AF9FD7089329EAEC363D0646F95FC0F4D8A03F(__this, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_5 = __this->get_address_of_graphicalCursorPos_13();
|
|
float* L_6 = L_5->get_address_of_y_1();
|
|
float* L_7 = L_6;
|
|
float L_8 = *((float*)L_7);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_9 = __this->get_style_2();
|
|
NullCheck(L_9);
|
|
float L_10 = GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C(L_9, /*hidden argument*/NULL);
|
|
*((float*)L_7) = (float)((float)il2cpp_codegen_add((float)L_8, (float)((float)il2cpp_codegen_add((float)L_10, (float)(5.0f)))));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_11 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_13 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = __this->get_graphicalCursorPos_13();
|
|
NullCheck(L_11);
|
|
int32_t L_15 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
int32_t L_16 = L_15;
|
|
V_1 = L_16;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_16, /*hidden argument*/NULL);
|
|
int32_t L_17 = V_1;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_17, /*hidden argument*/NULL);
|
|
int32_t L_18 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_19 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0);
|
|
bool L_21 = V_2;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveLineStart_m01C387F3CAD4B192C343E1FBD81D3D8C1A26BFE1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_3 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
V_0 = G_B3_0;
|
|
int32_t L_4 = V_0;
|
|
V_1 = L_4;
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_5 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
|
|
V_2 = (bool)((((int32_t)L_7) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)1));
|
|
V_3 = L_10;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_10, /*hidden argument*/NULL);
|
|
int32_t L_11 = V_3;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_11, /*hidden argument*/NULL);
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = L_12;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1));
|
|
V_4 = (bool)((!(((uint32_t)L_13) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_14 = V_4;
|
|
if (L_14)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = 0;
|
|
V_3 = L_15;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_15, /*hidden argument*/NULL);
|
|
int32_t L_16 = V_3;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_16, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveLineEnd_m6CD2F02FF6859D1465DB9FB6E805DBBB5EFE1485 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_3 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
V_0 = G_B3_0;
|
|
int32_t L_4 = V_0;
|
|
V_1 = L_4;
|
|
String_t* L_5 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
V_2 = L_6;
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
String_t* L_7 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
|
|
V_3 = (bool)((((int32_t)L_9) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
bool L_10 = V_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = L_11;
|
|
V_4 = L_12;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_12, /*hidden argument*/NULL);
|
|
int32_t L_13 = V_4;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_13, /*hidden argument*/NULL);
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_2;
|
|
V_5 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
|
|
bool L_17 = V_5;
|
|
if (L_17)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_2;
|
|
int32_t L_19 = L_18;
|
|
V_4 = L_19;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_19, /*hidden argument*/NULL);
|
|
int32_t L_20 = V_4;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_20, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveGraphicalLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveGraphicalLineStart_m17B1028964B11E29FC4F400FD7737A7490989154 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_1 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_2 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_1 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_1 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_2 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_3 = NULL;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
G_B1_1 = __this;
|
|
G_B1_2 = __this;
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
G_B2_0 = __this;
|
|
G_B2_1 = __this;
|
|
G_B2_2 = __this;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
int32_t L_4 = TextEditor_GetGraphicalLineStart_m5F7F5A73CDDF5B3BD16E61F09AAAF14A0CF140AB(G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
int32_t L_5 = L_4;
|
|
V_0 = L_5;
|
|
NullCheck(G_B3_2);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(G_B3_2, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(G_B3_3);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B3_3, L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveGraphicalLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveGraphicalLineEnd_m37A229D49BD65C1C6EBF036769E20332F65B9C12 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_1 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_2 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_1 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_1 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_2 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_3 = NULL;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
G_B1_1 = __this;
|
|
G_B1_2 = __this;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
G_B2_0 = __this;
|
|
G_B2_1 = __this;
|
|
G_B2_2 = __this;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
int32_t L_4 = TextEditor_GetGraphicalLineEnd_m55161AA566216C1A1D1A59E724356660F936B99D(G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
int32_t L_5 = L_4;
|
|
V_0 = L_5;
|
|
NullCheck(G_B3_2);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(G_B3_2, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = V_0;
|
|
NullCheck(G_B3_3);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B3_3, L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveTextStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveTextStart_m154B56BBD4408FFA335AF28B8AC712D0D64ACEAD (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = 0;
|
|
V_0 = L_0;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_0, /*hidden argument*/NULL);
|
|
int32_t L_1 = V_0;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveTextEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveTextEnd_mA4E9806443211054DBAD3A8809FF54E78BD14F16 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
int32_t L_2 = L_1;
|
|
V_0 = L_2;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_2, /*hidden argument*/NULL);
|
|
int32_t L_3 = V_0;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_3, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::IndexOfEndOfLine(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_IndexOfEndOfLine_m2429A2AD71CA478CF6C17C578F4B1F0E65303BA1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___startIndex0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = ___startIndex0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_0, ((int32_t)10), L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
G_B3_0 = L_5;
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
G_B3_0 = L_6;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
V_1 = G_B3_0;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveParagraphForward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveParagraphForward_mDCDEBAB394A840A65A97C676BD3A5FEFF5D6D323 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_1 = NULL;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_5 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_4) < ((int32_t)L_6))? 1 : 0);
|
|
bool L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = TextEditor_IndexOfEndOfLine_m2429A2AD71CA478CF6C17C578F4B1F0E65303BA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
|
|
int32_t L_10 = L_9;
|
|
V_1 = L_10;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_10, /*hidden argument*/NULL);
|
|
int32_t L_11 = V_1;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveParagraphBackward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveParagraphBackward_m0E0D4995F67E1A93171351AC59D0C9D0F12E2ED1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_1 = NULL;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_4) > ((int32_t)1))? 1 : 0);
|
|
bool L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_8 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_6, ((int32_t)10), ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)2)), /*hidden argument*/NULL);
|
|
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
|
|
V_1 = L_9;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_9, /*hidden argument*/NULL);
|
|
int32_t L_10 = V_1;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_10, /*hidden argument*/NULL);
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_11 = 0;
|
|
V_1 = L_11;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_11, /*hidden argument*/NULL);
|
|
int32_t L_12 = V_1;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_12, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveCursorToPosition(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveCursorToPosition_m71D34646EB403858B7DFE794825DA71DC9CAEF7E (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPosition0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_0 = ___cursorPosition0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_1 = Event_get_current_m072CEE599D11B8A9A916697E57C0F561188CDB2B(/*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
bool L_2 = Event_get_shift_m74FCE61864B9A7AD13623FA2E8F87FC4A9DBD7A9(L_1, /*hidden argument*/NULL);
|
|
TextEditor_MoveCursorToPosition_Internal_mD66C2285C2B5F6EC3516820193DCB64936797704(__this, L_0, L_2, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveCursorToPosition_Internal(UnityEngine.Vector2,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveCursorToPosition_Internal_mD66C2285C2B5F6EC3516820193DCB64936797704 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPosition0, bool ___shift1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_MoveCursorToPosition_Internal_mD66C2285C2B5F6EC3516820193DCB64936797704_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_3 = ___cursorPosition0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = __this->get_scrollOffset_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_3, L_4, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_6 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_0, L_1, L_2, L_5, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_6, /*hidden argument*/NULL);
|
|
bool L_7 = ___shift1;
|
|
V_0 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
|
|
bool L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_9, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
TextEditor_DetectFocusChange_mE73EABD5C139A2851856E4E039842F6AA66D0824(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectToPosition(UnityEngine.Vector2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectToPosition_m2EE616963923B9561A7C3CFFA392A0C4FE8D8C93 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Vector2_tA85D2DD88578276CA8A8796756458277E72D073D ___cursorPosition0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_SelectToPosition_m2EE616963923B9561A7C3CFFA392A0C4FE8D8C93_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
{
|
|
bool L_0 = __this->get_m_MouseDragSelectsWholeWords_15();
|
|
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_2 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_3 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_4 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_5 = ___cursorPosition0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_6 = __this->get_scrollOffset_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_5, L_6, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_8 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_2, L_3, L_4, L_7, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_8, /*hidden argument*/NULL);
|
|
goto IL_01b8;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_9 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_10 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_11 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_12 = ___cursorPosition0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_13 = __this->get_scrollOffset_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_12, L_13, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
int32_t L_15 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_9, L_10, L_11, L_14, /*hidden argument*/NULL);
|
|
V_1 = L_15;
|
|
TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60(__this, (int32_t*)(&V_1), /*hidden argument*/NULL);
|
|
int32_t* L_16 = __this->get_address_of_m_DblClickInitPos_16();
|
|
TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60(__this, (int32_t*)L_16, /*hidden argument*/NULL);
|
|
uint8_t L_17 = __this->get_m_DblClickSnap_17();
|
|
V_2 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
|
|
bool L_18 = V_2;
|
|
if (!L_18)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = V_1;
|
|
int32_t L_20 = __this->get_m_DblClickInitPos_16();
|
|
V_3 = (bool)((((int32_t)L_19) < ((int32_t)L_20))? 1 : 0);
|
|
bool L_21 = V_3;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_1;
|
|
int32_t L_23 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_22, 1, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_23, /*hidden argument*/NULL);
|
|
int32_t L_24 = __this->get_m_DblClickInitPos_16();
|
|
int32_t L_25 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_24, 0, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_25, /*hidden argument*/NULL);
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_26, 0, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_27, /*hidden argument*/NULL);
|
|
int32_t L_28 = __this->get_m_DblClickInitPos_16();
|
|
int32_t L_29 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_28, 1, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_29, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
goto IL_01b7;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
int32_t L_30 = V_1;
|
|
int32_t L_31 = __this->get_m_DblClickInitPos_16();
|
|
V_4 = (bool)((((int32_t)L_30) < ((int32_t)L_31))? 1 : 0);
|
|
bool L_32 = V_4;
|
|
if (!L_32)
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_1;
|
|
V_5 = (bool)((((int32_t)L_33) > ((int32_t)0))? 1 : 0);
|
|
bool L_34 = V_5;
|
|
if (!L_34)
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_35 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_36 = V_1;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_37 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)2)), /*hidden argument*/NULL);
|
|
NullCheck(L_35);
|
|
int32_t L_38 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_35, ((int32_t)10), L_37, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1)), /*hidden argument*/NULL);
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, 0, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
String_t* L_39 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
String_t* L_40 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
int32_t L_41 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_40, /*hidden argument*/NULL);
|
|
int32_t L_42 = __this->get_m_DblClickInitPos_16();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_43 = Mathf_Min_m1A2CC204E361AE13C329B6535165179798D3313A(((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)1)), L_42, /*hidden argument*/NULL);
|
|
NullCheck(L_39);
|
|
int32_t L_44 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_39, ((int32_t)10), L_43, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_44, /*hidden argument*/NULL);
|
|
goto IL_01b6;
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
int32_t L_45 = V_1;
|
|
String_t* L_46 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_46);
|
|
int32_t L_47 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_46, /*hidden argument*/NULL);
|
|
V_6 = (bool)((((int32_t)L_45) < ((int32_t)L_47))? 1 : 0);
|
|
bool L_48 = V_6;
|
|
if (!L_48)
|
|
{
|
|
goto IL_017f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = V_1;
|
|
int32_t L_50 = TextEditor_IndexOfEndOfLine_m2429A2AD71CA478CF6C17C578F4B1F0E65303BA1(__this, L_49, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_50, /*hidden argument*/NULL);
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_017f:
|
|
{
|
|
String_t* L_51 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_51);
|
|
int32_t L_52 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_51, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_52, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
String_t* L_53 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_54 = __this->get_m_DblClickInitPos_16();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_55 = Mathf_Max_mBDE4C6F1883EE3215CD7AE62550B2AC90592BC3F(0, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)2)), /*hidden argument*/NULL);
|
|
NullCheck(L_53);
|
|
int32_t L_56 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_53, ((int32_t)10), L_55, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1)), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
}
|
|
|
|
IL_01b7:
|
|
{
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectLeft_m7B2639E4B74273199C4DD7B19D22A1469F92067F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
{
|
|
bool L_0 = __this->get_m_bJustSelected_18();
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_3 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_2) > ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
int32_t L_6 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_6, /*hidden argument*/NULL);
|
|
int32_t L_7 = V_2;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_7, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
__this->set_m_bJustSelected_18((bool)0);
|
|
int32_t L_8 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_8, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_9, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectRight_m269F9770E5FD0525B55776C07E9971D6C66A78DE (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
{
|
|
bool L_0 = __this->get_m_bJustSelected_18();
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_3 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_2 = L_5;
|
|
int32_t L_6 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_6, /*hidden argument*/NULL);
|
|
int32_t L_7 = V_2;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_7, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
__this->set_m_bJustSelected_18((bool)0);
|
|
int32_t L_8 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_8, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_9, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectUp()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectUp_mB4ED2C2AF3A2ACCDF5B3526AD833A579918F57AC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_GrabGraphicalCursorPos_m19AF9FD7089329EAEC363D0646F95FC0F4D8A03F(__this, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of_graphicalCursorPos_13();
|
|
float* L_1 = L_0->get_address_of_y_1();
|
|
float* L_2 = L_1;
|
|
float L_3 = *((float*)L_2);
|
|
*((float*)L_2) = (float)((float)il2cpp_codegen_subtract((float)L_3, (float)(1.0f)));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_5 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_6 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_7 = __this->get_graphicalCursorPos_13();
|
|
NullCheck(L_4);
|
|
int32_t L_8 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_4, L_5, L_6, L_7, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_8, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectDown()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectDown_mDB4866E1E2147CF2E3A8A112089DBF39DC51E0EC (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_GrabGraphicalCursorPos_m19AF9FD7089329EAEC363D0646F95FC0F4D8A03F(__this, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_0 = __this->get_address_of_graphicalCursorPos_13();
|
|
float* L_1 = L_0->get_address_of_y_1();
|
|
float* L_2 = L_1;
|
|
float L_3 = *((float*)L_2);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_4 = __this->get_style_2();
|
|
NullCheck(L_4);
|
|
float L_5 = GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C(L_4, /*hidden argument*/NULL);
|
|
*((float*)L_2) = (float)((float)il2cpp_codegen_add((float)L_3, (float)((float)il2cpp_codegen_add((float)L_5, (float)(5.0f)))));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_6 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_7 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_8 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = __this->get_graphicalCursorPos_13();
|
|
NullCheck(L_6);
|
|
int32_t L_10 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_10, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectTextEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectTextEnd_m18F2785E8502B02F3ED4B0C0E1C68CCD9B8408FD (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectTextStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectTextStart_m8562BCC674CDA850E3DBE8455E92B3CBB590436D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, 0, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MouseDragSelectsWholeWords(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MouseDragSelectsWholeWords_m7F93A5149B5B5E78852BC1C5321CD7B7EE98F3DA (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, bool ___on0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___on0;
|
|
__this->set_m_MouseDragSelectsWholeWords_15(L_0);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
__this->set_m_DblClickInitPos_16(L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::DblClickSnap(UnityEngine.TextEditor_DblClickSnapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_DblClickSnap_mC20D59EAA328DA3D0A74352F94E71B426655DF8D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, uint8_t ___snapping0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = ___snapping0;
|
|
__this->set_m_DblClickSnap_17(L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::GetGraphicalLineStart(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_GetGraphicalLineStart_m5F7F5A73CDDF5B3BD16E61F09AAAF14A0CF140AB (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = __this->get_m_Content_8();
|
|
int32_t L_3 = ___p0;
|
|
NullCheck(L_0);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
float* L_5 = (&V_0)->get_address_of_y_1();
|
|
float* L_6 = L_5;
|
|
float L_7 = *((float*)L_6);
|
|
float L_8 = GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56(/*hidden argument*/NULL);
|
|
*((float*)L_6) = (float)((float)il2cpp_codegen_add((float)L_7, (float)((float)((float)(1.0f)/(float)L_8))));
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_9 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
V_1 = L_9;
|
|
float L_10 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
(&V_0)->set_x_0(L_10);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_11 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_13 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_15 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
|
|
V_2 = L_15;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
int32_t L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::GetGraphicalLineEnd(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_GetGraphicalLineEnd_m55161AA566216C1A1D1A59E724356660F936B99D (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method)
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_0 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_1 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_2 = __this->get_m_Content_8();
|
|
int32_t L_3 = ___p0;
|
|
NullCheck(L_0);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_4 = GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
|
|
V_0 = L_4;
|
|
float* L_5 = (&V_0)->get_address_of_y_1();
|
|
float* L_6 = L_5;
|
|
float L_7 = *((float*)L_6);
|
|
float L_8 = GUIUtility_get_pixelsPerPoint_m6B4AB38F60A0AC54034A62043F74E06A613E4D56(/*hidden argument*/NULL);
|
|
*((float*)L_6) = (float)((float)il2cpp_codegen_add((float)L_7, (float)((float)((float)(1.0f)/(float)L_8))));
|
|
float* L_9 = (&V_0)->get_address_of_x_0();
|
|
float* L_10 = L_9;
|
|
float L_11 = *((float*)L_10);
|
|
*((float*)L_10) = (float)((float)il2cpp_codegen_add((float)L_11, (float)(5000.0f)));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_12 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_13 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_14 = __this->get_m_Content_8();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_15 = V_0;
|
|
NullCheck(L_12);
|
|
int32_t L_16 = GUIStyle_GetCursorStringIndex_m9824718B33E4BB17B1CD8A2C7D32D06C15CCAFAF(L_12, L_13, L_14, L_15, /*hidden argument*/NULL);
|
|
V_1 = L_16;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::FindNextSeperator(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindNextSeperator_m019CE71A55764D7325CDE64E83D3D5A49BE92184 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___startPos0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_2 = ___startPos0;
|
|
int32_t L_3 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_2, /*hidden argument*/NULL);
|
|
___startPos0 = L_3;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_4 = ___startPos0;
|
|
int32_t L_5 = V_0;
|
|
if ((((int32_t)L_4) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___startPos0;
|
|
int32_t L_7 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_6, /*hidden argument*/NULL);
|
|
G_B5_0 = ((!(((uint32_t)L_7) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
V_1 = (bool)G_B5_0;
|
|
bool L_8 = V_1;
|
|
if (L_8)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_9 = ___startPos0;
|
|
int32_t L_10 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_9, /*hidden argument*/NULL);
|
|
___startPos0 = L_10;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_11 = ___startPos0;
|
|
int32_t L_12 = V_0;
|
|
if ((((int32_t)L_11) >= ((int32_t)L_12)))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = ___startPos0;
|
|
int32_t L_14 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_13, /*hidden argument*/NULL);
|
|
G_B11_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
G_B11_0 = 0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
V_2 = (bool)G_B11_0;
|
|
bool L_15 = V_2;
|
|
if (L_15)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = ___startPos0;
|
|
V_3 = L_16;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_17 = V_3;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::FindPrevSeperator(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindPrevSeperator_m46051223DF3979C42C9497D991B7C0D68A6CAA85 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___startPos0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
{
|
|
int32_t L_0 = ___startPos0;
|
|
int32_t L_1 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_0, /*hidden argument*/NULL);
|
|
___startPos0 = L_1;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
int32_t L_2 = ___startPos0;
|
|
int32_t L_3 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_2, /*hidden argument*/NULL);
|
|
___startPos0 = L_3;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_4 = ___startPos0;
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___startPos0;
|
|
int32_t L_6 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_5, /*hidden argument*/NULL);
|
|
G_B5_0 = ((!(((uint32_t)L_6) <= ((uint32_t)0)))? 1 : 0);
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_0 = (bool)G_B5_0;
|
|
bool L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = ___startPos0;
|
|
V_1 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
|
|
bool L_9 = V_1;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_10 = ___startPos0;
|
|
int32_t L_11 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_10, /*hidden argument*/NULL);
|
|
___startPos0 = L_11;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_12 = ___startPos0;
|
|
if ((((int32_t)L_12) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = ___startPos0;
|
|
int32_t L_14 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_13, /*hidden argument*/NULL);
|
|
G_B13_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
V_3 = (bool)G_B13_0;
|
|
bool L_15 = V_3;
|
|
if (L_15)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = ___startPos0;
|
|
int32_t L_17 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_16, /*hidden argument*/NULL);
|
|
V_4 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
|
|
bool L_18 = V_4;
|
|
if (!L_18)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = ___startPos0;
|
|
V_2 = L_19;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
int32_t L_20 = ___startPos0;
|
|
int32_t L_21 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_20, /*hidden argument*/NULL);
|
|
V_2 = L_21;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
int32_t L_22 = V_2;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveWordRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveWordRight_m682304844C44DB8749BF5FCA4DB321682D1CEFDB (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_1 = NULL;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = TextEditor_FindNextSeperator_m019CE71A55764D7325CDE64E83D3D5A49BE92184(__this, L_4, /*hidden argument*/NULL);
|
|
int32_t L_6 = L_5;
|
|
V_0 = L_6;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_6, /*hidden argument*/NULL);
|
|
int32_t L_7 = V_0;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_7, /*hidden argument*/NULL);
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveToStartOfNextWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveToStartOfNextWord_mF8E0AF826783F4C751E47EB39558892E0D280911 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_MoveRight_m59C55388AA97B5BBF3BD7EA1242A414D699200B7(__this, /*hidden argument*/NULL);
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_FindStartOfNextWord_m31C0620A516CB2C598AA67A9D0931D562ED37828(__this, L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = L_4;
|
|
V_1 = L_5;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = V_1;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveToEndOfPreviousWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveToEndOfPreviousWord_mA1D6F6C37728A27568A2308F6033544BE41CC053 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_MoveLeft_mB89B657A867A5BDDD5C7C29746883BE2654A2C65(__this, /*hidden argument*/NULL);
|
|
goto IL_0044;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_FindEndOfPreviousWord_m63E76A65AC4616A74902F9CF00BC5C20F2174F97(__this, L_3, /*hidden argument*/NULL);
|
|
int32_t L_5 = L_4;
|
|
V_1 = L_5;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = V_1;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_6, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectToStartOfNextWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectToStartOfNextWord_m16F1549DC820938AB680CBC76D3B3B816BEC0037 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_FindStartOfNextWord_m31C0620A516CB2C598AA67A9D0931D562ED37828(__this, L_0, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectToEndOfPreviousWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectToEndOfPreviousWord_mDBD58F16716BF35033E3E942889A17BB8A7AEB41 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_FindEndOfPreviousWord_m63E76A65AC4616A74902F9CF00BC5C20F2174F97(__this, L_0, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// UnityEngine.TextEditor_CharacterType UnityEngine.TextEditor::ClassifyChar(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_2 = Char_IsWhiteSpace_m8E25F5E52D932FBA7D4D87A5A740128FA098DBE7(L_0, L_1, /*hidden argument*/NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 3;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_4 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = ___index0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_6 = Char_IsLetterOrDigit_m99BA6814DA5E508FAA97139C4DFE6368B655E2EB(L_4, L_5, /*hidden argument*/NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_8 = ___index0;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, L_8, /*hidden argument*/NULL);
|
|
G_B5_0 = ((((int32_t)L_9) == ((int32_t)((int32_t)39)))? 1 : 0);
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
G_B5_0 = 1;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
V_2 = (bool)G_B5_0;
|
|
bool L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
V_1 = 0;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
V_1 = 1;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::FindStartOfNextWord(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindStartOfNextWord_m31C0620A516CB2C598AA67A9D0931D562ED37828 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B29_0 = 0;
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = ___p0;
|
|
int32_t L_3 = V_0;
|
|
V_2 = (bool)((((int32_t)L_2) == ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___p0;
|
|
V_3 = L_5;
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_6 = ___p0;
|
|
int32_t L_7 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_6, /*hidden argument*/NULL);
|
|
V_1 = L_7;
|
|
int32_t L_8 = V_1;
|
|
V_4 = (bool)((((int32_t)((((int32_t)L_8) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_9 = V_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___p0;
|
|
int32_t L_11 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_10, /*hidden argument*/NULL);
|
|
___p0 = L_11;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_12 = ___p0;
|
|
int32_t L_13 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_12, /*hidden argument*/NULL);
|
|
___p0 = L_13;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_14 = ___p0;
|
|
int32_t L_15 = V_0;
|
|
if ((((int32_t)L_14) >= ((int32_t)L_15)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = ___p0;
|
|
int32_t L_17 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_16, /*hidden argument*/NULL);
|
|
int32_t L_18 = V_1;
|
|
G_B8_0 = ((((int32_t)L_17) == ((int32_t)L_18))? 1 : 0);
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
V_5 = (bool)G_B8_0;
|
|
bool L_19 = V_5;
|
|
if (L_19)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
String_t* L_20 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_21 = ___p0;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_24 = ___p0;
|
|
NullCheck(L_23);
|
|
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, L_24, /*hidden argument*/NULL);
|
|
G_B13_0 = ((((int32_t)L_25) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
goto IL_0084;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
G_B13_0 = 1;
|
|
}
|
|
|
|
IL_0084:
|
|
{
|
|
V_6 = (bool)G_B13_0;
|
|
bool L_26 = V_6;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = ___p0;
|
|
int32_t L_28 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_27, /*hidden argument*/NULL);
|
|
V_3 = L_28;
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
int32_t L_29 = ___p0;
|
|
int32_t L_30 = V_0;
|
|
V_7 = (bool)((((int32_t)L_29) == ((int32_t)L_30))? 1 : 0);
|
|
bool L_31 = V_7;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = ___p0;
|
|
V_3 = L_32;
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
String_t* L_33 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_34 = ___p0;
|
|
NullCheck(L_33);
|
|
Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_33, L_34, /*hidden argument*/NULL);
|
|
V_8 = (bool)((((int32_t)L_35) == ((int32_t)((int32_t)32)))? 1 : 0);
|
|
bool L_36 = V_8;
|
|
if (!L_36)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
int32_t L_37 = ___p0;
|
|
int32_t L_38 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_37, /*hidden argument*/NULL);
|
|
___p0 = L_38;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_39 = ___p0;
|
|
int32_t L_40 = V_0;
|
|
if ((((int32_t)L_39) >= ((int32_t)L_40)))
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = ___p0;
|
|
int32_t L_42 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_41, /*hidden argument*/NULL);
|
|
G_B24_0 = ((((int32_t)L_42) == ((int32_t)3))? 1 : 0);
|
|
goto IL_00d6;
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
G_B24_0 = 0;
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
V_9 = (bool)G_B24_0;
|
|
bool L_43 = V_9;
|
|
if (L_43)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
String_t* L_44 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_45 = ___p0;
|
|
NullCheck(L_44);
|
|
Il2CppChar L_46 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, L_45, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_46) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_47 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_48 = ___p0;
|
|
NullCheck(L_47);
|
|
Il2CppChar L_49 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_47, L_48, /*hidden argument*/NULL);
|
|
G_B29_0 = ((((int32_t)L_49) == ((int32_t)((int32_t)10)))? 1 : 0);
|
|
goto IL_0102;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
G_B29_0 = 1;
|
|
}
|
|
|
|
IL_0102:
|
|
{
|
|
V_10 = (bool)G_B29_0;
|
|
bool L_50 = V_10;
|
|
if (!L_50)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_51 = ___p0;
|
|
V_3 = L_51;
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
int32_t L_52 = ___p0;
|
|
V_3 = L_52;
|
|
goto IL_0111;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
int32_t L_53 = V_3;
|
|
return L_53;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::FindEndOfPreviousWord(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindEndOfPreviousWord_m63E76A65AC4616A74902F9CF00BC5C20F2174F97 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
{
|
|
int32_t L_0 = ___p0;
|
|
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___p0;
|
|
V_2 = L_2;
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
int32_t L_3 = ___p0;
|
|
int32_t L_4 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_3, /*hidden argument*/NULL);
|
|
___p0 = L_4;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_5 = ___p0;
|
|
int32_t L_6 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_5, /*hidden argument*/NULL);
|
|
___p0 = L_6;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_7 = ___p0;
|
|
if ((((int32_t)L_7) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = ___p0;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
|
|
G_B7_0 = ((((int32_t)L_10) == ((int32_t)((int32_t)32)))? 1 : 0);
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
V_3 = (bool)G_B7_0;
|
|
bool L_11 = V_3;
|
|
if (L_11)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = ___p0;
|
|
int32_t L_13 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_12, /*hidden argument*/NULL);
|
|
V_0 = L_13;
|
|
int32_t L_14 = V_0;
|
|
V_4 = (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_15 = V_4;
|
|
if (!L_15)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_16 = ___p0;
|
|
int32_t L_17 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_16, /*hidden argument*/NULL);
|
|
___p0 = L_17;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_18 = ___p0;
|
|
if ((((int32_t)L_18) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19 = ___p0;
|
|
int32_t L_20 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_19, /*hidden argument*/NULL);
|
|
int32_t L_21 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_20, /*hidden argument*/NULL);
|
|
int32_t L_22 = V_0;
|
|
G_B14_0 = ((((int32_t)L_21) == ((int32_t)L_22))? 1 : 0);
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
G_B14_0 = 0;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
V_5 = (bool)G_B14_0;
|
|
bool L_23 = V_5;
|
|
if (L_23)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
int32_t L_24 = ___p0;
|
|
V_2 = L_24;
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
int32_t L_25 = V_2;
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MoveWordLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MoveWordLeft_m615D5BF427B7E37C700C434B8630F6F9BCDCAA1C (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_1 = NULL;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B1_0 = __this;
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_2;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B3_1, G_B3_0, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = TextEditor_FindPrevSeperator_m46051223DF3979C42C9497D991B7C0D68A6CAA85(__this, L_4, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_6, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectWordRight()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectWordRight_mC181E8E66228F232CF3B5F9799AC15DC8C44C585 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B4_1 = NULL;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_4, /*hidden argument*/NULL);
|
|
TextEditor_MoveWordRight_m682304844C44DB8749BF5FCA4DB321682D1CEFDB(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = V_0;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B2_0 = __this;
|
|
if ((((int32_t)L_6) < ((int32_t)L_7)))
|
|
{
|
|
G_B3_0 = __this;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B4_0 = L_8;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_9 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B4_0 = L_9;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B4_1, G_B4_0, /*hidden argument*/NULL);
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int32_t L_10 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_10, /*hidden argument*/NULL);
|
|
TextEditor_MoveWordRight_m682304844C44DB8749BF5FCA4DB321682D1CEFDB(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = V_0;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectWordLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectWordLeft_m1094CAC46C35D29D80B3A086B4D5E874BE37C7D3 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B3_0 = NULL;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B2_0 = NULL;
|
|
int32_t G_B4_0 = 0;
|
|
TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * G_B4_1 = NULL;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_1) > ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_4, /*hidden argument*/NULL);
|
|
TextEditor_MoveWordLeft_m615D5BF427B7E37C700C434B8630F6F9BCDCAA1C(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = V_0;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B2_0 = __this;
|
|
if ((((int32_t)L_6) > ((int32_t)L_7)))
|
|
{
|
|
G_B3_0 = __this;
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B4_0 = L_8;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_005b;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_9 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
G_B4_0 = L_9;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(G_B4_1, G_B4_0, /*hidden argument*/NULL);
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int32_t L_10 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_10, /*hidden argument*/NULL);
|
|
TextEditor_MoveWordLeft_m615D5BF427B7E37C700C434B8630F6F9BCDCAA1C(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = V_0;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::ExpandSelectGraphicalLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ExpandSelectGraphicalLineStart_mF13A47F89B658B025FBEAB8CDA30B121E4BAF474 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_GetGraphicalLineStart_m5F7F5A73CDDF5B3BD16E61F09AAAF14A0CF140AB(__this, L_3, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_4, /*hidden argument*/NULL);
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
int32_t L_6 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_GetGraphicalLineStart_m5F7F5A73CDDF5B3BD16E61F09AAAF14A0CF140AB(__this, L_6, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_7, /*hidden argument*/NULL);
|
|
int32_t L_8 = V_1;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::ExpandSelectGraphicalLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ExpandSelectGraphicalLineEnd_m948098D63AB53DAA3AED6F864A00559B325E8D2C (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) > ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_4 = TextEditor_GetGraphicalLineEnd_m55161AA566216C1A1D1A59E724356660F936B99D(__this, L_3, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_4, /*hidden argument*/NULL);
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_1 = L_5;
|
|
int32_t L_6 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_GetGraphicalLineEnd_m55161AA566216C1A1D1A59E724356660F936B99D(__this, L_6, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_7, /*hidden argument*/NULL);
|
|
int32_t L_8 = V_1;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_8, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectGraphicalLineStart()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectGraphicalLineStart_m1C6C0A1E5D2E196FBD005D5815CF8CD4E923C8C0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_GetGraphicalLineStart_m5F7F5A73CDDF5B3BD16E61F09AAAF14A0CF140AB(__this, L_0, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectGraphicalLineEnd()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectGraphicalLineEnd_mEE048AE3578021287AF9017356913423E4D2CA0F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_GetGraphicalLineEnd_m55161AA566216C1A1D1A59E724356660F936B99D(__this, L_0, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_1, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectParagraphForward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectParagraphForward_m38A2B0EEF2DFB8B81A681EEC34E704FF90AB80E1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0);
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_3 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_2) < ((int32_t)L_4))? 1 : 0);
|
|
bool L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_7 = TextEditor_IndexOfEndOfLine_m2429A2AD71CA478CF6C17C578F4B1F0E65303BA1(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_7, /*hidden argument*/NULL);
|
|
bool L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_10 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B4_0 = ((((int32_t)L_9) > ((int32_t)L_10))? 1 : 0);
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
V_2 = (bool)G_B4_0;
|
|
bool L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_12, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectParagraphBackward()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectParagraphBackward_m72FEDA47BEDFBC046ED21F80768FD422FA63766E (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) > ((int32_t)L_1))? 1 : 0);
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_2) > ((int32_t)1))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_6 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_4, ((int32_t)10), ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)2)), /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
bool L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
G_B4_0 = ((((int32_t)L_8) < ((int32_t)L_9))? 1 : 0);
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
V_2 = (bool)G_B4_0;
|
|
bool L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_12 = 0;
|
|
V_3 = L_12;
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_12, /*hidden argument*/NULL);
|
|
int32_t L_13 = V_3;
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_13, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectCurrentWord()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectCurrentWord_m8DA526CC839A25CDD6E36FC411C2598C58362082 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_1) < ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_4, 1, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_5, /*hidden argument*/NULL);
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_6, 0, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_7, /*hidden argument*/NULL);
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_8, 0, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, L_9, /*hidden argument*/NULL);
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761(__this, L_10, 1, /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
__this->set_m_bJustSelected_18((bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::FindEndOfClassification(System.Int32,UnityEngine.TextEditor_Direction)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_FindEndOfClassification_m6B5731CDADA3B2AF8AEE067CA37690A77725E761 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___p0, int32_t ___dir1, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
bool V_3 = false;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
int32_t G_B13_0 = 0;
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_3 = ___p0;
|
|
String_t* L_4 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
|
|
V_3 = (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0);
|
|
bool L_6 = V_3;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = ___p0;
|
|
int32_t L_8 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_7, /*hidden argument*/NULL);
|
|
___p0 = L_8;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_9 = ___p0;
|
|
int32_t L_10 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_9, /*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_11 = ___dir1;
|
|
V_4 = L_11;
|
|
int32_t L_12 = V_4;
|
|
if (!L_12)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t L_13 = V_4;
|
|
if ((((int32_t)L_13) == ((int32_t)1)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_14 = ___p0;
|
|
int32_t L_15 = TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9(__this, L_14, /*hidden argument*/NULL);
|
|
___p0 = L_15;
|
|
int32_t L_16 = ___p0;
|
|
V_5 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
|
|
bool L_17 = V_5;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, 0, /*hidden argument*/NULL);
|
|
int32_t L_19 = V_0;
|
|
if ((((int32_t)L_18) == ((int32_t)L_19)))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, 0, /*hidden argument*/NULL);
|
|
G_B13_0 = L_20;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
G_B13_0 = 0;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
V_2 = G_B13_0;
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t L_21 = ___p0;
|
|
int32_t L_22 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_21, /*hidden argument*/NULL);
|
|
___p0 = L_22;
|
|
int32_t L_23 = ___p0;
|
|
String_t* L_24 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_25 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_24, /*hidden argument*/NULL);
|
|
V_6 = (bool)((((int32_t)L_23) == ((int32_t)L_25))? 1 : 0);
|
|
bool L_26 = V_6;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_27 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_27);
|
|
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
|
|
V_2 = L_28;
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
int32_t L_29 = ___p0;
|
|
int32_t L_30 = TextEditor_ClassifyChar_mB0AD6C21D1A57F6979B994B754B92C9CA6734CDD(__this, L_29, /*hidden argument*/NULL);
|
|
int32_t L_31 = V_0;
|
|
V_7 = (bool)((((int32_t)L_30) == ((int32_t)L_31))? 1 : 0);
|
|
bool L_32 = V_7;
|
|
if (L_32)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = ___dir1;
|
|
V_8 = (bool)((((int32_t)L_33) == ((int32_t)0))? 1 : 0);
|
|
bool L_34 = V_8;
|
|
if (!L_34)
|
|
{
|
|
goto IL_00c6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = ___p0;
|
|
V_2 = L_35;
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
int32_t L_36 = ___p0;
|
|
int32_t L_37 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_36, /*hidden argument*/NULL);
|
|
V_2 = L_37;
|
|
goto IL_00d0;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
int32_t L_38 = V_2;
|
|
return L_38;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SelectCurrentParagraph()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SelectCurrentParagraph_m5AD142E67B292CDC97299A100CC9F42F9C91CA86 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
TextEditor_ClearCursorPos_m28ECFE51A6B5604A5D3B0D5424D746512C146FFC(__this, /*hidden argument*/NULL);
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_3 = V_0;
|
|
V_1 = (bool)((((int32_t)L_2) < ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_6 = TextEditor_IndexOfEndOfLine_m2429A2AD71CA478CF6C17C578F4B1F0E65303BA1(__this, L_5, /*hidden argument*/NULL);
|
|
TextEditor_set_cursorIndex_m175414D37AEC8ED5B835A80063F9BA5B4A9B14D0(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_7 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
V_2 = (bool)((!(((uint32_t)L_7) <= ((uint32_t)0)))? 1 : 0);
|
|
bool L_8 = V_2;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_10 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_9);
|
|
int32_t L_11 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_9, ((int32_t)10), ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/NULL);
|
|
TextEditor_set_selectIndex_m0496DFBB1C7C3C148A0F2BC81A0EADDF506C0B31(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::UpdateScrollOffsetIfNeeded(UnityEngine.Event)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_UpdateScrollOffsetIfNeeded_m43C5FA605EBC97A762B62C7B27CA31D8DF43561F (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * ___evt0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_0 = ___evt0;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_0, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_1) == ((int32_t)7)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = ___evt0;
|
|
NullCheck(L_2);
|
|
int32_t L_3 = Event_get_type_mAABE4A35E5658E0079A1518D318AF2592F51D6FA(L_2, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_3) == ((int32_t)8))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_UpdateScrollOffset_mC49895B4151C725237B45F82FA3CB3E29BDDB02B(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::UpdateScrollOffset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_UpdateScrollOffset_mC49895B4151C725237B45F82FA3CB3E29BDDB02B (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
bool V_9 = false;
|
|
bool V_10 = false;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
int32_t G_B19_0 = 0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * G_B23_0 = NULL;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * G_B22_0 = NULL;
|
|
float G_B24_0 = 0.0f;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * G_B24_1 = NULL;
|
|
{
|
|
int32_t L_0 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_1 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_2 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_4 = L_2;
|
|
float L_3 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_4 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_4 = L_4;
|
|
float L_5 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_6), (0.0f), (0.0f), L_3, L_5, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_7 = __this->get_m_Content_8();
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_1);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_9 = GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0(L_1, L_6, L_7, L_8, /*hidden argument*/NULL);
|
|
__this->set_graphicalCursorPos_13(L_9);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_10 = __this->get_style_2();
|
|
NullCheck(L_10);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_11 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_10, /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_12 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_11);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_13 = RectOffset_Remove_m1A74003F469E4CE1B62D5BEC3FA1C1CA7122C85E(L_11, L_12, /*hidden argument*/NULL);
|
|
V_1 = L_13;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_14 = __this->get_graphicalCursorPos_13();
|
|
V_2 = L_14;
|
|
float* L_15 = (&V_2)->get_address_of_x_0();
|
|
float* L_16 = L_15;
|
|
float L_17 = *((float*)L_16);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_18 = __this->get_style_2();
|
|
NullCheck(L_18);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_19 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_18, /*hidden argument*/NULL);
|
|
NullCheck(L_19);
|
|
int32_t L_20 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_19, /*hidden argument*/NULL);
|
|
*((float*)L_16) = (float)((float)il2cpp_codegen_subtract((float)L_17, (float)(((float)((float)L_20)))));
|
|
float* L_21 = (&V_2)->get_address_of_y_1();
|
|
float* L_22 = L_21;
|
|
float L_23 = *((float*)L_22);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_24 = __this->get_style_2();
|
|
NullCheck(L_24);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_25 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_24, /*hidden argument*/NULL);
|
|
NullCheck(L_25);
|
|
int32_t L_26 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_25, /*hidden argument*/NULL);
|
|
*((float*)L_22) = (float)((float)il2cpp_codegen_subtract((float)L_23, (float)(((float)((float)L_26)))));
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_27 = __this->get_style_2();
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_28 = __this->get_m_Content_8();
|
|
NullCheck(L_27);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_29 = GUIStyle_CalcSize_m122C915B2050F60D120BDDDBD84433F26EC21E9F(L_27, L_28, /*hidden argument*/NULL);
|
|
float L_30 = L_29.get_x_0();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_31 = __this->get_style_2();
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_32 = __this->get_m_Content_8();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_33 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_4 = L_33;
|
|
float L_34 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
float L_35 = GUIStyle_CalcHeight_m6F102200768409D1B2184A7FE1A56747AB7B59B5(L_31, L_32, L_34, /*hidden argument*/NULL);
|
|
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((Vector2_tA85D2DD88578276CA8A8796756458277E72D073D *)(&V_3), L_30, L_35, /*hidden argument*/NULL);
|
|
float* L_36 = (&V_3)->get_address_of_x_0();
|
|
float* L_37 = L_36;
|
|
float L_38 = *((float*)L_37);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_39 = __this->get_style_2();
|
|
NullCheck(L_39);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_40 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_39, /*hidden argument*/NULL);
|
|
NullCheck(L_40);
|
|
int32_t L_41 = RectOffset_get_left_mA86EC00866C1940134873E3A1565A1F700DE67AD(L_40, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_42 = __this->get_style_2();
|
|
NullCheck(L_42);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_43 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_42, /*hidden argument*/NULL);
|
|
NullCheck(L_43);
|
|
int32_t L_44 = RectOffset_get_right_m9B05958C3C1B31F1FAB8675834A492C7208F6C96(L_43, /*hidden argument*/NULL);
|
|
*((float*)L_37) = (float)((float)il2cpp_codegen_subtract((float)L_38, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)L_44)))))));
|
|
float* L_45 = (&V_3)->get_address_of_y_1();
|
|
float* L_46 = L_45;
|
|
float L_47 = *((float*)L_46);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_48 = __this->get_style_2();
|
|
NullCheck(L_48);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_49 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_48, /*hidden argument*/NULL);
|
|
NullCheck(L_49);
|
|
int32_t L_50 = RectOffset_get_top_mBA813D4147BFBC079933054018437F411B6B41E1(L_49, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_51 = __this->get_style_2();
|
|
NullCheck(L_51);
|
|
RectOffset_tED44B1176E93501050480416699D1F11BAE8C87A * L_52 = GUIStyle_get_padding_m5DF76AA03A313366D0DD8D577731DAC4FB83053A(L_51, /*hidden argument*/NULL);
|
|
NullCheck(L_52);
|
|
int32_t L_53 = RectOffset_get_bottom_mE5162CADD266B59539E3EE1967EE9A74705E5632(L_52, /*hidden argument*/NULL);
|
|
*((float*)L_46) = (float)((float)il2cpp_codegen_subtract((float)L_47, (float)(((float)((float)((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)L_53)))))));
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_54 = V_3;
|
|
float L_55 = L_54.get_x_0();
|
|
float L_56 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
V_5 = (bool)((((float)L_55) < ((float)L_56))? 1 : 0);
|
|
bool L_57 = V_5;
|
|
if (!L_57)
|
|
{
|
|
goto IL_0163;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_58 = __this->get_address_of_scrollOffset_7();
|
|
L_58->set_x_0((0.0f));
|
|
goto IL_01e1;
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
bool L_59 = __this->get_m_RevealCursor_12();
|
|
V_6 = L_59;
|
|
bool L_60 = V_6;
|
|
if (!L_60)
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_61 = V_2;
|
|
float L_62 = L_61.get_x_0();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_63 = __this->get_address_of_scrollOffset_7();
|
|
float L_64 = L_63->get_x_0();
|
|
float L_65 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
V_7 = (bool)((((float)((float)il2cpp_codegen_add((float)L_62, (float)(1.0f)))) > ((float)((float)il2cpp_codegen_add((float)L_64, (float)L_65))))? 1 : 0);
|
|
bool L_66 = V_7;
|
|
if (!L_66)
|
|
{
|
|
goto IL_01b6;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_67 = __this->get_address_of_scrollOffset_7();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_68 = V_2;
|
|
float L_69 = L_68.get_x_0();
|
|
float L_70 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
L_67->set_x_0(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_69, (float)L_70)), (float)(1.0f))));
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_71 = V_2;
|
|
float L_72 = L_71.get_x_0();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_73 = __this->get_address_of_scrollOffset_7();
|
|
float L_74 = L_73->get_x_0();
|
|
V_8 = (bool)((((float)L_72) < ((float)L_74))? 1 : 0);
|
|
bool L_75 = V_8;
|
|
if (!L_75)
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_76 = __this->get_address_of_scrollOffset_7();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_77 = V_2;
|
|
float L_78 = L_77.get_x_0();
|
|
L_76->set_x_0(L_78);
|
|
}
|
|
|
|
IL_01e0:
|
|
{
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_79 = V_3;
|
|
float L_80 = L_79.get_y_1();
|
|
float L_81 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
V_9 = (bool)((((float)L_80) < ((float)L_81))? 1 : 0);
|
|
bool L_82 = V_9;
|
|
if (!L_82)
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_83 = __this->get_address_of_scrollOffset_7();
|
|
L_83->set_y_1((0.0f));
|
|
goto IL_0297;
|
|
}
|
|
|
|
IL_020d:
|
|
{
|
|
bool L_84 = __this->get_m_RevealCursor_12();
|
|
V_10 = L_84;
|
|
bool L_85 = V_10;
|
|
if (!L_85)
|
|
{
|
|
goto IL_0297;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_86 = V_2;
|
|
float L_87 = L_86.get_y_1();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_88 = __this->get_style_2();
|
|
NullCheck(L_88);
|
|
float L_89 = GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C(L_88, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_90 = __this->get_address_of_scrollOffset_7();
|
|
float L_91 = L_90->get_y_1();
|
|
float L_92 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
V_11 = (bool)((((float)((float)il2cpp_codegen_add((float)L_87, (float)L_89))) > ((float)((float)il2cpp_codegen_add((float)L_91, (float)L_92))))? 1 : 0);
|
|
bool L_93 = V_11;
|
|
if (!L_93)
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_94 = __this->get_address_of_scrollOffset_7();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_95 = V_2;
|
|
float L_96 = L_95.get_y_1();
|
|
float L_97 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_98 = __this->get_style_2();
|
|
NullCheck(L_98);
|
|
float L_99 = GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C(L_98, /*hidden argument*/NULL);
|
|
L_94->set_y_1(((float)il2cpp_codegen_add((float)((float)il2cpp_codegen_subtract((float)L_96, (float)L_97)), (float)L_99)));
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_100 = V_2;
|
|
float L_101 = L_100.get_y_1();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_102 = __this->get_address_of_scrollOffset_7();
|
|
float L_103 = L_102->get_y_1();
|
|
V_12 = (bool)((((float)L_101) < ((float)L_103))? 1 : 0);
|
|
bool L_104 = V_12;
|
|
if (!L_104)
|
|
{
|
|
goto IL_0296;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_105 = __this->get_address_of_scrollOffset_7();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_106 = V_2;
|
|
float L_107 = L_106.get_y_1();
|
|
L_105->set_y_1(L_107);
|
|
}
|
|
|
|
IL_0296:
|
|
{
|
|
}
|
|
|
|
IL_0297:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_108 = __this->get_address_of_scrollOffset_7();
|
|
float L_109 = L_108->get_y_1();
|
|
if ((!(((float)L_109) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_110 = V_3;
|
|
float L_111 = L_110.get_y_1();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_112 = __this->get_address_of_scrollOffset_7();
|
|
float L_113 = L_112->get_y_1();
|
|
float L_114 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
G_B19_0 = ((((float)((float)il2cpp_codegen_subtract((float)L_111, (float)L_113))) < ((float)L_114))? 1 : 0);
|
|
goto IL_02c7;
|
|
}
|
|
|
|
IL_02c6:
|
|
{
|
|
G_B19_0 = 0;
|
|
}
|
|
|
|
IL_02c7:
|
|
{
|
|
V_13 = (bool)G_B19_0;
|
|
bool L_115 = V_13;
|
|
if (!L_115)
|
|
{
|
|
goto IL_02e6;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_116 = __this->get_address_of_scrollOffset_7();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_117 = V_3;
|
|
float L_118 = L_117.get_y_1();
|
|
float L_119 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_1), /*hidden argument*/NULL);
|
|
L_116->set_y_1(((float)il2cpp_codegen_subtract((float)L_118, (float)L_119)));
|
|
}
|
|
|
|
IL_02e6:
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_120 = __this->get_address_of_scrollOffset_7();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_121 = __this->get_address_of_scrollOffset_7();
|
|
float L_122 = L_121->get_y_1();
|
|
G_B22_0 = L_120;
|
|
if ((((float)L_122) < ((float)(0.0f))))
|
|
{
|
|
G_B23_0 = L_120;
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
{
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D * L_123 = __this->get_address_of_scrollOffset_7();
|
|
float L_124 = L_123->get_y_1();
|
|
G_B24_0 = L_124;
|
|
G_B24_1 = G_B22_0;
|
|
goto IL_0310;
|
|
}
|
|
|
|
IL_030b:
|
|
{
|
|
G_B24_0 = (0.0f);
|
|
G_B24_1 = G_B23_0;
|
|
}
|
|
|
|
IL_0310:
|
|
{
|
|
G_B24_1->set_y_1(G_B24_0);
|
|
__this->set_m_RevealCursor_12((bool)0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::DrawCursor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_DrawCursor_mF5281E018BE231150E23B748802E69A950ADAAF0 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, String_t* ___newText0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_DrawCursor_mF5281E018BE231150E23B748802E69A950ADAAF0_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_1 = L_1;
|
|
String_t* L_2 = GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E(/*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
V_3 = (bool)((((int32_t)L_3) > ((int32_t)0))? 1 : 0);
|
|
bool L_4 = V_3;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_5 = __this->get_m_Content_8();
|
|
String_t* L_6 = ___newText0;
|
|
int32_t L_7 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_6);
|
|
String_t* L_8 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_6, 0, L_7, /*hidden argument*/NULL);
|
|
String_t* L_9 = GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E(/*hidden argument*/NULL);
|
|
String_t* L_10 = ___newText0;
|
|
int32_t L_11 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_10);
|
|
String_t* L_12 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_10, L_11, /*hidden argument*/NULL);
|
|
String_t* L_13 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_8, L_9, L_12, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_5, L_13, /*hidden argument*/NULL);
|
|
int32_t L_14 = V_1;
|
|
String_t* L_15 = GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E(/*hidden argument*/NULL);
|
|
NullCheck(L_15);
|
|
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_15, /*hidden argument*/NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_16));
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_17 = __this->get_m_Content_8();
|
|
String_t* L_18 = ___newText0;
|
|
NullCheck(L_17);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_17, L_18, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_19 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_20 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_4 = L_20;
|
|
float L_21 = Rect_get_width_m54FF69FC2C086E2DC349ED091FD0D6576BFB1484((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_22 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_4 = L_22;
|
|
float L_23 = Rect_get_height_m088C36990E0A255C5D7DCE36575DCE23ABB364B5((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_24;
|
|
memset((&L_24), 0, sizeof(L_24));
|
|
Rect__ctor_m50B92C75005C9C5A0D05E6E0EBB43AFAF7C66280((&L_24), (0.0f), (0.0f), L_21, L_23, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_25 = __this->get_m_Content_8();
|
|
int32_t L_26 = V_1;
|
|
NullCheck(L_19);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_27 = GUIStyle_GetCursorPixelPosition_m028A8E1540C0E9EB435A289146B090EAA96CF1F0(L_19, L_24, L_25, L_26, /*hidden argument*/NULL);
|
|
__this->set_graphicalCursorPos_13(L_27);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_28 = __this->get_style_2();
|
|
NullCheck(L_28);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_29 = GUIStyle_get_contentOffset_m9764FD32FFAD60090B0E0D6ABBE610A64AE8DAB2(L_28, /*hidden argument*/NULL);
|
|
V_2 = L_29;
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_30 = __this->get_style_2();
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_31 = L_30;
|
|
NullCheck(L_31);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_32 = GUIStyle_get_contentOffset_m9764FD32FFAD60090B0E0D6ABBE610A64AE8DAB2(L_31, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_33 = __this->get_scrollOffset_7();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_34 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_32, L_33, /*hidden argument*/NULL);
|
|
NullCheck(L_31);
|
|
GUIStyle_set_contentOffset_mDE7B72F911E033B193DFBCD8A72902A9B8CAF0DA(L_31, L_34, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_35 = __this->get_style_2();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_36 = __this->get_scrollOffset_7();
|
|
NullCheck(L_35);
|
|
GUIStyle_set_Internal_clipOffset_m2374646917D20BFA059BCFEF3E473C1AD95902B2(L_35, L_36, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_37 = __this->get_graphicalCursorPos_13();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_38 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_4 = L_38;
|
|
float L_39 = Rect_get_x_mC51A461F546D14832EB96B11A7198DADDE2597B7((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_40 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
V_4 = L_40;
|
|
float L_41 = Rect_get_y_m53E3E4F62D9840FBEA751A66293038F1F5D1D45C((Rect_t35B976DE901B5423C11705E156938EA27AB402CE *)(&V_4), /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_42 = __this->get_style_2();
|
|
NullCheck(L_42);
|
|
float L_43 = GUIStyle_get_lineHeight_mF1F02FEF06EAD632D35889F6396416EB50ADAB4C(L_42, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_44;
|
|
memset((&L_44), 0, sizeof(L_44));
|
|
Vector2__ctor_mEE8FB117AB1F8DB746FB8B3EB4C0DA3BF2A230D0((&L_44), L_39, ((float)il2cpp_codegen_add((float)L_41, (float)L_43)), /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_45 = Vector2_op_Addition_m81A4D928B8E399DA3A4E3ACD8937EDFDCB014682(L_37, L_44, /*hidden argument*/NULL);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_46 = __this->get_scrollOffset_7();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_47 = Vector2_op_Subtraction_m2B347E4311EDBBBF27573E34899D2492E6B063C0(L_45, L_46, /*hidden argument*/NULL);
|
|
GUIUtility_set_compositionCursorPos_mD334872665452584C9732D8793B48B03D9CBF298(L_47, /*hidden argument*/NULL);
|
|
String_t* L_48 = GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E(/*hidden argument*/NULL);
|
|
NullCheck(L_48);
|
|
int32_t L_49 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_48, /*hidden argument*/NULL);
|
|
V_5 = (bool)((((int32_t)L_49) > ((int32_t)0))? 1 : 0);
|
|
bool L_50 = V_5;
|
|
if (!L_50)
|
|
{
|
|
goto IL_0183;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_51 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_52 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_53 = __this->get_m_Content_8();
|
|
int32_t L_54 = __this->get_controlID_1();
|
|
int32_t L_55 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_56 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
String_t* L_57 = GUIUtility_get_compositionString_mD2CE53941FC1EC8A4AA0FEB582A8277A42B5BD6E(/*hidden argument*/NULL);
|
|
NullCheck(L_57);
|
|
int32_t L_58 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_57, /*hidden argument*/NULL);
|
|
NullCheck(L_51);
|
|
GUIStyle_DrawWithTextSelection_m60783EB261EBD814D7FFC6131A87E675290BAEFC(L_51, L_52, L_53, L_54, L_55, ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)L_58)), (bool)1, /*hidden argument*/NULL);
|
|
goto IL_01ad;
|
|
}
|
|
|
|
IL_0183:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_59 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_60 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_61 = __this->get_m_Content_8();
|
|
int32_t L_62 = __this->get_controlID_1();
|
|
int32_t L_63 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
int32_t L_64 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_59);
|
|
GUIStyle_DrawWithTextSelection_mF72D3C928F0A7DC73F11121858D040972B1A9807(L_59, L_60, L_61, L_62, L_63, L_64, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01ad:
|
|
{
|
|
int32_t L_65 = __this->get_m_iAltCursorPos_19();
|
|
V_6 = (bool)((((int32_t)((((int32_t)L_65) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
bool L_66 = V_6;
|
|
if (!L_66)
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_67 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_68 = TextEditor_get_position_m4C5447E79B4B01068C4C6A47A757C4CF6483423F(__this, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_69 = __this->get_m_Content_8();
|
|
int32_t L_70 = __this->get_controlID_1();
|
|
int32_t L_71 = __this->get_m_iAltCursorPos_19();
|
|
NullCheck(L_67);
|
|
GUIStyle_DrawCursor_m2CE940C9FF3E2691960F1DE97D39CB1B3E0D2EE4(L_67, L_68, L_69, L_70, L_71, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_72 = __this->get_style_2();
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_73 = V_2;
|
|
NullCheck(L_72);
|
|
GUIStyle_set_contentOffset_mDE7B72F911E033B193DFBCD8A72902A9B8CAF0DA(L_72, L_73, /*hidden argument*/NULL);
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_74 = __this->get_style_2();
|
|
IL2CPP_RUNTIME_CLASS_INIT(Vector2_tA85D2DD88578276CA8A8796756458277E72D073D_il2cpp_TypeInfo_var);
|
|
Vector2_tA85D2DD88578276CA8A8796756458277E72D073D L_75 = Vector2_get_zero_mFE0C3213BB698130D6C5247AB4B887A59074D0A8(/*hidden argument*/NULL);
|
|
NullCheck(L_74);
|
|
GUIStyle_set_Internal_clipOffset_m2374646917D20BFA059BCFEF3E473C1AD95902B2(L_74, L_75, /*hidden argument*/NULL);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_76 = __this->get_m_Content_8();
|
|
String_t* L_77 = V_0;
|
|
NullCheck(L_76);
|
|
GUIContent_set_text_m866E0C5690119816D87D83124C81BDC0A0ED4316(L_76, L_77, /*hidden argument*/NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::PerformOperation(UnityEngine.TextEditor_TextEditOp,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_PerformOperation_mF47D96448BC77F8CD02A893DD755792E8B3F0405 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___operation0, bool ___textIsReadOnly1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_PerformOperation_mF47D96448BC77F8CD02A893DD755792E8B3F0405_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
bool V_4 = false;
|
|
bool V_5 = false;
|
|
bool V_6 = false;
|
|
bool V_7 = false;
|
|
bool V_8 = false;
|
|
{
|
|
__this->set_m_RevealCursor_12((bool)1);
|
|
int32_t L_0 = ___operation0;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0115;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_015d;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_0169;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_0121;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_018d;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_0199;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_01b1;
|
|
}
|
|
case 22:
|
|
{
|
|
goto IL_01ed;
|
|
}
|
|
case 23:
|
|
{
|
|
goto IL_01f9;
|
|
}
|
|
case 24:
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
case 25:
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
case 26:
|
|
{
|
|
goto IL_0205;
|
|
}
|
|
case 27:
|
|
{
|
|
goto IL_0211;
|
|
}
|
|
case 28:
|
|
{
|
|
goto IL_0235;
|
|
}
|
|
case 29:
|
|
{
|
|
goto IL_0241;
|
|
}
|
|
case 30:
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
case 31:
|
|
{
|
|
goto IL_01bd;
|
|
}
|
|
case 32:
|
|
{
|
|
goto IL_01d5;
|
|
}
|
|
case 33:
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
case 34:
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
case 35:
|
|
{
|
|
goto IL_021d;
|
|
}
|
|
case 36:
|
|
{
|
|
goto IL_024d;
|
|
}
|
|
case 37:
|
|
{
|
|
goto IL_0265;
|
|
}
|
|
case 38:
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
case 39:
|
|
{
|
|
goto IL_02ee;
|
|
}
|
|
case 40:
|
|
{
|
|
goto IL_02da;
|
|
}
|
|
case 41:
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
case 42:
|
|
{
|
|
goto IL_0297;
|
|
}
|
|
case 43:
|
|
{
|
|
goto IL_02a0;
|
|
}
|
|
case 44:
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
case 45:
|
|
{
|
|
goto IL_02bd;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
TextEditor_MoveLeft_mB89B657A867A5BDDD5C7C29746883BE2654A2C65(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
TextEditor_MoveRight_m59C55388AA97B5BBF3BD7EA1242A414D699200B7(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
TextEditor_MoveUp_m33A336334EE094B374C79D384742C10EE3F87CE9(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
TextEditor_MoveDown_mF8326F5B90AD880828693C184F97D02D1EC15FEE(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
TextEditor_MoveLineStart_m01C387F3CAD4B192C343E1FBD81D3D8C1A26BFE1(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
TextEditor_MoveLineEnd_m6CD2F02FF6859D1465DB9FB6E805DBBB5EFE1485(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0115:
|
|
{
|
|
TextEditor_MoveWordRight_m682304844C44DB8749BF5FCA4DB321682D1CEFDB(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
TextEditor_MoveToStartOfNextWord_mF8E0AF826783F4C751E47EB39558892E0D280911(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
TextEditor_MoveToEndOfPreviousWord_mA1D6F6C37728A27568A2308F6033544BE41CC053(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
TextEditor_MoveWordLeft_m615D5BF427B7E37C700C434B8630F6F9BCDCAA1C(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
TextEditor_MoveTextStart_m154B56BBD4408FFA335AF28B8AC712D0D64ACEAD(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
TextEditor_MoveTextEnd_mA4E9806443211054DBAD3A8809FF54E78BD14F16(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
TextEditor_MoveParagraphForward_mDCDEBAB394A840A65A97C676BD3A5FEFF5D6D323(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0169:
|
|
{
|
|
TextEditor_MoveParagraphBackward_m0E0D4995F67E1A93171351AC59D0C9D0F12E2ED1(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
TextEditor_MoveGraphicalLineStart_m17B1028964B11E29FC4F400FD7737A7490989154(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
TextEditor_MoveGraphicalLineEnd_m37A229D49BD65C1C6EBF036769E20332F65B9C12(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
TextEditor_SelectLeft_m7B2639E4B74273199C4DD7B19D22A1469F92067F(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
TextEditor_SelectRight_m269F9770E5FD0525B55776C07E9971D6C66A78DE(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
TextEditor_SelectUp_mB4ED2C2AF3A2ACCDF5B3526AD833A579918F57AC(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
TextEditor_SelectDown_mDB4866E1E2147CF2E3A8A112089DBF39DC51E0EC(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01bd:
|
|
{
|
|
TextEditor_SelectWordRight_mC181E8E66228F232CF3B5F9799AC15DC8C44C585(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
TextEditor_SelectWordLeft_m1094CAC46C35D29D80B3A086B4D5E874BE37C7D3(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01d5:
|
|
{
|
|
TextEditor_SelectToEndOfPreviousWord_mDBD58F16716BF35033E3E942889A17BB8A7AEB41(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
TextEditor_SelectToStartOfNextWord_m16F1549DC820938AB680CBC76D3B3B816BEC0037(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01ed:
|
|
{
|
|
TextEditor_SelectTextStart_m8562BCC674CDA850E3DBE8455E92B3CBB590436D(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_01f9:
|
|
{
|
|
TextEditor_SelectTextEnd_m18F2785E8502B02F3ED4B0C0E1C68CCD9B8408FD(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
TextEditor_ExpandSelectGraphicalLineStart_mF13A47F89B658B025FBEAB8CDA30B121E4BAF474(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0211:
|
|
{
|
|
TextEditor_ExpandSelectGraphicalLineEnd_m948098D63AB53DAA3AED6F864A00559B325E8D2C(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_021d:
|
|
{
|
|
TextEditor_SelectParagraphForward_m38A2B0EEF2DFB8B81A681EEC34E704FF90AB80E1(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
TextEditor_SelectParagraphBackward_m72FEDA47BEDFBC046ED21F80768FD422FA63766E(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0235:
|
|
{
|
|
TextEditor_SelectGraphicalLineStart_m1C6C0A1E5D2E196FBD005D5815CF8CD4E923C8C0(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_0241:
|
|
{
|
|
TextEditor_SelectGraphicalLineEnd_mEE048AE3578021287AF9017356913423E4D2CA0F(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_024d:
|
|
{
|
|
bool L_2 = ___textIsReadOnly1;
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_0259:
|
|
{
|
|
bool L_4 = TextEditor_Delete_m4B7A14DD74D23305D71ECF58B078EB1C99864FDC(__this, /*hidden argument*/NULL);
|
|
V_2 = L_4;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
bool L_5 = ___textIsReadOnly1;
|
|
V_3 = L_5;
|
|
bool L_6 = V_3;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_0271:
|
|
{
|
|
bool L_7 = TextEditor_Backspace_m256A202133B82F0A43563BEEAC463CF808229CC7(__this, /*hidden argument*/NULL);
|
|
V_2 = L_7;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
bool L_8 = ___textIsReadOnly1;
|
|
V_4 = L_8;
|
|
bool L_9 = V_4;
|
|
if (!L_9)
|
|
{
|
|
goto IL_028b;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_028b:
|
|
{
|
|
bool L_10 = TextEditor_Cut_mE1FCFFF9B77690296C732A0FE7183A69249DB819(__this, /*hidden argument*/NULL);
|
|
V_2 = L_10;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_0297:
|
|
{
|
|
TextEditor_Copy_mF21F9BE54FD96EEC2CAA33EB3595ACD3894BA4E2(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
bool L_11 = ___textIsReadOnly1;
|
|
V_5 = L_11;
|
|
bool L_12 = V_5;
|
|
if (!L_12)
|
|
{
|
|
goto IL_02ab;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_02ab:
|
|
{
|
|
bool L_13 = TextEditor_Paste_m551DF86401B71947857EC27860AE3470C33B860B(__this, /*hidden argument*/NULL);
|
|
V_2 = L_13;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_02b4:
|
|
{
|
|
TextEditor_SelectAll_m33196916F8C32522554E30567291CF967CFD6EF9(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_02bd:
|
|
{
|
|
TextEditor_SelectNone_m4CDD0831BB48D920C158779FDF404EDABD56763D(__this, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_02c6:
|
|
{
|
|
bool L_14 = ___textIsReadOnly1;
|
|
V_6 = L_14;
|
|
bool L_15 = V_6;
|
|
if (!L_15)
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_02d1:
|
|
{
|
|
bool L_16 = TextEditor_DeleteWordBack_mB48FCF1FBFABBC70C1EB7EA184B387BE12F16B50(__this, /*hidden argument*/NULL);
|
|
V_2 = L_16;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_02da:
|
|
{
|
|
bool L_17 = ___textIsReadOnly1;
|
|
V_7 = L_17;
|
|
bool L_18 = V_7;
|
|
if (!L_18)
|
|
{
|
|
goto IL_02e5;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_02e5:
|
|
{
|
|
bool L_19 = TextEditor_DeleteLineBack_mDFF1F1E2ABA2EBC1ECF020D63784467CD392F9A2(__this, /*hidden argument*/NULL);
|
|
V_2 = L_19;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_02ee:
|
|
{
|
|
bool L_20 = ___textIsReadOnly1;
|
|
V_8 = L_20;
|
|
bool L_21 = V_8;
|
|
if (!L_21)
|
|
{
|
|
goto IL_02f9;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_02f9:
|
|
{
|
|
bool L_22 = TextEditor_DeleteWordForward_m94D25A0E9E8746E8B419E5F2D041305744734FCF(__this, /*hidden argument*/NULL);
|
|
V_2 = L_22;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_0302:
|
|
{
|
|
int32_t L_23 = ___operation0;
|
|
int32_t L_24 = L_23;
|
|
RuntimeObject * L_25 = Box(TextEditOp_t197E102C6DE6BA0F6A2871DB17FA260B6E01E151_il2cpp_TypeInfo_var, &L_24);
|
|
String_t* L_26 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral968767E065572AA7E887F179AEE12CA552A5AC0C, L_25, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Debug_t7B5FCB117E2FD63B6838BC52821B252E2BFB61C4_il2cpp_TypeInfo_var);
|
|
Debug_Log_m4B7C70BAFD477C6BDB59C88A0934F0B018D03708(L_26, /*hidden argument*/NULL);
|
|
goto IL_031a;
|
|
}
|
|
|
|
IL_031a:
|
|
{
|
|
V_2 = (bool)0;
|
|
goto IL_031e;
|
|
}
|
|
|
|
IL_031e:
|
|
{
|
|
bool L_27 = V_2;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::SaveBackup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_SaveBackup_m7339CCE5F14572F00CCE1222B6B674E6A0394CA9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
__this->set_oldText_20(L_0);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
__this->set_oldPos_21(L_1);
|
|
int32_t L_2 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
__this->set_oldSelectPos_22(L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::Cut()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Cut_mE1FCFFF9B77690296C732A0FE7183A69249DB819 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
bool L_0 = __this->get_isPasswordField_5();
|
|
V_0 = L_0;
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
TextEditor_Copy_mF21F9BE54FD96EEC2CAA33EB3595ACD3894BA4E2(__this, /*hidden argument*/NULL);
|
|
bool L_2 = TextEditor_DeleteSelection_m74DE4B4D997A9F88D31A24E8B97484FE9FA77D0D(__this, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
bool L_3 = V_1;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::Copy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_Copy_mF21F9BE54FD96EEC2CAA33EB3595ACD3894BA4E2 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
{
|
|
int32_t L_0 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_1 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0);
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
bool L_3 = __this->get_isPasswordField_5();
|
|
V_2 = L_3;
|
|
bool L_4 = V_2;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
GUIStyle_t671F175A201A19166385EE3392292A5F50070572 * L_5 = __this->get_style_2();
|
|
Rect_t35B976DE901B5423C11705E156938EA27AB402CE L_6 = VirtFuncInvoker0< Rect_t35B976DE901B5423C11705E156938EA27AB402CE >::Invoke(4 /* UnityEngine.Rect UnityEngine.TextEditor::get_localPosition() */, __this);
|
|
GUIContent_t2A00F8961C69C0A382168840CFB2111FB00B5EA0 * L_7 = __this->get_m_Content_8();
|
|
int32_t L_8 = TextEditor_get_selectIndex_m20CF98C3C600C974EC6BF59B541182AE8CB95123(__this, /*hidden argument*/NULL);
|
|
int32_t L_9 = TextEditor_get_cursorIndex_mE4D6D2380232B9BAC44FB7151AD5D03AF9CE973C(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_10 = GUIStyle_Internal_GetSelectedRenderedText_mCF3AEA60AF0BCC9CD846B438698F92AFBB223E70(L_5, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
|
|
V_0 = L_10;
|
|
String_t* L_11 = V_0;
|
|
GUIUtility_set_systemCopyBuffer_m8C87AFD05D32AB0C30A2203005A64A86DFE18BE6(L_11, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.String UnityEngine.TextEditor::ReplaceNewlinesWithSpaces(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextEditor_ReplaceNewlinesWithSpaces_mDEEE760A469D8700A24D803C0F184BFC8EDC4B1D (String_t* ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_ReplaceNewlinesWithSpaces_mDEEE760A469D8700A24D803C0F184BFC8EDC4B1D_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___value0;
|
|
NullCheck(L_0);
|
|
String_t* L_1 = String_Replace_m970DFB0A280952FA7D3BA20AB7A8FB9F80CF6470(L_0, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
|
|
___value0 = L_1;
|
|
String_t* L_2 = ___value0;
|
|
NullCheck(L_2);
|
|
String_t* L_3 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_2, ((int32_t)10), ((int32_t)32), /*hidden argument*/NULL);
|
|
___value0 = L_3;
|
|
String_t* L_4 = ___value0;
|
|
NullCheck(L_4);
|
|
String_t* L_5 = String_Replace_m276641366A463205C185A9B3DC0E24ECB95122C9(L_4, ((int32_t)13), ((int32_t)32), /*hidden argument*/NULL);
|
|
___value0 = L_5;
|
|
String_t* L_6 = ___value0;
|
|
V_0 = L_6;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
String_t* L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::Paste()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_Paste_m551DF86401B71947857EC27860AE3470C33B860B (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_Paste_m551DF86401B71947857EC27860AE3470C33B860B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
bool V_3 = false;
|
|
{
|
|
String_t* L_0 = GUIUtility_get_systemCopyBuffer_m5C4EE0A0FDE696D4A1337480B20AF300E6A5624E(/*hidden argument*/NULL);
|
|
V_0 = L_0;
|
|
String_t* L_1 = V_0;
|
|
bool L_2 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_1, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
|
|
V_1 = L_2;
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = __this->get_multiline_3();
|
|
V_2 = (bool)((((int32_t)L_4) == ((int32_t)0))? 1 : 0);
|
|
bool L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = V_0;
|
|
String_t* L_7 = TextEditor_ReplaceNewlinesWithSpaces_mDEEE760A469D8700A24D803C0F184BFC8EDC4B1D(L_6, /*hidden argument*/NULL);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
String_t* L_8 = V_0;
|
|
TextEditor_ReplaceSelection_m9534876530D3A70E2358F347A8F10096343BD456(__this, L_8, /*hidden argument*/NULL);
|
|
V_3 = (bool)1;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
V_3 = (bool)0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
bool L_9 = V_3;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::MapKey(System.String,UnityEngine.TextEditor_TextEditOp)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305 (String_t* ___key0, int32_t ___action1, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * L_0 = ((TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_StaticFields*)il2cpp_codegen_static_fields_for(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var))->get_s_Keyactions_23();
|
|
String_t* L_1 = ___key0;
|
|
Event_t187FF6A6B357447B83EC2064823EE0AEC5263210 * L_2 = Event_KeyboardEvent_m42755FC3AFA26F90EBE7A428F7845C42BBF1A97D(L_1, /*hidden argument*/NULL);
|
|
int32_t L_3 = ___action1;
|
|
NullCheck(L_0);
|
|
Dictionary_2_set_Item_m461003B498B59A8F07384C0C472BC6AB93545D2C(L_0, L_2, L_3, /*hidden argument*/Dictionary_2_set_Item_m461003B498B59A8F07384C0C472BC6AB93545D2C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::InitKeyActions()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_InitKeyActions_m724C451AA81FE63C7DC95DECD4AC681080AFCC11 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_InitKeyActions_m724C451AA81FE63C7DC95DECD4AC681080AFCC11_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * L_0 = ((TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_StaticFields*)il2cpp_codegen_static_fields_for(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var))->get_s_Keyactions_23();
|
|
V_0 = (bool)((!(((RuntimeObject*)(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
goto IL_03ec;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 * L_2 = (Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319 *)il2cpp_codegen_object_new(Dictionary_2_t146200EEAB2E66010EC2A0DA98A2E0738F4C8319_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_mD6F5EEE24289730ADCFD7DE5DC90DC2E6B0BFF2F(L_2, /*hidden argument*/Dictionary_2__ctor_mD6F5EEE24289730ADCFD7DE5DC90DC2E6B0BFF2F_RuntimeMethod_var);
|
|
((TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_StaticFields*)il2cpp_codegen_static_fields_for(TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440_il2cpp_TypeInfo_var))->set_s_Keyactions_23(L_2);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral12C0F1FBADC4046B5F2BB9E063B227EF8750D9D6, 0, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralD27A1F11771200949714B1AF99F048A416F5D6F4, 1, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral7C0A25C06EA30BAE50E39A37A5997E31A1A96E20, 2, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral77346D0447DAFF959358A0ECBEEC83BFD9EC86BB, 3, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral6102DC14FA0F0C73D3C99FB1892929691937BD25, ((int32_t)18), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralAD56C2BC3EC9BD41B3074B5A8914F35632534E49, ((int32_t)19), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral131D06FD63FDF2386A3D1762E3405DFF94BE55C6, ((int32_t)20), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral740377EEA64FD0E2703021FAD7C8612402ADFF92, ((int32_t)21), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral9485989FF514B5106B7738850FD73C23E8C1E3F7, ((int32_t)36), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral4930EB3F60DF3A6A61E8D44178FEB2B8F820A153, ((int32_t)37), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral6FFAD0F1514E6E22A0D256A7C7B31FAABD73ED63, ((int32_t)37), /*hidden argument*/NULL);
|
|
int32_t L_3 = SystemInfo_get_operatingSystemFamily_mA35FE1FF2DD6240B2880DC5F642D4A0CC2B58D8D(/*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0298;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral59F9DAB91E232359595FB7E7B346D4C636DD29E4, ((int32_t)10), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralD12BE11B6C6387EF9D43CD28DBA22C79D86FDFFB, ((int32_t)11), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral5B2662EFB47DC70EB0DD0468A0429C080DE0EA3C, ((int32_t)12), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral286BC08C2F4EED0826A70058A345427BAD61B929, ((int32_t)13), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral0E33543BDBE560B7A172E26B076C221830E48A23, ((int32_t)15), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral24078727E760F609BA9D460B38695EB78018866F, ((int32_t)14), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral9A5F708763FE0E3D92F572DBE11DCFB8F2F824EA, ((int32_t)10), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral7CE12B4417E103A0BD80EB14458AE1A104BF6D6B, ((int32_t)11), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral37E2609EE8EAC3E9833495CCBF1141F79B24270C, 6, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralBDE895DBC95DC311972A9ADA8028849FED24437B, 7, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral763389B097CFDA9576DBD4046F2ECC69E0D29B85, ((int32_t)22), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral58876305D454A861801BDE1F2125E1368C231E4A, ((int32_t)23), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralBEED3BF9F8706DB26270FA0878A81526874ECB0C, ((int32_t)26), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral3D68429D3570BB774AB8CA78687D0FC0F48FAC04, ((int32_t)27), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral62847E519D4ADA28164250829049B9A919B2AE01, ((int32_t)34), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral9F5BE511E1E437CA95D5B55F8F8A88906FC1AEE6, ((int32_t)35), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralB83393C5BFF0AEB7C3364909B97AC7186EC0331F, ((int32_t)30), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralDC29F2233DCB721EDC0D3E34D64543CCF3403270, ((int32_t)31), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral9E31EA478E6422888A2A833CD072E72DC0543E06, ((int32_t)34), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral901C620F7ECC0984C3DD8E8735EFBA866392BA6F, ((int32_t)35), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralBAD94ADF967C08A44711C5A7B859873FB1B0F065, ((int32_t)26), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral4756CFCA8EEFEAD20B5992EAC6EF5748E1775527, ((int32_t)27), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral67F7C0B892F47A0F86D1D66FE6BD734EE4F7C1A6, ((int32_t)22), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralDF7A8F3088FC2D7221820E99BAF39A1BCB2DD203, ((int32_t)23), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral7FA2D4DD6FB5DD5CDF7FFCB9E09C0871C2C63452, ((int32_t)44), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralF7D71AD6A293C739FDB380F7E3761BF9CCF1933B, ((int32_t)41), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral38132A51EE9A97A4511377264A0779C0861CE815, ((int32_t)42), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral2D3E82BE1E73866269EA97C6D02040FE73E7AB54, ((int32_t)43), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral423D5CEC9E85A686DEF7682D66F54C301C77C171, ((int32_t)36), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralF122C7E167718794E9F9BC54786C86A7D99579E6, ((int32_t)37), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral32588D5CD9AD74EC3ECEDFA1041A987A5D99069C, 0, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralBA841F6B049E05B23489E3235B0729E4E5D5C627, 1, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralF87FB192D2661A8C26E07D692244897AB190B2FC, 4, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral982F849E4755453B885083FA0F7C4B4462B2E6B3, 5, /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralC9EBD785A19C1BFEFD62B3B2A4FC1A6D6963AEE1, ((int32_t)39), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralFD41A55936F9E25124F5243F3AC6F8312A602912, ((int32_t)38), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralCBECD5D022A1A5C503555604D30C3EAF1C10299E, ((int32_t)40), /*hidden argument*/NULL);
|
|
goto IL_03ec;
|
|
}
|
|
|
|
IL_0298:
|
|
{
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralE83249BD3BA79932E16FB1FB5100DAFADE9954C2, ((int32_t)10), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral7A92F3D26362D6557D5701DE77A63A01DF61E57F, ((int32_t)11), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral9A5F708763FE0E3D92F572DBE11DCFB8F2F824EA, ((int32_t)12), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral7CE12B4417E103A0BD80EB14458AE1A104BF6D6B, ((int32_t)13), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral37E2609EE8EAC3E9833495CCBF1141F79B24270C, ((int32_t)15), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralBDE895DBC95DC311972A9ADA8028849FED24437B, ((int32_t)14), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral59F9DAB91E232359595FB7E7B346D4C636DD29E4, ((int32_t)17), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralD12BE11B6C6387EF9D43CD28DBA22C79D86FDFFB, ((int32_t)16), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral15E6F46C6ABAA57A101887F62558D6558BDAF0AC, ((int32_t)15), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralEB36FC6F33913BF1B2F1305630A3023799A75AA7, ((int32_t)14), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralBEED3BF9F8706DB26270FA0878A81526874ECB0C, ((int32_t)32), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral3D68429D3570BB774AB8CA78687D0FC0F48FAC04, ((int32_t)33), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral62847E519D4ADA28164250829049B9A919B2AE01, ((int32_t)34), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral9F5BE511E1E437CA95D5B55F8F8A88906FC1AEE6, ((int32_t)35), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral763389B097CFDA9576DBD4046F2ECC69E0D29B85, ((int32_t)28), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral58876305D454A861801BDE1F2125E1368C231E4A, ((int32_t)29), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral56B2C39D4D5C71E523F34B8C45A6D4DCBE7EF18C, ((int32_t)39), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral19E7EC0CA525399DB1C8D777D61D6FF53DCC5C0C, ((int32_t)38), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralCBECD5D022A1A5C503555604D30C3EAF1C10299E, ((int32_t)40), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralF87FB192D2661A8C26E07D692244897AB190B2FC, ((int32_t)44), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralC470A513564DCA6343DE982775D5451483E70B53, ((int32_t)41), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralDF4EC500FDA53C7919CEB5C27504F045909CEB4A, ((int32_t)42), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteralADDA35B979E6F63F030A7F51D1FC60F0785079DF, ((int32_t)43), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral03C170628B9070A1EE6D3EF4C543678D9EE67097, ((int32_t)41), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral03BB5E3AD422D654676A16373CB6767BDD1EC096, ((int32_t)42), /*hidden argument*/NULL);
|
|
TextEditor_MapKey_m51A0F7783D2A7BDDF52E3A76B851ECD3D1E1C305(_stringLiteral77DB7EB9136D91C5901F452F84527E54526FAC83, ((int32_t)43), /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_03ec:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::DetectFocusChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_DetectFocusChange_mE73EABD5C139A2851856E4E039842F6AA66D0824 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtActionInvoker0::Invoke(5 /* System.Void UnityEngine.TextEditor::OnDetectFocusChange() */, __this);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::OnDetectFocusChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_OnDetectFocusChange_m8FA664ED49A3104688B99010987A67CD8C8ABE91 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
bool L_0 = __this->get_m_HasFocus_6();
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->get_controlID_1();
|
|
int32_t L_2 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_OnLostFocus_m792C976FAC66B6C5576E49406A2963F1D19DD507(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
bool L_4 = __this->get_m_HasFocus_6();
|
|
if (L_4)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = __this->get_controlID_1();
|
|
int32_t L_6 = GUIUtility_get_keyboardControl_mB580042A41CB6E9D3AB2E2CF0CEC00F64B2FC55F(/*hidden argument*/NULL);
|
|
G_B8_0 = ((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0);
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
V_1 = (bool)G_B8_0;
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
TextEditor_OnFocus_mE285A1E80DF51FED810C9438DF15835BD1120A84(__this, /*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::OnCursorIndexChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_OnCursorIndexChange_m77C1647414D629E6E72DCE4D556DBA95A27B59D2 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::OnSelectIndexChange()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_OnSelectIndexChange_mA096B8B572516C59578A402F38BDF2CB4BE4DAF1 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::ClampTextIndex(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_ClampTextIndex_m3EC3F291912021B79AF56CDD804B8795191A629B (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t* ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_ClampTextIndex_m3EC3F291912021B79AF56CDD804B8795191A629B_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t* L_0 = ___index0;
|
|
int32_t* L_1 = ___index0;
|
|
int32_t L_2 = *((int32_t*)L_1);
|
|
String_t* L_3 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_3);
|
|
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Mathf_tFBDE6467D269BFE410605C7D806FD9991D4A89CB_il2cpp_TypeInfo_var);
|
|
int32_t L_5 = Mathf_Clamp_mE1EA15D719BF2F632741D42DF96F0BC797A20389(L_2, 0, L_4, /*hidden argument*/NULL);
|
|
*((int32_t*)L_0) = (int32_t)L_5;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void UnityEngine.TextEditor::EnsureValidCodePointIndex(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEditor_EnsureValidCodePointIndex_m5354F0315238BEAC78516935288D8BA67AE15C60 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t* ___index0, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
{
|
|
int32_t* L_0 = ___index0;
|
|
TextEditor_ClampTextIndex_m3EC3F291912021B79AF56CDD804B8795191A629B(__this, (int32_t*)L_0, /*hidden argument*/NULL);
|
|
int32_t* L_1 = ___index0;
|
|
int32_t L_2 = *((int32_t*)L_1);
|
|
bool L_3 = TextEditor_IsValidCodePointIndex_m0366054C7FF170C5FBE08469412517D10199AF47(__this, L_2, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_5 = ___index0;
|
|
int32_t* L_6 = ___index0;
|
|
int32_t L_7 = *((int32_t*)L_6);
|
|
int32_t L_8 = TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40(__this, L_7, /*hidden argument*/NULL);
|
|
*((int32_t*)L_5) = (int32_t)L_8;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean UnityEngine.TextEditor::IsValidCodePointIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEditor_IsValidCodePointIndex_m0366054C7FF170C5FBE08469412517D10199AF47 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_IsValidCodePointIndex_m0366054C7FF170C5FBE08469412517D10199AF47_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___index0;
|
|
String_t* L_2 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_2);
|
|
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
|
|
G_B3_0 = ((((int32_t)L_1) > ((int32_t)L_3))? 1 : 0);
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_5 = ___index0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = ___index0;
|
|
String_t* L_7 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
G_B8_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
V_2 = (bool)G_B8_0;
|
|
bool L_9 = V_2;
|
|
if (!L_9)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
String_t* L_10 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_11 = ___index0;
|
|
NullCheck(L_10);
|
|
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_13 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_12, /*hidden argument*/NULL);
|
|
V_1 = (bool)((((int32_t)L_13) == ((int32_t)0))? 1 : 0);
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
bool L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::PreviousCodePointIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_PreviousCodePointIndex_mC4DF9BAE596823A08B99AB8C79C1FA78145B47E9_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
V_0 = (bool)((((int32_t)L_0) > ((int32_t)0))? 1 : 0);
|
|
bool L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___index0;
|
|
___index0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_3 = ___index0;
|
|
___index0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1));
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_4 = ___index0;
|
|
if ((((int32_t)L_4) <= ((int32_t)0)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_6 = ___index0;
|
|
NullCheck(L_5);
|
|
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_8 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_7, /*hidden argument*/NULL);
|
|
G_B7_0 = ((int32_t)(L_8));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_1 = (bool)G_B7_0;
|
|
bool L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___index0;
|
|
V_2 = L_10;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Int32 UnityEngine.TextEditor::NextCodePointIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40 (TextEditor_t72CB6095A5C38226E08CD8073D5B6AD98579D440 * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (TextEditor_NextCodePointIndex_mB145570559432C3C7E481DC6A38DDC34223F9C40_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t G_B7_0 = 0;
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
String_t* L_1 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_1);
|
|
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
|
|
V_0 = (bool)((((int32_t)L_0) < ((int32_t)L_2))? 1 : 0);
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = ___index0;
|
|
___index0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_5 = ___index0;
|
|
___index0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_6 = ___index0;
|
|
String_t* L_7 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
|
|
if ((((int32_t)L_6) >= ((int32_t)L_8)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = TextEditor_get_text_m1D8D3C908E35F9373070528D3183586E91D0129D(__this, /*hidden argument*/NULL);
|
|
int32_t L_10 = ___index0;
|
|
NullCheck(L_9);
|
|
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
|
|
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
|
|
bool L_12 = Char_IsLowSurrogate_m11EF790BE9683BDF04022FD055104AE7A22A6A9C(L_11, /*hidden argument*/NULL);
|
|
G_B7_0 = ((int32_t)(L_12));
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
V_1 = (bool)G_B7_0;
|
|
bool L_13 = V_1;
|
|
if (L_13)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = ___index0;
|
|
V_2 = L_14;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
return L_15;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->get_m_stringLength_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventInterests_get_wantsMouseMove_mCE4BC71FE4B4D61887B24C3EC03EC55C64D220E7_inline (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CwantsMouseMoveU3Ek__BackingField_0();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool EventInterests_get_wantsMouseEnterLeaveWindow_m2A0B5FF7BD7BDF4C1CA15DE41E00E12F1F1D746C_inline (EventInterests_tD82F10E8877BDDE3A4E83EC33F4F21A0388C7B94 * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->get_U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960_inline (bool ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUIUtility_set_guiIsExiting_m16D5DFFB64483BC588CA6BEA0FAA618E4A227960UnityEngine_IMGUIModule_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___value0;
|
|
((GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_StaticFields*)il2cpp_codegen_static_fields_for(GUIUtility_t943494CC50E876A4A08ECD471C06E23D52E5E5BA_il2cpp_TypeInfo_var))->set_U3CguiIsExitingU3Ek__BackingField_8(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23_inline (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_set_nextScrollStepTime_m0EBE9A3F5960CD23334E4678D9CF6F5E15CBDE23UnityEngine_IMGUIModule_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->set_U3CnextScrollStepTimeU3Ek__BackingField_9(L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (StringComparer_get_OrdinalIgnoreCase_m3F2527D9A11521E8B51F0AC8F70DB272DA8334C9UnityEngine_IMGUIModule_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
|
|
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__ordinalIgnoreCase_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AF_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_method (GUI_get_scrollViewStates_m2FAC333F84B90E4F1E1ED5FC8651DC8C4C30B7AFUnityEngine_IMGUIModule_MetadataUsageId);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IL2CPP_RUNTIME_CLASS_INIT(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var);
|
|
GenericStack_tC59D21E8DBC50F3C608479C942200AC44CA2D5BC * L_0 = ((GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_StaticFields*)il2cpp_codegen_static_fields_for(GUI_t3E5CBC6B113E392EBBE1453DEF2B7CD020F345AA_il2cpp_TypeInfo_var))->get_U3CscrollViewStatesU3Ek__BackingField_11();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F_inline (Exception_t * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t * L_0 = __this->get__innerException_4();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->get__size_2();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___index0;
|
|
int32_t L_1 = (int32_t)__this->get__size_2();
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
|
|
int32_t L_3 = ___index0;
|
|
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
|
|
return L_4;
|
|
}
|
|
}
|