Badminton-Scoreboard/Classes/Native/Assembly-CSharp2.cpp
2023-10-08 10:24:48 +08:00

26387 lines
1.2 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtualActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct GenericVirtualActionInvoker0
{
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);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
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);
}
};
struct InvokerActionInvoker0
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj)
{
method->invoker_method(methodPtr, method, obj, NULL, NULL);
}
};
template <typename T1>
struct InvokerActionInvoker1;
template <typename T1>
struct InvokerActionInvoker1<T1*>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
{
void* params[1] = { p1 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
template <typename T1, typename T2>
struct InvokerActionInvoker2;
template <typename T1, typename T2>
struct InvokerActionInvoker2<T1*, T2*>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2)
{
void* params[2] = { p1, p2 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
// System.Action`1<UnityEngine.AsyncOperation>
struct Action_1_tE8693FF0E67CDBA52BAFB211BFF1844D076ABAFB;
// System.Action`1<UnityEngine.Font>
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult>
struct Comparison_1_t9FCAC8C8CE160A96C5AAD2DE1D353DCE8A2FEEFC;
// System.Converter`2<SelectPanel/PlayData,System.Object>
struct Converter_2_tAF5EBF3A255A610F47716917ED604B80435A753C;
// System.Converter`2<SelectPanel/PlayData,System.String>
struct Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding>
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
// System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem>
struct Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Object>
struct Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String>
struct Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>
struct Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24;
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710;
// System.Collections.Generic.Dictionary`2<System.String,ScoreResult>
struct Dictionary_2_t1AB6ABBAC2979F3A7E98E7CD4AF8B4AA30578FCC;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite>
struct Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516;
// System.Collections.Generic.HashSet`1<System.Object>
struct HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885;
// System.Collections.Generic.HashSet`1<System.String>
struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<System.String>
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
// System.Collections.Generic.IEnumerable`1<SimpleFileBrowser.FileBrowser/Filter>
struct IEnumerable_1_t9FAD6E0D2990BCE50842C47C2C4A1CCDD9D33FE5;
// System.Collections.Generic.IEqualityComparer`1<System.Int32>
struct IEqualityComparer_1_tDBFC8496F14612776AF930DBF84AFE7D06D1F0E9;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Int32,SimpleFileBrowser.ListItem>
struct KeyCollection_tA110B45915580EC82EF5D9F3B41A62C1AC3AA4E9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.AudioClip>
struct KeyCollection_tBAF028287A90DA246BB458204DB49774E41D04AB;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Object>
struct KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,UnityEngine.Sprite>
struct KeyCollection_t138136109408FD98DBF627F9E05EA32CBF0D9893;
// System.Collections.Generic.List`1<UnityEngine.AudioClip>
struct List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F;
// System.Collections.Generic.List`1<AvatarData>
struct List_1_tDDD01F9FEE31D0EA2B6DF86AFCBB2B0D6F96D9AB;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule>
struct List_1_tA5BDE435C735A082941CD33D212F97F4AE9FA55F;
// System.Collections.Generic.List`1<UnityEngine.UI.Button>
struct List_1_tCB5B3B0C70F6DFB6B059BB2C65DC77B101849444;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup>
struct List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35;
// System.Collections.Generic.List`1<UnityEngine.Color32>
struct List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8;
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem>
struct List_1_tF2FE88545EFEC788CAAE6C74EC2F78E937FCCAC3;
// System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>
struct List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926;
// System.Collections.Generic.List`1<UnityEngine.GameObject>
struct List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B;
// System.Collections.Generic.List`1<GameRecord>
struct List_1_t2289FD35BFB2601D4AEE680987A7AD5BAD0F80DD;
// System.Collections.Generic.List`1<UnityEngine.UI.Image>
struct List_1_tE6BB71ABF15905EFA2BE92C38A2716547AEADB19;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
// System.Collections.Generic.List`1<MemberData>
struct List_1_t573A546045D1C8C7E73DC3EAAE21016DF97CF580;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<UnityEngine.UI.Toggle>
struct List_1_t2442BD257DAE679440EEB79FE0D4679F4C55DA16;
// System.Collections.Generic.List`1<UnityEngine.UIVertex>
struct List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A;
// System.Collections.Generic.List`1<UnityEngine.Vector3>
struct List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B;
// System.Collections.Generic.List`1<UnityEngine.Vector4>
struct List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317;
// System.Collections.Generic.List`1<AudioListSwitch/AudioInfo>
struct List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1;
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem>
struct List_1_t89B39292AD45371F7FDCB295AAE956D33588BC6E;
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>
struct List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55;
// System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>
struct List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA;
// System.Collections.Generic.List`1<ScoreBoard/RoundResult>
struct List_1_t38587A4B472031D0A93580FD92C1D7DC8A472B78;
// System.Collections.Generic.List`1<SelectPanel/PlayData>
struct List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8;
// System.Predicate`1<System.String>
struct Predicate_1_tEB15485FDAFC48C82EE54427A8DBDB401213706C;
// System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>
struct Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78;
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween>
struct TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween>
struct TweenRunner_1_t830EC096236A3CEC7189DFA6E0B2E74C5C97780B;
// UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>
struct UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669;
// UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>
struct UnityEvent_1_t9A868DD8EBFC0D9D8134D903A170ECBDEE567932;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Int32,SimpleFileBrowser.ListItem>
struct ValueCollection_t81AA8F06756884E0F571D22D25FD0788CBBF2BE2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.AudioClip>
struct ValueCollection_t5E8255234E3BA2CFC7E0B1F570F80B07C3EBBDE5;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Object>
struct ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,UnityEngine.Sprite>
struct ValueCollection_t64BF35FAA59E1267E091C891F36E42D7AE38CFE3;
// System.Collections.Generic.Dictionary`2/Entry<System.Int32,SimpleFileBrowser.ListItem>[]
struct EntryU5BU5D_t0A1AA637FA7D96A5E8927595165ED07BCFACA42C;
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.AudioClip>[]
struct EntryU5BU5D_tED5B00189A1A2DB5562C6CC6700D361068445B8D;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Object>[]
struct EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96;
// System.Collections.Generic.Dictionary`2/Entry<System.String,UnityEngine.Sprite>[]
struct EntryU5BU5D_t1B7F4FC29B23EAA2C5A6E9B695B79119DE17DCAE;
// System.Collections.Generic.HashSet`1/Slot<System.String>[]
struct SlotU5BU5D_t8B8EE191EEC1575F1F0CAC91A208DBFDF2821D01;
// UnityEngine.UI.Button[]
struct ButtonU5BU5D_t0D512FF2FF5A72DAC04754F2C10182F850328BEF;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// SimpleFileBrowser.FileSystemEntry[]
struct FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D;
// System.IO.FileSystemInfo[]
struct FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7;
// UnityEngine.GameObject[]
struct GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF;
// UnityEngine.UI.Image[]
struct ImageU5BU5D_t8869694C217655DA7B1315DC02C80F1308B78B78;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// SimpleFileBrowser.ListItem[]
struct ListItemU5BU5D_tB0F5D8FE67ECF6415FEDA6317AF71EB006DC9DAE;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// UnityEngine.UI.Selectable[]
struct SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9;
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// UnityEngine.UIVertex[]
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
// UnityEngine.Vector2[]
struct Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA;
// UnityEngine.Vector3[]
struct Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C;
// AudioListSwitch/AudioInfo[]
struct AudioInfoU5BU5D_tD3BE82B2F4DC443E21C9A587972FCAD795FF65E4;
// UnityEngine.UI.Dropdown/OptionData[]
struct OptionDataU5BU5D_tF56CF744A9E6A0DBB0AC2072BE52F7C8D2E1947F;
// SimpleFileBrowser.FileBrowser/FiletypeIcon[]
struct FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8;
// SimpleFileBrowser.FileBrowser/Filter[]
struct FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2;
// SimpleFileBrowser.FileBrowser/QuickLink[]
struct QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44;
// SelectPanel/PlayData[]
struct PlayDataU5BU5D_t5C1299D1B3BD892DCCFEAEDFBBE8F2FC7FD87642;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// UnityEngine.UI.AnimationTriggers
struct AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// UnityEngine.AudioClip
struct AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20;
// AudioListSwitch
struct AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5;
// UnityEngine.Audio.AudioMixer
struct AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04;
// UnityEngine.AudioSource
struct AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299;
// AvatarPanel
struct AvatarPanel_t98A962160400CC19CA7DF8B8A84A3D7ACC2AE6E0;
// AvatarSettings
struct AvatarSettings_t4D6F3DC2666FAC277F39187CE277023DC9CCD5CD;
// BGMSettings
struct BGMSettings_tC11C9D0CC033990AA38EAA536384754E0BEE0F9E;
// Badminton
struct Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A;
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F;
// UnityEngine.EventSystems.BaseInputModule
struct BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1;
// UnityEngine.EventSystems.BaseRaycaster
struct BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832;
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA;
// UnityEngine.UI.Button
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098;
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
// UnityEngine.Canvas
struct Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26;
// UnityEngine.CanvasRenderer
struct CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860;
// UnityEngine.Networking.CertificateHandler
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
// ConfigManager
struct ConfigManager_t44E67E334516933AFDACC85E37CEAA30E598DBCB;
// UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B;
// System.Text.DecoderFallback
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
// System.IO.Compression.DeflateStream
struct DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.IO.DirectoryInfo
struct DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2;
// UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB;
// UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974;
// UnityEngine.UI.Dropdown
struct Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89;
// System.Text.EncoderFallback
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
// UnityEngine.Event
struct Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB;
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707;
// System.Exception
struct Exception_t;
// SimpleFileBrowser.FileBrowser
struct FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC;
// SimpleFileBrowser.FileBrowserItem
struct FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98;
// SimpleFileBrowser.FileBrowserMovement
struct FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7;
// SimpleFileBrowser.FileBrowserQuickLink
struct FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183;
// System.IO.FileInfo
struct FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C;
// System.IO.FileStream
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8;
// System.IO.FileSystemInfo
struct FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9;
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
// UnityEngine.UI.FontData
struct FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224;
// System.IO.Compression.GZipStream
struct GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0;
// GameConfig
struct GameConfig_tD0048BC6F9961272F354783D9C0F361D6BA6B1B9;
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
// TTS.GoogleTextToSpeech
struct GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F;
// TTS.GoogleTranslate
struct GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6;
// UnityEngine.UI.Graphic
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931;
// HistoryPanel
struct HistoryPanel_t7689E16B71B148C23C7EE68ADD972006502DED4A;
// HoldButton
struct HoldButton_t4CE145E397CBF8E97CD344E60EDA5D933D3F5EE7;
// System.IAsyncResult
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// System.Collections.IList
struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D;
// SimpleFileBrowser.IListViewAdapter
struct IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6;
// TTS.IProvider
struct IProvider_tEA1C9E82DBCFC2428781217167A3BE2EA56B8B75;
// UnityEngine.UI.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E;
// UnityEngine.UI.InputField
struct InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140;
// UnityEngine.Events.InvokableCallList
struct InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382;
// SimpleFileBrowser.ListItem
struct ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6;
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
// MemberData
struct MemberData_t6BF41B1F62F069DA4559A87E4EC361D7610283EA;
// System.IO.MemoryStream
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2;
// UnityEngine.Mesh
struct Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// SimpleFileBrowser.OnItemClickedHandler
struct OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A;
// UnityEngine.Events.PersistentCallGroup
struct PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25;
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB;
// RecordManager
struct RecordManager_tFA97973B34A393F23E233EF463531067A2DA3CE5;
// UnityEngine.UI.RectMask2D
struct RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670;
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5;
// SimpleFileBrowser.RecycledListView
struct RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35;
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// ScoreBoard
struct ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81;
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
// UnityEngine.UI.ScrollRect
struct ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E;
// UnityEngine.UI.Scrollbar
struct Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3;
// ScrollerHelper
struct ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF;
// SelectPanel
struct SelectPanel_tFC9019D8EE79143BF4455B84EDB4E676365C513D;
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// UnityEngine.UI.Slider
struct Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F;
// UnityEngine.Sprite
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99;
// StorageDataManager
struct StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100;
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8;
// UnityEngine.UI.Text
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62;
// UnityEngine.TextGenerator
struct TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC;
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7;
// TextToSpeech
struct TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A;
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
// GoldenSDK.TimerBehaviour
struct TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6;
// UnityEngine.UI.Toggle
struct Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F;
// UnityEngine.UI.ToggleGroup
struct ToggleGroup_tF2E6FE7D4B17BDBF82462715CFB57C4FDE0A2A2C;
// UnityEngine.TouchScreenKeyboard
struct TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A;
// UnityEngine.Transform
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
// GoldenSDK.UIColorTween
struct UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A;
// UnityEngine.Events.UnityAction
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7;
// UnityEngine.Events.UnityEvent
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977;
// UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F;
// UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C;
// UnityEngine.Networking.UploadHandler
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6;
// UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A;
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
// UnityEngine.UI.VertexHelper
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE;
// VerticalText
struct VerticalText_tA1BB43A30861C7B8480F151089381F86CC8F9EF6;
// VoicePanel
struct VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA;
// TTS.VoiceRss
struct VoiceRss_t7F3CF6091724D171C206C1A965D4E7595A9428B2;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.WaitForEndOfFrame
struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663;
// UnityEngine.WaitForSeconds
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3;
// UnityEngine.WaitForSecondsRealtime
struct WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01;
// UnityEngine.AudioClip/PCMReaderCallback
struct PCMReaderCallback_t3396D9613664F0AFF65FB91018FD0F901CC16F1E;
// UnityEngine.AudioClip/PCMSetPositionCallback
struct PCMSetPositionCallback_t8D7135A2FB40647CAEC93F5254AD59E18DEB6072;
// AudioListSwitch/AudioInfo
struct AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8;
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
// UnityEngine.UI.Dropdown/DropdownEvent
struct DropdownEvent_t8A008B010A742724CFC93576D6976E474BB13059;
// UnityEngine.UI.Dropdown/OptionData
struct OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F;
// UnityEngine.UI.Dropdown/OptionDataList
struct OptionDataList_t53255477D0A9C6980AB48693A520EFBC94DFFB96;
// SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157
struct U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82;
// SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156
struct U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F;
// SimpleFileBrowser.FileBrowser/Filter
struct Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4;
// SimpleFileBrowser.FileBrowser/OnCancel
struct OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919;
// SimpleFileBrowser.FileBrowser/OnSuccess
struct OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9;
// UnityEngine.Font/FontTextureRebuildCallback
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
// TTS.GoogleTextToSpeech/<GetWordAudio>d__8
struct U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084;
// TTS.GoogleTranslate/<GetWordAudio>d__2
struct U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525;
// UnityEngine.UI.InputField/EndEditEvent
struct EndEditEvent_t946A962BA13CF60BB0BE7AD091DA041FD788E655;
// UnityEngine.UI.InputField/OnChangeEvent
struct OnChangeEvent_tE4829F88300B0E0E0D1B78B453AF25FC1AA55E2F;
// UnityEngine.UI.InputField/OnValidateInput
struct OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B;
// UnityEngine.UI.InputField/SubmitEvent
struct SubmitEvent_t1E0F5A2AB28D0DB55AE18E8DA99147D86492DD5D;
// MiniJSON.Json/Parser
struct Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066;
// MiniJSON.Json/Serializer
struct Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737;
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent
struct CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8;
// UnityEngine.RectTransform/ReapplyDrivenProperties
struct ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24;
// UnityEngine.UI.ScrollRect/ScrollRectEvent
struct ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26;
// SelectPanel/<>c__DisplayClass32_0
struct U3CU3Ec__DisplayClass32_0_t55C596FE2E89D88855D1672A4D8EE7CFCF799855;
// SelectPanel/<>c__DisplayClass44_0
struct U3CU3Ec__DisplayClass44_0_t4D0B74BD89BDF881D8A40222B5D79BC25E02A237;
// SelectPanel/<>c__DisplayClass44_1
struct U3CU3Ec__DisplayClass44_1_t137D960C43CA11D8A9FD33C5BC1F43E61DE1CFFB;
// UnityEngine.UI.Slider/SliderEvent
struct SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05;
// TextToSpeech/<SpeakAll>d__20
struct U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF;
// TextToSpeech/<SpeakWord>d__21
struct U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9;
// GoldenSDK.TimerBehaviour/<DelayCall>d__26
struct U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099;
// UnityEngine.UI.Toggle/ToggleEvent
struct ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02;
// VoicePanel/<>c__DisplayClass25_0
struct U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96;
// VoicePanel/<ShowLoadDialogCoroutine>d__32
struct U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB;
// SelectPanel/TeamGroup/<>c
struct U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D;
IL2CPP_EXTERN_C RuntimeClass* AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t9FAD6E0D2990BCE50842C47C2C4A1CCDD9D33FE5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t5DBFAEA25B757E3BCDD38C7BE7C1D279C8AD0434_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IProvider_tEA1C9E82DBCFC2428781217167A3BE2EA56B8B75_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Language_tFBBB13852D4F9B2E1FBBDE701B50D28BA3A02E17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProviderType_tE1B391505CC704D5D3F820C043938204C0E38127_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VoiceName_tF42C23A047A06F9BE502C5AA645366AEEF806694_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA____2F81085FBEE0C00587037A0DE88C2EDF00E9133A9E70B73EF6B3F5B68B4E3A65_0_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA____5DA75FAFB77CD773B7609E652367898AD7DD4A5508A846CCFC705FD6F979E751_2_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral00E6DE4CD65DB421271463093300933FD22F25B6;
IL2CPP_EXTERN_C String_t* _stringLiteral01B0B46D5AE7FF72A2F7FF1B49ACF847A2E8604B;
IL2CPP_EXTERN_C String_t* _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B;
IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40;
IL2CPP_EXTERN_C String_t* _stringLiteral09DAC4625D1EA679F4129F507A1F9091DD44B0C0;
IL2CPP_EXTERN_C String_t* _stringLiteral0DA6FE872534E9DDF7F61D22E330DCCC1CEEE0D4;
IL2CPP_EXTERN_C String_t* _stringLiteral13AC545B7F7106D2701B7AF67D7415F2F1B41D13;
IL2CPP_EXTERN_C String_t* _stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248;
IL2CPP_EXTERN_C String_t* _stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D;
IL2CPP_EXTERN_C String_t* _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2;
IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9;
IL2CPP_EXTERN_C String_t* _stringLiteral1AB2434B03E2BDD1C88F6D6B38A4FA249E5AD43A;
IL2CPP_EXTERN_C String_t* _stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA;
IL2CPP_EXTERN_C String_t* _stringLiteral21DF90D439481D2D6EBCE5F65D85F58BC7BDE4A6;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral2545DCAC02D2F8A0CD37FA12BE346D76CE3B8CA7;
IL2CPP_EXTERN_C String_t* _stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0;
IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE;
IL2CPP_EXTERN_C String_t* _stringLiteral2D61429A77614470501E536C4B7A7CB204B9125B;
IL2CPP_EXTERN_C String_t* _stringLiteral2F68D735CA14E02BEC4909241E8F34C3715ECE25;
IL2CPP_EXTERN_C String_t* _stringLiteral31E0E959C1C33D861975F7A9FA737458A647017A;
IL2CPP_EXTERN_C String_t* _stringLiteral32D22BFD11DEB9B0DDAE17CF5EEFF6564F4F8B2B;
IL2CPP_EXTERN_C String_t* _stringLiteral346A05721C2D4F1CC62DB7F9100B9EC9B6CDE3DE;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
IL2CPP_EXTERN_C String_t* _stringLiteral418DCB669517F82851D81BF5565ED6037C8653EE;
IL2CPP_EXTERN_C String_t* _stringLiteral426723E4C57FFADBA8E1323FFE0AE653F42E144E;
IL2CPP_EXTERN_C String_t* _stringLiteral4A8AD81D6E8608D1F0F10E55922371CFDF27A90C;
IL2CPP_EXTERN_C String_t* _stringLiteral4B93B5B9933E13676EABAAA1C54DC622FC2A7C2A;
IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C;
IL2CPP_EXTERN_C String_t* _stringLiteral50B38349BA62340F8B1DA1B68193EC484953EF1B;
IL2CPP_EXTERN_C String_t* _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9;
IL2CPP_EXTERN_C String_t* _stringLiteral5B38A5C1F24549D3E58D219F2AC8833E4EB9661D;
IL2CPP_EXTERN_C String_t* _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174;
IL2CPP_EXTERN_C String_t* _stringLiteral5E687CB96135671F20F35DBA9EE0AFF994781702;
IL2CPP_EXTERN_C String_t* _stringLiteral607B5C783006B6A7F1F4DD38C9D7C01315BBF193;
IL2CPP_EXTERN_C String_t* _stringLiteral61CDA2CF076B3B1C60F4A3E3F04FA6F4AEA070D2;
IL2CPP_EXTERN_C String_t* _stringLiteral63159A92C7EF0625D8F79AB2AA983147840CBCDF;
IL2CPP_EXTERN_C String_t* _stringLiteral6391178ADAAF803C767EAD4D675766AC3D230186;
IL2CPP_EXTERN_C String_t* _stringLiteral64058CC688A96A90239811EF06C9D20DB0499C3E;
IL2CPP_EXTERN_C String_t* _stringLiteral66F76C70284CF09DE9F50684E6B616F1B29328CD;
IL2CPP_EXTERN_C String_t* _stringLiteral671ED4F4F96F084E0CDAF0610DC87C8DB70F449F;
IL2CPP_EXTERN_C String_t* _stringLiteral705BE6FC9A81532054BDFB1437CDE434FBF84643;
IL2CPP_EXTERN_C String_t* _stringLiteral7382D4280FDFF94EECD629107C6D771D6C6AFA30;
IL2CPP_EXTERN_C String_t* _stringLiteral73F66087E54AC042C22990D0B71CBE852E1D5B93;
IL2CPP_EXTERN_C String_t* _stringLiteral7411BB52A7D8C5DCEF9C418D6800018D7332EC63;
IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
IL2CPP_EXTERN_C String_t* _stringLiteral77B615B8ED1ABB8FC1395D85A5AE524A9789D947;
IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
IL2CPP_EXTERN_C String_t* _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51;
IL2CPP_EXTERN_C String_t* _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462;
IL2CPP_EXTERN_C String_t* _stringLiteral81B43C01D6771BE69755C556E2A11C6B854ED067;
IL2CPP_EXTERN_C String_t* _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD;
IL2CPP_EXTERN_C String_t* _stringLiteral84C1E07F84B6E7BDCC02A904AFEC3BBD2CAE6EAA;
IL2CPP_EXTERN_C String_t* _stringLiteral86B02B47B04CB284EE80BAD91A6C009CF408644D;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
IL2CPP_EXTERN_C String_t* _stringLiteral8A6A2A79C188A6BD672075106607CD639FE21455;
IL2CPP_EXTERN_C String_t* _stringLiteral8EDEEBD80A656AE4FCE670684D3CA3CE34EC356E;
IL2CPP_EXTERN_C String_t* _stringLiteral93087E87481BBE023485F02F3C876019927EB4AE;
IL2CPP_EXTERN_C String_t* _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1;
IL2CPP_EXTERN_C String_t* _stringLiteral97A44065849DEADADEDC2C2BA82CA524F0C00F6E;
IL2CPP_EXTERN_C String_t* _stringLiteral995D548EAF8C1F3E0F068ACC1B58299EB7A4F47B;
IL2CPP_EXTERN_C String_t* _stringLiteral9B7463EB1A02B985952A88667E96D5B6B59A76E0;
IL2CPP_EXTERN_C String_t* _stringLiteral9DC337ADB0A04587933A53526452C125B9EAA41F;
IL2CPP_EXTERN_C String_t* _stringLiteralA1371C2C3463DA1AADD4ACDF6D21B493E9FCBD36;
IL2CPP_EXTERN_C String_t* _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73;
IL2CPP_EXTERN_C String_t* _stringLiteralA6DF6716142973F677D59F337334D8000609B246;
IL2CPP_EXTERN_C String_t* _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122;
IL2CPP_EXTERN_C String_t* _stringLiteralADE2CF9B800E0E48741E2537D155BAE14B4A6CB4;
IL2CPP_EXTERN_C String_t* _stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D;
IL2CPP_EXTERN_C String_t* _stringLiteralAF9F9F6D78BEE176594DED11CB65C44E69578B71;
IL2CPP_EXTERN_C String_t* _stringLiteralB06E0A060650E01325ABF2418E7D5621B98A3650;
IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D;
IL2CPP_EXTERN_C String_t* _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F;
IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
IL2CPP_EXTERN_C String_t* _stringLiteralBAD4A6E573B068D6167F13578714BA76E87F09CB;
IL2CPP_EXTERN_C String_t* _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0;
IL2CPP_EXTERN_C String_t* _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
IL2CPP_EXTERN_C String_t* _stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826;
IL2CPP_EXTERN_C String_t* _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096;
IL2CPP_EXTERN_C String_t* _stringLiteralC8375A9F4EA78D0D2F683EB78F71680DE2946D8A;
IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F;
IL2CPP_EXTERN_C String_t* _stringLiteralCF6C168606FB4202BBD084F0BF59768D774DA025;
IL2CPP_EXTERN_C String_t* _stringLiteralD36877C5F51DFCF27BD6E50EFE17F811114D9198;
IL2CPP_EXTERN_C String_t* _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699;
IL2CPP_EXTERN_C String_t* _stringLiteralE2626358887F45622D37FD07C462FC55738DC24F;
IL2CPP_EXTERN_C String_t* _stringLiteralE50A8F852EF2D1E1042CDFF1BFE269D11777D2C4;
IL2CPP_EXTERN_C String_t* _stringLiteralE727BF366E3CC855B808D806440542BF7152AF19;
IL2CPP_EXTERN_C String_t* _stringLiteralE87451DCA0C8D4EB675C106B306B884CD97A7B7A;
IL2CPP_EXTERN_C String_t* _stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6;
IL2CPP_EXTERN_C String_t* _stringLiteralEB009190F23464AEE2F954609913107A0B840AEA;
IL2CPP_EXTERN_C String_t* _stringLiteralEE1EF95F5D04D20EF4C7CF4CAB5C1D4027F8F1AB;
IL2CPP_EXTERN_C String_t* _stringLiteralF0EC54FD9493DD95C328894C9CC1F35DEB57EC2F;
IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E972CD03013DE732424893507C3C55D004E089;
IL2CPP_EXTERN_C String_t* _stringLiteralF6CC4B6CC1FF0ECBA5C2A37205C675A3C07A24A8;
IL2CPP_EXTERN_C String_t* _stringLiteralF6F12C3C4BA8237B5509D4B614446770C17C6F25;
IL2CPP_EXTERN_C String_t* _stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_mFF8BA4CA5D7158D1D6249559A3289E7A6DF0A2BB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mFE18E20FC92395F90E776DBC4CD214A4F2D97D90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m552F4B8CD9C4ACCF87EEFD705707A9C1F66270B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m6D456FB8A5C05BBDC1C5620740AF768637964BA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5CC17878B3AA17C973F24805C2115E4228F9E3F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB0B8F6BEE382C9D20E9134C00BF2FC9855B5C852_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m727E5E918360D222F9F00464D65B7C6D649B95C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB70BDA2D428588C94AC1C399CEC6CADAE6371FE7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mDAFC0246415FCD20B4DFA892990A1AAA6F27C334_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m7A87FE6684BC522309696445F66237AAD2D50827_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD460E52E10776520A9AD30A2BF1ED4E06F398727_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA8C03191318421835C1B51FEAD0F902EB506D6C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7DCB52497076047551577A950FB809E3270BEF9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2766585450EAB9CE01A3702DD017FFE45D4AF85F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileBrowser_OnValidateFilenameInput_m418483031CB28A313FE55F262ABFEF1E37EE36E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisTimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6_m856E0CD35A82368F042DE784E476A004D82CFB30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m91883829E45DE147442FAD8084EA46A1E0ADB8BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* GameObject_GetComponent_TisFileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_m07820A11F1F5707381DC09B1C06FE3992E82514C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Clear_m0181AAD373CCA0B6C26FE43A802121B3C0DE5F90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1_GetEnumerator_m11AAEE8A10D781104560F78D5EEC790433FEEE2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HashSet_1__ctor_m9F8CD04799346CDC14E5D227FCC28B5A151A7C62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m502CE262DC490ABC99C2276A26E3E296763A0901_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ConvertAll_TisString_t_m6980302F060FAEB83231AE4E1C760E37C9DDD6D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m5AB056C532B9643574EB0652149F4A535B9E2D30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD319D90F0C033D86A34CEC4A2476E8154948BB7E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDF71855350E63B33E286FF5A4A5412AA4F16940A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mF168C27BCDD77482D72C96433F84274EBCCCE11B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD1A55718E5D62169E75726B79372A4DD8CFAEE63_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6248FAA3EA9E9148D0E784C78FA4B1F5FFDD6366_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9AD3730A1BB8D9560AD1FC0125C3786AB61F6644_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m6A72B7648178616800F05C13DB492E4EDB866B7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisFileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_m1BDB02A18277CE9F2A470E0C8FCEB5AF62602CA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisFileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183_m57E8B8E84CDFF94A2E3B697E687865415182684B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m58C654F1134533E29502629CA67645682B404811_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RecycledListView_U3CStartU3Eb__10_0_m9D297D1FB7516BBBB724598CEAD4B797BAB1211E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Resources_Load_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m496A3B1B60A28F5E0397043974B848C9157B625A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m2DB79BEEAC46CA0F95E450AB79CF477496FA634D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mD9EE743EA81C0D6BD49D98ED4F5780142A7FFB28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m8E7BCB8B45FC4751476B177A619B2686668DB34E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m9670CF8806836FEB46CE672C75CEA1ACB706CF2C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CDelayCallU3Ed__26_System_Collections_IEnumerator_Reset_mEF4624E72F5A55B5F05C17D3F244D14ACC8DB88B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetWordAudioU3Ed__2_System_Collections_IEnumerator_Reset_mBD7EBF87039BCF703D6EE0E5FE30B2A5BE7C1437_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetWordAudioU3Ed__8_System_Collections_IEnumerator_Reset_m31C9318FF23DA21673DAE54572FCF9DF7E84B7F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CShowLoadDialogCoroutineU3Ed__32_System_Collections_IEnumerator_Reset_m76B27A807268AB4CAA8919C553B19B2144695316_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CSpeakAllU3Ed__20_System_Collections_IEnumerator_Reset_mD13060684A309A89213DA355875D8D7103D04595_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CSpeakWordU3Ed__21_System_Collections_IEnumerator_Reset_m1A3EF0FC7FC9017D8706141C4DEB22EB29F0765C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CToStringU3Eb__2_0_mEF4C60E02201F643C9F9E1058D036B1A33C3A01F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__0_m35EAD53A0FAABF9376386C65E499AF28221CBFF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__1_mD6EF350C7FF1AE6C89B78652CC1729465C86F4A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitForLoadDialogU3Ed__157_System_Collections_IEnumerator_Reset_m5DC12677F70150B33E660143619398BA698E6A90_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CWaitForSaveDialogU3Ed__156_System_Collections_IEnumerator_Reset_m8E8C7B641A246433B61B8D6D9C888A0968EE9E02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UnityEvent_1_AddListener_m2B74313C91E347D6AD24CE5B036E190E77E70851_RuntimeMethod_var;
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com;
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke;
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D;
struct FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F;
struct FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8;
struct FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2;
struct QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem>
struct Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t0A1AA637FA7D96A5E8927595165ED07BCFACA42C* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tA110B45915580EC82EF5D9F3B41A62C1AC3AA4E9* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t81AA8F06756884E0F571D22D25FD0788CBBF2BE2* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>
struct Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tED5B00189A1A2DB5562C6CC6700D361068445B8D* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tBAF028287A90DA246BB458204DB49774E41D04AB* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t5E8255234E3BA2CFC7E0B1F570F80B07C3EBBDE5* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t233BB24ED01E2D8D65B0651D54B8E3AD125CAF96* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tE66790F09E854C19C7F612BEAD203AE626E90A36* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_tC9D91E8A3198E40EA339059703AB10DFC9F5CC2E* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite>
struct Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_t1B7F4FC29B23EAA2C5A6E9B695B79119DE17DCAE* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t138136109408FD98DBF627F9E05EA32CBF0D9893* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t64BF35FAA59E1267E091C891F36E42D7AE38CFE3* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.HashSet`1<System.String>
struct HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178 : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.HashSet`1::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_7;
// System.Collections.Generic.HashSet`1/Slot<T>[] System.Collections.Generic.HashSet`1::_slots
SlotU5BU5D_t8B8EE191EEC1575F1F0CAC91A208DBFDF2821D01* ____slots_8;
// System.Int32 System.Collections.Generic.HashSet`1::_count
int32_t ____count_9;
// System.Int32 System.Collections.Generic.HashSet`1::_lastIndex
int32_t ____lastIndex_10;
// System.Int32 System.Collections.Generic.HashSet`1::_freeList
int32_t ____freeList_11;
// System.Collections.Generic.IEqualityComparer`1<T> System.Collections.Generic.HashSet`1::_comparer
RuntimeObject* ____comparer_12;
// System.Int32 System.Collections.Generic.HashSet`1::_version
int32_t ____version_13;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.HashSet`1::_siInfo
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_14;
};
// System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>
struct List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIVertex>
struct List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<AudioListSwitch/AudioInfo>
struct List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
AudioInfoU5BU5D_tD3BE82B2F4DC443E21C9A587972FCAD795FF65E4* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>
struct List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
OptionDataU5BU5D_tF56CF744A9E6A0DBB0AC2072BE52F7C8D2E1947F* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>
struct List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<SelectPanel/PlayData>
struct List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
PlayDataU5BU5D_t5C1299D1B3BD892DCCFEAEDFBBE8F2FC7FD87642* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>
struct Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78 : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
ListItemU5BU5D_tB0F5D8FE67ECF6415FEDA6317AF71EB006DC9DAE* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.Collections.Generic.Stack`1<System.Object>
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5 : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// UnityEngine.EventSystems.AbstractEventData
struct AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7 : public RuntimeObject
{
// System.Boolean UnityEngine.EventSystems.AbstractEventData::m_Used
bool ___m_Used_0;
};
// GoldenSDK.Audio.AudioClipEncoder
struct AudioClipEncoder_t12C86DF81858711B030C133ECC408296604D9663 : public RuntimeObject
{
};
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
{
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14;
};
// SimpleFileBrowser.FileBrowserHelpers
struct FileBrowserHelpers_t6F6DD5249721799FF549BC981AFC81FCAD662CD5 : public RuntimeObject
{
};
// TTS.GoogleTextToSpeech
struct GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F : public RuntimeObject
{
// System.Int32[] TTS.GoogleTextToSpeech::enVoiceList
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___enVoiceList_0;
// System.Single TTS.GoogleTextToSpeech::pitch
float ___pitch_2;
// System.Single TTS.GoogleTextToSpeech::speakingRate
float ___speakingRate_3;
// TTS.GoogleTextToSpeech/VoiceName TTS.GoogleTextToSpeech::voiceName
int32_t ___voiceName_4;
// TTS.GoogleTextToSpeech/Language TTS.GoogleTextToSpeech::language
int32_t ___language_5;
};
// TTS.GoogleTranslate
struct GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6 : public RuntimeObject
{
// System.Single TTS.GoogleTranslate::speed
float ___speed_0;
// System.Boolean TTS.GoogleTranslate::useProxy
bool ___useProxy_1;
};
// MiniJSON.Json
struct Json_tDAB7A50C53F11F2D9FBB33F320F0674F65C9B7A9 : public RuntimeObject
{
};
// System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
{
// System.Object System.MarshalByRefObject::_identity
RuntimeObject* ____identity_0;
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.IO.Path
struct Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC : public RuntimeObject
{
};
// StorageDataManager
struct StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100 : public RuntimeObject
{
// System.String StorageDataManager::m_dir
String_t* ___m_dir_1;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> StorageDataManager::m_info
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___m_info_2;
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// TTS.TTSFactory
struct TTSFactory_tAF5E334B954602C928518054B2333BB0815F0F32 : public RuntimeObject
{
};
// GoldenGame.Framwork.ToastTool
struct ToastTool_t7B53311BE9BAACF201DF896B5908C7FF023A53C8 : public RuntimeObject
{
};
// UnitTool
struct UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB : public RuntimeObject
{
};
// UnityEngine.Events.UnityEventBase
struct UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8 : public RuntimeObject
{
// UnityEngine.Events.InvokableCallList UnityEngine.Events.UnityEventBase::m_Calls
InvokableCallList_t309E1C8C7CE885A0D2F98C84CEA77A8935688382* ___m_Calls_0;
// UnityEngine.Events.PersistentCallGroup UnityEngine.Events.UnityEventBase::m_PersistentCalls
PersistentCallGroup_tB826EDF15DC80F71BCBCD8E410FD959A04C33F25* ___m_PersistentCalls_1;
// System.Boolean UnityEngine.Events.UnityEventBase::m_CallsDirty
bool ___m_CallsDirty_2;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// TTS.VoiceRss
struct VoiceRss_t7F3CF6091724D171C206C1A965D4E7595A9428B2 : public RuntimeObject
{
};
// UnityEngine.YieldInstruction
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.YieldInstruction
struct YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
{
};
// AudioListSwitch/AudioInfo
struct AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8 : public RuntimeObject
{
// System.Boolean AudioListSwitch/AudioInfo::isBuiltin
bool ___isBuiltin_0;
// System.String AudioListSwitch/AudioInfo::name
String_t* ___name_1;
// UnityEngine.AudioClip AudioListSwitch/AudioInfo::clip
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___clip_2;
// System.String AudioListSwitch/AudioInfo::path
String_t* ___path_3;
// System.Boolean AudioListSwitch/AudioInfo::isLoad
bool ___isLoad_4;
};
// UnityEngine.UI.Dropdown/OptionData
struct OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F : public RuntimeObject
{
// System.String UnityEngine.UI.Dropdown/OptionData::m_Text
String_t* ___m_Text_0;
// UnityEngine.Sprite UnityEngine.UI.Dropdown/OptionData::m_Image
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Image_1;
};
// SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157
struct U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82 : public RuntimeObject
{
// System.Int32 SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.Boolean SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::folderMode
bool ___folderMode_2;
// System.String SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::initialPath
String_t* ___initialPath_3;
// System.String SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::title
String_t* ___title_4;
// System.String SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::loadButtonText
String_t* ___loadButtonText_5;
};
// SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156
struct U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F : public RuntimeObject
{
// System.Int32 SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.Boolean SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::folderMode
bool ___folderMode_2;
// System.String SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::initialPath
String_t* ___initialPath_3;
// System.String SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::title
String_t* ___title_4;
// System.String SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::saveButtonText
String_t* ___saveButtonText_5;
};
// SimpleFileBrowser.FileBrowser/Filter
struct Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4 : public RuntimeObject
{
// System.String SimpleFileBrowser.FileBrowser/Filter::name
String_t* ___name_0;
// System.Collections.Generic.HashSet`1<System.String> SimpleFileBrowser.FileBrowser/Filter::extensions
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___extensions_1;
// System.String SimpleFileBrowser.FileBrowser/Filter::defaultExtension
String_t* ___defaultExtension_2;
};
// TTS.GoogleTextToSpeech/<GetWordAudio>d__8
struct U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084 : public RuntimeObject
{
// System.Int32 TTS.GoogleTextToSpeech/<GetWordAudio>d__8::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TTS.GoogleTextToSpeech/<GetWordAudio>d__8::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// TTS.GoogleTextToSpeech TTS.GoogleTextToSpeech/<GetWordAudio>d__8::<>4__this
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* ___U3CU3E4__this_2;
// System.String TTS.GoogleTextToSpeech/<GetWordAudio>d__8::word
String_t* ___word_3;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip> TTS.GoogleTextToSpeech/<GetWordAudio>d__8::cache
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* ___cache_4;
// System.String TTS.GoogleTextToSpeech/<GetWordAudio>d__8::key
String_t* ___key_5;
// UnityEngine.Networking.UnityWebRequest TTS.GoogleTextToSpeech/<GetWordAudio>d__8::<www>5__2
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___U3CwwwU3E5__2_6;
};
// TTS.GoogleTranslate/<GetWordAudio>d__2
struct U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525 : public RuntimeObject
{
// System.Int32 TTS.GoogleTranslate/<GetWordAudio>d__2::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TTS.GoogleTranslate/<GetWordAudio>d__2::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// TTS.GoogleTranslate TTS.GoogleTranslate/<GetWordAudio>d__2::<>4__this
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* ___U3CU3E4__this_2;
// System.String TTS.GoogleTranslate/<GetWordAudio>d__2::word
String_t* ___word_3;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip> TTS.GoogleTranslate/<GetWordAudio>d__2::cache
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* ___cache_4;
// System.String TTS.GoogleTranslate/<GetWordAudio>d__2::key
String_t* ___key_5;
// UnityEngine.Networking.UnityWebRequest TTS.GoogleTranslate/<GetWordAudio>d__2::<www>5__2
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___U3CwwwU3E5__2_6;
};
// MiniJSON.Json/Parser
struct Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066 : public RuntimeObject
{
// System.IO.StringReader MiniJSON.Json/Parser::json
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* ___json_1;
};
// MiniJSON.Json/Serializer
struct Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737 : public RuntimeObject
{
// System.Text.StringBuilder MiniJSON.Json/Serializer::builder
StringBuilder_t* ___builder_0;
};
// SelectPanel/<>c__DisplayClass32_0
struct U3CU3Ec__DisplayClass32_0_t55C596FE2E89D88855D1672A4D8EE7CFCF799855 : public RuntimeObject
{
// System.Int32 SelectPanel/<>c__DisplayClass32_0::index
int32_t ___index_0;
// SelectPanel SelectPanel/<>c__DisplayClass32_0::<>4__this
SelectPanel_tFC9019D8EE79143BF4455B84EDB4E676365C513D* ___U3CU3E4__this_1;
};
// SelectPanel/<>c__DisplayClass44_0
struct U3CU3Ec__DisplayClass44_0_t4D0B74BD89BDF881D8A40222B5D79BC25E02A237 : public RuntimeObject
{
// System.Collections.Generic.List`1<SelectPanel/PlayData> SelectPanel/<>c__DisplayClass44_0::list
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* ___list_0;
// System.Int32 SelectPanel/<>c__DisplayClass44_0::i
int32_t ___i_1;
// System.Predicate`1<System.String> SelectPanel/<>c__DisplayClass44_0::<>9__0
Predicate_1_tEB15485FDAFC48C82EE54427A8DBDB401213706C* ___U3CU3E9__0_2;
// System.Predicate`1<System.String> SelectPanel/<>c__DisplayClass44_0::<>9__1
Predicate_1_tEB15485FDAFC48C82EE54427A8DBDB401213706C* ___U3CU3E9__1_3;
// System.Predicate`1<System.String> SelectPanel/<>c__DisplayClass44_0::<>9__3
Predicate_1_tEB15485FDAFC48C82EE54427A8DBDB401213706C* ___U3CU3E9__3_4;
};
// SelectPanel/<>c__DisplayClass44_1
struct U3CU3Ec__DisplayClass44_1_t137D960C43CA11D8A9FD33C5BC1F43E61DE1CFFB : public RuntimeObject
{
// System.String SelectPanel/<>c__DisplayClass44_1::gName1
String_t* ___gName1_0;
// System.String SelectPanel/<>c__DisplayClass44_1::gName2
String_t* ___gName2_1;
};
// TextToSpeech/<SpeakAll>d__20
struct U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF : public RuntimeObject
{
// System.Int32 TextToSpeech/<SpeakAll>d__20::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TextToSpeech/<SpeakAll>d__20::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.String[] TextToSpeech/<SpeakAll>d__20::words
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___words_2;
// TextToSpeech TextToSpeech/<SpeakAll>d__20::<>4__this
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* ___U3CU3E4__this_3;
// System.Int32 TextToSpeech/<SpeakAll>d__20::<i>5__2
int32_t ___U3CiU3E5__2_4;
};
// TextToSpeech/<SpeakWord>d__21
struct U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9 : public RuntimeObject
{
// System.Int32 TextToSpeech/<SpeakWord>d__21::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object TextToSpeech/<SpeakWord>d__21::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// TextToSpeech TextToSpeech/<SpeakWord>d__21::<>4__this
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* ___U3CU3E4__this_2;
// System.String TextToSpeech/<SpeakWord>d__21::word
String_t* ___word_3;
// System.String TextToSpeech/<SpeakWord>d__21::<skey>5__2
String_t* ___U3CskeyU3E5__2_4;
};
// GoldenSDK.TimerBehaviour/<DelayCall>d__26
struct U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099 : public RuntimeObject
{
// System.Int32 GoldenSDK.TimerBehaviour/<DelayCall>d__26::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object GoldenSDK.TimerBehaviour/<DelayCall>d__26::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// System.Single GoldenSDK.TimerBehaviour/<DelayCall>d__26::time
float ___time_2;
// System.Action GoldenSDK.TimerBehaviour/<DelayCall>d__26::onEnd
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onEnd_3;
};
// VoicePanel/<>c__DisplayClass25_0
struct U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96 : public RuntimeObject
{
// AudioListSwitch/AudioInfo VoicePanel/<>c__DisplayClass25_0::clip
AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* ___clip_0;
// VoicePanel VoicePanel/<>c__DisplayClass25_0::<>4__this
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* ___U3CU3E4__this_1;
};
// VoicePanel/<ShowLoadDialogCoroutine>d__32
struct U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB : public RuntimeObject
{
// System.Int32 VoicePanel/<ShowLoadDialogCoroutine>d__32::<>1__state
int32_t ___U3CU3E1__state_0;
// System.Object VoicePanel/<ShowLoadDialogCoroutine>d__32::<>2__current
RuntimeObject* ___U3CU3E2__current_1;
// VoicePanel VoicePanel/<ShowLoadDialogCoroutine>d__32::<>4__this
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* ___U3CU3E4__this_2;
};
// VoicePanel/AudioConst
struct AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389 : public RuntimeObject
{
};
// SelectPanel/TeamGroup/<>c
struct U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D : public RuntimeObject
{
};
// System.Collections.Generic.HashSet`1/Enumerator<System.Object>
struct Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8
{
// System.Collections.Generic.HashSet`1<T> System.Collections.Generic.HashSet`1/Enumerator::_set
HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* ____set_0;
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.HashSet`1/Enumerator::_current
RuntimeObject* ____current_3;
};
// System.Collections.Generic.HashSet`1/Enumerator<System.String>
struct Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C
{
// System.Collections.Generic.HashSet`1<T> System.Collections.Generic.HashSet`1/Enumerator::_set
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ____set_0;
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.HashSet`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.HashSet`1/Enumerator::_current
String_t* ____current_3;
};
// Unity.Collections.NativeArray`1<System.Byte>
struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>
struct UnityEvent_1_t9A868DD8EBFC0D9D8134D903A170ECBDEE567932 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent`1::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.EventSystems.BaseEventData
struct BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F : public AbstractEventData_tAE1A127ED657117548181D29FFE4B1B14D8E67F7
{
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.BaseEventData::m_EventSystem
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___m_EventSystem_1;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
// UnityEngine.Color
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
{
// System.Single UnityEngine.Color::r
float ___r_0;
// System.Single UnityEngine.Color::g
float ___g_1;
// System.Single UnityEngine.Color::b
float ___b_2;
// System.Single UnityEngine.Color::a
float ___a_3;
};
// UnityEngine.Color32
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
};
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
{
// System.UInt64 System.DateTime::_dateData
uint64_t ____dateData_46;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_5;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_5_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_6_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_6;
};
#pragma pack(pop, tp)
struct
{
char ___hi_6_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_6_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_7_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_7;
};
#pragma pack(pop, tp)
struct
{
char ___lo_7_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_7_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_8_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_8;
};
#pragma pack(pop, tp)
struct
{
char ___mid_8_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_9_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_9;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_9_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_9_forAlignmentOnly;
};
};
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// UnityEngine.DrivenRectTransformTracker
struct DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1
{
union
{
struct
{
};
uint8_t DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1__padding[1];
};
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// SimpleFileBrowser.FileSystemEntry
struct FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246
{
// System.String SimpleFileBrowser.FileSystemEntry::Path
String_t* ___Path_0;
// System.String SimpleFileBrowser.FileSystemEntry::Name
String_t* ___Name_1;
// System.String SimpleFileBrowser.FileSystemEntry::Extension
String_t* ___Extension_2;
// System.IO.FileAttributes SimpleFileBrowser.FileSystemEntry::Attributes
int32_t ___Attributes_3;
};
// Native definition for P/Invoke marshalling of SimpleFileBrowser.FileSystemEntry
struct FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_pinvoke
{
char* ___Path_0;
char* ___Name_1;
char* ___Extension_2;
int32_t ___Attributes_3;
};
// Native definition for COM marshalling of SimpleFileBrowser.FileSystemEntry
struct FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_com
{
Il2CppChar* ___Path_0;
Il2CppChar* ___Name_1;
Il2CppChar* ___Extension_2;
int32_t ___Attributes_3;
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
// UnityEngine.UI.Navigation
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C
{
// UnityEngine.UI.Navigation/Mode UnityEngine.UI.Navigation::m_Mode
int32_t ___m_Mode_0;
// System.Boolean UnityEngine.UI.Navigation::m_WrapAround
bool ___m_WrapAround_1;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnUp
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnDown
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnLeft
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
// UnityEngine.UI.Selectable UnityEngine.UI.Navigation::m_SelectOnRight
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.Navigation
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_pinvoke
{
int32_t ___m_Mode_0;
int32_t ___m_WrapAround_1;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
};
// Native definition for COM marshalling of UnityEngine.UI.Navigation
struct Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C_marshaled_com
{
int32_t ___m_Mode_0;
int32_t ___m_WrapAround_1;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnUp_2;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnDown_3;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnLeft_4;
Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* ___m_SelectOnRight_5;
};
// UnityEngine.Rect
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
{
// 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;
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// UnityEngine.UI.SpriteState
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD
{
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_HighlightedSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_PressedSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_SelectedSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
// UnityEngine.Sprite UnityEngine.UI.SpriteState::m_DisabledSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
};
// Native definition for P/Invoke marshalling of UnityEngine.UI.SpriteState
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_pinvoke
{
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
};
// Native definition for COM marshalling of UnityEngine.UI.SpriteState
struct SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD_marshaled_com
{
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_HighlightedSprite_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_PressedSprite_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_SelectedSprite_2;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_DisabledSprite_3;
};
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3;
};
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// UnityEngine.Events.UnityEvent
struct UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977 : public UnityEventBase_t4968A4C72559F35C0923E4BD9C042C3A842E1DB8
{
// System.Object[] UnityEngine.Events.UnityEvent::m_InvokeArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_InvokeArray_3;
};
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
};
// UnityEngine.Vector3
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
{
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
};
// UnityEngine.Vector4
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
{
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// UnityEngine.WaitForEndOfFrame
struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
{
};
// UnityEngine.WaitForSeconds
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
{
// System.Single UnityEngine.WaitForSeconds::m_Seconds
float ___m_Seconds_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
{
float ___m_Seconds_0;
};
// Native definition for COM marshalling of UnityEngine.WaitForSeconds
struct WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
{
float ___m_Seconds_0;
};
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12
struct __StaticArrayInitTypeSizeU3D12_t1BDD2193C3F925556BCD5FF35C0AC52DDB0CAB8F
{
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t1BDD2193C3F925556BCD5FF35C0AC52DDB0CAB8F__padding[12];
};
};
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=40
struct __StaticArrayInitTypeSizeU3D40_t68A41E1D2BAA1C55857C26F7E0C26D1CFDB100B3
{
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t68A41E1D2BAA1C55857C26F7E0C26D1CFDB100B3__padding[40];
};
};
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=6
struct __StaticArrayInitTypeSizeU3D6_t38FD8BCE7DBF33FCFABA6823EC6C9368D958290D
{
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_t38FD8BCE7DBF33FCFABA6823EC6C9368D958290D__padding[6];
};
};
// UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig
struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182
{
// UnityEngine.EventSystems.EventSystem UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::activeEventSystem
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0;
// System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::sendEvents
bool ___sendEvents_1;
// System.Boolean UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig::createPanelGameObjectsOnStart
bool ___createPanelGameObjectsOnStart_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig
struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182_marshaled_pinvoke
{
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0;
int32_t ___sendEvents_1;
int32_t ___createPanelGameObjectsOnStart_2;
};
// Native definition for COM marshalling of UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig
struct UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182_marshaled_com
{
EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___activeEventSystem_0;
int32_t ___sendEvents_1;
int32_t ___createPanelGameObjectsOnStart_2;
};
// SimpleFileBrowser.FileBrowser/FiletypeIcon
struct FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F
{
// System.String SimpleFileBrowser.FileBrowser/FiletypeIcon::extension
String_t* ___extension_0;
// UnityEngine.Sprite SimpleFileBrowser.FileBrowser/FiletypeIcon::icon
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___icon_1;
};
// Native definition for P/Invoke marshalling of SimpleFileBrowser.FileBrowser/FiletypeIcon
struct FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_pinvoke
{
char* ___extension_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___icon_1;
};
// Native definition for COM marshalling of SimpleFileBrowser.FileBrowser/FiletypeIcon
struct FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_com
{
Il2CppChar* ___extension_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___icon_1;
};
// SimpleFileBrowser.FileBrowser/QuickLink
struct QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4
{
// System.Environment/SpecialFolder SimpleFileBrowser.FileBrowser/QuickLink::target
int32_t ___target_0;
// System.String SimpleFileBrowser.FileBrowser/QuickLink::name
String_t* ___name_1;
// UnityEngine.Sprite SimpleFileBrowser.FileBrowser/QuickLink::icon
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___icon_2;
};
// Native definition for P/Invoke marshalling of SimpleFileBrowser.FileBrowser/QuickLink
struct QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_pinvoke
{
int32_t ___target_0;
char* ___name_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___icon_2;
};
// Native definition for COM marshalling of SimpleFileBrowser.FileBrowser/QuickLink
struct QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_com
{
int32_t ___target_0;
Il2CppChar* ___name_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___icon_2;
};
// SelectPanel/PlayData
struct PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773
{
// System.String SelectPanel/PlayData::name
String_t* ___name_0;
// System.Int32 SelectPanel/PlayData::total
int32_t ___total_1;
// System.Int32 SelectPanel/PlayData::keep
int32_t ___keep_2;
// System.Collections.Generic.List`1<System.String> SelectPanel/PlayData::partner
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___partner_3;
// System.Collections.Generic.List`1<System.String> SelectPanel/PlayData::rival
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___rival_4;
// System.Collections.Generic.List`1<System.String> SelectPanel/PlayData::rivalGroup
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___rivalGroup_5;
};
// Native definition for P/Invoke marshalling of SelectPanel/PlayData
struct PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_pinvoke
{
char* ___name_0;
int32_t ___total_1;
int32_t ___keep_2;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___partner_3;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___rival_4;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___rivalGroup_5;
};
// Native definition for COM marshalling of SelectPanel/PlayData
struct PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_com
{
Il2CppChar* ___name_0;
int32_t ___total_1;
int32_t ___keep_2;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___partner_3;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___rival_4;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___rivalGroup_5;
};
// SelectPanel/TeamGroup
struct TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E
{
// System.Int32 SelectPanel/TeamGroup::score
int32_t ___score_0;
// System.Collections.Generic.List`1<SelectPanel/PlayData> SelectPanel/TeamGroup::players
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* ___players_1;
};
// Native definition for P/Invoke marshalling of SelectPanel/TeamGroup
struct TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_pinvoke
{
int32_t ___score_0;
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* ___players_1;
};
// Native definition for COM marshalling of SelectPanel/TeamGroup
struct TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_com
{
int32_t ___score_0;
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* ___players_1;
};
// Interop/Sys/FileStatus
struct FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2
{
// Interop/Sys/FileStatusFlags Interop/Sys/FileStatus::Flags
int32_t ___Flags_0;
// System.Int32 Interop/Sys/FileStatus::Mode
int32_t ___Mode_1;
// System.UInt32 Interop/Sys/FileStatus::Uid
uint32_t ___Uid_2;
// System.UInt32 Interop/Sys/FileStatus::Gid
uint32_t ___Gid_3;
// System.Int64 Interop/Sys/FileStatus::Size
int64_t ___Size_4;
// System.Int64 Interop/Sys/FileStatus::ATime
int64_t ___ATime_5;
// System.Int64 Interop/Sys/FileStatus::ATimeNsec
int64_t ___ATimeNsec_6;
// System.Int64 Interop/Sys/FileStatus::MTime
int64_t ___MTime_7;
// System.Int64 Interop/Sys/FileStatus::MTimeNsec
int64_t ___MTimeNsec_8;
// System.Int64 Interop/Sys/FileStatus::CTime
int64_t ___CTime_9;
// System.Int64 Interop/Sys/FileStatus::CTimeNsec
int64_t ___CTimeNsec_10;
// System.Int64 Interop/Sys/FileStatus::BirthTime
int64_t ___BirthTime_11;
// System.Int64 Interop/Sys/FileStatus::BirthTimeNsec
int64_t ___BirthTimeNsec_12;
// System.Int64 Interop/Sys/FileStatus::Dev
int64_t ___Dev_13;
// System.Int64 Interop/Sys/FileStatus::Ino
int64_t ___Ino_14;
// System.UInt32 Interop/Sys/FileStatus::UserFlags
uint32_t ___UserFlags_15;
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA : public RuntimeObject
{
};
// UnityEngine.AsyncOperation
struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
{
// System.IntPtr UnityEngine.AsyncOperation::m_Ptr
intptr_t ___m_Ptr_0;
// System.Action`1<UnityEngine.AsyncOperation> UnityEngine.AsyncOperation::m_completeCallback
Action_1_tE8693FF0E67CDBA52BAFB211BFF1844D076ABAFB* ___m_completeCallback_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.AsyncOperation
struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
Il2CppMethodPointer ___m_completeCallback_1;
};
// Native definition for COM marshalling of UnityEngine.AsyncOperation
struct AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
{
intptr_t ___m_Ptr_0;
Il2CppMethodPointer ___m_completeCallback_1;
};
// UnityEngine.Bounds
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
{
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center_0;
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents_1;
};
// UnityEngine.Networking.CertificateHandler
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804 : public RuntimeObject
{
// System.IntPtr UnityEngine.Networking.CertificateHandler::m_Ptr
intptr_t ___m_Ptr_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.CertificateHandler
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Networking.CertificateHandler
struct CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.CharacterInfo
struct CharacterInfo_t211705CECE52870AEC4DBD0574D581AF765BB889
{
// System.Int32 UnityEngine.CharacterInfo::index
int32_t ___index_0;
// UnityEngine.Rect UnityEngine.CharacterInfo::uv
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
// UnityEngine.Rect UnityEngine.CharacterInfo::vert
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___vert_2;
// System.Single UnityEngine.CharacterInfo::width
float ___width_3;
// System.Int32 UnityEngine.CharacterInfo::size
int32_t ___size_4;
// UnityEngine.FontStyle UnityEngine.CharacterInfo::style
int32_t ___style_5;
// System.Boolean UnityEngine.CharacterInfo::flipped
bool ___flipped_6;
};
// Native definition for P/Invoke marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t211705CECE52870AEC4DBD0574D581AF765BB889_marshaled_pinvoke
{
int32_t ___index_0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// Native definition for COM marshalling of UnityEngine.CharacterInfo
struct CharacterInfo_t211705CECE52870AEC4DBD0574D581AF765BB889_marshaled_com
{
int32_t ___index_0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___uv_1;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___vert_2;
float ___width_3;
int32_t ___size_4;
int32_t ___style_5;
int32_t ___flipped_6;
};
// UnityEngine.UI.ColorBlock
struct ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11
{
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_NormalColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_NormalColor_0;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_HighlightedColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_HighlightedColor_1;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_PressedColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_PressedColor_2;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_SelectedColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectedColor_3;
// UnityEngine.Color UnityEngine.UI.ColorBlock::m_DisabledColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_DisabledColor_4;
// System.Single UnityEngine.UI.ColorBlock::m_ColorMultiplier
float ___m_ColorMultiplier_5;
// System.Single UnityEngine.UI.ColorBlock::m_FadeDuration
float ___m_FadeDuration_6;
};
// UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D
{
// System.IntPtr UnityEngine.Coroutine::m_Ptr
intptr_t ___m_Ptr_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_pinvoke : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Coroutine
struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B_marshaled_com : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// 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.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB : public RuntimeObject
{
// System.IntPtr UnityEngine.Networking.DownloadHandler::m_Ptr
intptr_t ___m_Ptr_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Networking.DownloadHandler
struct DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.IO.FileStatus
struct FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5
{
// Interop/Sys/FileStatus System.IO.FileStatus::_fileStatus
FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2 ____fileStatus_0;
// System.Int32 System.IO.FileStatus::_fileStatusInitialized
int32_t ____fileStatusInitialized_1;
// System.Boolean System.IO.FileStatus::<InitiallyDirectory>k__BackingField
bool ___U3CInitiallyDirectoryU3Ek__BackingField_2;
// System.Boolean System.IO.FileStatus::_isDirectory
bool ____isDirectory_3;
// System.Boolean System.IO.FileStatus::_exists
bool ____exists_4;
};
// Native definition for P/Invoke marshalling of System.IO.FileStatus
struct FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5_marshaled_pinvoke
{
FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2 ____fileStatus_0;
int32_t ____fileStatusInitialized_1;
int32_t ___U3CInitiallyDirectoryU3Ek__BackingField_2;
int32_t ____isDirectory_3;
int32_t ____exists_4;
};
// Native definition for COM marshalling of System.IO.FileStatus
struct FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5_marshaled_com
{
FileStatus_tCB96EDE0D0F945F685B9BBED6DBF0731207458C2 ____fileStatus_0;
int32_t ____fileStatusInitialized_1;
int32_t ___U3CInitiallyDirectoryU3Ek__BackingField_2;
int32_t ____isDirectory_3;
int32_t ____exists_4;
};
// System.IO.FileStream
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
{
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
};
// System.IO.Compression.GZipStream
struct GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
{
// System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::_deflateStream
DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104* ____deflateStream_4;
};
// System.IO.MemoryStream
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
{
// System.Byte[] System.IO.MemoryStream::_buffer
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____buffer_4;
// System.Int32 System.IO.MemoryStream::_origin
int32_t ____origin_5;
// System.Int32 System.IO.MemoryStream::_position
int32_t ____position_6;
// System.Int32 System.IO.MemoryStream::_length
int32_t ____length_7;
// System.Int32 System.IO.MemoryStream::_capacity
int32_t ____capacity_8;
// System.Boolean System.IO.MemoryStream::_expandable
bool ____expandable_9;
// System.Boolean System.IO.MemoryStream::_writable
bool ____writable_10;
// System.Boolean System.IO.MemoryStream::_exposable
bool ____exposable_11;
// System.Boolean System.IO.MemoryStream::_isOpen
bool ____isOpen_12;
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ____lastReadTask_13;
};
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
{
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.EventSystems.RaycastResult
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023
{
// UnityEngine.GameObject UnityEngine.EventSystems.RaycastResult::m_GameObject
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
// UnityEngine.EventSystems.BaseRaycaster UnityEngine.EventSystems.RaycastResult::module
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
// System.Single UnityEngine.EventSystems.RaycastResult::distance
float ___distance_2;
// System.Single UnityEngine.EventSystems.RaycastResult::index
float ___index_3;
// System.Int32 UnityEngine.EventSystems.RaycastResult::depth
int32_t ___depth_4;
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupID
int32_t ___sortingGroupID_5;
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingGroupOrder
int32_t ___sortingGroupOrder_6;
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingLayer
int32_t ___sortingLayer_7;
// System.Int32 UnityEngine.EventSystems.RaycastResult::sortingOrder
int32_t ___sortingOrder_8;
// UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldPosition
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9;
// UnityEngine.Vector3 UnityEngine.EventSystems.RaycastResult::worldNormal
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10;
// UnityEngine.Vector2 UnityEngine.EventSystems.RaycastResult::screenPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11;
// System.Int32 UnityEngine.EventSystems.RaycastResult::displayIndex
int32_t ___displayIndex_12;
};
// Native definition for P/Invoke marshalling of UnityEngine.EventSystems.RaycastResult
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_pinvoke
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
float ___distance_2;
float ___index_3;
int32_t ___depth_4;
int32_t ___sortingGroupID_5;
int32_t ___sortingGroupOrder_6;
int32_t ___sortingLayer_7;
int32_t ___sortingOrder_8;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11;
int32_t ___displayIndex_12;
};
// Native definition for COM marshalling of UnityEngine.EventSystems.RaycastResult
struct RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023_marshaled_com
{
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_GameObject_0;
BaseRaycaster_t7DC8158FD3CA0193455344379DD5FF7CD5F1F832* ___module_1;
float ___distance_2;
float ___index_3;
int32_t ___depth_4;
int32_t ___sortingGroupID_5;
int32_t ___sortingGroupOrder_6;
int32_t ___sortingLayer_7;
int32_t ___sortingOrder_8;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldPosition_9;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___worldNormal_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___screenPosition_11;
int32_t ___displayIndex_12;
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
};
// System.IO.StringReader
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8 : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7
{
// System.String System.IO.StringReader::_s
String_t* ____s_2;
// System.Int32 System.IO.StringReader::_pos
int32_t ____pos_3;
// System.Int32 System.IO.StringReader::_length
int32_t ____length_4;
};
// UnityEngine.UIVertex
struct UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207
{
// UnityEngine.Vector3 UnityEngine.UIVertex::position
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___position_0;
// UnityEngine.Vector3 UnityEngine.UIVertex::normal
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___normal_1;
// UnityEngine.Vector4 UnityEngine.UIVertex::tangent
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___tangent_2;
// UnityEngine.Color32 UnityEngine.UIVertex::color
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___color_3;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv0
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv0_4;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv1
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv1_5;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv2
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv2_6;
// UnityEngine.Vector4 UnityEngine.UIVertex::uv3
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___uv3_7;
};
// UnityEngine.Networking.UploadHandler
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6 : public RuntimeObject
{
// System.IntPtr UnityEngine.Networking.UploadHandler::m_Ptr
intptr_t ___m_Ptr_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandler
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
};
// Native definition for COM marshalling of UnityEngine.Networking.UploadHandler
struct UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com
{
intptr_t ___m_Ptr_0;
};
// UnityEngine.UI.VertexHelper
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE : public RuntimeObject
{
// System.Collections.Generic.List`1<UnityEngine.Vector3> UnityEngine.UI.VertexHelper::m_Positions
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___m_Positions_0;
// System.Collections.Generic.List`1<UnityEngine.Color32> UnityEngine.UI.VertexHelper::m_Colors
List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* ___m_Colors_1;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv0S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv0S_2;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv1S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv1S_3;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv2S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv2S_4;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Uv3S
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Uv3S_5;
// System.Collections.Generic.List`1<UnityEngine.Vector3> UnityEngine.UI.VertexHelper::m_Normals
List_1_t77B94703E05C519A9010DD0614F757F974E1CD8B* ___m_Normals_6;
// System.Collections.Generic.List`1<UnityEngine.Vector4> UnityEngine.UI.VertexHelper::m_Tangents
List_1_tF42FEB6C3B18B7E7C8F2DE1FEBA00D2491736317* ___m_Tangents_7;
// System.Collections.Generic.List`1<System.Int32> UnityEngine.UI.VertexHelper::m_Indices
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* ___m_Indices_8;
// System.Boolean UnityEngine.UI.VertexHelper::m_ListsInitalized
bool ___m_ListsInitalized_11;
};
// UnityEngine.UI.Button/ButtonClickedEvent
struct ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C : public UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977
{
};
// UnityEngine.UI.ScrollRect/ScrollRectEvent
struct ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26 : public UnityEvent_1_t9A868DD8EBFC0D9D8134D903A170ECBDEE567932
{
};
// UnityEngine.AudioClip
struct AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
// UnityEngine.AudioClip/PCMReaderCallback UnityEngine.AudioClip::m_PCMReaderCallback
PCMReaderCallback_t3396D9613664F0AFF65FB91018FD0F901CC16F1E* ___m_PCMReaderCallback_4;
// UnityEngine.AudioClip/PCMSetPositionCallback UnityEngine.AudioClip::m_PCMSetPositionCallback
PCMSetPositionCallback_t8D7135A2FB40647CAEC93F5254AD59E18DEB6072* ___m_PCMSetPositionCallback_5;
};
// UnityEngine.Audio.AudioMixer
struct AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974 : public DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB
{
// Unity.Collections.NativeArray`1<System.Byte> UnityEngine.Networking.DownloadHandlerBuffer::m_NativeData
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_NativeData_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_marshaled_pinvoke : public DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_NativeData_1;
};
// Native definition for COM marshalling of UnityEngine.Networking.DownloadHandlerBuffer
struct DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_marshaled_com : public DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_NativeData_1;
};
// System.IO.FileSystemInfo
struct FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.IO.FileStatus System.IO.FileSystemInfo::_fileStatus
FileStatus_tABB5F252F1E597EC95E9041035DC424EF66712A5 ____fileStatus_1;
// System.String System.IO.FileSystemInfo::FullPath
String_t* ___FullPath_2;
// System.String System.IO.FileSystemInfo::OriginalPath
String_t* ___OriginalPath_3;
// System.String System.IO.FileSystemInfo::_name
String_t* ____name_4;
};
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
// UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5;
};
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// UnityEngine.EventSystems.PointerEventData
struct PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB : public BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F
{
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerEnter>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerEnterU3Ek__BackingField_2;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::m_PointerPress
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_PointerPress_3;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<lastPress>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3ClastPressU3Ek__BackingField_4;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<rawPointerPress>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CrawPointerPressU3Ek__BackingField_5;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerDrag>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerDragU3Ek__BackingField_6;
// UnityEngine.GameObject UnityEngine.EventSystems.PointerEventData::<pointerClick>k__BackingField
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CpointerClickU3Ek__BackingField_7;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerCurrentRaycast>k__BackingField
RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 ___U3CpointerCurrentRaycastU3Ek__BackingField_8;
// UnityEngine.EventSystems.RaycastResult UnityEngine.EventSystems.PointerEventData::<pointerPressRaycast>k__BackingField
RaycastResult_tEC6A7B7CABA99C386F054F01E498AEC426CF8023 ___U3CpointerPressRaycastU3Ek__BackingField_9;
// System.Collections.Generic.List`1<UnityEngine.GameObject> UnityEngine.EventSystems.PointerEventData::hovered
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ___hovered_10;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<eligibleForClick>k__BackingField
bool ___U3CeligibleForClickU3Ek__BackingField_11;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<pointerId>k__BackingField
int32_t ___U3CpointerIdU3Ek__BackingField_12;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<position>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CpositionU3Ek__BackingField_13;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<delta>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CdeltaU3Ek__BackingField_14;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<pressPosition>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CpressPositionU3Ek__BackingField_15;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldPosition>k__BackingField
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CworldPositionU3Ek__BackingField_16;
// UnityEngine.Vector3 UnityEngine.EventSystems.PointerEventData::<worldNormal>k__BackingField
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___U3CworldNormalU3Ek__BackingField_17;
// System.Single UnityEngine.EventSystems.PointerEventData::<clickTime>k__BackingField
float ___U3CclickTimeU3Ek__BackingField_18;
// System.Int32 UnityEngine.EventSystems.PointerEventData::<clickCount>k__BackingField
int32_t ___U3CclickCountU3Ek__BackingField_19;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<scrollDelta>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CscrollDeltaU3Ek__BackingField_20;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<useDragThreshold>k__BackingField
bool ___U3CuseDragThresholdU3Ek__BackingField_21;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<dragging>k__BackingField
bool ___U3CdraggingU3Ek__BackingField_22;
// UnityEngine.EventSystems.PointerEventData/InputButton UnityEngine.EventSystems.PointerEventData::<button>k__BackingField
int32_t ___U3CbuttonU3Ek__BackingField_23;
// System.Single UnityEngine.EventSystems.PointerEventData::<pressure>k__BackingField
float ___U3CpressureU3Ek__BackingField_24;
// System.Single UnityEngine.EventSystems.PointerEventData::<tangentialPressure>k__BackingField
float ___U3CtangentialPressureU3Ek__BackingField_25;
// System.Single UnityEngine.EventSystems.PointerEventData::<altitudeAngle>k__BackingField
float ___U3CaltitudeAngleU3Ek__BackingField_26;
// System.Single UnityEngine.EventSystems.PointerEventData::<azimuthAngle>k__BackingField
float ___U3CazimuthAngleU3Ek__BackingField_27;
// System.Single UnityEngine.EventSystems.PointerEventData::<twist>k__BackingField
float ___U3CtwistU3Ek__BackingField_28;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<radius>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusU3Ek__BackingField_29;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::<radiusVariance>k__BackingField
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CradiusVarianceU3Ek__BackingField_30;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<fullyExited>k__BackingField
bool ___U3CfullyExitedU3Ek__BackingField_31;
// System.Boolean UnityEngine.EventSystems.PointerEventData::<reentered>k__BackingField
bool ___U3CreenteredU3Ek__BackingField_32;
};
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
};
// UnityEngine.Sprite
struct Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F : public RuntimeObject
{
// System.IntPtr UnityEngine.Networking.UnityWebRequest::m_Ptr
intptr_t ___m_Ptr_0;
// UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::m_DownloadHandler
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* ___m_DownloadHandler_1;
// UnityEngine.Networking.UploadHandler UnityEngine.Networking.UnityWebRequest::m_UploadHandler
UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6* ___m_UploadHandler_2;
// UnityEngine.Networking.CertificateHandler UnityEngine.Networking.UnityWebRequest::m_CertificateHandler
CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804* ___m_CertificateHandler_3;
// System.Uri UnityEngine.Networking.UnityWebRequest::m_Uri
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri_4;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeCertificateHandlerOnDispose>k__BackingField
bool ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeDownloadHandlerOnDispose>k__BackingField
bool ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6;
// System.Boolean UnityEngine.Networking.UnityWebRequest::<disposeUploadHandlerOnDispose>k__BackingField
bool ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7;
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke
{
intptr_t ___m_Ptr_0;
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_pinvoke ___m_DownloadHandler_1;
UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke ___m_UploadHandler_2;
CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_pinvoke ___m_CertificateHandler_3;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri_4;
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5;
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6;
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7;
};
// Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequest
struct UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com
{
intptr_t ___m_Ptr_0;
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB_marshaled_com* ___m_DownloadHandler_1;
UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com* ___m_UploadHandler_2;
CertificateHandler_t148B524FA5DB39F3ABADB181CD420FC505C33804_marshaled_com* ___m_CertificateHandler_3;
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_Uri_4;
int32_t ___U3CdisposeCertificateHandlerOnDisposeU3Ek__BackingField_5;
int32_t ___U3CdisposeDownloadHandlerOnDisposeU3Ek__BackingField_6;
int32_t ___U3CdisposeUploadHandlerOnDisposeU3Ek__BackingField_7;
};
// UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C
{
// UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequestAsyncOperation::<webRequest>k__BackingField
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___U3CwebRequestU3Ek__BackingField_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C_marshaled_pinvoke : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_pinvoke
{
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_pinvoke* ___U3CwebRequestU3Ek__BackingField_2;
};
// Native definition for COM marshalling of UnityEngine.Networking.UnityWebRequestAsyncOperation
struct UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C_marshaled_com : public AsyncOperation_tD2789250E4B098DEDA92B366A577E500A92D2D3C_marshaled_com
{
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_marshaled_com* ___U3CwebRequestU3Ek__BackingField_2;
};
// UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A : public UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6
{
// Unity.Collections.NativeArray`1<System.Byte> UnityEngine.Networking.UploadHandlerRaw::m_Payload
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Payload_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_marshaled_pinvoke : public UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_pinvoke
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Payload_1;
};
// Native definition for COM marshalling of UnityEngine.Networking.UploadHandlerRaw
struct UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_marshaled_com : public UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6_marshaled_com
{
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___m_Payload_1;
};
// System.Converter`2<SelectPanel/PlayData,System.String>
struct Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C : public MulticastDelegate_t
{
};
// UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>
struct UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669 : public MulticastDelegate_t
{
};
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
{
};
// AvatarSettings
struct AvatarSettings_t4D6F3DC2666FAC277F39187CE277023DC9CCD5CD : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// System.Collections.Generic.List`1<AvatarData> AvatarSettings::avatars
List_1_tDDD01F9FEE31D0EA2B6DF86AFCBB2B0D6F96D9AB* ___avatars_4;
};
// BGMSettings
struct BGMSettings_tC11C9D0CC033990AA38EAA536384754E0BEE0F9E : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// System.Collections.Generic.List`1<UnityEngine.AudioClip> BGMSettings::list
List_1_t33C1B21871505CF0516B63C148CD83EDA452BB5F* ___list_4;
};
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// System.IO.DirectoryInfo
struct DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2 : public FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9
{
};
// System.IO.FileInfo
struct FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C : public FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9
{
};
// GameConfig
struct GameConfig_tD0048BC6F9961272F354783D9C0F361D6BA6B1B9 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// System.Collections.Generic.List`1<System.String> GameConfig::members
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___members_4;
// System.Collections.Generic.List`1<UnityEngine.Color32> GameConfig::teamColors
List_1_t3517D52AE25CA3B19051E691E9C06ED03A3AB9B8* ___teamColors_5;
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// SimpleFileBrowser.OnItemClickedHandler
struct OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A : public MulticastDelegate_t
{
};
// UnityEngine.Transform
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// UnityEngine.Events.UnityAction
struct UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7 : public MulticastDelegate_t
{
};
// SimpleFileBrowser.FileBrowser/OnCancel
struct OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919 : public MulticastDelegate_t
{
};
// SimpleFileBrowser.FileBrowser/OnSuccess
struct OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9 : public MulticastDelegate_t
{
};
// UnityEngine.UI.InputField/OnValidateInput
struct OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B : public MulticastDelegate_t
{
};
// UnityEngine.AudioBehaviour
struct AudioBehaviour_t2DC0BEF7B020C952F3D2DA5AAAC88501C7EEB941 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// UnityEngine.MonoBehaviour
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5 : public Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1
{
};
// AudioListSwitch
struct AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.String AudioListSwitch::m_settingPath
String_t* ___m_settingPath_4;
// System.Collections.Generic.List`1<AudioListSwitch/AudioInfo> AudioListSwitch::m_list
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* ___m_list_5;
// System.Int32 AudioListSwitch::m_index
int32_t ___m_index_6;
// UnityEngine.UI.Text AudioListSwitch::m_text
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___m_text_7;
// UnityEngine.AudioSource AudioListSwitch::m_audio
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___m_audio_8;
// System.Single AudioListSwitch::m_audioTime
float ___m_audioTime_9;
// System.Single AudioListSwitch::m_endTime
float ___m_endTime_10;
// System.Int32 AudioListSwitch::m_sec
int32_t ___m_sec_11;
// System.Boolean AudioListSwitch::m_isPlaying
bool ___m_isPlaying_12;
// System.Boolean AudioListSwitch::m_autoPlayNext
bool ___m_autoPlayNext_13;
};
// UnityEngine.AudioSource
struct AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299 : public AudioBehaviour_t2DC0BEF7B020C952F3D2DA5AAAC88501C7EEB941
{
};
// Badminton
struct Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Collections.Generic.List`1<MemberData> Badminton::teamMemberList
List_1_t573A546045D1C8C7E73DC3EAAE21016DF97CF580* ___teamMemberList_5;
// UnityEngine.UI.Toggle Badminton::toggleItem
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___toggleItem_6;
// UnityEngine.GameObject Badminton::teamItem
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___teamItem_7;
// UnityEngine.UI.InputField Badminton::inputNameText
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* ___inputNameText_8;
// UnityEngine.UI.Text Badminton::storageText
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___storageText_9;
// System.Collections.Generic.List`1<UnityEngine.UI.Toggle> Badminton::m_toggleList
List_1_t2442BD257DAE679440EEB79FE0D4679F4C55DA16* ___m_toggleList_10;
// System.Collections.Generic.List`1<UnityEngine.GameObject> Badminton::m_teamList
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ___m_teamList_11;
// ScoreBoard Badminton::scoreBoard
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* ___scoreBoard_12;
// ScoreBoard Badminton::scoreBoard_L
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* ___scoreBoard_L_13;
// ScoreBoard Badminton::scoreBoard_P
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* ___scoreBoard_P_14;
// AvatarPanel Badminton::avatarPanel
AvatarPanel_t98A962160400CC19CA7DF8B8A84A3D7ACC2AE6E0* ___avatarPanel_15;
// HistoryPanel Badminton::historyPanel
HistoryPanel_t7689E16B71B148C23C7EE68ADD972006502DED4A* ___historyPanel_16;
// UnityEngine.GameObject Badminton::lobby
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___lobby_17;
// VoicePanel Badminton::voicePanel
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* ___voicePanel_18;
// AudioListSwitch Badminton::gameBGM
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* ___gameBGM_19;
// TextToSpeech Badminton::<textToSpeech>k__BackingField
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* ___U3CtextToSpeechU3Ek__BackingField_20;
// System.Collections.Generic.List`1<System.String> Badminton::curMemberList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___curMemberList_21;
// System.Collections.Generic.Dictionary`2<System.String,ScoreResult> Badminton::m_results
Dictionary_2_t1AB6ABBAC2979F3A7E98E7CD4AF8B4AA30578FCC* ___m_results_22;
// System.Collections.Generic.List`1<GameRecord> Badminton::m_history
List_1_t2289FD35BFB2601D4AEE680987A7AD5BAD0F80DD* ___m_history_23;
// MemberData Badminton::defaultMember
MemberData_t6BF41B1F62F069DA4559A87E4EC361D7610283EA* ___defaultMember_24;
// RecordManager Badminton::record
RecordManager_tFA97973B34A393F23E233EF463531067A2DA3CE5* ___record_25;
// ConfigManager Badminton::config
ConfigManager_t44E67E334516933AFDACC85E37CEAA30E598DBCB* ___config_26;
};
// SimpleFileBrowser.FileBrowser
struct FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.String SimpleFileBrowser.FileBrowser::DEFAULT_PATH
String_t* ___DEFAULT_PATH_6;
// SimpleFileBrowser.FileBrowserMovement SimpleFileBrowser.FileBrowser::window
FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* ___window_13;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowser::windowTR
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___windowTR_14;
// SimpleFileBrowser.FileBrowserItem SimpleFileBrowser.FileBrowser::itemPrefab
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___itemPrefab_15;
// SimpleFileBrowser.FileBrowserQuickLink SimpleFileBrowser.FileBrowser::quickLinkPrefab
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* ___quickLinkPrefab_16;
// UnityEngine.UI.Text SimpleFileBrowser.FileBrowser::titleText
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___titleText_17;
// UnityEngine.UI.Button SimpleFileBrowser.FileBrowser::backButton
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___backButton_18;
// UnityEngine.UI.Button SimpleFileBrowser.FileBrowser::forwardButton
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___forwardButton_19;
// UnityEngine.UI.Button SimpleFileBrowser.FileBrowser::upButton
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___upButton_20;
// UnityEngine.UI.InputField SimpleFileBrowser.FileBrowser::pathInputField
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* ___pathInputField_21;
// UnityEngine.UI.InputField SimpleFileBrowser.FileBrowser::searchInputField
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* ___searchInputField_22;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowser::quickLinksContainer
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___quickLinksContainer_23;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowser::filesContainer
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___filesContainer_24;
// UnityEngine.UI.ScrollRect SimpleFileBrowser.FileBrowser::filesScrollRect
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* ___filesScrollRect_25;
// SimpleFileBrowser.RecycledListView SimpleFileBrowser.FileBrowser::listView
RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* ___listView_26;
// UnityEngine.UI.InputField SimpleFileBrowser.FileBrowser::filenameInputField
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* ___filenameInputField_27;
// UnityEngine.UI.Image SimpleFileBrowser.FileBrowser::filenameImage
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___filenameImage_28;
// UnityEngine.UI.Dropdown SimpleFileBrowser.FileBrowser::filtersDropdown
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* ___filtersDropdown_29;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowser::filtersDropdownContainer
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___filtersDropdownContainer_30;
// UnityEngine.UI.Text SimpleFileBrowser.FileBrowser::filterItemTemplate
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___filterItemTemplate_31;
// UnityEngine.UI.Toggle SimpleFileBrowser.FileBrowser::showHiddenFilesToggle
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___showHiddenFilesToggle_32;
// UnityEngine.UI.Text SimpleFileBrowser.FileBrowser::submitButtonText
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___submitButtonText_33;
// UnityEngine.Sprite SimpleFileBrowser.FileBrowser::folderIcon
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___folderIcon_34;
// UnityEngine.Sprite SimpleFileBrowser.FileBrowser::driveIcon
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___driveIcon_35;
// UnityEngine.Sprite SimpleFileBrowser.FileBrowser::defaultIcon
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___defaultIcon_36;
// SimpleFileBrowser.FileBrowser/FiletypeIcon[] SimpleFileBrowser.FileBrowser::filetypeIcons
FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8* ___filetypeIcons_37;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite> SimpleFileBrowser.FileBrowser::filetypeToIcon
Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516* ___filetypeToIcon_38;
// UnityEngine.Color SimpleFileBrowser.FileBrowser::normalFileColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___normalFileColor_39;
// UnityEngine.Color SimpleFileBrowser.FileBrowser::hoveredFileColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___hoveredFileColor_40;
// UnityEngine.Color SimpleFileBrowser.FileBrowser::selectedFileColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___selectedFileColor_41;
// UnityEngine.Color SimpleFileBrowser.FileBrowser::wrongFilenameColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___wrongFilenameColor_42;
// System.Int32 SimpleFileBrowser.FileBrowser::minWidth
int32_t ___minWidth_43;
// System.Int32 SimpleFileBrowser.FileBrowser::minHeight
int32_t ___minHeight_44;
// System.String[] SimpleFileBrowser.FileBrowser::excludeExtensions
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___excludeExtensions_45;
// SimpleFileBrowser.FileBrowser/QuickLink[] SimpleFileBrowser.FileBrowser::quickLinks
QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44* ___quickLinks_46;
// System.Collections.Generic.HashSet`1<System.String> SimpleFileBrowser.FileBrowser::excludedExtensionsSet
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___excludedExtensionsSet_48;
// System.Collections.Generic.HashSet`1<System.String> SimpleFileBrowser.FileBrowser::addedQuickLinksSet
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* ___addedQuickLinksSet_49;
// System.Boolean SimpleFileBrowser.FileBrowser::generateQuickLinksForDrives
bool ___generateQuickLinksForDrives_50;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowser::rectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___rectTransform_51;
// System.IO.FileAttributes SimpleFileBrowser.FileBrowser::ignoredFileAttributes
int32_t ___ignoredFileAttributes_52;
// SimpleFileBrowser.FileSystemEntry[] SimpleFileBrowser.FileBrowser::allFileEntries
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* ___allFileEntries_53;
// System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry> SimpleFileBrowser.FileBrowser::validFileEntries
List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* ___validFileEntries_54;
// System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter> SimpleFileBrowser.FileBrowser::filters
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* ___filters_55;
// SimpleFileBrowser.FileBrowser/Filter SimpleFileBrowser.FileBrowser::allFilesFilter
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* ___allFilesFilter_56;
// System.Boolean SimpleFileBrowser.FileBrowser::showAllFilesFilter
bool ___showAllFilesFilter_57;
// System.Int32 SimpleFileBrowser.FileBrowser::currentPathIndex
int32_t ___currentPathIndex_58;
// System.Collections.Generic.List`1<System.String> SimpleFileBrowser.FileBrowser::pathsFollowed
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___pathsFollowed_59;
// System.Boolean SimpleFileBrowser.FileBrowser::canvasDimensionsChanged
bool ___canvasDimensionsChanged_60;
// UnityEngine.EventSystems.PointerEventData SimpleFileBrowser.FileBrowser::nullPointerEventData
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___nullPointerEventData_61;
// System.String SimpleFileBrowser.FileBrowser::m_currentPath
String_t* ___m_currentPath_62;
// System.String SimpleFileBrowser.FileBrowser::m_searchString
String_t* ___m_searchString_63;
// System.Int32 SimpleFileBrowser.FileBrowser::m_selectedFilePosition
int32_t ___m_selectedFilePosition_64;
// SimpleFileBrowser.FileBrowserItem SimpleFileBrowser.FileBrowser::m_selectedFile
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___m_selectedFile_65;
// System.Boolean SimpleFileBrowser.FileBrowser::m_acceptNonExistingFilename
bool ___m_acceptNonExistingFilename_66;
// System.Boolean SimpleFileBrowser.FileBrowser::m_folderSelectMode
bool ___m_folderSelectMode_67;
// SimpleFileBrowser.FileBrowser/OnSuccess SimpleFileBrowser.FileBrowser::onSuccess
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* ___onSuccess_68;
// SimpleFileBrowser.FileBrowser/OnCancel SimpleFileBrowser.FileBrowser::onCancel
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* ___onCancel_69;
// System.Single SimpleFileBrowser.FileBrowser::<ItemHeight>k__BackingField
float ___U3CItemHeightU3Ek__BackingField_70;
};
// SimpleFileBrowser.FileBrowserMovement
struct FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// SimpleFileBrowser.FileBrowser SimpleFileBrowser.FileBrowserMovement::fileBrowser
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___fileBrowser_4;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowserMovement::canvasTR
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___canvasTR_5;
// UnityEngine.Camera SimpleFileBrowser.FileBrowserMovement::canvasCam
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___canvasCam_6;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowserMovement::window
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___window_7;
// SimpleFileBrowser.RecycledListView SimpleFileBrowser.FileBrowserMovement::listView
RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* ___listView_8;
// UnityEngine.Vector2 SimpleFileBrowser.FileBrowserMovement::initialTouchPos
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___initialTouchPos_9;
// UnityEngine.Vector2 SimpleFileBrowser.FileBrowserMovement::initialAnchoredPos
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___initialAnchoredPos_10;
// UnityEngine.Vector2 SimpleFileBrowser.FileBrowserMovement::initialSizeDelta
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___initialSizeDelta_11;
};
// SimpleFileBrowser.ListItem
struct ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Object SimpleFileBrowser.ListItem::<Tag>k__BackingField
RuntimeObject* ___U3CTagU3Ek__BackingField_4;
// System.Int32 SimpleFileBrowser.ListItem::<Position>k__BackingField
int32_t ___U3CPositionU3Ek__BackingField_5;
// SimpleFileBrowser.IListViewAdapter SimpleFileBrowser.ListItem::adapter
RuntimeObject* ___adapter_6;
};
// SimpleFileBrowser.RecycledListView
struct RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// UnityEngine.RectTransform SimpleFileBrowser.RecycledListView::viewportTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___viewportTransform_4;
// UnityEngine.RectTransform SimpleFileBrowser.RecycledListView::contentTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___contentTransform_5;
// System.Single SimpleFileBrowser.RecycledListView::itemHeight
float ___itemHeight_6;
// System.Single SimpleFileBrowser.RecycledListView::_1OverItemHeight
float ____1OverItemHeight_7;
// System.Single SimpleFileBrowser.RecycledListView::viewportHeight
float ___viewportHeight_8;
// System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem> SimpleFileBrowser.RecycledListView::items
Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* ___items_9;
// System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem> SimpleFileBrowser.RecycledListView::pooledItems
Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* ___pooledItems_10;
// SimpleFileBrowser.IListViewAdapter SimpleFileBrowser.RecycledListView::adapter
RuntimeObject* ___adapter_11;
// System.Int32 SimpleFileBrowser.RecycledListView::currentTopIndex
int32_t ___currentTopIndex_12;
// System.Int32 SimpleFileBrowser.RecycledListView::currentBottomIndex
int32_t ___currentBottomIndex_13;
};
// ScoreBoard
struct ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Boolean ScoreBoard::<isInit>k__BackingField
bool ___U3CisInitU3Ek__BackingField_4;
// System.Int32 ScoreBoard::_teamA_score
int32_t ____teamA_score_5;
// System.Int32 ScoreBoard::_teamB_score
int32_t ____teamB_score_6;
// UnityEngine.UI.Text ScoreBoard::teamA_Score_Text
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___teamA_Score_Text_7;
// UnityEngine.UI.Text ScoreBoard::teamB_Score_Text
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___teamB_Score_Text_8;
// UnityEngine.UI.Text ScoreBoard::turn_Text
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___turn_Text_9;
// UnityEngine.UI.Toggle ScoreBoard::toggle_TeamAFirst
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___toggle_TeamAFirst_10;
// UnityEngine.UI.Toggle ScoreBoard::toggle_TeamBFirst
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___toggle_TeamBFirst_11;
// SelectPanel ScoreBoard::_selectPanel
SelectPanel_tFC9019D8EE79143BF4455B84EDB4E676365C513D* ____selectPanel_12;
// System.Collections.Generic.List`1<UnityEngine.GameObject> ScoreBoard::playballObj
List_1_tB951CE80B58D1BF9650862451D8DAD8C231F207B* ___playballObj_13;
// UnityEngine.GameObject ScoreBoard::_rabbit
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ____rabbit_14;
// UnityEngine.GameObject ScoreBoard::_iconWin
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ____iconWin_15;
// UnityEngine.UI.Button ScoreBoard::Btn_Exit
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___Btn_Exit_16;
// HoldButton ScoreBoard::Btn_Reset
HoldButton_t4CE145E397CBF8E97CD344E60EDA5D933D3F5EE7* ___Btn_Reset_17;
// UnityEngine.UI.Button ScoreBoard::Btn_Undo
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___Btn_Undo_18;
// UnityEngine.GameObject ScoreBoard::UI_Begin
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___UI_Begin_19;
// UnityEngine.UI.Button[] ScoreBoard::Btn_Adds
ButtonU5BU5D_t0D512FF2FF5A72DAC04754F2C10182F850328BEF* ___Btn_Adds_20;
// System.Single ScoreBoard::m_addDelay
float ___m_addDelay_21;
// UnityEngine.UI.Image[] ScoreBoard::m_pics
ImageU5BU5D_t8869694C217655DA7B1315DC02C80F1308B78B78* ___m_pics_22;
// UnityEngine.GameObject[] ScoreBoard::m_members
GameObjectU5BU5D_tFF67550DFCE87096D7A3734EA15B75896B2722CF* ___m_members_23;
// UnityEngine.GameObject ScoreBoard::m_roundResult
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_roundResult_24;
// UnityEngine.GameObject ScoreBoard::m_winHint
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_winHint_25;
// System.Boolean ScoreBoard::m_autoSpeak
bool ___m_autoSpeak_26;
// UnityEngine.Vector3 ScoreBoard::m_hintPos
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_hintPos_27;
// System.Int32 ScoreBoard::m_firstTeam
int32_t ___m_firstTeam_28;
// System.Boolean ScoreBoard::isReset
bool ___isReset_29;
// System.Boolean ScoreBoard::isSingleMode
bool ___isSingleMode_30;
// System.Int32 ScoreBoard::m_winScore
int32_t ___m_winScore_31;
// System.String ScoreBoard::playBallName
String_t* ___playBallName_32;
// System.String ScoreBoard::_msg
String_t* ____msg_33;
// TextToSpeech ScoreBoard::textToSpeech
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* ___textToSpeech_34;
// System.Collections.Generic.List`1<ScoreBoard/RoundResult> ScoreBoard::m_scoreList
List_1_t38587A4B472031D0A93580FD92C1D7DC8A472B78* ___m_scoreList_35;
// System.Collections.Generic.List`1<System.String> ScoreBoard::selectedList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___selectedList_36;
// System.Int32 ScoreBoard::m_lastStarter
int32_t ___m_lastStarter_37;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String> ScoreBoard::m_hintMsg
Dictionary_2_t291007AFA4B4075BA87D802F2E42017CB8C857C9* ___m_hintMsg_38;
};
// ScrollerHelper
struct ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// UnityEngine.RectTransform ScrollerHelper::m_container
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_container_5;
// UnityEngine.RectTransform ScrollerHelper::m_viewport
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_viewport_6;
// UnityEngine.UI.ScrollRect ScrollerHelper::m_scrollRect
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* ___m_scrollRect_7;
// UnityEngine.Vector2 ScrollerHelper::m_containerSize
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_containerSize_8;
// UnityEngine.Vector2 ScrollerHelper::m_boundPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_boundPosition_9;
// ScrollerHelper/HorizontalAnchor ScrollerHelper::m_horizontalAnchor
int32_t ___m_horizontalAnchor_10;
// ScrollerHelper/VerticalAnchor ScrollerHelper::m_verticalAnchor
int32_t ___m_verticalAnchor_11;
};
// SelectPanel
struct SelectPanel_tFC9019D8EE79143BF4455B84EDB4E676365C513D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Int32 SelectPanel::selectCount
int32_t ___selectCount_4;
// UnityEngine.UI.Toggle SelectPanel::toggleItem
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___toggleItem_5;
// UnityEngine.UI.Button SelectPanel::btnConfirm
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___btnConfirm_6;
// UnityEngine.UI.Button SelectPanel::btnSmart
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___btnSmart_7;
// UnityEngine.UI.Button SelectPanel::btnExit
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___btnExit_8;
// UnityEngine.UI.Button SelectPanel::teamItem
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* ___teamItem_9;
// System.Collections.Generic.List`1<UnityEngine.UI.Button> SelectPanel::btnsTeam
List_1_tCB5B3B0C70F6DFB6B059BB2C65DC77B101849444* ___btnsTeam_10;
// System.Collections.Generic.List`1<UnityEngine.UI.Toggle> SelectPanel::toggleList
List_1_t2442BD257DAE679440EEB79FE0D4679F4C55DA16* ___toggleList_11;
// System.Collections.Generic.List`1<System.String> SelectPanel::m_selectedList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_selectedList_12;
// UnityEngine.Color SelectPanel::selectColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___selectColor_13;
// UnityEngine.Color SelectPanel::normalColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___normalColor_14;
// UnityEngine.GameObject SelectPanel::playerMenu
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___playerMenu_15;
// UnityEngine.GameObject SelectPanel::teamMenu
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___teamMenu_16;
// UnityEngine.UI.Text SelectPanel::txtHint
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___txtHint_17;
// UnityEngine.UI.Toggle SelectPanel::toggle_SingleMode
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___toggle_SingleMode_18;
// UnityEngine.UI.InputField SelectPanel::inputWinScoreSet
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* ___inputWinScoreSet_19;
// System.String SelectPanel::m_confirmStr
String_t* ___m_confirmStr_20;
// System.Int32 SelectPanel::m_changeIndex
int32_t ___m_changeIndex_21;
// System.Boolean SelectPanel::m_single
bool ___m_single_22;
};
// TextToSpeech
struct TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Single TextToSpeech::speed
float ___speed_4;
// System.Single TextToSpeech::accelerate
float ___accelerate_5;
// TTS.ProviderType TextToSpeech::providerType
int32_t ___providerType_6;
// System.Single TextToSpeech::delayOffset
float ___delayOffset_7;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip> TextToSpeech::m_cache
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* ___m_cache_8;
// StorageDataManager TextToSpeech::storage
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* ___storage_9;
// UnityEngine.AudioSource TextToSpeech::<audioSource>k__BackingField
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___U3CaudioSourceU3Ek__BackingField_10;
};
// GoldenSDK.TimerBehaviour
struct TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// System.Single GoldenSDK.TimerBehaviour::m_begin
float ___m_begin_4;
// System.Single GoldenSDK.TimerBehaviour::m_delay
float ___m_delay_5;
// System.Single GoldenSDK.TimerBehaviour::m_actionTime
float ___m_actionTime_6;
// System.Action GoldenSDK.TimerBehaviour::m_onUpdate
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_onUpdate_7;
// System.Action GoldenSDK.TimerBehaviour::m_onEnd
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_onEnd_8;
// System.Boolean GoldenSDK.TimerBehaviour::m_running
bool ___m_running_9;
// System.Int32 GoldenSDK.TimerBehaviour::m_currentCount
int32_t ___m_currentCount_10;
// System.Int32 GoldenSDK.TimerBehaviour::m_repeatCount
int32_t ___m_repeatCount_11;
// System.Boolean GoldenSDK.TimerBehaviour::m_autoDestroy
bool ___m_autoDestroy_12;
};
// UnityEngine.EventSystems.UIBehaviour
struct UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
};
// GoldenSDK.UIColorTween
struct UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// UnityEngine.UI.Graphic GoldenSDK.UIColorTween::m_img
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_img_4;
// UnityEngine.Color GoldenSDK.UIColorTween::m_src
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_src_5;
// UnityEngine.Color GoldenSDK.UIColorTween::m_dist
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_dist_6;
// UnityEngine.Color GoldenSDK.UIColorTween::m_offset
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_offset_7;
// System.Single GoldenSDK.UIColorTween::m_time
float ___m_time_8;
// System.Single GoldenSDK.UIColorTween::m_begin
float ___m_begin_9;
// System.Boolean GoldenSDK.UIColorTween::m_isRun
bool ___m_isRun_10;
};
// VoicePanel
struct VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
{
// UnityEngine.Audio.AudioMixer VoicePanel::audioMixer
AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* ___audioMixer_4;
// UnityEngine.GameObject VoicePanel::bgmItem
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___bgmItem_5;
// UnityEngine.UI.Toggle VoicePanel::voiceToggle
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___voiceToggle_6;
// UnityEngine.UI.Toggle VoicePanel::bgmToggle
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* ___bgmToggle_7;
// UnityEngine.UI.Dropdown VoicePanel::voiceDropdown
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* ___voiceDropdown_8;
// UnityEngine.UI.Slider VoicePanel::speedSlider
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___speedSlider_9;
// UnityEngine.UI.Slider VoicePanel::accelerateSlider
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___accelerateSlider_10;
// UnityEngine.UI.Slider VoicePanel::delaySlider
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___delaySlider_11;
// UnityEngine.UI.Slider VoicePanel::bgmVolumeSlider
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___bgmVolumeSlider_12;
// UnityEngine.UI.Slider VoicePanel::soundVolumeSlider
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___soundVolumeSlider_13;
// UnityEngine.UI.Slider VoicePanel::voiceVolumeSlider
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* ___voiceVolumeSlider_14;
};
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// System.Collections.Generic.List`1<UnityEngine.EventSystems.BaseInputModule> UnityEngine.EventSystems.EventSystem::m_SystemInputModules
List_1_tA5BDE435C735A082941CD33D212F97F4AE9FA55F* ___m_SystemInputModules_4;
// UnityEngine.EventSystems.BaseInputModule UnityEngine.EventSystems.EventSystem::m_CurrentInputModule
BaseInputModule_tF3B7C22AF1419B2AC9ECE6589357DC1B88ED96B1* ___m_CurrentInputModule_5;
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_FirstSelected
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_FirstSelected_7;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_sendNavigationEvents
bool ___m_sendNavigationEvents_8;
// System.Int32 UnityEngine.EventSystems.EventSystem::m_DragThreshold
int32_t ___m_DragThreshold_9;
// UnityEngine.GameObject UnityEngine.EventSystems.EventSystem::m_CurrentSelected
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_CurrentSelected_10;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_HasFocus
bool ___m_HasFocus_11;
// System.Boolean UnityEngine.EventSystems.EventSystem::m_SelectionGuard
bool ___m_SelectionGuard_12;
// UnityEngine.EventSystems.BaseEventData UnityEngine.EventSystems.EventSystem::m_DummyData
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___m_DummyData_13;
};
// SimpleFileBrowser.FileBrowserItem
struct FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98 : public ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6
{
// SimpleFileBrowser.FileBrowser SimpleFileBrowser.FileBrowserItem::fileBrowser
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___fileBrowser_8;
// UnityEngine.UI.Image SimpleFileBrowser.FileBrowserItem::background
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___background_9;
// UnityEngine.UI.Image SimpleFileBrowser.FileBrowserItem::icon
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___icon_10;
// UnityEngine.UI.Text SimpleFileBrowser.FileBrowserItem::nameText
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___nameText_11;
// System.Single SimpleFileBrowser.FileBrowserItem::prevTouchTime
float ___prevTouchTime_12;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowserItem::m_transform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_transform_13;
// System.Boolean SimpleFileBrowser.FileBrowserItem::<IsDirectory>k__BackingField
bool ___U3CIsDirectoryU3Ek__BackingField_14;
};
// UnityEngine.UI.Graphic
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.Material UnityEngine.UI.Graphic::m_Material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_Material_6;
// UnityEngine.Color UnityEngine.UI.Graphic::m_Color
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_Color_7;
// System.Boolean UnityEngine.UI.Graphic::m_SkipLayoutUpdate
bool ___m_SkipLayoutUpdate_8;
// System.Boolean UnityEngine.UI.Graphic::m_SkipMaterialUpdate
bool ___m_SkipMaterialUpdate_9;
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTarget
bool ___m_RaycastTarget_10;
// System.Boolean UnityEngine.UI.Graphic::m_RaycastTargetCache
bool ___m_RaycastTargetCache_11;
// UnityEngine.Vector4 UnityEngine.UI.Graphic::m_RaycastPadding
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___m_RaycastPadding_12;
// UnityEngine.RectTransform UnityEngine.UI.Graphic::m_RectTransform
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_RectTransform_13;
// UnityEngine.CanvasRenderer UnityEngine.UI.Graphic::m_CanvasRenderer
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CanvasRenderer_14;
// UnityEngine.Canvas UnityEngine.UI.Graphic::m_Canvas
Canvas_t2DB4CEFDFF732884866C83F11ABF75F5AE8FFB26* ___m_Canvas_15;
// System.Boolean UnityEngine.UI.Graphic::m_VertsDirty
bool ___m_VertsDirty_16;
// System.Boolean UnityEngine.UI.Graphic::m_MaterialDirty
bool ___m_MaterialDirty_17;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyLayoutCallback
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyLayoutCallback_18;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyVertsCallback
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyVertsCallback_19;
// UnityEngine.Events.UnityAction UnityEngine.UI.Graphic::m_OnDirtyMaterialCallback
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___m_OnDirtyMaterialCallback_20;
// UnityEngine.Mesh UnityEngine.UI.Graphic::m_CachedMesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_CachedMesh_23;
// UnityEngine.Vector2[] UnityEngine.UI.Graphic::m_CachedUvs
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___m_CachedUvs_24;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.ColorTween> UnityEngine.UI.Graphic::m_ColorTweenRunner
TweenRunner_1_t5BB0582F926E75E2FE795492679A6CF55A4B4BC4* ___m_ColorTweenRunner_25;
// System.Boolean UnityEngine.UI.Graphic::<useLegacyMeshGeneration>k__BackingField
bool ___U3CuseLegacyMeshGenerationU3Ek__BackingField_26;
};
// UnityEngine.UI.ScrollRect
struct ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Content
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Content_4;
// System.Boolean UnityEngine.UI.ScrollRect::m_Horizontal
bool ___m_Horizontal_5;
// System.Boolean UnityEngine.UI.ScrollRect::m_Vertical
bool ___m_Vertical_6;
// UnityEngine.UI.ScrollRect/MovementType UnityEngine.UI.ScrollRect::m_MovementType
int32_t ___m_MovementType_7;
// System.Single UnityEngine.UI.ScrollRect::m_Elasticity
float ___m_Elasticity_8;
// System.Boolean UnityEngine.UI.ScrollRect::m_Inertia
bool ___m_Inertia_9;
// System.Single UnityEngine.UI.ScrollRect::m_DecelerationRate
float ___m_DecelerationRate_10;
// System.Single UnityEngine.UI.ScrollRect::m_ScrollSensitivity
float ___m_ScrollSensitivity_11;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Viewport
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Viewport_12;
// UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_HorizontalScrollbar
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___m_HorizontalScrollbar_13;
// UnityEngine.UI.Scrollbar UnityEngine.UI.ScrollRect::m_VerticalScrollbar
Scrollbar_t7CDC9B956698D9385A11E4C12964CD51477072C3* ___m_VerticalScrollbar_14;
// UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_HorizontalScrollbarVisibility
int32_t ___m_HorizontalScrollbarVisibility_15;
// UnityEngine.UI.ScrollRect/ScrollbarVisibility UnityEngine.UI.ScrollRect::m_VerticalScrollbarVisibility
int32_t ___m_VerticalScrollbarVisibility_16;
// System.Single UnityEngine.UI.ScrollRect::m_HorizontalScrollbarSpacing
float ___m_HorizontalScrollbarSpacing_17;
// System.Single UnityEngine.UI.ScrollRect::m_VerticalScrollbarSpacing
float ___m_VerticalScrollbarSpacing_18;
// UnityEngine.UI.ScrollRect/ScrollRectEvent UnityEngine.UI.ScrollRect::m_OnValueChanged
ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26* ___m_OnValueChanged_19;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PointerStartLocalCursor
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PointerStartLocalCursor_20;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_ContentStartPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_ContentStartPosition_21;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_ViewRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_ViewRect_22;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ContentBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_ContentBounds_23;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_ViewBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_ViewBounds_24;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_Velocity
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Velocity_25;
// System.Boolean UnityEngine.UI.ScrollRect::m_Dragging
bool ___m_Dragging_26;
// System.Boolean UnityEngine.UI.ScrollRect::m_Scrolling
bool ___m_Scrolling_27;
// UnityEngine.Vector2 UnityEngine.UI.ScrollRect::m_PrevPosition
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_PrevPosition_28;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevContentBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_PrevContentBounds_29;
// UnityEngine.Bounds UnityEngine.UI.ScrollRect::m_PrevViewBounds
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___m_PrevViewBounds_30;
// System.Boolean UnityEngine.UI.ScrollRect::m_HasRebuiltLayout
bool ___m_HasRebuiltLayout_31;
// System.Boolean UnityEngine.UI.ScrollRect::m_HSliderExpand
bool ___m_HSliderExpand_32;
// System.Boolean UnityEngine.UI.ScrollRect::m_VSliderExpand
bool ___m_VSliderExpand_33;
// System.Single UnityEngine.UI.ScrollRect::m_HSliderHeight
float ___m_HSliderHeight_34;
// System.Single UnityEngine.UI.ScrollRect::m_VSliderWidth
float ___m_VSliderWidth_35;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_Rect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Rect_36;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_HorizontalScrollbarRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HorizontalScrollbarRect_37;
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::m_VerticalScrollbarRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_VerticalScrollbarRect_38;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.ScrollRect::m_Tracker
DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 ___m_Tracker_39;
// UnityEngine.Vector3[] UnityEngine.UI.ScrollRect::m_Corners
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners_40;
};
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712 : public UIBehaviour_tB9D4295827BD2EEDEF0749200C6CA7090C742A9D
{
// System.Boolean UnityEngine.UI.Selectable::m_EnableCalled
bool ___m_EnableCalled_6;
// UnityEngine.UI.Navigation UnityEngine.UI.Selectable::m_Navigation
Navigation_t4D2E201D65749CF4E104E8AC1232CF1D6F14795C ___m_Navigation_7;
// UnityEngine.UI.Selectable/Transition UnityEngine.UI.Selectable::m_Transition
int32_t ___m_Transition_8;
// UnityEngine.UI.ColorBlock UnityEngine.UI.Selectable::m_Colors
ColorBlock_tDD7C62E7AFE442652FC98F8D058CE8AE6BFD7C11 ___m_Colors_9;
// UnityEngine.UI.SpriteState UnityEngine.UI.Selectable::m_SpriteState
SpriteState_tC8199570BE6337FB5C49347C97892B4222E5AACD ___m_SpriteState_10;
// UnityEngine.UI.AnimationTriggers UnityEngine.UI.Selectable::m_AnimationTriggers
AnimationTriggers_tA0DC06F89C5280C6DD972F6F4C8A56D7F4F79074* ___m_AnimationTriggers_11;
// System.Boolean UnityEngine.UI.Selectable::m_Interactable
bool ___m_Interactable_12;
// UnityEngine.UI.Graphic UnityEngine.UI.Selectable::m_TargetGraphic
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_TargetGraphic_13;
// System.Boolean UnityEngine.UI.Selectable::m_GroupsAllowInteraction
bool ___m_GroupsAllowInteraction_14;
// System.Int32 UnityEngine.UI.Selectable::m_CurrentIndex
int32_t ___m_CurrentIndex_15;
// System.Boolean UnityEngine.UI.Selectable::<isPointerInside>k__BackingField
bool ___U3CisPointerInsideU3Ek__BackingField_16;
// System.Boolean UnityEngine.UI.Selectable::<isPointerDown>k__BackingField
bool ___U3CisPointerDownU3Ek__BackingField_17;
// System.Boolean UnityEngine.UI.Selectable::<hasSelection>k__BackingField
bool ___U3ChasSelectionU3Ek__BackingField_18;
// System.Collections.Generic.List`1<UnityEngine.CanvasGroup> UnityEngine.UI.Selectable::m_CanvasGroupCache
List_1_t2CDCA768E7F493F5EDEBC75AEB200FD621354E35* ___m_CanvasGroupCache_19;
};
// UnityEngine.UI.Button
struct Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::m_OnClick
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* ___m_OnClick_20;
};
// UnityEngine.UI.Dropdown
struct Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.RectTransform UnityEngine.UI.Dropdown::m_Template
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_Template_20;
// UnityEngine.UI.Text UnityEngine.UI.Dropdown::m_CaptionText
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___m_CaptionText_21;
// UnityEngine.UI.Image UnityEngine.UI.Dropdown::m_CaptionImage
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_CaptionImage_22;
// UnityEngine.UI.Text UnityEngine.UI.Dropdown::m_ItemText
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___m_ItemText_23;
// UnityEngine.UI.Image UnityEngine.UI.Dropdown::m_ItemImage
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_ItemImage_24;
// System.Int32 UnityEngine.UI.Dropdown::m_Value
int32_t ___m_Value_25;
// UnityEngine.UI.Dropdown/OptionDataList UnityEngine.UI.Dropdown::m_Options
OptionDataList_t53255477D0A9C6980AB48693A520EFBC94DFFB96* ___m_Options_26;
// UnityEngine.UI.Dropdown/DropdownEvent UnityEngine.UI.Dropdown::m_OnValueChanged
DropdownEvent_t8A008B010A742724CFC93576D6976E474BB13059* ___m_OnValueChanged_27;
// System.Single UnityEngine.UI.Dropdown::m_AlphaFadeSpeed
float ___m_AlphaFadeSpeed_28;
// UnityEngine.GameObject UnityEngine.UI.Dropdown::m_Dropdown
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Dropdown_29;
// UnityEngine.GameObject UnityEngine.UI.Dropdown::m_Blocker
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_Blocker_30;
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/DropdownItem> UnityEngine.UI.Dropdown::m_Items
List_1_t89B39292AD45371F7FDCB295AAE956D33588BC6E* ___m_Items_31;
// UnityEngine.UI.CoroutineTween.TweenRunner`1<UnityEngine.UI.CoroutineTween.FloatTween> UnityEngine.UI.Dropdown::m_AlphaTweenRunner
TweenRunner_1_t830EC096236A3CEC7189DFA6E0B2E74C5C97780B* ___m_AlphaTweenRunner_32;
// System.Boolean UnityEngine.UI.Dropdown::validTemplate
bool ___validTemplate_33;
};
// SimpleFileBrowser.FileBrowserQuickLink
struct FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183 : public FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98
{
// System.String SimpleFileBrowser.FileBrowserQuickLink::m_targetPath
String_t* ___m_targetPath_15;
};
// UnityEngine.UI.InputField
struct InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140 : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.TouchScreenKeyboard UnityEngine.UI.InputField::m_Keyboard
TouchScreenKeyboard_tE87B78A3DAED69816B44C99270A734682E093E7A* ___m_Keyboard_20;
// UnityEngine.UI.Text UnityEngine.UI.InputField::m_TextComponent
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* ___m_TextComponent_23;
// UnityEngine.UI.Graphic UnityEngine.UI.InputField::m_Placeholder
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___m_Placeholder_24;
// UnityEngine.UI.InputField/ContentType UnityEngine.UI.InputField::m_ContentType
int32_t ___m_ContentType_25;
// UnityEngine.UI.InputField/InputType UnityEngine.UI.InputField::m_InputType
int32_t ___m_InputType_26;
// System.Char UnityEngine.UI.InputField::m_AsteriskChar
Il2CppChar ___m_AsteriskChar_27;
// UnityEngine.TouchScreenKeyboardType UnityEngine.UI.InputField::m_KeyboardType
int32_t ___m_KeyboardType_28;
// UnityEngine.UI.InputField/LineType UnityEngine.UI.InputField::m_LineType
int32_t ___m_LineType_29;
// System.Boolean UnityEngine.UI.InputField::m_HideMobileInput
bool ___m_HideMobileInput_30;
// UnityEngine.UI.InputField/CharacterValidation UnityEngine.UI.InputField::m_CharacterValidation
int32_t ___m_CharacterValidation_31;
// System.Int32 UnityEngine.UI.InputField::m_CharacterLimit
int32_t ___m_CharacterLimit_32;
// UnityEngine.UI.InputField/SubmitEvent UnityEngine.UI.InputField::m_OnSubmit
SubmitEvent_t1E0F5A2AB28D0DB55AE18E8DA99147D86492DD5D* ___m_OnSubmit_33;
// UnityEngine.UI.InputField/EndEditEvent UnityEngine.UI.InputField::m_OnDidEndEdit
EndEditEvent_t946A962BA13CF60BB0BE7AD091DA041FD788E655* ___m_OnDidEndEdit_34;
// UnityEngine.UI.InputField/OnChangeEvent UnityEngine.UI.InputField::m_OnValueChanged
OnChangeEvent_tE4829F88300B0E0E0D1B78B453AF25FC1AA55E2F* ___m_OnValueChanged_35;
// UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::m_OnValidateInput
OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* ___m_OnValidateInput_36;
// UnityEngine.Color UnityEngine.UI.InputField::m_CaretColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_CaretColor_37;
// System.Boolean UnityEngine.UI.InputField::m_CustomCaretColor
bool ___m_CustomCaretColor_38;
// UnityEngine.Color UnityEngine.UI.InputField::m_SelectionColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___m_SelectionColor_39;
// System.String UnityEngine.UI.InputField::m_Text
String_t* ___m_Text_40;
// System.Single UnityEngine.UI.InputField::m_CaretBlinkRate
float ___m_CaretBlinkRate_41;
// System.Int32 UnityEngine.UI.InputField::m_CaretWidth
int32_t ___m_CaretWidth_42;
// System.Boolean UnityEngine.UI.InputField::m_ReadOnly
bool ___m_ReadOnly_43;
// System.Boolean UnityEngine.UI.InputField::m_ShouldActivateOnSelect
bool ___m_ShouldActivateOnSelect_44;
// System.Int32 UnityEngine.UI.InputField::m_CaretPosition
int32_t ___m_CaretPosition_45;
// System.Int32 UnityEngine.UI.InputField::m_CaretSelectPosition
int32_t ___m_CaretSelectPosition_46;
// UnityEngine.RectTransform UnityEngine.UI.InputField::caretRectTrans
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___caretRectTrans_47;
// UnityEngine.UIVertex[] UnityEngine.UI.InputField::m_CursorVerts
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___m_CursorVerts_48;
// UnityEngine.TextGenerator UnityEngine.UI.InputField::m_InputTextCache
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_InputTextCache_49;
// UnityEngine.CanvasRenderer UnityEngine.UI.InputField::m_CachedInputRenderer
CanvasRenderer_tAB9A55A976C4E3B2B37D0CE5616E5685A8B43860* ___m_CachedInputRenderer_50;
// System.Boolean UnityEngine.UI.InputField::m_PreventFontCallback
bool ___m_PreventFontCallback_51;
// UnityEngine.Mesh UnityEngine.UI.InputField::m_Mesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___m_Mesh_52;
// System.Boolean UnityEngine.UI.InputField::m_AllowInput
bool ___m_AllowInput_53;
// System.Boolean UnityEngine.UI.InputField::m_ShouldActivateNextUpdate
bool ___m_ShouldActivateNextUpdate_54;
// System.Boolean UnityEngine.UI.InputField::m_UpdateDrag
bool ___m_UpdateDrag_55;
// System.Boolean UnityEngine.UI.InputField::m_DragPositionOutOfBounds
bool ___m_DragPositionOutOfBounds_56;
// System.Boolean UnityEngine.UI.InputField::m_CaretVisible
bool ___m_CaretVisible_59;
// UnityEngine.Coroutine UnityEngine.UI.InputField::m_BlinkCoroutine
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_BlinkCoroutine_60;
// System.Single UnityEngine.UI.InputField::m_BlinkStartTime
float ___m_BlinkStartTime_61;
// System.Int32 UnityEngine.UI.InputField::m_DrawStart
int32_t ___m_DrawStart_62;
// System.Int32 UnityEngine.UI.InputField::m_DrawEnd
int32_t ___m_DrawEnd_63;
// UnityEngine.Coroutine UnityEngine.UI.InputField::m_DragCoroutine
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* ___m_DragCoroutine_64;
// System.String UnityEngine.UI.InputField::m_OriginalText
String_t* ___m_OriginalText_65;
// System.Boolean UnityEngine.UI.InputField::m_WasCanceled
bool ___m_WasCanceled_66;
// System.Boolean UnityEngine.UI.InputField::m_HasDoneFocusTransition
bool ___m_HasDoneFocusTransition_67;
// UnityEngine.WaitForSecondsRealtime UnityEngine.UI.InputField::m_WaitForSecondsRealtime
WaitForSecondsRealtime_tA8CE0AAB4B0C872B843E7973637037D17682BA01* ___m_WaitForSecondsRealtime_68;
// System.Boolean UnityEngine.UI.InputField::m_TouchKeyboardAllowsInPlaceEditing
bool ___m_TouchKeyboardAllowsInPlaceEditing_69;
// System.Boolean UnityEngine.UI.InputField::m_IsCompositionActive
bool ___m_IsCompositionActive_70;
// UnityEngine.Event UnityEngine.UI.InputField::m_ProcessingEvent
Event_tEBC6F24B56CE22B9C9AD1AC6C24A6B83BC3860CB* ___m_ProcessingEvent_73;
};
// UnityEngine.UI.MaskableGraphic
struct MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E : public Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931
{
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculateStencil
bool ___m_ShouldRecalculateStencil_27;
// UnityEngine.Material UnityEngine.UI.MaskableGraphic::m_MaskMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_MaskMaterial_28;
// UnityEngine.UI.RectMask2D UnityEngine.UI.MaskableGraphic::m_ParentMask
RectMask2D_tACF92BE999C791A665BD1ADEABF5BCEB82846670* ___m_ParentMask_29;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_Maskable
bool ___m_Maskable_30;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IsMaskingGraphic
bool ___m_IsMaskingGraphic_31;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_IncludeForMasking
bool ___m_IncludeForMasking_32;
// UnityEngine.UI.MaskableGraphic/CullStateChangedEvent UnityEngine.UI.MaskableGraphic::m_OnCullStateChanged
CullStateChangedEvent_t6073CD0D951EC1256BF74B8F9107D68FC89B99B8* ___m_OnCullStateChanged_33;
// System.Boolean UnityEngine.UI.MaskableGraphic::m_ShouldRecalculate
bool ___m_ShouldRecalculate_34;
// System.Int32 UnityEngine.UI.MaskableGraphic::m_StencilValue
int32_t ___m_StencilValue_35;
// UnityEngine.Vector3[] UnityEngine.UI.MaskableGraphic::m_Corners
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___m_Corners_36;
};
// UnityEngine.UI.Slider
struct Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_FillRect_20;
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HandleRect_21;
// UnityEngine.UI.Slider/Direction UnityEngine.UI.Slider::m_Direction
int32_t ___m_Direction_22;
// System.Single UnityEngine.UI.Slider::m_MinValue
float ___m_MinValue_23;
// System.Single UnityEngine.UI.Slider::m_MaxValue
float ___m_MaxValue_24;
// System.Boolean UnityEngine.UI.Slider::m_WholeNumbers
bool ___m_WholeNumbers_25;
// System.Single UnityEngine.UI.Slider::m_Value
float ___m_Value_26;
// UnityEngine.UI.Slider/SliderEvent UnityEngine.UI.Slider::m_OnValueChanged
SliderEvent_t92A82EF6C62E15AF92B640FE2D960E877E8C6555* ___m_OnValueChanged_27;
// UnityEngine.UI.Image UnityEngine.UI.Slider::m_FillImage
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* ___m_FillImage_28;
// UnityEngine.Transform UnityEngine.UI.Slider::m_FillTransform
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_FillTransform_29;
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_FillContainerRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_FillContainerRect_30;
// UnityEngine.Transform UnityEngine.UI.Slider::m_HandleTransform
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___m_HandleTransform_31;
// UnityEngine.RectTransform UnityEngine.UI.Slider::m_HandleContainerRect
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___m_HandleContainerRect_32;
// UnityEngine.Vector2 UnityEngine.UI.Slider::m_Offset
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___m_Offset_33;
// UnityEngine.DrivenRectTransformTracker UnityEngine.UI.Slider::m_Tracker
DrivenRectTransformTracker_tFB0706C933E3C68E4F377C204FCEEF091F1EE0B1 ___m_Tracker_34;
// System.Boolean UnityEngine.UI.Slider::m_DelayedUpdateVisuals
bool ___m_DelayedUpdateVisuals_35;
};
// UnityEngine.UI.Toggle
struct Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F : public Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712
{
// UnityEngine.UI.Toggle/ToggleTransition UnityEngine.UI.Toggle::toggleTransition
int32_t ___toggleTransition_20;
// UnityEngine.UI.Graphic UnityEngine.UI.Toggle::graphic
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___graphic_21;
// UnityEngine.UI.ToggleGroup UnityEngine.UI.Toggle::m_Group
ToggleGroup_tF2E6FE7D4B17BDBF82462715CFB57C4FDE0A2A2C* ___m_Group_22;
// UnityEngine.UI.Toggle/ToggleEvent UnityEngine.UI.Toggle::onValueChanged
ToggleEvent_t88B31268F9D6D1882E4F921B14704FB9F7047F02* ___onValueChanged_23;
// System.Boolean UnityEngine.UI.Toggle::m_IsOn
bool ___m_IsOn_24;
};
// UnityEngine.UI.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
{
// UnityEngine.Sprite UnityEngine.UI.Image::m_Sprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_Sprite_38;
// UnityEngine.Sprite UnityEngine.UI.Image::m_OverrideSprite
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___m_OverrideSprite_39;
// UnityEngine.UI.Image/Type UnityEngine.UI.Image::m_Type
int32_t ___m_Type_40;
// System.Boolean UnityEngine.UI.Image::m_PreserveAspect
bool ___m_PreserveAspect_41;
// System.Boolean UnityEngine.UI.Image::m_FillCenter
bool ___m_FillCenter_42;
// UnityEngine.UI.Image/FillMethod UnityEngine.UI.Image::m_FillMethod
int32_t ___m_FillMethod_43;
// System.Single UnityEngine.UI.Image::m_FillAmount
float ___m_FillAmount_44;
// System.Boolean UnityEngine.UI.Image::m_FillClockwise
bool ___m_FillClockwise_45;
// System.Int32 UnityEngine.UI.Image::m_FillOrigin
int32_t ___m_FillOrigin_46;
// System.Single UnityEngine.UI.Image::m_AlphaHitTestMinimumThreshold
float ___m_AlphaHitTestMinimumThreshold_47;
// System.Boolean UnityEngine.UI.Image::m_Tracked
bool ___m_Tracked_48;
// System.Boolean UnityEngine.UI.Image::m_UseSpriteMesh
bool ___m_UseSpriteMesh_49;
// System.Single UnityEngine.UI.Image::m_PixelsPerUnitMultiplier
float ___m_PixelsPerUnitMultiplier_50;
// System.Single UnityEngine.UI.Image::m_CachedReferencePixelsPerUnit
float ___m_CachedReferencePixelsPerUnit_51;
};
// UnityEngine.UI.Text
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62 : public MaskableGraphic_tFC5B6BE351C90DE53744DF2A70940242774B361E
{
// UnityEngine.UI.FontData UnityEngine.UI.Text::m_FontData
FontData_tB8E562846C6CB59C43260F69AE346B9BF3157224* ___m_FontData_37;
// System.String UnityEngine.UI.Text::m_Text
String_t* ___m_Text_38;
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCache
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCache_39;
// UnityEngine.TextGenerator UnityEngine.UI.Text::m_TextCacheForLayout
TextGenerator_t85D00417640A53953556C01F9D4E7DDE1ABD8FEC* ___m_TextCacheForLayout_40;
// System.Boolean UnityEngine.UI.Text::m_DisableFontTextureRebuiltCallback
bool ___m_DisableFontTextureRebuiltCallback_42;
// UnityEngine.UIVertex[] UnityEngine.UI.Text::m_TempVerts
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___m_TempVerts_43;
};
// VerticalText
struct VerticalText_tA1BB43A30861C7B8480F151089381F86CC8F9EF6 : public Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62
{
// VerticalText/Direction VerticalText::m_direction
int32_t ___m_direction_44;
// VerticalText/LetterType VerticalText::m_letterType
int32_t ___m_letterType_45;
};
// System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem>
// System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem>
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite>
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite>
// System.Collections.Generic.HashSet`1<System.String>
// System.Collections.Generic.HashSet`1<System.String>
// System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>
struct List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>
// System.Collections.Generic.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Int32>
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.String>
// System.Collections.Generic.List`1<UnityEngine.UIVertex>
struct List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIVertex>
// System.Collections.Generic.List`1<AudioListSwitch/AudioInfo>
struct List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
AudioInfoU5BU5D_tD3BE82B2F4DC443E21C9A587972FCAD795FF65E4* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<AudioListSwitch/AudioInfo>
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>
struct List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
OptionDataU5BU5D_tF56CF744A9E6A0DBB0AC2072BE52F7C8D2E1947F* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>
// System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>
struct List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>
// System.Collections.Generic.List`1<SelectPanel/PlayData>
struct List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
PlayDataU5BU5D_t5C1299D1B3BD892DCCFEAEDFBBE8F2FC7FD87642* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<SelectPanel/PlayData>
// System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>
// System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>
// System.Collections.Generic.Stack`1<System.Object>
// System.Collections.Generic.Stack`1<System.Object>
// GoldenSDK.Audio.AudioClipEncoder
// GoldenSDK.Audio.AudioClipEncoder
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
{
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding> modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject* ___s_InternalSyncObject_15;
};
// System.Text.Encoding
// SimpleFileBrowser.FileBrowserHelpers
// SimpleFileBrowser.FileBrowserHelpers
// TTS.GoogleTextToSpeech
// TTS.GoogleTextToSpeech
// TTS.GoogleTranslate
// TTS.GoogleTranslate
// MiniJSON.Json
// MiniJSON.Json
// System.IO.Path
struct Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields
{
// System.Char[] System.IO.Path::InvalidPathChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___InvalidPathChars_0;
// System.Char System.IO.Path::AltDirectorySeparatorChar
Il2CppChar ___AltDirectorySeparatorChar_1;
// System.Char System.IO.Path::DirectorySeparatorChar
Il2CppChar ___DirectorySeparatorChar_2;
// System.Char System.IO.Path::PathSeparator
Il2CppChar ___PathSeparator_3;
// System.String System.IO.Path::DirectorySeparatorStr
String_t* ___DirectorySeparatorStr_4;
// System.Char System.IO.Path::VolumeSeparatorChar
Il2CppChar ___VolumeSeparatorChar_5;
// System.Char[] System.IO.Path::PathSeparatorChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___PathSeparatorChars_6;
// System.Boolean System.IO.Path::dirEqualsVolume
bool ___dirEqualsVolume_7;
// System.Char[] System.IO.Path::trimEndCharsWindows
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimEndCharsWindows_8;
// System.Char[] System.IO.Path::trimEndCharsUnix
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___trimEndCharsUnix_9;
};
// System.IO.Path
// StorageDataManager
// StorageDataManager
// System.String
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.String
// System.Text.StringBuilder
// System.Text.StringBuilder
// TTS.TTSFactory
// TTS.TTSFactory
// GoldenGame.Framwork.ToastTool
// GoldenGame.Framwork.ToastTool
// UnitTool
struct UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields
{
// System.Int32[] UnitTool::s_factors
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_factors_0;
// System.String[] UnitTool::s_units
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_units_1;
// System.String[] UnitTool::sizeUnits
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___sizeUnits_2;
};
// UnitTool
// TTS.VoiceRss
// TTS.VoiceRss
// AudioListSwitch/AudioInfo
// AudioListSwitch/AudioInfo
// UnityEngine.UI.Dropdown/OptionData
// UnityEngine.UI.Dropdown/OptionData
// SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157
// SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157
// SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156
// SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156
// SimpleFileBrowser.FileBrowser/Filter
// SimpleFileBrowser.FileBrowser/Filter
// TTS.GoogleTextToSpeech/<GetWordAudio>d__8
// TTS.GoogleTextToSpeech/<GetWordAudio>d__8
// TTS.GoogleTranslate/<GetWordAudio>d__2
// TTS.GoogleTranslate/<GetWordAudio>d__2
// MiniJSON.Json/Parser
// MiniJSON.Json/Parser
// MiniJSON.Json/Serializer
// MiniJSON.Json/Serializer
// SelectPanel/<>c__DisplayClass32_0
// SelectPanel/<>c__DisplayClass32_0
// SelectPanel/<>c__DisplayClass44_0
// SelectPanel/<>c__DisplayClass44_0
// SelectPanel/<>c__DisplayClass44_1
// SelectPanel/<>c__DisplayClass44_1
// TextToSpeech/<SpeakAll>d__20
// TextToSpeech/<SpeakAll>d__20
// TextToSpeech/<SpeakWord>d__21
// TextToSpeech/<SpeakWord>d__21
// GoldenSDK.TimerBehaviour/<DelayCall>d__26
// GoldenSDK.TimerBehaviour/<DelayCall>d__26
// VoicePanel/<>c__DisplayClass25_0
// VoicePanel/<>c__DisplayClass25_0
// VoicePanel/<ShowLoadDialogCoroutine>d__32
// VoicePanel/<ShowLoadDialogCoroutine>d__32
// VoicePanel/AudioConst
struct AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields
{
// System.Single VoicePanel/AudioConst::MAX_DECIBEL_FLOAT
float ___MAX_DECIBEL_FLOAT_6;
// System.Single VoicePanel/AudioConst::MIN_DECIBEL_FLOAT
float ___MIN_DECIBEL_FLOAT_7;
};
// VoicePanel/AudioConst
// SelectPanel/TeamGroup/<>c
struct U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_StaticFields
{
// SelectPanel/TeamGroup/<>c SelectPanel/TeamGroup/<>c::<>9
U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D* ___U3CU3E9_0;
// System.Converter`2<SelectPanel/PlayData,System.String> SelectPanel/TeamGroup/<>c::<>9__2_0
Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* ___U3CU3E9__2_0_1;
};
// SelectPanel/TeamGroup/<>c
// System.Collections.Generic.HashSet`1/Enumerator<System.Object>
// System.Collections.Generic.HashSet`1/Enumerator<System.Object>
// System.Collections.Generic.HashSet`1/Enumerator<System.String>
// System.Collections.Generic.HashSet`1/Enumerator<System.String>
// UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>
// UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>
// UnityEngine.EventSystems.BaseEventData
// UnityEngine.EventSystems.BaseEventData
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Boolean
// System.Byte
// System.Byte
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.Char
// UnityEngine.Color
// UnityEngine.Color
// UnityEngine.Color32
// UnityEngine.Color32
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
// System.Int32[] System.DateTime::s_daysToMonth365
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
// System.Int32[] System.DateTime::s_daysToMonth366
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
// System.DateTime System.DateTime::MinValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
// System.DateTime System.DateTime::MaxValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
// System.DateTime System.DateTime::UnixEpoch
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
};
// System.DateTime
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_0;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_1;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_2;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_3;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_4;
};
// System.Decimal
// System.Double
// System.Double
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// System.Enum
// SimpleFileBrowser.FileSystemEntry
// SimpleFileBrowser.FileSystemEntry
// System.Int16
// System.Int16
// System.Int32
// System.Int32
// System.Int64
// System.Int64
// System.IntPtr
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.IntPtr
// UnityEngine.Rect
// UnityEngine.Rect
// System.SByte
// System.SByte
// System.Single
// System.Single
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields
{
// System.IO.Stream System.IO.Stream::Null
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1;
};
// System.IO.Stream
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
{
// System.IO.TextReader System.IO.TextReader::Null
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
};
// System.IO.TextReader
// System.UInt16
// System.UInt16
// System.UInt32
// System.UInt32
// System.UInt64
// System.UInt64
// UnityEngine.Events.UnityEvent
// UnityEngine.Events.UnityEvent
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
{
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
};
// UnityEngine.Vector2
// UnityEngine.Vector3
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
{
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
};
// UnityEngine.Vector3
// System.Void
// System.Void
// UnityEngine.WaitForEndOfFrame
// UnityEngine.WaitForEndOfFrame
// UnityEngine.WaitForSeconds
// UnityEngine.WaitForSeconds
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=40
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=40
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=6
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=6
// SimpleFileBrowser.FileBrowser/FiletypeIcon
// SimpleFileBrowser.FileBrowser/FiletypeIcon
// SimpleFileBrowser.FileBrowser/QuickLink
// SimpleFileBrowser.FileBrowser/QuickLink
// SelectPanel/PlayData
// SelectPanel/PlayData
// SelectPanel/TeamGroup
// SelectPanel/TeamGroup
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA_StaticFields
{
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=12 <PrivateImplementationDetails>::2F81085FBEE0C00587037A0DE88C2EDF00E9133A9E70B73EF6B3F5B68B4E3A65
__StaticArrayInitTypeSizeU3D12_t1BDD2193C3F925556BCD5FF35C0AC52DDB0CAB8F ___2F81085FBEE0C00587037A0DE88C2EDF00E9133A9E70B73EF6B3F5B68B4E3A65_0;
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=6 <PrivateImplementationDetails>::30D913954ADB3354DF1E0811738C4F7CDE6A31C0569D5FBC0378D71CD08AF420
__StaticArrayInitTypeSizeU3D6_t38FD8BCE7DBF33FCFABA6823EC6C9368D958290D ___30D913954ADB3354DF1E0811738C4F7CDE6A31C0569D5FBC0378D71CD08AF420_1;
// <PrivateImplementationDetails>/__StaticArrayInitTypeSize=40 <PrivateImplementationDetails>::5DA75FAFB77CD773B7609E652367898AD7DD4A5508A846CCFC705FD6F979E751
__StaticArrayInitTypeSizeU3D40_t68A41E1D2BAA1C55857C26F7E0C26D1CFDB100B3 ___5DA75FAFB77CD773B7609E652367898AD7DD4A5508A846CCFC705FD6F979E751_2;
};
// <PrivateImplementationDetails>
// UnityEngine.CharacterInfo
// UnityEngine.CharacterInfo
// UnityEngine.Coroutine
// UnityEngine.Coroutine
// System.Delegate
// System.Delegate
// UnityEngine.Networking.DownloadHandler
// UnityEngine.Networking.DownloadHandler
// System.Exception
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// System.Exception
// System.IO.FileStream
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_StaticFields
{
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject* ___buf_recycle_lock_5;
};
// System.IO.FileStream
// System.IO.Compression.GZipStream
// System.IO.Compression.GZipStream
// System.IO.MemoryStream
// System.IO.MemoryStream
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
};
// UnityEngine.Object
// System.RuntimeFieldHandle
// System.RuntimeFieldHandle
// System.IO.StringReader
// System.IO.StringReader
// UnityEngine.UIVertex
struct UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207_StaticFields
{
// UnityEngine.Color32 UnityEngine.UIVertex::s_DefaultColor
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___s_DefaultColor_8;
// UnityEngine.Vector4 UnityEngine.UIVertex::s_DefaultTangent
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___s_DefaultTangent_9;
// UnityEngine.UIVertex UnityEngine.UIVertex::simpleVert
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 ___simpleVert_10;
};
// UnityEngine.UIVertex
// UnityEngine.Networking.UploadHandler
// UnityEngine.Networking.UploadHandler
// UnityEngine.UI.VertexHelper
struct VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE_StaticFields
{
// UnityEngine.Vector4 UnityEngine.UI.VertexHelper::s_DefaultTangent
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___s_DefaultTangent_9;
// UnityEngine.Vector3 UnityEngine.UI.VertexHelper::s_DefaultNormal
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___s_DefaultNormal_10;
};
// UnityEngine.UI.VertexHelper
// UnityEngine.UI.Button/ButtonClickedEvent
// UnityEngine.UI.Button/ButtonClickedEvent
// UnityEngine.UI.ScrollRect/ScrollRectEvent
// UnityEngine.UI.ScrollRect/ScrollRectEvent
// UnityEngine.AudioClip
// UnityEngine.AudioClip
// UnityEngine.Audio.AudioMixer
// UnityEngine.Audio.AudioMixer
// UnityEngine.Component
// UnityEngine.Component
// UnityEngine.Networking.DownloadHandlerBuffer
// UnityEngine.Networking.DownloadHandlerBuffer
// System.IO.FileSystemInfo
// System.IO.FileSystemInfo
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
{
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4;
};
// UnityEngine.Font
// UnityEngine.GameObject
// UnityEngine.GameObject
// UnityEngine.EventSystems.PointerEventData
// UnityEngine.EventSystems.PointerEventData
// UnityEngine.ScriptableObject
// UnityEngine.ScriptableObject
// UnityEngine.Sprite
// UnityEngine.Sprite
// UnityEngine.Networking.UnityWebRequest
// UnityEngine.Networking.UnityWebRequest
// UnityEngine.Networking.UnityWebRequestAsyncOperation
// UnityEngine.Networking.UnityWebRequestAsyncOperation
// UnityEngine.Networking.UploadHandlerRaw
// UnityEngine.Networking.UploadHandlerRaw
// System.Converter`2<SelectPanel/PlayData,System.String>
// System.Converter`2<SelectPanel/PlayData,System.String>
// UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>
// UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>
// System.Action
// System.Action
// System.AsyncCallback
// System.AsyncCallback
// AvatarSettings
// AvatarSettings
// BGMSettings
// BGMSettings
// UnityEngine.Behaviour
// UnityEngine.Behaviour
// System.IO.DirectoryInfo
// System.IO.DirectoryInfo
// System.IO.FileInfo
// System.IO.FileInfo
// GameConfig
// GameConfig
// System.NotSupportedException
// System.NotSupportedException
// SimpleFileBrowser.OnItemClickedHandler
// SimpleFileBrowser.OnItemClickedHandler
// UnityEngine.Transform
// UnityEngine.Transform
// UnityEngine.Events.UnityAction
// UnityEngine.Events.UnityAction
// SimpleFileBrowser.FileBrowser/OnCancel
// SimpleFileBrowser.FileBrowser/OnCancel
// SimpleFileBrowser.FileBrowser/OnSuccess
// SimpleFileBrowser.FileBrowser/OnSuccess
// UnityEngine.UI.InputField/OnValidateInput
// UnityEngine.UI.InputField/OnValidateInput
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
{
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6;
};
// UnityEngine.Camera
// UnityEngine.MonoBehaviour
// UnityEngine.MonoBehaviour
// UnityEngine.RectTransform
struct RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_StaticFields
{
// UnityEngine.RectTransform/ReapplyDrivenProperties UnityEngine.RectTransform::reapplyDrivenProperties
ReapplyDrivenProperties_t3482EA130A01FF7EE2EEFE37F66A5215D08CFE24* ___reapplyDrivenProperties_4;
};
// UnityEngine.RectTransform
// AudioListSwitch
// AudioListSwitch
// UnityEngine.AudioSource
// UnityEngine.AudioSource
// Badminton
struct Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A_StaticFields
{
// Badminton Badminton::<instance>k__BackingField
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* ___U3CinstanceU3Ek__BackingField_4;
};
// Badminton
// SimpleFileBrowser.FileBrowser
struct FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields
{
// System.Boolean SimpleFileBrowser.FileBrowser::<IsOpen>k__BackingField
bool ___U3CIsOpenU3Ek__BackingField_7;
// System.Boolean SimpleFileBrowser.FileBrowser::<Success>k__BackingField
bool ___U3CSuccessU3Ek__BackingField_8;
// System.String SimpleFileBrowser.FileBrowser::<Result>k__BackingField
String_t* ___U3CResultU3Ek__BackingField_9;
// System.Boolean SimpleFileBrowser.FileBrowser::m_askPermissions
bool ___m_askPermissions_10;
// System.Boolean SimpleFileBrowser.FileBrowser::m_singleClickMode
bool ___m_singleClickMode_11;
// SimpleFileBrowser.FileBrowser SimpleFileBrowser.FileBrowser::m_instance
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___m_instance_12;
// System.Boolean SimpleFileBrowser.FileBrowser::quickLinksInitialized
bool ___quickLinksInitialized_47;
};
// SimpleFileBrowser.FileBrowser
// SimpleFileBrowser.FileBrowserMovement
// SimpleFileBrowser.FileBrowserMovement
// SimpleFileBrowser.ListItem
// SimpleFileBrowser.ListItem
// SimpleFileBrowser.RecycledListView
// SimpleFileBrowser.RecycledListView
// ScoreBoard
// ScoreBoard
// ScrollerHelper
struct ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_StaticFields
{
// System.Single[] ScrollerHelper::s_boundsPostion
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___s_boundsPostion_4;
};
// ScrollerHelper
// SelectPanel
// SelectPanel
// TextToSpeech
// TextToSpeech
// GoldenSDK.TimerBehaviour
// GoldenSDK.TimerBehaviour
// GoldenSDK.UIColorTween
// GoldenSDK.UIColorTween
// VoicePanel
// VoicePanel
// UnityEngine.EventSystems.EventSystem
struct EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707_StaticFields
{
// System.Collections.Generic.List`1<UnityEngine.EventSystems.EventSystem> UnityEngine.EventSystems.EventSystem::m_EventSystems
List_1_tF2FE88545EFEC788CAAE6C74EC2F78E937FCCAC3* ___m_EventSystems_6;
// System.Comparison`1<UnityEngine.EventSystems.RaycastResult> UnityEngine.EventSystems.EventSystem::s_RaycastComparer
Comparison_1_t9FCAC8C8CE160A96C5AAD2DE1D353DCE8A2FEEFC* ___s_RaycastComparer_14;
// UnityEngine.EventSystems.EventSystem/UIToolkitOverrideConfig UnityEngine.EventSystems.EventSystem::s_UIToolkitOverride
UIToolkitOverrideConfig_t4E6B4528E38BCA7DA72C45424634806200A50182 ___s_UIToolkitOverride_15;
};
// UnityEngine.EventSystems.EventSystem
// SimpleFileBrowser.FileBrowserItem
// SimpleFileBrowser.FileBrowserItem
// UnityEngine.UI.Graphic
struct Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Graphic::s_DefaultUI
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultUI_4;
// UnityEngine.Texture2D UnityEngine.UI.Graphic::s_WhiteTexture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_WhiteTexture_5;
// UnityEngine.Mesh UnityEngine.UI.Graphic::s_Mesh
Mesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4* ___s_Mesh_21;
// UnityEngine.UI.VertexHelper UnityEngine.UI.Graphic::s_VertexHelper
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___s_VertexHelper_22;
};
// UnityEngine.UI.Graphic
// UnityEngine.UI.ScrollRect
// UnityEngine.UI.ScrollRect
// UnityEngine.UI.Selectable
struct Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712_StaticFields
{
// UnityEngine.UI.Selectable[] UnityEngine.UI.Selectable::s_Selectables
SelectableU5BU5D_t4160E135F02A40F75A63F787D36F31FEC6FE91A9* ___s_Selectables_4;
// System.Int32 UnityEngine.UI.Selectable::s_SelectableCount
int32_t ___s_SelectableCount_5;
};
// UnityEngine.UI.Selectable
// UnityEngine.UI.Button
// UnityEngine.UI.Button
// UnityEngine.UI.Dropdown
struct Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89_StaticFields
{
// UnityEngine.UI.Dropdown/OptionData UnityEngine.UI.Dropdown::s_NoOptionData
OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F* ___s_NoOptionData_35;
};
// UnityEngine.UI.Dropdown
// SimpleFileBrowser.FileBrowserQuickLink
// SimpleFileBrowser.FileBrowserQuickLink
// UnityEngine.UI.InputField
struct InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140_StaticFields
{
// System.Char[] UnityEngine.UI.InputField::kSeparators
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___kSeparators_21;
// System.Boolean UnityEngine.UI.InputField::s_IsQuestDevice
bool ___s_IsQuestDevice_22;
};
// UnityEngine.UI.InputField
// UnityEngine.UI.Slider
// UnityEngine.UI.Slider
// UnityEngine.UI.Toggle
// UnityEngine.UI.Toggle
// UnityEngine.UI.Image
struct Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Image::s_ETC1DefaultUI
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_ETC1DefaultUI_37;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_VertScratch
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___s_VertScratch_52;
// UnityEngine.Vector2[] UnityEngine.UI.Image::s_UVScratch
Vector2U5BU5D_tFEBBC94BCC6C9C88277BA04047D2B3FDB6ED7FDA* ___s_UVScratch_53;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Xy
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_Xy_54;
// UnityEngine.Vector3[] UnityEngine.UI.Image::s_Uv
Vector3U5BU5D_tFF1859CCE176131B909E2044F76443064254679C* ___s_Uv_55;
// System.Collections.Generic.List`1<UnityEngine.UI.Image> UnityEngine.UI.Image::m_TrackedTexturelessImages
List_1_tE6BB71ABF15905EFA2BE92C38A2716547AEADB19* ___m_TrackedTexturelessImages_56;
// System.Boolean UnityEngine.UI.Image::s_Initialized
bool ___s_Initialized_57;
};
// UnityEngine.UI.Image
// UnityEngine.UI.Text
struct Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_StaticFields
{
// UnityEngine.Material UnityEngine.UI.Text::s_DefaultText
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_DefaultText_41;
};
// UnityEngine.UI.Text
// VerticalText
// VerticalText
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
{
ALIGN_FIELD (8) float m_Items[1];
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// UnityEngine.UIVertex[]
struct UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F : public RuntimeArray
{
ALIGN_FIELD (8) UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 m_Items[1];
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207* 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, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 value)
{
m_Items[index] = value;
}
};
// SimpleFileBrowser.FileBrowser/Filter[]
struct FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2 : public RuntimeArray
{
ALIGN_FIELD (8) Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* m_Items[1];
inline Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4** 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, Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// SimpleFileBrowser.FileBrowser/FiletypeIcon[]
struct FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8 : public RuntimeArray
{
ALIGN_FIELD (8) FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F m_Items[1];
inline FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F* 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, FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___extension_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___icon_1), (void*)NULL);
#endif
}
inline FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___extension_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___icon_1), (void*)NULL);
#endif
}
};
// SimpleFileBrowser.FileBrowser/QuickLink[]
struct QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44 : public RuntimeArray
{
ALIGN_FIELD (8) QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 m_Items[1];
inline QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4* 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, QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___icon_2), (void*)NULL);
#endif
}
inline QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___name_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___icon_2), (void*)NULL);
#endif
}
};
// SimpleFileBrowser.FileSystemEntry[]
struct FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D : public RuntimeArray
{
ALIGN_FIELD (8) FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 m_Items[1];
inline FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* 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, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Path_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Name_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Extension_2), (void*)NULL);
#endif
}
inline FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Path_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Name_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Extension_2), (void*)NULL);
#endif
}
};
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
{
ALIGN_FIELD (8) Delegate_t* m_Items[1];
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.IO.FileSystemInfo[]
struct FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7 : public RuntimeArray
{
ALIGN_FIELD (8) FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* m_Items[1];
inline FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9** 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, FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Void System.Converter`2<SelectPanel/PlayData,System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Converter_2__ctor_mCE3C5E4A881182A66ABD5D7163711F497921EDF8_gshared (Converter_2_tAF5EBF3A255A610F47716917ED604B80435A753C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<TOutput> System.Collections.Generic.List`1<SelectPanel/PlayData>::ConvertAll<System.Object>(System.Converter`2<T,TOutput>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* List_1_ConvertAll_TisRuntimeObject_m4BA940EB9DA82D9997BCFA1C240C847C01C2B027_gshared (List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* __this, Converter_2_tAF5EBF3A255A610F47716917ED604B80435A753C* ___0_converter, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<SelectPanel/PlayData>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_gshared (List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mF168C27BCDD77482D72C96433F84274EBCCCE11B_gshared (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_gshared_inline (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<UnityEngine.UIVertex>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* List_1_ToArray_m5AB056C532B9643574EB0652149F4A535B9E2D30_gshared (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_gshared (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_gshared (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, int32_t ___0_index, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 ___1_value, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<System.Object>(T,UnityEngine.Transform)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m75BF3B0A3747B60491845FA41612FE7F795F0A59_gshared (RuntimeObject* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
// T UnityEngine.Resources::Load<System.Object>(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared (String_t* ___0_path, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<System.Object>(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared (RuntimeObject* ___0_original, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::GetComponent<System.Object>()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_gshared_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<System.Object>(T,UnityEngine.Transform,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94_gshared (RuntimeObject* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_worldPositionStays, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 List_1_get_Item_m9AD3730A1BB8D9560AD1FC0125C3786AB61F6644_gshared (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject** ___1_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_gshared_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Contains(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Contains_m9BACE52BFA0BD83C601529D3629118453E459BBB_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_gshared_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 ___0_item, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.Object>::Add(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1_Clear_m75A6528F0B47448EB3B3A05EC379260E9BDFC2DD_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mDF71855350E63B33E286FF5A4A5412AA4F16940A_gshared (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashSet_1__ctor_mC13D3ADFE27A073EC3C583E9C926C801A7EE1DDD_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ;
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8 HashSet_1_GetEnumerator_m143B98FEED7E9CABA2C494AB2F04DAD60A504635_gshared (HashSet_1_t2F33BEB06EEA4A872E2FAF464382422AA39AE885* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1/Enumerator<System.Object>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFB582AEAA2E73F3128B5571197BEDE256A83F657_gshared (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.HashSet`1/Enumerator<System.Object>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<System.Object>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m27565F5ACCCC75C3DD34CC4CAE3E6AEFEB9144A6_gshared (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_1__ctor_m71C125B79EE35648CFC416CA7DBBC27C8DBAD45A_gshared (UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_1_AddListener_m2B74313C91E347D6AD24CE5B036E190E77E70851_gshared (UnityEvent_1_t9A868DD8EBFC0D9D8134D903A170ECBDEE567932* __this, UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669* ___0_call, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<System.Object>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.Int32,System.Object>::get_Item(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, int32_t ___0_key, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___0_item, 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_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared (Dictionary_2_tA75D1125AC9BE8F005BA9B868B373398E643C907* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.Void System.Converter`2<SelectPanel/PlayData,System.String>::.ctor(System.Object,System.IntPtr)
inline void Converter_2__ctor_m192147437557714A393FD9243E0D4C86A2E30916 (Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Converter_2__ctor_mCE3C5E4A881182A66ABD5D7163711F497921EDF8_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Collections.Generic.List`1<TOutput> System.Collections.Generic.List`1<SelectPanel/PlayData>::ConvertAll<System.String>(System.Converter`2<T,TOutput>)
inline List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* List_1_ConvertAll_TisString_t_m6980302F060FAEB83231AE4E1C760E37C9DDD6D8 (List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* __this, Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* ___0_converter, const RuntimeMethod* method)
{
return (( List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* (*) (List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8*, Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C*, const RuntimeMethod*))List_1_ConvertAll_TisRuntimeObject_m4BA940EB9DA82D9997BCFA1C240C847C01C2B027_gshared)(__this, ___0_converter, method);
}
// System.String System.String::Join(System.String,System.Collections.Generic.IEnumerable`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m8159F953B3D62AA54A0853A6E9573CDC0F63E158 (String_t* ___0_separator, RuntimeObject* ___1_values, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
// System.String SelectPanel/TeamGroup::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TeamGroup_ToString_m7071382D0133D35A55505862272DCECE151A298E (TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E* __this, const RuntimeMethod* method) ;
// System.Void SelectPanel/TeamGroup/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0180D3D0C3711BDB411423D968EFA7E7FD8DAFFF (U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.String SelectPanel/PlayData::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayData_ToString_m79A9C35B3F3B7E213818550F18C7A39B0FBAA7BD (PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773* __this, const RuntimeMethod* method) ;
// System.Void SelectPanel::OnClickTeam(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectPanel_OnClickTeam_mABA590C484C1FEA11004D19F6ECDE6170DC19281 (SelectPanel_tFC9019D8EE79143BF4455B84EDB4E676365C513D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<SelectPanel/PlayData>::get_Item(System.Int32)
inline PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A (List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 (*) (List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8*, int32_t, const RuntimeMethod*))List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_gshared)(__this, ___0_index, method);
}
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
// System.Int64 StorageDataManager::get_AllFileSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t StorageDataManager_get_AllFileSize_m0EDDB03EB49B0370494E54006F74C148DA0EAF20 (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.AudioSource>()
inline AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// System.Void TextToSpeech::set_audioSource(UnityEngine.AudioSource)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextToSpeech_set_audioSource_mB770C4BEC940AB6701CF0BD04D49480FCFF2FE57_inline (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___0_value, const RuntimeMethod* method) ;
// UnityEngine.AudioSource TextToSpeech::get_audioSource()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
// UnityEngine.GameObject UnityEngine.Component::get_gameObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<UnityEngine.AudioSource>()
inline AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void StorageDataManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StorageDataManager__ctor_m2DF5D92BD0309ABFDC96A2ABB6BF6169A8DF834A (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* __this, const RuntimeMethod* method) ;
// System.Void StorageDataManager::Init(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StorageDataManager_Init_m98FE0F1F29546AF5537233C66D1112C1EFDE1FAA (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* __this, String_t* ___0_key, const RuntimeMethod* method) ;
// System.Void UnityEngine.AudioSource::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Stop_m318F17F17A147C77FF6E0A5A7A6BE057DB90F537 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.MonoBehaviour::StopAllCoroutines()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour_StopAllCoroutines_m872033451D42013A99867D09337490017E9ED318 (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
// System.Collections.IEnumerator TextToSpeech::SpeakWord(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TextToSpeech_SpeakWord_m3973032B6C521C10219F75F8BFFE86BBAA3A3220 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_word, const RuntimeMethod* method) ;
// UnityEngine.Coroutine UnityEngine.MonoBehaviour::StartCoroutine(System.Collections.IEnumerator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812 (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, RuntimeObject* ___0_routine, const RuntimeMethod* method) ;
// System.Collections.IEnumerator TextToSpeech::SpeakAll(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TextToSpeech_SpeakAll_m65F1D62A77C990C029B9B5626974B6A64304B6F3 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_words, const RuntimeMethod* method) ;
// System.Void TextToSpeech/<SpeakAll>d__20::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakAllU3Ed__20__ctor_m57EB9727A5A3D3AFBF22AF39192F0EEAE0D86CF8 (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void TextToSpeech/<SpeakWord>d__21::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakWordU3Ed__21__ctor_mAD79AEE2819052D17532D380C261D929D1204BD9 (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Byte[] StorageDataManager::GetFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* StorageDataManager_GetFile_m90A4A22FCC442E5B16BC4DB239EEED5C5FD65A5B (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* __this, String_t* ___0_name, const RuntimeMethod* method) ;
// System.Int32 System.BitConverter::ToInt32(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358 (RuntimeArray* ___0_src, int32_t ___1_srcOffset, RuntimeArray* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
// UnityEngine.AudioClip GoldenSDK.Audio.AudioClipEncoder::CreateClipFromRaw(System.Byte[],System.String,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* AudioClipEncoder_CreateClipFromRaw_mA9C02189E363803C8A6653AD5401A4E362854F4C (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, String_t* ___1_name, int32_t ___2_channels, int32_t ___3_frequency, bool ___4_useCompress, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.AudioClip::get_samples()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AudioClip_get_samples_mDEA01CA75E7DEA0F8D480E4AF97FB96085BCF38E (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.AudioClip::GetData(System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioClip_GetData_m1F6480FFDA2E354A7D8C8DE40F61AAB5AF6B4A1D (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_data, int32_t ___1_offsetSamples, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.AudioClip::get_frequency()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AudioClip_get_frequency_m6647E10F4B2B1335187B0066E82468CCCF19647B (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* __this, const RuntimeMethod* method) ;
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::EncodeFloatToByte(System.Single[],System.Int32,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_EncodeFloatToByte_mD1EDDDF46D729236773F84C0B7577C85E4821B74 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_data, int32_t ___1_frequency, float ___2_scale, bool ___3_useCompress, const RuntimeMethod* method) ;
// System.Byte[] System.BitConverter::GetBytes(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BitConverter_GetBytes_mCD74C79673617CEBF85F8A653520C860A9F014F9 (int32_t ___0_value, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.AudioClip::get_channels()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AudioClip_get_channels_mFEECF5D6389D196BA5102EB79257298B9FDC9F84 (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* __this, const RuntimeMethod* method) ;
// System.Void StorageDataManager::AddFile(System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StorageDataManager_AddFile_m29A2825A80C42DD7B446510016F3DCB976068822 (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, String_t* ___1_name, const RuntimeMethod* method) ;
// System.String System.Enum::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_mC82F2E769BD9FF89D7F7E88D78B7F98FA56D4F91 (RuntimeObject* __this, String_t* ___0_format, const RuntimeMethod* method) ;
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9 (const RuntimeMethod* method) ;
// System.String System.Convert::ToBase64String(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mD0680EF77270244071965AFA1207921C73EEA323 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inArray, const RuntimeMethod* method) ;
// System.String System.String::Replace(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166 (String_t* __this, String_t* ___0_oldValue, String_t* ___1_newValue, const RuntimeMethod* method) ;
// System.String System.Single::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972 (float* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
// System.Void StorageDataManager::DeleteAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StorageDataManager_DeleteAll_m74B5212B516D6E96E0ACA2916D1CBA834CF7B4A2 (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::Clear()
inline void Dictionary_2_Clear_m6D456FB8A5C05BBDC1C5620740AF768637964BA3 (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::.ctor()
inline void Dictionary_2__ctor_m727E5E918360D222F9F00464D65B7C6D649B95C8 (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// System.Void UnityEngine.MonoBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
// UnityEngine.Coroutine TextToSpeech::Speak(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* TextToSpeech_Speak_m9BC8FBB585B9476F9D86C619722F86F628989FD4 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_word, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
// System.String TextToSpeech::GetStorageName(System.String,TTS.ProviderType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextToSpeech_GetStorageName_mFE873F5B2BF93506EB2CDE73A1603E8AD2435828 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_word, int32_t ___1_provider, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::ContainsKey(TKey)
inline bool Dictionary_2_ContainsKey_m5CC17878B3AA17C973F24805C2115E4228F9E3F6 (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* __this, String_t* ___0_key, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method);
}
// TValue System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::get_Item(TKey)
inline AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* __this, String_t* ___0_key, const RuntimeMethod* method)
{
return (( AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* (*) (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
}
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
// System.Boolean StorageDataManager::ContainsFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StorageDataManager_ContainsFile_mCEDB32271180DC58CAA66EC23FF1ECBD8ADE4245 (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* __this, String_t* ___0_name, const RuntimeMethod* method) ;
// UnityEngine.AudioClip TextToSpeech::LoadClipFromStorage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* TextToSpeech_LoadClipFromStorage_m978C3C6A22EE148E50347760F1211381FCC1CEDD (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_filePath, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* __this, String_t* ___0_key, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24*, String_t*, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
}
// TTS.IProvider TTS.TTSFactory::GetProvider(TTS.ProviderType,TextToSpeech)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TTSFactory_GetProvider_mF2EFB517A3E3454DB2DD3C7642550D34005E9B5D (int32_t ___0_providerType, TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* ___1_tts, const RuntimeMethod* method) ;
// System.Void TextToSpeech::SaveClipToStorage(System.String,UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_SaveClipToStorage_m92F707D8BBC787559891C09E3E4D4C23129AA12F (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_filePath, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___1_clip, const RuntimeMethod* method) ;
// System.Void UnityEngine.AudioSource::set_pitch(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_pitch_mD14631FC99BF38AAFB356D9C45546BC16CF9E811 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.AudioSource::set_clip(UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_set_clip_mFF441895E274286C88D9C75ED5CA1B1B39528D70 (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.AudioSource::Play(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioSource_Play_mC9D19FA54347ED102AD9913E3E7528BE969199FB (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, uint64_t ___0_delay, const RuntimeMethod* method) ;
// UnityEngine.AudioClip UnityEngine.AudioSource::get_clip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* AudioSource_get_clip_m4F5027066F9FC44B44192713142B0C277BB418FE (AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.AudioClip::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AudioClip_get_length_m6102CB29AF65988797452E4D6E43D4788303873D (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.WaitForSeconds::.ctor(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* __this, float ___0_seconds, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
// System.String System.Int64::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B (int64_t* __this, const RuntimeMethod* method) ;
// System.String System.Double::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m70EC76E1DAD7E8B5B47AF9292189BF3711B24B75 (double* __this, String_t* ___0_format, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Text::OnPopulateMesh(UnityEngine.UI.VertexHelper)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text_OnPopulateMesh_m6505569424B120C338EAF6840893E38530185ECE (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___0_toFill, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::.ctor()
inline void List_1__ctor_mF168C27BCDD77482D72C96433F84274EBCCCE11B (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A*, const RuntimeMethod*))List_1__ctor_mF168C27BCDD77482D72C96433F84274EBCCCE11B_gshared)(__this, method);
}
// System.Void UnityEngine.UI.VertexHelper::GetUIVertexStream(System.Collections.Generic.List`1<UnityEngine.UIVertex>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_GetUIVertexStream_m87D56EB5559CCCA150F68B1DD660FF4154CACBCE (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* ___0_stream, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIVertex>::get_Count()
inline int32_t List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_inline (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A*, const RuntimeMethod*))List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_gshared_inline)(__this, method);
}
// System.Int32 UnityEngine.UI.Text::get_fontSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_fontSize_m837C0618E78D0FDA972D11DDE3015DC888E93993 (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, const RuntimeMethod* method) ;
// UnityEngine.Transform UnityEngine.Component::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.RectTransform::get_rect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<UnityEngine.UIVertex>::ToArray()
inline UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* List_1_ToArray_m5AB056C532B9643574EB0652149F4A535B9E2D30 (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, const RuntimeMethod* method)
{
return (( UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* (*) (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A*, const RuntimeMethod*))List_1_ToArray_m5AB056C532B9643574EB0652149F4A535B9E2D30_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
inline void List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8 (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_gshared)(__this, method);
}
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(T)
inline void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline)(__this, ___0_item, method);
}
// UnityEngine.VerticalWrapMode UnityEngine.UI.Text::get_verticalOverflow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_verticalOverflow_mEC72BD123A8B12278F6F7B89D29EB9D93D0A97FD (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// UnityEngine.TextAnchor UnityEngine.UI.Text::get_alignment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_pivot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Int32>::get_Count()
inline int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline)(__this, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::op_Addition(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
// UnityEngine.Vector3 UnityEngine.Vector3::op_Division(UnityEngine.Vector3,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m5F87930F9B0828E5652E2D9D01ED907C01122C86_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Int32>::get_Item(System.Int32)
inline int32_t List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_gshared)(__this, ___0_index, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::op_Subtraction(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIVertex>::set_Item(System.Int32,T)
inline void List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33 (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, int32_t ___0_index, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A*, int32_t, UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207, const RuntimeMethod*))List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_gshared)(__this, ___0_index, ___1_value, method);
}
// System.Void UnityEngine.UI.VertexHelper::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_Clear_mB19E51AD5AF1C04CB2C6E6A272D032D651EC40F5 (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.VertexHelper::AddUIVertexTriangleStream(System.Collections.Generic.List`1<UnityEngine.UIVertex>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexHelper_AddUIVertexTriangleStream_m29A217271BF2B3D3D60B7CBDA4114C7BB40C2841 (VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* __this, List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* ___0_verts, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Text::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Text__ctor_mE28BC6E42B4715F23401A9379C9681867A0631C1 (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, const RuntimeMethod* method) ;
// System.Void ScrollerHelper::UpdateBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_UpdateBound_m89972C27298A8BB6A7129F992E5AA933BB925907 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.UI.ScrollRect>()
inline ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// UnityEngine.RectTransform UnityEngine.UI.ScrollRect::get_viewport()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ScrollRect_get_viewport_m85092216DD476F77E78F5CE50F9C4E70063ECCF9_inline (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, const RuntimeMethod* method) ;
// UnityEngine.Transform UnityEngine.Transform::GetChild(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_sizeDelta()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Vector2::Equals(UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_other, const RuntimeMethod* method) ;
// System.Void ScrollerHelper::ScrollToBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_ScrollToBound_m4BBC2A81089036EFBC921FD8473045AD543B1761 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_normalizedPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_normalizedPosition_m8CFC50007450856E3B1FEB9E61A6311FBC0E709E (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
// Badminton Badminton::get_instance()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline (const RuntimeMethod* method) ;
// System.Boolean ScoreBoard::get_autoSpeak()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScoreBoard_get_autoSpeak_mA7D024D531DC85E5805F942487B5F0F754CA48FD_inline (ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* __this, const RuntimeMethod* method) ;
// System.Void ScoreBoard::set_autoSpeak(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScoreBoard_set_autoSpeak_m04D60C7AB748EDF828AF4B6B0A6D88F07CAFDF96_inline (ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Audio.AudioMixer::GetFloat(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioMixer_GetFloat_mAED8D277AD30D0346292555CBF81D8961117AEC9 (AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* __this, String_t* ___0_name, float* ___1_value, const RuntimeMethod* method) ;
// System.Single VoicePanel::GetDBToValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_GetDBToValue_mDD1AD15B16A2E3549D6CD05252CF2B9E202A9B5E (float ___0_db, const RuntimeMethod* method) ;
// System.Single VoicePanel::GetValueToDB(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_GetValueToDB_mD8049F9EECCE23B7EC1219DB33B415880874444F (float ___0_value, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Audio.AudioMixer::SetFloat(System.String,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioMixer_SetFloat_m4789959013BE79E4F84F446405914908ADC3F335 (AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* __this, String_t* ___0_name, float ___1_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.GameObject::SetActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void VoicePanel::UpdatePropsValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_UpdatePropsValue_m3FD9381C797BC39D6302AB4112EC2F793037F107 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method) ;
// TextToSpeech Badminton::get_textToSpeech()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline (Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Dropdown::set_value(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_set_value_m0764A5E2023E34705ADD422689BF6C0074449FEE (Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Single VoicePanel::get_bgmVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_get_bgmVolume_mE363CC7A882989C94B8E3B24FBCC4E798EC42296 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method) ;
// System.Single VoicePanel::get_soundVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_get_soundVolume_m108BA15AB8E1440F2A06DEBF4D364A5206AD3FBE (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method) ;
// System.Single VoicePanel::get_voiceVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_get_voiceVolume_m60C1456ECD396F8F7438E322E6CF4F71EA95C2B6 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method) ;
// System.Boolean AudioListSwitch::get_autoPlayNext()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AudioListSwitch_get_autoPlayNext_mAF9FFCC453AE1F81AE4F1620C574361A867C942B_inline (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Toggle::set_isOn(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F (Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void VoicePanel::UpdateBGMList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_UpdateBGMList_mE41E0C10FE6068DCE2AF9E8366F0D880B8282325 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<AudioListSwitch/AudioInfo> AudioListSwitch::get_audioList()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* AudioListSwitch_get_audioList_mB379D3E17C4AFE43944E5725E449CBACD66047B6_inline (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, const RuntimeMethod* method) ;
// UnityEngine.Transform UnityEngine.GameObject::get_transform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// UnityEngine.Transform UnityEngine.Transform::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Transform::get_childCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Transform_get_childCount_mE9C29C702AB662CC540CA053EDE48BDAFA35B4B0 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
// System.Void VoicePanel/<>c__DisplayClass25_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_mAB28A8C874E1B45E0F63F265F967F93967FB510C (U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* __this, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<UnityEngine.GameObject>(T,UnityEngine.Transform)
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m58C654F1134533E29502629CA67645682B404811 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, const RuntimeMethod* method)
{
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m75BF3B0A3747B60491845FA41612FE7F795F0A59_gshared)(___0_original, ___1_parent, method);
}
// UnityEngine.Transform UnityEngine.Transform::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Transform_Find_m3087032B0E1C5B96A2D2C27020BAEAE2DA08F932 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, String_t* ___0_n, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.UI.Text>()
inline Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// T System.Collections.Generic.List`1<AudioListSwitch/AudioInfo>::get_Item(System.Int32)
inline AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10 (List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* (*) (List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.String System.IO.Path::GetDirectoryName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetDirectoryName_m428BADBE493A3927B51A13DEF658929B430516F6 (String_t* ___0_path, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.UI.Button>()
inline Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* Component_GetComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_mFF8BA4CA5D7158D1D6249559A3289E7A6DF0A2BB (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// UnityEngine.UI.Button/ButtonClickedEvent UnityEngine.UI.Button::get_onClick()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C_inline (Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131 (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityEvent::AddListener(UnityEngine.Events.UnityAction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityEvent_AddListener_m8AA4287C16628486B41DA41CA5E7A856A706D302 (UnityEvent_tDC2C3548799DBC91D1E3F3DE60083A66F4751977* __this, UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* ___0_call, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<AudioListSwitch/AudioInfo>::get_Count()
inline int32_t List_1_get_Count_mD1A55718E5D62169E75726B79372A4DD8CFAEE63_inline (List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Collections.Generic.Dictionary`2<System.String,System.Object> VoicePanel::GetProps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* VoicePanel_GetProps_m6488EBA6A062DC8E9C52180B4BE080211FAC70CA (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method) ;
// System.String MiniJSON.Json::Serialize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Serialize_mB6F04E24EEDCE8B987E123C8EB4CB39B0DE0A338 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
// System.Void UnityEngine.PlayerPrefs::SetString(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerPrefs_SetString_mF4F457C81BB75F0213547C6287BA36E15E1F0256 (String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.Dictionary`2<System.String,System.Object>::get_Item(TKey)
inline RuntimeObject* Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, String_t* ___0_key, const RuntimeMethod* method)
{
return (( RuntimeObject* (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m4AAAECBE902A211BF2126E6AFA280AEF73A3E0D6_gshared)(__this, ___0_key, method);
}
// System.Int32 System.Convert::ToInt32(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_m9FEA65DB96264479B5268014F10754787382D297 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Single System.Convert::ToSingle(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m6B47C78A7DFD7825B4361BCA8AB6748FC82165E9 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Void VoicePanel::set_bgmVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_set_bgmVolume_m2725732D221EBDCD1BA724C645909F1AB7A60C8C (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Void VoicePanel::set_soundVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_set_soundVolume_m8BE35D80E873FC607CF3B0E7058EDD09FF65C90D (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Void VoicePanel::set_voiceVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_set_voiceVolume_mAB1C0463A1FE12EB24848305BCD6A23A42746C49 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Boolean System.Convert::ToBoolean(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_m35ABFE9171C8E44E23C95CD872DFEF2F2B643214 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Void AudioListSwitch::set_autoPlayNext(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioListSwitch_set_autoPlayNext_m17927518511D66778ABD6BF543D5E20DC9B3DEBA (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::.ctor()
inline void Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, String_t*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Void SimpleFileBrowser.FileBrowser/Filter::.ctor(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_m179B8215185ACFBDDC5512D6BB09D553135F4874 (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* __this, String_t* ___0_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_extensions, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::SetFilters(System.Boolean,SimpleFileBrowser.FileBrowser/Filter[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFilters_mC8852BD92071B1718133AED85B59A92D4742E81D (bool ___0_showAllFilesFilter, FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* ___1_filters, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowser::SetDefaultFilter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_SetDefaultFilter_m8D9D7646F91118086555FA965464FC6E84077E61 (String_t* ___0_defaultFilter, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowser::AddQuickLink(System.String,System.String,UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_AddQuickLink_mC4A1796E92616CD4F0F643E5B4FBE5591D590423 (String_t* ___0_name, String_t* ___1_path, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___2_icon, const RuntimeMethod* method) ;
// System.Collections.IEnumerator VoicePanel::ShowLoadDialogCoroutine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VoicePanel_ShowLoadDialogCoroutine_m28642276243B58B215C41B765C099F3F322F1C4E (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method) ;
// System.Void VoicePanel/<ShowLoadDialogCoroutine>d__32::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowLoadDialogCoroutineU3Ed__32__ctor_mBC6FB5C6A8B3C731ADCF08CE3AF1F23E28B309F7 (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void AudioListSwitch::RemoveBgmFromClip(AudioListSwitch/AudioInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioListSwitch_RemoveBgmFromClip_m497854A2F79C4DF5452930758430F8BE3A1BD6E9 (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* ___0_audio, const RuntimeMethod* method) ;
// System.Void AudioListSwitch::SetClipAndPlay(AudioListSwitch/AudioInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioListSwitch_SetClipAndPlay_m0529874A1E70726E55A3395E1E1AC2DB75551770 (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* ___0_info, const RuntimeMethod* method) ;
// SimpleFileBrowser.FileBrowser SimpleFileBrowser.FileBrowser::get_Instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA (const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::ScaleToFullScreen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_ScaleToFullScreen_mCCB379A304AD684D1336612FE1C20695F0762D30 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Collections.IEnumerator SimpleFileBrowser.FileBrowser::WaitForLoadDialog(System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileBrowser_WaitForLoadDialog_mF0D0456B3689F9F360D4B83BF3DC9F08097B45C6 (bool ___0_folderMode, String_t* ___1_initialPath, String_t* ___2_title, String_t* ___3_loadButtonText, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowser::get_Success()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowser_get_Success_mB4A283ECDCCAC9610C7AEED3CC2107C466431FB6_inline (const RuntimeMethod* method) ;
// System.String System.Boolean::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63 (bool* __this, const RuntimeMethod* method) ;
// System.String SimpleFileBrowser.FileBrowser::get_Result()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FileBrowser_get_Result_m842C8B7AD5F1B2ADA4C4685D4B4B5F6DB9F631FE_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Log(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
// System.Collections.IEnumerator AudioListSwitch::LoadBgmFromFile(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AudioListSwitch_LoadBgmFromFile_mDC91AC06B32E70E929EAFD076F2FC59096628156 (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, String_t* ___0_path, bool ___1_isInit, const RuntimeMethod* method) ;
// System.Void UnityEngine.ScriptableObject::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ;
// System.Void TTS.GoogleTextToSpeech/<GetWordAudio>d__8::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__8__ctor_mAA20C243F5C475F59C13D01499E50DEB6A3B9688 (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Int16 System.BitConverter::ToInt16(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t BitConverter_ToInt16_m13F278223B819C82CC647398B22C125B02FA2E61 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
// System.Single TTS.GoogleTextToSpeech::bytesToFloat(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GoogleTextToSpeech_bytesToFloat_m6A1F6257C4C8172BE89966335EEB1F7E70F62ED2 (uint8_t ___0_firstByte, uint8_t ___1_secondByte, const RuntimeMethod* method) ;
// UnityEngine.AudioClip UnityEngine.AudioClip::Create(System.String,System.Int32,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* AudioClip_Create_mE8111F06981E42666B6A9A59D0A3EBE002D2CDFB (String_t* ___0_name, int32_t ___1_lengthSamples, int32_t ___2_channels, int32_t ___3_frequency, bool ___4_stream, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.AudioClip::SetData(System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AudioClip_SetData_m7B473C614C11953D746770F4F89B44600B5A6AF3 (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_data, int32_t ___1_offsetSamples, const RuntimeMethod* method) ;
// System.String UnityEngine.Networking.UnityWebRequest::EscapeURL(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnityWebRequest_EscapeURL_m1B819655E6FFE468B9DE9D101A17398F3E1A4F27 (String_t* ___0_s, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Object>::Add(TKey,TValue)
inline void Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443 (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* __this, String_t* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*, String_t*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
}
// System.String System.String::Replace(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF (String_t* __this, Il2CppChar ___0_oldChar, Il2CppChar ___1_newChar, const RuntimeMethod* method) ;
// System.Void UnityEngine.Networking.UnityWebRequest::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest__ctor_mD4739B0BF1C4937479A83B24B531C6B819712A3E (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, String_t* ___0_url, String_t* ___1_method, const RuntimeMethod* method) ;
// System.Void UnityEngine.Networking.UploadHandlerRaw::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UploadHandlerRaw__ctor_m168C957B67E29CB3072E3542044D37E2F16C42B7 (UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_uploadHandler(UnityEngine.Networking.UploadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_uploadHandler_m68F346550136DE178C79238944985892196027FE (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, UploadHandler_t7E504B1A83346248A0C8C4AF73A893226CB83EF6* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Networking.DownloadHandlerBuffer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DownloadHandlerBuffer__ctor_m5EE7C9E8AB468B2B937A7C9C66B4176A884147AF (DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Networking.UnityWebRequest::set_downloadHandler(UnityEngine.Networking.DownloadHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_set_downloadHandler_m6CB94492012097DFC44E5773D1A627753788292F (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Networking.UnityWebRequest::SetRequestHeader(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_SetRequestHeader_m099734EB787B7269B62AB2236A5A4F7D35AF8BC5 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, String_t* ___0_name, String_t* ___1_value, const RuntimeMethod* method) ;
// UnityEngine.Networking.UnityWebRequestAsyncOperation UnityEngine.Networking.UnityWebRequest::SendWebRequest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.WaitForEndOfFrame::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isNetworkError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isNetworkError_m036684411466688E71E67CDD3703BAC9035A56F0 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isHttpError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isHttpError_m945BA480A179E05CC9659846414D9521ED648ED5 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Networking.UnityWebRequest::get_isDone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
// System.UInt64 UnityEngine.Networking.UnityWebRequest::get_downloadedBytes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UnityWebRequest_get_downloadedBytes_m73E3EC726E417FC7F983FFEF9566CF380F322610 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
// UnityEngine.Networking.DownloadHandler UnityEngine.Networking.UnityWebRequest::get_downloadHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.Networking.DownloadHandler::get_text()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DownloadHandler_get_text_mA6DE5CB2647A21E577B963708DC3D0DA4DBFE7D8 (DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* __this, const RuntimeMethod* method) ;
// System.Object MiniJSON.Json::Deserialize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_Deserialize_m20B6C20404B17D91C466790EDD4DFD5B687C2BB3 (String_t* ___0_json, const RuntimeMethod* method) ;
// System.Byte[] System.Convert::FromBase64String(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C (String_t* ___0_s, const RuntimeMethod* method) ;
// UnityEngine.AudioClip TTS.GoogleTextToSpeech::CreateAudioClipFromWaveBytes(System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* GoogleTextToSpeech_CreateAudioClipFromWaveBytes_mF374AA59A305AACFE10B5723B49CBA77318A8F7A (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, String_t* ___1_name, const RuntimeMethod* method) ;
// System.Void UnityEngine.Networking.UnityWebRequest::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityWebRequest_Dispose_m9F43494C0FEA530A97D3F2AF3D425CCC7670753A (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogWarning(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
// System.Void TTS.GoogleTranslate/<GetWordAudio>d__2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__2__ctor_mF91E75FBB8DE5FF99066AC28E48328B1DD353778 (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.String TTS.GoogleTranslate::GetGoogleUrlByWord(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GoogleTranslate_GetGoogleUrlByWord_mEB3961A6824BB3906D3BE6EBE0E24FED9945AFED (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, String_t* ___0_word, const RuntimeMethod* method) ;
// System.String TTS.GoogleTranslate::GetProxyUrl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GoogleTranslate_GetProxyUrl_mB64CFE4447F691C7C92BDF9BBB113E0858FCCF3D (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, String_t* ___0_url, const RuntimeMethod* method) ;
// UnityEngine.Networking.UnityWebRequest UnityEngine.Networking.UnityWebRequestMultimedia::GetAudioClip(System.String,UnityEngine.AudioType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* UnityWebRequestMultimedia_GetAudioClip_mADB031D0B0B718A0459E69114922128C35846F7B (String_t* ___0_uri, int32_t ___1_audioType, const RuntimeMethod* method) ;
// UnityEngine.AudioClip UnityEngine.Networking.DownloadHandlerAudioClip::GetContent(UnityEngine.Networking.UnityWebRequest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* DownloadHandlerAudioClip_GetContent_mF38CB6EDB5CE453D7C2A783560BCBEA924FA2EC9 (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* ___0_www, const RuntimeMethod* method) ;
// System.Collections.IEnumerator TTS.GoogleTranslate::GetWordAudio(System.String,System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GoogleTranslate_GetWordAudio_m6B3212AD9657DE167D8DA7A2CA6450C4C106C38C (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, String_t* ___0_word, Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* ___1_cache, String_t* ___2_key, const RuntimeMethod* method) ;
// System.Void TTS.GoogleTranslate::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoogleTranslate__ctor_mBA5EDA13C6C170E2849FE160FE65ACB870F93778 (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, const RuntimeMethod* method) ;
// System.Void TTS.GoogleTextToSpeech::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318 (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* __this, const RuntimeMethod* method) ;
// System.Void GoldenGame.Framwork.ToastTool::_showToast(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToastTool__showToast_mE568236298DEF106FB8514D817D87EBF0BDA2A53 (String_t* ___0_msg, bool ___1_isLong, const RuntimeMethod* method) ;
// T UnityEngine.Resources::Load<UnityEngine.GameObject>(System.String)
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Resources_Load_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m496A3B1B60A28F5E0397043974B848C9157B625A (String_t* ___0_path, const RuntimeMethod* method)
{
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (String_t*, const RuntimeMethod*))Resources_Load_TisRuntimeObject_mD1AF6299B14F87ED1D1A6199A51480919F7C79D7_gshared)(___0_path, method);
}
// T UnityEngine.Object::Instantiate<UnityEngine.GameObject>(T)
inline GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___0_original, const RuntimeMethod* method)
{
return (( GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_m90A1E6C4C2B445D2E848DB75C772D1B95AAC046A_gshared)(___0_original, method);
}
// T UnityEngine.GameObject::GetComponent<SimpleFileBrowser.FileBrowser>()
inline FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* GameObject_GetComponent_TisFileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_m07820A11F1F5707381DC09B1C06FE3992E82514C (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_GetComponent_TisRuntimeObject_m6EAED4AA356F0F48288F67899E5958792395563B_gshared)(__this, method);
}
// System.Void UnityEngine.Object::DontDestroyOnLoad(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_target, const RuntimeMethod* method) ;
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
// System.String SimpleFileBrowser.FileBrowser::GetPathWithoutTrailingDirectorySeparator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_GetPathWithoutTrailingDirectorySeparator_m588F0C6F3503E6D7838FD125D9CAA2F38A463C4A (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_path, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowserHelpers::DirectoryExists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowserHelpers_DirectoryExists_m3E13D3AA6C8CB6296C211710B18094A9A2F80D85 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.InputField::set_text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8 (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::set_Item(System.Int32,T)
inline void List_1_set_Item_m6A72B7648178616800F05C13DB492E4EDB866B7C (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___0_index, String_t* ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, String_t*, const RuntimeMethod*))List_1_set_Item_m3C58DBC69A321AF2826595584FF3E9F43C07EA56_gshared)(__this, ___0_index, ___1_value, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Add(T)
inline void List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void UnityEngine.UI.Selectable::set_interactable(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492 (Selectable_t3251808068A17B8E92FB33590A4C2FA66D456712* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.IO.DirectoryInfo System.IO.Directory::GetParent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* Directory_GetParent_mDD1F4DD5F95A5D6676009FB76E5016EDD127FFB2 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.ScrollRect::set_verticalNormalizedPosition(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollRect_set_verticalNormalizedPosition_m4AF461113925E6710BF04F46A49CF1F856F7738C (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, float ___0_value, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::RefreshFiles(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_RefreshFiles_m3EDF0CC814752FF614A40B332B233AC7669B7CA9 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_pathChanged, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowserItem::Deselect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_Deselect_m9BC52E190E05ADC4AF8E2C404E4F49FA093E0844 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method) ;
// System.Int32 SimpleFileBrowser.ListItem::get_Position()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A_inline (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowserItem::get_IsDirectory()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowserItem_get_IsDirectory_m0B8AB857C96E632AB1D0DB602F8A772244E920A4_inline (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method) ;
// System.String SimpleFileBrowser.FileBrowserItem::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserItem_get_Name_mF52B563D047D2ABA17CDE4E6D2DA435EE90BFED1 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowserItem::Select()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_Select_mF9F9E261A605151DE0B2F54B4D667A239276D94E (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData> UnityEngine.UI.Dropdown::get_options()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55* Dropdown_get_options_m30F757DBA22980CB77DADB8315207D5B87307816 (Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UI.Dropdown/OptionData>::get_Item(System.Int32)
inline OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F* List_1_get_Item_m6248FAA3EA9E9148D0E784C78FA4B1F5FFDD6366 (List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F* (*) (List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Void UnityEngine.UI.Dropdown/OptionData::set_text(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OptionData_set_text_mA6022A455FC38025B0CA97B4E3629DA10FDE259E_inline (OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Dropdown::RefreshShownValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_RefreshShownValue_mA112A95E8653859FC2B6C2D0CC89660D36E8970E (Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>::get_Item(System.Int32)
inline Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* (*) (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// UnityEngine.UI.Graphic UnityEngine.UI.InputField::get_placeholder()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* InputField_get_placeholder_m84C2F2E414B8A03B372C7CEB3C97A2AE72F3A39F_inline (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_ItemHeight(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_ItemHeight_m1A074E1B611E8D3DF789F7A76BB3B7FA042B8260_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.EventSystems.PointerEventData::.ctor(UnityEngine.EventSystems.EventSystem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PointerEventData__ctor_m63837790B68893F0022CCEFEF26ADD55A975F71C (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707* ___0_eventSystem, const RuntimeMethod* method) ;
// System.String UnityEngine.Application::get_persistentDataPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Application_get_persistentDataPath_mC58BD3E1A20732E0A536491DBCAE6505B1624399 (const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::InitializeFiletypeIcons()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_InitializeFiletypeIcons_m44956746A067390A34424C0BD5426901CA16E582 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::SetExcludedExtensions(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetExcludedExtensions_m935D1EF61760897968B16165013E68B08B40576E (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_excludedExtensions, const RuntimeMethod* method) ;
// UnityEngine.UI.InputField/OnValidateInput UnityEngine.UI.InputField::get_onValidateInput()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* InputField_get_onValidateInput_m370D93274B6040422092981DD3A34E4B88E96EBC_inline (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.InputField/OnValidateInput::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnValidateInput__ctor_mDC0454BF264F87154EF8694821905B5A6A587A29 (OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.InputField::set_onValidateInput(UnityEngine.UI.InputField/OnValidateInput)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InputField_set_onValidateInput_m3A3FA74285B9BBA68325A91AA862201AF3A18CE4 (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser/Filter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_m65464AEA7044CD6BF3510F350C3ACAA351806C87 (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* __this, String_t* ___0_name, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>::Add(T)
inline void List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* __this, Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA*, Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void SimpleFileBrowser.FileBrowserMovement::Initialize(SimpleFileBrowser.FileBrowser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_Initialize_mE0D772805AC078B17337875EF9597BA88CA4371D (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___0_fileBrowser, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::SetAdapter(SimpleFileBrowser.IListViewAdapter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_SetAdapter_m63B78F9DCC05BE4F991BA260FAFF95333008A38B (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, RuntimeObject* ___0_adapter, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::EnsureWindowIsWithinBounds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_EnsureWindowIsWithinBounds_mB9776DD5C376A10E4B5ABA75D6B8479694E02853 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::get_Count()
inline int32_t List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926*, const RuntimeMethod*))List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_gshared_inline)(__this, method);
}
// T UnityEngine.Object::Instantiate<SimpleFileBrowser.FileBrowserItem>(T,UnityEngine.Transform,System.Boolean)
inline FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* Object_Instantiate_TisFileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_m1BDB02A18277CE9F2A470E0C8FCEB5AF62602CA3 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_worldPositionStays, const RuntimeMethod* method)
{
return (( FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* (*) (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94_gshared)(___0_original, ___1_parent, ___2_worldPositionStays, method);
}
// System.Void SimpleFileBrowser.FileBrowserItem::SetFileBrowser(SimpleFileBrowser.FileBrowser)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowserItem_SetFileBrowser_mF7299821CE4896F0A32A7BD2796106490A9F0C41_inline (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___0_fileBrowser, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::get_Item(System.Int32)
inline FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 List_1_get_Item_m9AD3730A1BB8D9560AD1FC0125C3786AB61F6644 (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 (*) (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926*, int32_t, const RuntimeMethod*))List_1_get_Item_m9AD3730A1BB8D9560AD1FC0125C3786AB61F6644_gshared)(__this, ___0_index, method);
}
// System.Boolean SimpleFileBrowser.FileSystemEntry::get_IsDirectory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileSystemEntry_get_IsDirectory_m9CF8DC534222B6057950EA69E24994C37D839263 (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* __this, const RuntimeMethod* method) ;
// System.String System.String::ToLowerInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2 (String_t* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mB0B8F6BEE382C9D20E9134C00BF2FC9855B5C852 (Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516* __this, String_t* ___0_key, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99** ___1_value, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516*, String_t*, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Void SimpleFileBrowser.FileBrowserItem::SetFile(UnityEngine.Sprite,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_SetFile_mB4B753BFA604F05B00F90107421311AAB0E0FA95 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_icon, String_t* ___1_name, bool ___2_isDirectory, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowserItem::SetHidden(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_SetHidden_mB4665285A24C5615F1AD860C7DEC1EB67C52DB65 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, bool ___0_isHidden, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite>::.ctor()
inline void Dictionary_2__ctor_mDAFC0246415FCD20B4DFA892990A1AAA6F27C334 (Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,UnityEngine.Sprite>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_mD460E52E10776520A9AD30A2BF1ED4E06F398727 (Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516* __this, String_t* ___0_key, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516*, String_t*, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method);
}
// System.Boolean SimpleFileBrowser.FileBrowser::AddQuickLink(UnityEngine.Sprite,System.String,System.String,UnityEngine.Vector2&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_AddQuickLink_m97A39DCFCF622DC8F55D931C218E4AEADFD35085 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_icon, String_t* ___1_name, String_t* ___2_path, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___3_anchoredPos, const RuntimeMethod* method) ;
// System.String System.Environment::GetFolderPath(System.Environment/SpecialFolder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetFolderPath_m8D283450E7FCF2F2CAFFF157D599C3EBA212B58C (int32_t ___0_folder, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_sizeDelta(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_CurrentPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.String UnityEngine.UI.InputField::get_text()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m6E0796350FF559505E4DF17311803962699D6704_inline (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, const RuntimeMethod* method) ;
// System.String System.IO.Path::Combine(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_m1ADAC05CDA2D1D61B172DF65A81E86592696BEAE (String_t* ___0_path1, String_t* ___1_path2, const RuntimeMethod* method) ;
// System.Boolean System.IO.File::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m95E329ABBE3EAD6750FE1989BBA6884457136D4A (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::OnOperationSuccessful(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnOperationSuccessful_m033C568EFEDCDA925358F37787E9A9472520F6C6 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_path, const RuntimeMethod* method) ;
// System.Boolean System.IO.Directory::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_m3D125E9E88C291CF11113444F961A64DD83AE1C7 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UI.Dropdown::get_value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Dropdown_get_value_m386913162D5E273B762657FE5156DC567602BC3C_inline (Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* __this, const RuntimeMethod* method) ;
// System.String System.IO.Path::ChangeExtension(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_ChangeExtension_mBC1AFA3E5E6FE1F855925EA34A4FAB7248478A83 (String_t* ___0_path, String_t* ___1_extension, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::OnOperationCanceled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnOperationCanceled_mA6D9471A40AE75EC3461BE0B05C7333AD0BAEF30 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_invokeCancelCallback, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_Success(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_Success_m2391B20721DF300F437B5BBA4BF530ACC5E72817_inline (bool ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_Result(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_Result_m99B34108E82385EFE90312AE6B8125DCB775F8F3_inline (String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_Hide_mC913684C5AED40DA0E8A9CC0314B5B47614975DD (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser/OnSuccess::Invoke(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_inline (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser/OnCancel::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_inline (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_SearchString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_SearchString_m0B439018BB8113721296B48837FEE5D2BE83EA30 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.String SimpleFileBrowser.FileBrowserQuickLink::get_TargetPath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FileBrowserQuickLink_get_TargetPath_m6F4B9B6BBB4A415F70942DD572901C704185E872_inline (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_SelectedFile(SimpleFileBrowser.FileBrowserItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_SelectedFile_mF37F295685F81D43652D358FC5807B4B14399D0B (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::OnSubmitButtonClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnSubmitButtonClicked_m85373E2DD206DA7041CBF713510CE4E6441D11DF (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowser::get_AskPermissions()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowser_get_AskPermissions_m891185CDC3B4D5686F4311F54A2E58AB7736B44D_inline (const RuntimeMethod* method) ;
// SimpleFileBrowser.FileBrowser/Permission SimpleFileBrowser.FileBrowser::RequestPermission()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileBrowser_RequestPermission_mC2F7DEA77228335DA5B9B524DCD85C3C0C8519A8 (const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::InitializeQuickLinks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_InitializeQuickLinks_m20F9337B9C13E9BE33B3235B9719FB1982F156A2 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_IsOpen(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_IsOpen_m63B35B23A07EFDDC9BE7F7CC9D15A48D12B95814_inline (bool ___0_value, const RuntimeMethod* method) ;
// System.String SimpleFileBrowser.FileBrowser::GetInitialPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_GetInitialPath_m6F4AF17305D5E899287F5291CD620087C28FF1FF (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_initialPath, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.String>::Clear()
inline void List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// SimpleFileBrowser.FileSystemEntry[] SimpleFileBrowser.FileBrowserHelpers::GetEntriesInDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* FileBrowserHelpers_GetEntriesInDirectory_mD4673AB7DEDC68170F11DE8EAA3365D36CA2F3D3 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UI.Toggle::get_isOn()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m89A609E936CD67F460E336CA8E03C4047BFB6619_inline (Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* __this, const RuntimeMethod* method) ;
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::Clear()
inline void List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926*, const RuntimeMethod*))List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.HashSet`1<System.String>::Contains(T)
inline bool HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853 (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* __this, String_t* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*, String_t*, const RuntimeMethod*))HashSet_1_Contains_m9BACE52BFA0BD83C601529D3629118453E459BBB_gshared)(__this, ___0_item, method);
}
// System.Boolean System.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::Add(T)
inline void List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926*, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246, const RuntimeMethod*))List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_gshared_inline)(__this, ___0_item, method);
}
// System.Void UnityEngine.Debug::LogException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0 (Exception_t* ___0_exception, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::UpdateList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_UpdateList_mA53DC38064D6EB42E9D030647CD9C90CA4A00F4B (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, const RuntimeMethod* method) ;
// T UnityEngine.Object::Instantiate<SimpleFileBrowser.FileBrowserQuickLink>(T,UnityEngine.Transform,System.Boolean)
inline FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* Object_Instantiate_TisFileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183_m57E8B8E84CDFF94A2E3B697E687865415182684B (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* ___0_original, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___1_parent, bool ___2_worldPositionStays, const RuntimeMethod* method)
{
return (( FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* (*) (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183*, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*, bool, const RuntimeMethod*))Object_Instantiate_TisRuntimeObject_mDC5AD8BD13FE50E98B67B956C048367F4E8C6F94_gshared)(___0_original, ___1_parent, ___2_worldPositionStays, method);
}
// System.Void SimpleFileBrowser.FileBrowserQuickLink::SetQuickLink(UnityEngine.Sprite,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserQuickLink_SetQuickLink_m20230790B324072F4BC622D5715CB10A6F5EFEA5 (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_icon, String_t* ___1_name, String_t* ___2_targetPath, const RuntimeMethod* method) ;
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowserItem::get_TransformComponent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* FileBrowserItem_get_TransformComponent_m355327F7BAFAF9B9CA5A0BBE0B1A081B53757937 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectTransform::set_anchoredPosition(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_value, const RuntimeMethod* method) ;
// System.Single SimpleFileBrowser.FileBrowser::get_ItemHeight()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FileBrowser_get_ItemHeight_mFEE080A4D6288886AAB1F6688EE35010660653DB_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.HashSet`1<System.String>::Add(T)
inline bool HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* __this, String_t* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*, String_t*, const RuntimeMethod*))HashSet_1_Add_m2CD7657B3459B61DD4BBA47024AC71F7D319658B_gshared)(__this, ___0_item, method);
}
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.RectTransform::get_anchoredPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Multiply(UnityEngine.Vector2,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Subtraction(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::op_Addition(UnityEngine.Vector2,UnityEngine.Vector2)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method) ;
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
// UnityEngine.Font UnityEngine.UI.Text::get_font()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Font_tC95270EA3198038970422D78B74A7F2E218A96B6* Text_get_font_mBF98ED39D5C5081AF14A64170EC3391D206CCAFD (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, const RuntimeMethod* method) ;
// UnityEngine.FontStyle UnityEngine.UI.Text::get_fontStyle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Text_get_fontStyle_m7684B5FFE1DC8237FB573A012B482DDB04E3BA47 (Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Font::RequestCharactersInTexture(System.String,System.Int32,UnityEngine.FontStyle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_RequestCharactersInTexture_m87509ABBEDF61305BA10B2DC65B565E57FF6DDD4 (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* __this, String_t* ___0_characters, int32_t ___1_size, int32_t ___2_style, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Font::GetCharacterInfo(System.Char,UnityEngine.CharacterInfo&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Font_GetCharacterInfo_m16CAF16CA4CAEA2CCC7A1DB4211F78A76040FBAA (Font_tC95270EA3198038970422D78B74A7F2E218A96B6* __this, Il2CppChar ___0_ch, CharacterInfo_t211705CECE52870AEC4DBD0574D581AF765BB889* ___1_info, int32_t ___2_size, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.CharacterInfo::get_advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CharacterInfo_get_advance_m0AAC68ABA1BD5B184B53E01F270BA4FD1D2C2B9A (CharacterInfo_t211705CECE52870AEC4DBD0574D581AF765BB889* __this, const RuntimeMethod* method) ;
// System.String SimpleFileBrowser.FileBrowser::get_CurrentPath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FileBrowser_get_CurrentPath_m61E6A3CC272FC9EED2F2C4FA9522818045E6052B_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.GameObject::get_activeSelf()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_FolderSelectMode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_FolderSelectMode_mBD690B23F995D59D9AA9663B7CBA2095D97D5AF5 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_Title(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_Title_m4305412877A7D05740BD8277FEE1220149B5FA93 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_SubmitButtonText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_SubmitButtonText_m893C6721872FEE8A38D1557F8BA0B106265D4734 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::set_AcceptNonExistingFilename(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_AcceptNonExistingFilename_m9DA072086B51BFE59C0DB03A67A530335783A981_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::Show(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_Show_m76AAA2B3252182B8E3AFB659647CF6D4949D3428 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_initialPath, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForSaveDialogU3Ed__156__ctor_m73ABB9A070FEBA1C16B83ADFDF95CE5EEB6B9CE7 (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForLoadDialogU3Ed__157__ctor_mA4C7489CD4FBD1F7EA1928B3BB426E839F9F1CC5 (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.String>::Clear()
inline void HashSet_1_Clear_m0181AAD373CCA0B6C26FE43A802121B3C0DE5F90 (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* __this, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*, const RuntimeMethod*))HashSet_1_Clear_m75A6528F0B47448EB3B3A05EC379260E9BDFC2DD_gshared)(__this, method);
}
// System.Void SimpleFileBrowser.FileBrowser::SetFiltersPreProcessing(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFiltersPreProcessing_m634FD72B91565E29D7A890F1675C5A855F7277F5 (bool ___0_showAllFilesFilter, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser/Filter::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_m063A3F85444DC6F026F664318A431E4776319DAC (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* __this, String_t* ___0_name, String_t* ___1_extension, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::SetFiltersPostProcessing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFiltersPostProcessing_m8A8D956D577C1ED2B3B0B21F403CF138EDBE4B67 (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>::Clear()
inline void List_1_Clear_m502CE262DC490ABC99C2276A26E3E296763A0901_inline (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>::get_Count()
inline int32_t List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_inline (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Int32)
inline void List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
}
// System.Int32 SimpleFileBrowser.FileBrowser::CalculateLengthOfDropdownText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileBrowser_CalculateLengthOfDropdownText_m9805FC282543E234BE714FF55397C6294C5545CD (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_str, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Dropdown::ClearOptions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_ClearOptions_m3EE71BFE47AB96BC7F731C4EE6BC728ED0E6EE56 (Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Dropdown::AddOptions(System.Collections.Generic.List`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dropdown_AddOptions_mCFB763400FA1BCA695C168E7FBCDE20C9B8E7839 (Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* __this, List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___0_options, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color32::op_Implicit(UnityEngine.Color32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.HashSet`1<System.String>::.ctor()
inline void HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03 (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* __this, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*, const RuntimeMethod*))HashSet_1__ctor_m9132EE1422BAA45E44B7FFF495F378790D36D90E_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileSystemEntry>::.ctor()
inline void List_1__ctor_mDF71855350E63B33E286FF5A4A5412AA4F16940A (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926*, const RuntimeMethod*))List_1__ctor_mDF71855350E63B33E286FF5A4A5412AA4F16940A_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<SimpleFileBrowser.FileBrowser/Filter>::.ctor()
inline void List_1__ctor_mD319D90F0C033D86A34CEC4A2476E8154948BB7E (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.HashSet`1<System.String>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void HashSet_1__ctor_m9F8CD04799346CDC14E5D227FCC28B5A151A7C62 (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method)
{
(( void (*) (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*, RuntimeObject*, const RuntimeMethod*))HashSet_1__ctor_mC13D3ADFE27A073EC3C583E9C926C801A7EE1DDD_gshared)(__this, ___0_collection, method);
}
// System.Collections.Generic.HashSet`1/Enumerator<T> System.Collections.Generic.HashSet`1<System.String>::GetEnumerator()
inline Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C HashSet_1_GetEnumerator_m11AAEE8A10D781104560F78D5EEC790433FEEE2B (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* __this, const RuntimeMethod* method)
{
return (( Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C (*) (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*, const RuntimeMethod*))HashSet_1_GetEnumerator_m143B98FEED7E9CABA2C494AB2F04DAD60A504635_gshared)(__this, method);
}
// System.Void System.Collections.Generic.HashSet`1/Enumerator<System.String>::Dispose()
inline void Enumerator_Dispose_mA8C03191318421835C1B51FEAD0F902EB506D6C0 (Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C*, const RuntimeMethod*))Enumerator_Dispose_mFB582AEAA2E73F3128B5571197BEDE256A83F657_gshared)(__this, method);
}
// T System.Collections.Generic.HashSet`1/Enumerator<System.String>::get_Current()
inline String_t* Enumerator_get_Current_m2766585450EAB9CE01A3702DD017FFE45D4AF85F_inline (Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C* __this, const RuntimeMethod* method)
{
return (( String_t* (*) (Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C*, const RuntimeMethod*))Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline)(__this, method);
}
// System.Boolean System.Collections.Generic.HashSet`1/Enumerator<System.String>::MoveNext()
inline bool Enumerator_MoveNext_m7DCB52497076047551577A950FB809E3270BEF9F (Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C*, const RuntimeMethod*))Enumerator_MoveNext_m27565F5ACCCC75C3DD34CC4CAE3E6AEFEB9144A6_gshared)(__this, method);
}
// System.Boolean SimpleFileBrowser.FileBrowser::ShowSaveDialog(SimpleFileBrowser.FileBrowser/OnSuccess,SimpleFileBrowser.FileBrowser/OnCancel,System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_ShowSaveDialog_m0B636ACD316C2C9F83708AD47BEA8B90B42E750B (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* ___0_onSuccess, OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* ___1_onCancel, bool ___2_folderMode, String_t* ___3_initialPath, String_t* ___4_title, String_t* ___5_saveButtonText, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowser::ShowLoadDialog(SimpleFileBrowser.FileBrowser/OnSuccess,SimpleFileBrowser.FileBrowser/OnCancel,System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_ShowLoadDialog_m501077F3E46EA16BD56782C48D3E2414813759EB (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* ___0_onSuccess, OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* ___1_onCancel, bool ___2_folderMode, String_t* ___3_initialPath, String_t* ___4_title, String_t* ___5_loadButtonText, const RuntimeMethod* method) ;
// System.String System.IO.Path::GetExtension(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetExtension_m6FEAA9E14451BFD210B9D1AEC2430C813F570FE5 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileSystemEntry::.ctor(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEntry__ctor_m98A1C0245241C15A7598558CFC8CFBC1CBB68591 (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* __this, String_t* ___0_path, String_t* ___1_name, bool ___2_isDirectory, const RuntimeMethod* method) ;
// System.String System.IO.FileSystemInfo::get_Extension()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileSystemInfo_get_Extension_mC1DA9A769E890D35AC34C76DEF46EA3C570F7D71 (FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* __this, const RuntimeMethod* method) ;
// System.IO.FileAttributes System.IO.FileSystemInfo::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileSystemInfo_get_Attributes_m38971A5B147214C5EE193CE9F60628EA834EF6DA (FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileSystemEntry::.ctor(System.IO.FileSystemInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEntry__ctor_mF430AF0B8B46B9648DD5AB64CACBE16FB6252528 (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* __this, FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* ___0_fileInfo, const RuntimeMethod* method) ;
// System.Void System.IO.DirectoryInfo::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DirectoryInfo__ctor_m36BC476C58B55083046C0A738157D84E2323E0E9 (DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* __this, String_t* ___0_path, const RuntimeMethod* method) ;
// System.IO.FileSystemInfo[] System.IO.DirectoryInfo::GetFileSystemInfos()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7* DirectoryInfo_GetFileSystemInfos_m35F27B3A479619281F13C053A9164ACC6C135BED (DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* __this, const RuntimeMethod* method) ;
// System.IO.FileStream System.IO.File::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* File_Create_m7A88AE26DE05E6D790E3C5B1140EE5DC91DCC519 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.IO.DirectoryInfo System.IO.Directory::CreateDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* Directory_CreateDirectory_m16EC5CE8561A997C6635E06DC24C77590F29D94F (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void System.IO.File::WriteAllBytes(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllBytes_mC491031DA14AA9B591F62D6AD0181D090E081077 (String_t* ___0_path, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bytes, const RuntimeMethod* method) ;
// System.Void System.IO.File::WriteAllText(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_WriteAllText_m8AE8932A417928EF1E86F1E6B37C7A41904614D1 (String_t* ___0_path, String_t* ___1_contents, const RuntimeMethod* method) ;
// System.Void System.IO.File::Copy(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Copy_m3798F05909C43D7EA26130D51D0A15CFCBE7458A (String_t* ___0_sourceFileName, String_t* ___1_destFileName, bool ___2_overwrite, const RuntimeMethod* method) ;
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m158997E4E7ADD1BA5E75F4835882E32137ACB3C9 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, String_t* ___0_path, int32_t ___1_mode, int32_t ___2_access, const RuntimeMethod* method) ;
// System.Void System.IO.File::AppendAllText(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_AppendAllText_m08069DB321F56261289DCE3509565270F23DAEC6 (String_t* ___0_path, String_t* ___1_contents, const RuntimeMethod* method) ;
// System.IO.FileStream System.IO.File::OpenRead(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* File_OpenRead_m6181B052EB0E98D2E18FAC79E7744D766BA4244C (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Byte[] System.IO.File::ReadAllBytes(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* File_ReadAllBytes_m704CBBA3F130C94F5A3E0BE2A93D9E9D79DC3E24 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.String System.IO.File::ReadAllText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* File_ReadAllText_mA4A939F853D573379F7129AFDC469B91E9747BAA (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void System.IO.File::Move(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Move_mBC9450111E0144A55D893A720F19E612D658AC37 (String_t* ___0_sourceFileName, String_t* ___1_destFileName, const RuntimeMethod* method) ;
// System.IO.DirectoryInfo System.IO.DirectoryInfo::get_Parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* DirectoryInfo_get_Parent_m2B95E4D3CBA22F8DAA259247ED791F1411D93347 (DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* __this, const RuntimeMethod* method) ;
// System.Void System.IO.Directory::Move(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Move_mA9C7ED31B0223C808C52AC0AF5F4476305DB5D31 (String_t* ___0_sourceDirName, String_t* ___1_destDirName, const RuntimeMethod* method) ;
// System.Void System.IO.File::Delete(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void File_Delete_mE29829DA504F3E1B8BCB78F21E2862C9ED7EC386 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void System.IO.Directory::Delete(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Directory_Delete_mB5C70379DEFE9B8AA95F67BAE04233E60CEF09F4 (String_t* ___0_path, bool ___1_recursive, const RuntimeMethod* method) ;
// System.String System.IO.Path::GetFileName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFileName_mB1A8CE314EE250B06E3D33142315E2BD3A75D1D6 (String_t* ___0_path, const RuntimeMethod* method) ;
// System.Void System.IO.FileInfo::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileInfo__ctor_m0A602529DFCFC44BB4EF4C530E6FBA765C44143F (FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C* __this, String_t* ___0_fileName, const RuntimeMethod* method) ;
// System.Int64 System.IO.FileInfo::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileInfo_get_Length_m7FADCE0E3C88678C0A7BFA694786C02AD652A33B (FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C* __this, const RuntimeMethod* method) ;
// System.DateTime System.IO.FileSystemInfo::get_LastWriteTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D FileSystemInfo_get_LastWriteTime_m5009457B3D837E929AF4FBC9E2738F15BB6476C5 (FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UI.Image::set_sprite(UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE (Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_value, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowserItem::set_IsDirectory(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowserItem_set_IsDirectory_m9F7592FBAF14295A01ED6D87656F7A648229FA2B_inline (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Boolean SimpleFileBrowser.FileBrowser::get_SingleClickMode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowser_get_SingleClickMode_m4068E0D1A5119C8C798858053842B82D5B93D35F_inline (const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::OnItemSelected(SimpleFileBrowser.FileBrowserItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnItemSelected_m333926D4698B48901254FEBCD730DDAA5A70B466 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___0_item, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::OnItemOpened(SimpleFileBrowser.FileBrowserItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnItemOpened_mF10FD97A708836D3BEB77EAAF972F47B732F6C26 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___0_item, const RuntimeMethod* method) ;
// System.Single UnityEngine.Time::get_realtimeSinceStartup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_realtimeSinceStartup_m73B3CB73175D79A44333D59BB70F9EDE55EC9510 (const RuntimeMethod* method) ;
// System.Int32 SimpleFileBrowser.FileBrowser::get_SelectedFilePosition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FileBrowser_get_SelectedFilePosition_mF9756DE445A599A0A1C5FA5FADDA9D261F67B68A_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.ListItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItem__ctor_mA0B5A84516018300245E2EA04E7C137BE13947C5 (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.RectTransform>()
inline RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// UnityEngine.Camera UnityEngine.EventSystems.PointerEventData::get_pressEventCamera()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3 (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_pressPosition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_pressPosition_m8A6788DA6BF81481E4EBCBA2ED1838F786EBAE63_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.RectTransformUtility::ScreenPointToLocalPointInRectangle(UnityEngine.RectTransform,UnityEngine.Vector2,UnityEngine.Camera,UnityEngine.Vector2&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectTransformUtility_ScreenPointToLocalPointInRectangle_m01A75CAFB6D1019F1C65BA606635EAB10AF31195 (RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ___0_rect, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_screenPoint, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___2_cam, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___3_localPoint, const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.EventSystems.PointerEventData::get_position()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::OnViewportDimensionsChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_OnViewportDimensionsChanged_m2237B1BEE18B250322CE2E7419E489CD814E9D65 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowser::OnQuickLinkSelected(SimpleFileBrowser.FileBrowserQuickLink)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnQuickLinkSelected_mF39F1978B97F02682B10FB6B337AFF4332639C6E (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* ___0_quickLink, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.FileBrowserItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem__ctor_m000628680830F8191990ACBD87D5C93085492FD3 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.OnItemClickedHandler::Invoke(SimpleFileBrowser.ListItem)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_inline (OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method) ;
// UnityEngine.UI.ScrollRect/ScrollRectEvent UnityEngine.UI.ScrollRect::get_onValueChanged()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26* ScrollRect_get_onValueChanged_mA6AF3832A97E82D31BB8C20BCD6E87A300E56C05_inline (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Events.UnityAction`1<UnityEngine.Vector2>::.ctor(System.Object,System.IntPtr)
inline void UnityAction_1__ctor_m71C125B79EE35648CFC416CA7DBBC27C8DBAD45A (UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_1__ctor_m71C125B79EE35648CFC416CA7DBBC27C8DBAD45A_gshared)(__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.Events.UnityEvent`1<UnityEngine.Vector2>::AddListener(UnityEngine.Events.UnityAction`1<T0>)
inline void UnityEvent_1_AddListener_m2B74313C91E347D6AD24CE5B036E190E77E70851 (UnityEvent_1_t9A868DD8EBFC0D9D8134D903A170ECBDEE567932* __this, UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669* ___0_call, const RuntimeMethod* method)
{
(( void (*) (UnityEvent_1_t9A868DD8EBFC0D9D8134D903A170ECBDEE567932*, UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669*, const RuntimeMethod*))UnityEvent_1_AddListener_m2B74313C91E347D6AD24CE5B036E190E77E70851_gshared)(__this, ___0_call, method);
}
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::UpdateItemsInTheList(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_UpdateItemsInTheList_mB07D3C000F36B8624BF3C976062F0282F1A07735 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, bool ___0_updateAllVisibleItems, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::CreateItemsBetweenIndices(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_CreateItemsBetweenIndices_m4B0B02E117999A197E4A0DEA516A278F1584A0D2 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_topIndex, int32_t ___1_bottomIndex, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::DestroyItemsBetweenIndices(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_DestroyItemsBetweenIndices_m28F635E7219C4C10E6E39FF007655C4F529369D8 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_topIndex, int32_t ___1_bottomIndex, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::UpdateItemContentsBetweenIndices(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_UpdateItemContentsBetweenIndices_m0E70EA7697E8AC97244265F6BF2754470410CF4F (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_topIndex, int32_t ___1_bottomIndex, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.RecycledListView::CreateItemAtIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_CreateItemAtIndex_m3EE332AEF541E25FD8BD5FDBAA9E3EB4ED8F18E2 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>::get_Count()
inline int32_t Stack_1_get_Count_m9670CF8806836FEB46CE672C75CEA1ACB706CF2C_inline (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
}
// T System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>::Pop()
inline ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* Stack_1_Pop_m2DB79BEEAC46CA0F95E450AB79CF477496FA634D (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* __this, const RuntimeMethod* method)
{
return (( ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* (*) (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
}
// System.Void UnityEngine.Transform::SetParent(UnityEngine.Transform,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_parent, bool ___1_worldPositionStays, const RuntimeMethod* method) ;
// System.Void SimpleFileBrowser.ListItem::SetAdapter(SimpleFileBrowser.IListViewAdapter)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListItem_SetAdapter_m1803AD912C0AF6D5DFF1174084D94CF168BF11E0_inline (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, RuntimeObject* ___0_listView, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m7A87FE6684BC522309696445F66237AAD2D50827 (Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* __this, int32_t ___0_key, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA*, int32_t, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6*, const RuntimeMethod*))Dictionary_2_set_Item_m2888D71A14F2B8510102F24FEE90552E91B124C1_gshared)(__this, ___0_key, ___1_value, method);
}
// TValue System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem>::get_Item(TKey)
inline ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58 (Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* __this, int32_t ___0_key, const RuntimeMethod* method)
{
return (( ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* (*) (Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA*, int32_t, const RuntimeMethod*))Dictionary_2_get_Item_mC3FEA647E750C27367C990777D8890E0E712E514_gshared)(__this, ___0_key, method);
}
// System.Void System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>::Push(T)
inline void Stack_1_Push_mD9EE743EA81C0D6BD49D98ED4F5780142A7FFB28 (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78*, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
}
// System.Void SimpleFileBrowser.ListItem::set_Position(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListItem_set_Position_m418B3AB7AE5529DD304CA048D3C3012849DFEAC3_inline (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<System.Int32,SimpleFileBrowser.ListItem>::.ctor()
inline void Dictionary_2__ctor_mB70BDA2D428588C94AC1C399CEC6CADAE6371FE7 (Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA*, const RuntimeMethod*))Dictionary_2__ctor_m92E9AB321FBD7147CA109C822D99C8B0610C27B7_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Stack`1<SimpleFileBrowser.ListItem>::.ctor()
inline void Stack_1__ctor_m8E7BCB8B45FC4751476B177A619B2686668DB34E (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
}
// System.Object MiniJSON.Json/Parser::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_Parse_m048E00F05C588343625E4A1CD3D62038E17722F1 (String_t* ___0_jsonString, const RuntimeMethod* method) ;
// System.String MiniJSON.Json/Serializer::Serialize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Serializer_Serialize_m4BE25E76C9FAEE7FF83100AD8F13DC2349251887 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924 (Il2CppChar ___0_c, const RuntimeMethod* method) ;
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
// System.Void System.IO.StringReader::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0 (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* __this, String_t* ___0_s, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Parser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m5F80E026C9D94E94EF918063572F0ACE937D6E62 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, String_t* ___0_jsonString, const RuntimeMethod* method) ;
// System.Object MiniJSON.Json/Parser::ParseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_ParseValue_mA4C23822F44634EA0944A828112D706B98AB0C61 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Void System.IO.TextReader::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextReader_Dispose_mDCB332EFA06970A9CC7EC4596FCC5220B9512616 (TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* __this, const RuntimeMethod* method) ;
// MiniJSON.Json/Parser/TOKEN MiniJSON.Json/Parser::get_NextToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_get_NextToken_m34C299688A8015C06F6BB7068C84D6FE7A68A747 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.String MiniJSON.Json/Parser::ParseString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_ParseString_m875C2B5594D3C6A50C8166D7444A1EED5372CF85 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Object MiniJSON.Json/Parser::ParseByToken(MiniJSON.Json/Parser/TOKEN)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_ParseByToken_mD062F21DCF05ACF7D4939F0D5D4C9D214ED15D0F (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, int32_t ___0_token, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Object MiniJSON.Json/Parser::ParseNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_ParseNumber_mFB791DAA1FC9AEABAA6E8CD067617AEE2CDE9512 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> MiniJSON.Json/Parser::ParseObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* Parser_ParseObject_mCE27A97DD550BE01B8F50E0B5354A2FCF5B43349 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<System.Object> MiniJSON.Json/Parser::ParseArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Parser_ParseArray_mFB0A61F43183970F6D05E94BDF8860371C715591 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Char MiniJSON.Json/Parser::get_NextChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_NextChar_m800FCEF9B0C72DC84F739DBAC8CC12864D1AA430 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, const RuntimeMethod* method) ;
// System.Int32 System.Convert::ToInt32(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mD1B3AFBDA26E52D0382434804364FEF8BA241FB4 (String_t* ___0_value, int32_t ___1_fromBase, const RuntimeMethod* method) ;
// System.String MiniJSON.Json/Parser::get_NextWord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_get_NextWord_mA4DBE6A91BA864C8F7693937F89209E2E7D0220A (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Boolean System.Int64::TryParse(System.String,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2 (String_t* ___0_s, int64_t* ___1_result, const RuntimeMethod* method) ;
// System.Boolean System.Double::TryParse(System.String,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m60AD55BC181D70F661BC2A2294E66B5466C3C018 (String_t* ___0_s, double* ___1_result, const RuntimeMethod* method) ;
// System.Char MiniJSON.Json/Parser::get_PeekChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_PeekChar_mA1EAD1C91D69B29C281D03976BDCD15E2B4411E5 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Char System.Convert::ToChar(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_mF1B1B205DDEFDE52251235514E7DAFCAB37D1F24 (int32_t ___0_value, const RuntimeMethod* method) ;
// System.Boolean MiniJSON.Json/Parser::IsWordBreak(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_IsWordBreak_m76B748761F3D3C4CECCD0B7CF3A9A6A8082ADF4A (Il2CppChar ___0_c, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Parser::EatWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_EatWhitespace_m912C05CB24F4164C96C7E431DF942EB1356285C7 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Serializer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer__ctor_m9DA8616EA7E0284CA21D5B6665D7798875D52A29 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Serializer::SerializeValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeValue_m3B2D1698CC74A23CF8E1DE1829676590823459DC (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Serializer::SerializeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeString_m3195D253DADD72083860BC3A85E82DDFEC958BA7 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, String_t* ___0_str, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeArray_m61D80EEDA84A38B6DBF53609B88CA57B00C77FE1 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_anArray, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeObject_m8B31489C19418217A903E21A210D76F370334FF3 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B (String_t* __this, Il2CppChar ___0_c, int32_t ___1_count, const RuntimeMethod* method) ;
// System.Void MiniJSON.Json/Serializer::SerializeOther(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeOther_mE8E1FF5662A69CBB95590F57A3EAB23CBCBDC711 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Char[] System.String::ToCharArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46 (String_t* __this, const RuntimeMethod* method) ;
// System.Int32 System.Convert::ToInt32(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mDBBE9318A7CCE1560974CE93F5BFED9931CF0052 (Il2CppChar ___0_value, const RuntimeMethod* method) ;
// System.String System.Int32::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, const RuntimeMethod* method) ;
// System.String System.Single::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D (float* __this, String_t* ___0_format, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m3A7D629DAA5E0E36B8A617A911E34F79AF84AE63 (StringBuilder_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Double System.Convert::ToDouble(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m86FF4F837721833186E883102C056A35F0860EB0 (RuntimeObject* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Behaviour::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A (Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Single UnityEngine.Time::get_time()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B (const RuntimeMethod* method) ;
// System.Void System.Action::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
// System.Void GoldenSDK.TimerBehaviour::ReStart()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_ReStart_mB1C07C37A82FB0100CBCA8C5017AA11A1954D97C (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method) ;
// T UnityEngine.GameObject::AddComponent<GoldenSDK.TimerBehaviour>()
inline TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* GameObject_AddComponent_TisTimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6_m856E0CD35A82368F042DE784E476A004D82CFB30 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// GoldenSDK.TimerBehaviour GoldenSDK.TimerBehaviour::SetTimer(System.Action,System.Single,System.Int32,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* TimerBehaviour_SetTimer_mA76C457ACD024C6CD6F33444E60AA1B032C27B5D (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_onEnd, float ___1_delayTime, int32_t ___2_count, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___3_onUpdate, const RuntimeMethod* method) ;
// System.Void GoldenSDK.TimerBehaviour::Play()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_Play_m313B984DBCB431F75AF574439BE411344606C73D (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method) ;
// System.Void GoldenSDK.TimerBehaviour/<DelayCall>d__26::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayCallU3Ed__26__ctor_m3B24BFF255D168C30AB01DBEC710ED5A2B46F18D (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<UnityEngine.UI.Graphic>()
inline Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* Component_GetComponent_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mFE18E20FC92395F90E776DBC4CD214A4F2D97D90 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// UnityEngine.Color UnityEngine.Color::op_Multiply(UnityEngine.Color,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, float ___1_b, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::op_Addition(UnityEngine.Color,UnityEngine.Color)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Addition_mA7A51CACA49ED8D23D3D9CA3A0092D32F657E053_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::op_Subtraction(UnityEngine.Color,UnityEngine.Color)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Subtraction_mF003448D819F2A41405BB6D85F1563CDA900B07F_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method) ;
// T UnityEngine.Component::GetComponent<GoldenSDK.UIColorTween>()
inline UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* Component_GetComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m552F4B8CD9C4ACCF87EEFD705707A9C1F66270B9 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
{
return (( UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
}
// T UnityEngine.GameObject::AddComponent<GoldenSDK.UIColorTween>()
inline UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* GameObject_AddComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m91883829E45DE147442FAD8084EA46A1E0ADB8BE (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method)
{
return (( UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method);
}
// System.Void GoldenSDK.UIColorTween::SetImg(UnityEngine.UI.Graphic)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_SetImg_m3C614F48EF3DBA7CD8D5FD9473F01D25C5931059 (UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* __this, Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, const RuntimeMethod* method) ;
// System.Void GoldenSDK.UIColorTween::Tween(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_Tween_mE6A52C3D6703D230FC2F6BD0630B53BEC5DE7F9C (UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_dist, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_src, float ___2_time, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
// System.Void GoldenSDK.UIColorTween::ColorTo(UnityEngine.UI.Graphic,UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_ColorTo_m7B14DDC6E2CF7E92790286007DCD8CEF95651FF7 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_dist, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_src, float ___3_time, const RuntimeMethod* method) ;
// System.Single[] GoldenSDK.Audio.AudioClipEncoder::DecodeByteToFloat(System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* AudioClipEncoder_DecodeByteToFloat_m4330D6C25163B075A7DA694D8693AF8ABBA3E9ED (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, bool ___1_useCompress, const RuntimeMethod* method) ;
// UnityEngine.AudioClip GoldenSDK.Audio.AudioClipEncoder::CreateClipFromRaw(System.Single[],System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* AudioClipEncoder_CreateClipFromRaw_mF04EAF0CC4DBD24422264CF66A13CD3D5CE9CCD6 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_sound, String_t* ___1_name, int32_t ___2_channels, int32_t ___3_frequency, const RuntimeMethod* method) ;
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::EncodeFloatToByte(System.Single[],System.Byte[]&,System.Int32,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_EncodeFloatToByte_mFAF462A1EA070B0A65D72F8D32C7EF9D1D224A76 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_data, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___1_bytes, int32_t ___2_frequency, float ___3_scale, bool ___4_useCompress, const RuntimeMethod* method) ;
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::Compress(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_Compress_m1EE28D2AC2D74127269D0FF33CDB67C195C3E4E3 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method) ;
// System.Single[] GoldenSDK.Audio.AudioClipEncoder::DecodeByteToFloat(System.Byte[],System.Single[]&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* AudioClipEncoder_DecodeByteToFloat_m7F161EF6A9DE121C0CD33BB7407BCDDF51A013C9 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** ___1_data, bool ___2_useCompress, const RuntimeMethod* method) ;
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::Decompress(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_Decompress_m89431C6674A2F224B3A5D1991FEDB8EB7CA36C69 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method) ;
// System.Single System.BitConverter::ToSingle(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
// System.Void System.IO.MemoryStream::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m662CA0D5A0004A2E3B475FE8DCD687B654870AA2 (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, const RuntimeMethod* method) ;
// System.Void System.IO.MemoryStream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, const RuntimeMethod* method) ;
// System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_m25053634B041374B528EB0F01612B072A9AF2E05 (GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, int32_t ___1_mode, const RuntimeMethod* method) ;
// System.Void GoldenSDK.Audio.AudioClipEncoder::CopyTo(System.IO.Stream,System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioClipEncoder_CopyTo_m6B115EF1E9B84FAF2C10D92FEFC97678A136FA5A (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_src, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_dest, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
IL2CPP_EXTERN_C void DEFAULT_CALL _showToast(char*, int32_t);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: SelectPanel/TeamGroup
IL2CPP_EXTERN_C void TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshal_pinvoke(const TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E& unmarshaled, TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_pinvoke& marshaled)
{
Exception_t* ___players_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'players' of type 'TeamGroup'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___players_1Exception, NULL);
}
IL2CPP_EXTERN_C void TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshal_pinvoke_back(const TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_pinvoke& marshaled, TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E& unmarshaled)
{
Exception_t* ___players_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'players' of type 'TeamGroup'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___players_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: SelectPanel/TeamGroup
IL2CPP_EXTERN_C void TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshal_pinvoke_cleanup(TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: SelectPanel/TeamGroup
IL2CPP_EXTERN_C void TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshal_com(const TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E& unmarshaled, TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_com& marshaled)
{
Exception_t* ___players_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'players' of type 'TeamGroup'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___players_1Exception, NULL);
}
IL2CPP_EXTERN_C void TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshal_com_back(const TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_com& marshaled, TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E& unmarshaled)
{
Exception_t* ___players_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'players' of type 'TeamGroup'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___players_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: SelectPanel/TeamGroup
IL2CPP_EXTERN_C void TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshal_com_cleanup(TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E_marshaled_com& marshaled)
{
}
// System.String SelectPanel/TeamGroup::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TeamGroup_ToString_m7071382D0133D35A55505862272DCECE151A298E (TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ConvertAll_TisString_t_m6980302F060FAEB83231AE4E1C760E37C9DDD6D8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CToStringU3Eb__2_0_mEF4C60E02201F643C9F9E1058D036B1A33C3A01F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB);
s_Il2CppMethodInitialized = true;
}
Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* G_B2_0 = NULL;
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* G_B2_1 = NULL;
String_t* G_B2_2 = NULL;
String_t* G_B2_3 = NULL;
String_t* G_B2_4 = NULL;
Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* G_B1_0 = NULL;
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* G_B1_1 = NULL;
String_t* G_B1_2 = NULL;
String_t* G_B1_3 = NULL;
String_t* G_B1_4 = NULL;
{
// return score + ":" + string.Join(",", players.ConvertAll(p => p.name));
int32_t* L_0 = (&__this->___score_0);
String_t* L_1;
L_1 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_0, NULL);
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* L_2 = __this->___players_1;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var);
Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* L_3 = ((U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var))->___U3CU3E9__2_0_1;
Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* L_4 = L_3;
G_B1_0 = L_4;
G_B1_1 = L_2;
G_B1_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
G_B1_3 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
G_B1_4 = L_1;
if (L_4)
{
G_B2_0 = L_4;
G_B2_1 = L_2;
G_B2_2 = _stringLiteralC18C9BB6DF0D5C60CE5A5D2D3D6111BEB6F8CCEB;
G_B2_3 = _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
G_B2_4 = L_1;
goto IL_003a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var);
U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D* L_5 = ((U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* L_6 = (Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C*)il2cpp_codegen_object_new(Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C_il2cpp_TypeInfo_var);
NullCheck(L_6);
Converter_2__ctor_m192147437557714A393FD9243E0D4C86A2E30916(L_6, L_5, (intptr_t)((void*)U3CU3Ec_U3CToStringU3Eb__2_0_mEF4C60E02201F643C9F9E1058D036B1A33C3A01F_RuntimeMethod_var), NULL);
Converter_2_t63C864AFE072B3759123A31170C2808DE8126B0C* L_7 = L_6;
((U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var))->___U3CU3E9__2_0_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var))->___U3CU3E9__2_0_1), (void*)L_7);
G_B2_0 = L_7;
G_B2_1 = G_B1_1;
G_B2_2 = G_B1_2;
G_B2_3 = G_B1_3;
G_B2_4 = G_B1_4;
}
IL_003a:
{
NullCheck(G_B2_1);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_8;
L_8 = List_1_ConvertAll_TisString_t_m6980302F060FAEB83231AE4E1C760E37C9DDD6D8(G_B2_1, G_B2_0, List_1_ConvertAll_TisString_t_m6980302F060FAEB83231AE4E1C760E37C9DDD6D8_RuntimeMethod_var);
String_t* L_9;
L_9 = String_Join_m8159F953B3D62AA54A0853A6E9573CDC0F63E158(G_B2_2, L_8, NULL);
String_t* L_10;
L_10 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B2_4, G_B2_3, L_9, NULL);
return L_10;
}
}
IL2CPP_EXTERN_C String_t* TeamGroup_ToString_m7071382D0133D35A55505862272DCECE151A298E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<TeamGroup_tD7FB4DF900B6CABEB6AF25012EA5480E5FCF461E*>(__this + _offset);
String_t* _returnValue;
_returnValue = TeamGroup_ToString_m7071382D0133D35A55505862272DCECE151A298E(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void SelectPanel/TeamGroup/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5478C602F88E624457A053FF8D66E048C30C04D0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D* L_0 = (U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D*)il2cpp_codegen_object_new(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m0180D3D0C3711BDB411423D968EFA7E7FD8DAFFF(L_0, NULL);
((U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void SelectPanel/TeamGroup/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m0180D3D0C3711BDB411423D968EFA7E7FD8DAFFF (U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.String SelectPanel/TeamGroup/<>c::<ToString>b__2_0(SelectPanel/PlayData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CToStringU3Eb__2_0_mEF4C60E02201F643C9F9E1058D036B1A33C3A01F (U3CU3Ec_tC52E3E8951F20A39D569D3A17F3688F857FAED0D* __this, PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 ___0_p, const RuntimeMethod* method)
{
{
// return score + ":" + string.Join(",", players.ConvertAll(p => p.name));
PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 L_0 = ___0_p;
String_t* L_1 = L_0.___name_0;
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: SelectPanel/PlayData
IL2CPP_EXTERN_C void PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshal_pinvoke(const PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773& unmarshaled, PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_pinvoke& marshaled)
{
Exception_t* ___partner_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'partner' of type 'PlayData'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___partner_3Exception, NULL);
}
IL2CPP_EXTERN_C void PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshal_pinvoke_back(const PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_pinvoke& marshaled, PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773& unmarshaled)
{
Exception_t* ___partner_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'partner' of type 'PlayData'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___partner_3Exception, NULL);
}
// Conversion method for clean up from marshalling of: SelectPanel/PlayData
IL2CPP_EXTERN_C void PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshal_pinvoke_cleanup(PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: SelectPanel/PlayData
IL2CPP_EXTERN_C void PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshal_com(const PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773& unmarshaled, PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_com& marshaled)
{
Exception_t* ___partner_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'partner' of type 'PlayData'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___partner_3Exception, NULL);
}
IL2CPP_EXTERN_C void PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshal_com_back(const PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_com& marshaled, PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773& unmarshaled)
{
Exception_t* ___partner_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'partner' of type 'PlayData'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___partner_3Exception, NULL);
}
// Conversion method for clean up from marshalling of: SelectPanel/PlayData
IL2CPP_EXTERN_C void PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshal_com_cleanup(PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773_marshaled_com& marshaled)
{
}
// System.String SelectPanel/PlayData::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* PlayData_ToString_m79A9C35B3F3B7E213818550F18C7A39B0FBAA7BD (PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B);
s_Il2CppMethodInitialized = true;
}
{
// return name + "x" + total;
String_t* L_0 = __this->___name_0;
int32_t* L_1 = (&__this->___total_1);
String_t* L_2;
L_2 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_1, NULL);
String_t* L_3;
L_3 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_0, _stringLiteral062DB096C728515E033CF8C48A1C1F0B9A79384B, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* PlayData_ToString_m79A9C35B3F3B7E213818550F18C7A39B0FBAA7BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773*>(__this + _offset);
String_t* _returnValue;
_returnValue = PlayData_ToString_m79A9C35B3F3B7E213818550F18C7A39B0FBAA7BD(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void SelectPanel/<>c__DisplayClass32_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0__ctor_m32A09BDB3A9CD32F8CF45454BDC200BB46B3B379 (U3CU3Ec__DisplayClass32_0_t55C596FE2E89D88855D1672A4D8EE7CFCF799855* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void SelectPanel/<>c__DisplayClass32_0::<OnEnable>b__1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass32_0_U3COnEnableU3Eb__1_mD766D24A04F09181FBB642A3E54DE483C53E2292 (U3CU3Ec__DisplayClass32_0_t55C596FE2E89D88855D1672A4D8EE7CFCF799855* __this, const RuntimeMethod* method)
{
{
// team.onClick.AddListener(() => OnClickTeam(index));
SelectPanel_tFC9019D8EE79143BF4455B84EDB4E676365C513D* L_0 = __this->___U3CU3E4__this_1;
int32_t L_1 = __this->___index_0;
NullCheck(L_0);
SelectPanel_OnClickTeam_mABA590C484C1FEA11004D19F6ECDE6170DC19281(L_0, L_1, 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 SelectPanel/<>c__DisplayClass44_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass44_0__ctor_mC21C3BBC5B16F4582E58002EDA29F6801B00BA8D (U3CU3Ec__DisplayClass44_0_t4D0B74BD89BDF881D8A40222B5D79BC25E02A237* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean SelectPanel/<>c__DisplayClass44_0::<GetGroupScore>b__0(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass44_0_U3CGetGroupScoreU3Eb__0_m7AA45E933433D40E5CC4B21FBF58056B2003BB04 (U3CU3Ec__DisplayClass44_0_t4D0B74BD89BDF881D8A40222B5D79BC25E02A237* __this, String_t* ___0_p, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// score -= 10 * CountFindAll(player.rival, p => p == list[i ^ 2].name);
String_t* L_0 = ___0_p;
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* L_1 = __this->___list_0;
int32_t L_2 = __this->___i_1;
NullCheck(L_1);
PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 L_3;
L_3 = List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A(L_1, ((int32_t)(L_2^2)), List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_RuntimeMethod_var);
String_t* L_4 = L_3.___name_0;
bool L_5;
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, L_4, NULL);
return L_5;
}
}
// System.Boolean SelectPanel/<>c__DisplayClass44_0::<GetGroupScore>b__1(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass44_0_U3CGetGroupScoreU3Eb__1_m7E10198DE5AA8FA14720777CD333BB9FD5FF9CE9 (U3CU3Ec__DisplayClass44_0_t4D0B74BD89BDF881D8A40222B5D79BC25E02A237* __this, String_t* ___0_p, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// score -= 10 * CountFindAll(player.rival, p => p == list[i ^ 3].name);
String_t* L_0 = ___0_p;
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* L_1 = __this->___list_0;
int32_t L_2 = __this->___i_1;
NullCheck(L_1);
PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 L_3;
L_3 = List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A(L_1, ((int32_t)(L_2^3)), List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_RuntimeMethod_var);
String_t* L_4 = L_3.___name_0;
bool L_5;
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, L_4, NULL);
return L_5;
}
}
// System.Boolean SelectPanel/<>c__DisplayClass44_0::<GetGroupScore>b__3(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass44_0_U3CGetGroupScoreU3Eb__3_m60675F67EED4201F77C00A212DE834805343DAEE (U3CU3Ec__DisplayClass44_0_t4D0B74BD89BDF881D8A40222B5D79BC25E02A237* __this, String_t* ___0_p, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// score -= 1000 * CountFindAll(player.partner, p => p == list[i ^ 1].name);
String_t* L_0 = ___0_p;
List_1_t8FF068EFF1C811035F07FEF648440D4343A771C8* L_1 = __this->___list_0;
int32_t L_2 = __this->___i_1;
NullCheck(L_1);
PlayData_t3CE2D4FA632573257BE473EC0BCD6C5DFDED8773 L_3;
L_3 = List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A(L_1, ((int32_t)(L_2^1)), List_1_get_Item_mC6820F5891C57B0AA4F48ACB18F406F70152F18A_RuntimeMethod_var);
String_t* L_4 = L_3.___name_0;
bool L_5;
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, L_4, NULL);
return L_5;
}
}
#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 SelectPanel/<>c__DisplayClass44_1::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass44_1__ctor_m361E76793EED648754B146C59E62C858ADA78595 (U3CU3Ec__DisplayClass44_1_t137D960C43CA11D8A9FD33C5BC1F43E61DE1CFFB* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Boolean SelectPanel/<>c__DisplayClass44_1::<GetGroupScore>b__2(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass44_1_U3CGetGroupScoreU3Eb__2_m1CFEB8C3038C517774BCDFAC2E1E326C44D7014E (U3CU3Ec__DisplayClass44_1_t137D960C43CA11D8A9FD33C5BC1F43E61DE1CFFB* __this, String_t* ___0_p, const RuntimeMethod* method)
{
{
// score -= 100 * CountFindAll(player.rivalGroup, p => p == gName1 || p == gName2);
String_t* L_0 = ___0_p;
String_t* L_1 = __this->___gName1_0;
bool L_2;
L_2 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, L_1, NULL);
if (L_2)
{
goto IL_001b;
}
}
{
String_t* L_3 = ___0_p;
String_t* L_4 = __this->___gName2_1;
bool L_5;
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL);
return L_5;
}
IL_001b:
{
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TextToSpeech::SetSpeed(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_SetSpeed_m05812FDC267AF9508430B3A5B0395397E2BF9D4D (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, float ___0_val, const RuntimeMethod* method)
{
{
// public void SetSpeed(float val) { speed = Mathf.Round(val * 100) / 100f; }
float L_0 = ___0_val;
float L_1;
L_1 = bankers_roundf(((float)il2cpp_codegen_multiply(L_0, (100.0f))));
__this->___speed_4 = ((float)(L_1/(100.0f)));
// public void SetSpeed(float val) { speed = Mathf.Round(val * 100) / 100f; }
return;
}
}
// System.Void TextToSpeech::SetProviderType(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_SetProviderType_m7D438608D85A216096D29410D9570BF7BF64D006 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, int32_t ___0_val, const RuntimeMethod* method)
{
{
// public void SetProviderType(int val) { providerType = (TTS.ProviderType)val; }
int32_t L_0 = ___0_val;
__this->___providerType_6 = L_0;
// public void SetProviderType(int val) { providerType = (TTS.ProviderType)val; }
return;
}
}
// System.Void TextToSpeech::SetAccelerate(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_SetAccelerate_mEE0A7307F41EB1EFADE26359D6DF1CA4CE2284BC (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, float ___0_val, const RuntimeMethod* method)
{
{
// public void SetAccelerate(float val) { accelerate = val; }
float L_0 = ___0_val;
__this->___accelerate_5 = L_0;
// public void SetAccelerate(float val) { accelerate = val; }
return;
}
}
// System.Void TextToSpeech::SetDelay(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_SetDelay_m572E90443ABF30B8C47CD0A426B4C2066F27E21E (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, float ___0_val, const RuntimeMethod* method)
{
{
// public void SetDelay(float val) { delayOffset = val; }
float L_0 = ___0_val;
__this->___delayOffset_7 = L_0;
// public void SetDelay(float val) { delayOffset = val; }
return;
}
}
// UnityEngine.AudioSource TextToSpeech::get_audioSource()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method)
{
{
// public AudioSource audioSource { get; private set; }
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_0 = __this->___U3CaudioSourceU3Ek__BackingField_10;
return L_0;
}
}
// System.Void TextToSpeech::set_audioSource(UnityEngine.AudioSource)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_set_audioSource_mB770C4BEC940AB6701CF0BD04D49480FCFF2FE57 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___0_value, const RuntimeMethod* method)
{
{
// public AudioSource audioSource { get; private set; }
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_0 = ___0_value;
__this->___U3CaudioSourceU3Ek__BackingField_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CaudioSourceU3Ek__BackingField_10), (void*)L_0);
return;
}
}
// System.Int64 TextToSpeech::get_storageSize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t TextToSpeech_get_storageSize_mC5E14F4B3EFCE24543616777C9DCBE3122DB6D79 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method)
{
{
// public long storageSize { get { return storage.AllFileSize; } }
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* L_0 = __this->___storage_9;
NullCheck(L_0);
int64_t L_1;
L_1 = StorageDataManager_get_AllFileSize_m0EDDB03EB49B0370494E54006F74C148DA0EAF20(L_0, NULL);
return L_1;
}
}
// System.Void TextToSpeech::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_Awake_mDBDFDFA0131E4250C66882121A94616CC9F6B1F2 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral607B5C783006B6A7F1F4DD38C9D7C01315BBF193);
s_Il2CppMethodInitialized = true;
}
{
// audioSource = GetComponent<AudioSource>();
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_0;
L_0 = Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B(__this, Component_GetComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m42DA4DEA19EB60D80CBED7413ADEB27FA033C77B_RuntimeMethod_var);
TextToSpeech_set_audioSource_mB770C4BEC940AB6701CF0BD04D49480FCFF2FE57_inline(__this, L_0, NULL);
// if (audioSource == null)
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_1;
L_1 = TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_2)
{
goto IL_002b;
}
}
{
// audioSource = gameObject.AddComponent<AudioSource>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
L_3 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_3);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_4;
L_4 = GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14(L_3, GameObject_AddComponent_TisAudioSource_t871AC2272F896738252F04EE949AEF5B241D3299_m0E8EFDB9B3D8DF1ADE10C56D3168A9C1BA19BF14_RuntimeMethod_var);
TextToSpeech_set_audioSource_mB770C4BEC940AB6701CF0BD04D49480FCFF2FE57_inline(__this, L_4, NULL);
}
IL_002b:
{
// storage = new StorageDataManager();
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* L_5 = (StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100*)il2cpp_codegen_object_new(StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100_il2cpp_TypeInfo_var);
NullCheck(L_5);
StorageDataManager__ctor_m2DF5D92BD0309ABFDC96A2ABB6BF6169A8DF834A(L_5, NULL);
__this->___storage_9 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___storage_9), (void*)L_5);
// storage.Init("SpeechVoice");
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* L_6 = __this->___storage_9;
NullCheck(L_6);
StorageDataManager_Init_m98FE0F1F29546AF5537233C66D1112C1EFDE1FAA(L_6, _stringLiteral607B5C783006B6A7F1F4DD38C9D7C01315BBF193, NULL);
// }
return;
}
}
// System.Void TextToSpeech::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_Stop_mC7821E4C305A20AE8396E4C70584F4E881C25A58 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method)
{
{
// audioSource.Stop();
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_0;
L_0 = TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline(__this, NULL);
NullCheck(L_0);
AudioSource_Stop_m318F17F17A147C77FF6E0A5A7A6BE057DB90F537(L_0, NULL);
// StopAllCoroutines();
MonoBehaviour_StopAllCoroutines_m872033451D42013A99867D09337490017E9ED318(__this, NULL);
// }
return;
}
}
// UnityEngine.Coroutine TextToSpeech::Speak(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* TextToSpeech_Speak_m9BC8FBB585B9476F9D86C619722F86F628989FD4 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_word, const RuntimeMethod* method)
{
{
// return StartCoroutine(SpeakWord(word));
String_t* L_0 = ___0_word;
RuntimeObject* L_1;
L_1 = TextToSpeech_SpeakWord_m3973032B6C521C10219F75F8BFFE86BBAA3A3220(__this, L_0, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
return L_2;
}
}
// System.Void TextToSpeech::Speak(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_Speak_mDF7AC27DF69DD6DD43CC0DF2BA0DF827954CBBC9 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_words, const RuntimeMethod* method)
{
{
// StopAllCoroutines();
MonoBehaviour_StopAllCoroutines_m872033451D42013A99867D09337490017E9ED318(__this, NULL);
// StartCoroutine(SpeakAll(words));
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_words;
RuntimeObject* L_1;
L_1 = TextToSpeech_SpeakAll_m65F1D62A77C990C029B9B5626974B6A64304B6F3(__this, L_0, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_2;
L_2 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_1, NULL);
// }
return;
}
}
// System.Collections.IEnumerator TextToSpeech::SpeakAll(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TextToSpeech_SpeakAll_m65F1D62A77C990C029B9B5626974B6A64304B6F3 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_words, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* L_0 = (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF*)il2cpp_codegen_object_new(U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CSpeakAllU3Ed__20__ctor_m57EB9727A5A3D3AFBF22AF39192F0EEAE0D86CF8(L_0, 0, NULL);
U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_3 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_3), (void*)__this);
U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* L_2 = L_1;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___0_words;
NullCheck(L_2);
L_2->___words_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___words_2), (void*)L_3);
return L_2;
}
}
// System.Collections.IEnumerator TextToSpeech::SpeakWord(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TextToSpeech_SpeakWord_m3973032B6C521C10219F75F8BFFE86BBAA3A3220 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_word, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* L_0 = (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9*)il2cpp_codegen_object_new(U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CSpeakWordU3Ed__21__ctor_mAD79AEE2819052D17532D380C261D929D1204BD9(L_0, 0, NULL);
U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* L_2 = L_1;
String_t* L_3 = ___0_word;
NullCheck(L_2);
L_2->___word_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___word_3), (void*)L_3);
return L_2;
}
}
// UnityEngine.AudioClip TextToSpeech::LoadClipFromStorage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* TextToSpeech_LoadClipFromStorage_m978C3C6A22EE148E50347760F1211381FCC1CEDD (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_filePath, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEE1EF95F5D04D20EF4C7CF4CAB5C1D4027F8F1AB);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
{
// byte[] bytes = storage.GetFile(filePath);
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* L_0 = __this->___storage_9;
String_t* L_1 = ___0_filePath;
NullCheck(L_0);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2;
L_2 = StorageDataManager_GetFile_m90A4A22FCC442E5B16BC4DB239EEED5C5FD65A5B(L_0, L_1, NULL);
V_0 = L_2;
// int ver = System.BitConverter.ToInt32(bytes, 0);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int32_t L_4;
L_4 = BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3(L_3, 0, NULL);
// if (ver == ENCODE_VERSION)
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_004f;
}
}
{
// int channels = System.BitConverter.ToInt32(bytes, 4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int32_t L_6;
L_6 = BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3(L_5, 4, NULL);
V_1 = L_6;
// int frequency = System.BitConverter.ToInt32(bytes, 8);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_0;
int32_t L_8;
L_8 = BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3(L_7, 8, NULL);
V_2 = L_8;
// byte[] rawData = new byte[bytes.Length - 12];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
NullCheck(L_9);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_9)->max_length)), ((int32_t)12))));
V_3 = L_10;
// System.Buffer.BlockCopy(src: bytes, srcOffset: 12, dst: rawData, dstOffset: 0, count: rawData.Length);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_3;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_3;
NullCheck(L_13);
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_11, ((int32_t)12), (RuntimeArray*)L_12, 0, ((int32_t)(((RuntimeArray*)L_13)->max_length)), NULL);
// return GoldenSDK.Audio.AudioClipEncoder.CreateClipFromRaw(rawData, "speech", channels, frequency, useCompress: true);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_3;
int32_t L_15 = V_1;
int32_t L_16 = V_2;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_17;
L_17 = AudioClipEncoder_CreateClipFromRaw_mA9C02189E363803C8A6653AD5401A4E362854F4C(L_14, _stringLiteralEE1EF95F5D04D20EF4C7CF4CAB5C1D4027F8F1AB, L_15, L_16, (bool)1, NULL);
return L_17;
}
IL_004f:
{
// return null;
return (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20*)NULL;
}
}
// System.Void TextToSpeech::SaveClipToStorage(System.String,UnityEngine.AudioClip)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_SaveClipToStorage_m92F707D8BBC787559891C09E3E4D4C23129AA12F (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_filePath, AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* ___1_clip, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* V_0 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
{
// float[] data = new float[clip.samples];
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_0 = ___1_clip;
NullCheck(L_0);
int32_t L_1;
L_1 = AudioClip_get_samples_mDEA01CA75E7DEA0F8D480E4AF97FB96085BCF38E(L_0, NULL);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)L_1);
V_0 = L_2;
// clip.GetData(data, 0);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_3 = ___1_clip;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_4 = V_0;
NullCheck(L_3);
bool L_5;
L_5 = AudioClip_GetData_m1F6480FFDA2E354A7D8C8DE40F61AAB5AF6B4A1D(L_3, L_4, 0, NULL);
// byte[] rawData = GoldenSDK.Audio.AudioClipEncoder.EncodeFloatToByte(data, clip.frequency, 1, useCompress: true);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_6 = V_0;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_7 = ___1_clip;
NullCheck(L_7);
int32_t L_8;
L_8 = AudioClip_get_frequency_m6647E10F4B2B1335187B0066E82468CCCF19647B(L_7, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9;
L_9 = AudioClipEncoder_EncodeFloatToByte_mD1EDDDF46D729236773F84C0B7577C85E4821B74(L_6, L_8, (1.0f), (bool)1, NULL);
V_1 = L_9;
// byte[] bytes = new byte[rawData.Length + 12];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = V_1;
NullCheck(L_10);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(((int32_t)(((RuntimeArray*)L_10)->max_length)), ((int32_t)12))));
V_2 = L_11;
// System.Buffer.BlockCopy(System.BitConverter.GetBytes(ENCODE_VERSION), srcOffset: 0, dst: bytes, dstOffset: 0, count: 4);
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12;
L_12 = BitConverter_GetBytes_mCD74C79673617CEBF85F8A653520C860A9F014F9(1, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_2;
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_12, 0, (RuntimeArray*)L_13, 0, 4, NULL);
// System.Buffer.BlockCopy(System.BitConverter.GetBytes(clip.channels), srcOffset: 0, dst: bytes, dstOffset: 4, count: 4);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_14 = ___1_clip;
NullCheck(L_14);
int32_t L_15;
L_15 = AudioClip_get_channels_mFEECF5D6389D196BA5102EB79257298B9FDC9F84(L_14, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16;
L_16 = BitConverter_GetBytes_mCD74C79673617CEBF85F8A653520C860A9F014F9(L_15, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_2;
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_16, 0, (RuntimeArray*)L_17, 4, 4, NULL);
// System.Buffer.BlockCopy(System.BitConverter.GetBytes(clip.frequency), srcOffset: 0, dst: bytes, dstOffset: 8, count: 4);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_18 = ___1_clip;
NullCheck(L_18);
int32_t L_19;
L_19 = AudioClip_get_frequency_m6647E10F4B2B1335187B0066E82468CCCF19647B(L_18, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20;
L_20 = BitConverter_GetBytes_mCD74C79673617CEBF85F8A653520C860A9F014F9(L_19, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = V_2;
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_20, 0, (RuntimeArray*)L_21, 8, 4, NULL);
// System.Buffer.BlockCopy(rawData, srcOffset: 0, dst: bytes, dstOffset: 12, count: rawData.Length);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_1;
NullCheck(L_24);
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_22, 0, (RuntimeArray*)L_23, ((int32_t)12), ((int32_t)(((RuntimeArray*)L_24)->max_length)), NULL);
// storage.AddFile(bytes, filePath);
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* L_25 = __this->___storage_9;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = V_2;
String_t* L_27 = ___0_filePath;
NullCheck(L_25);
StorageDataManager_AddFile_m29A2825A80C42DD7B446510016F3DCB976068822(L_25, L_26, L_27, NULL);
// }
return;
}
}
// System.String TextToSpeech::GetStorageName(System.String,TTS.ProviderType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TextToSpeech_GetStorageName_mFE873F5B2BF93506EB2CDE73A1603E8AD2435828 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, String_t* ___0_word, int32_t ___1_provider, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProviderType_tE1B391505CC704D5D3F820C043938204C0E38127_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral32D22BFD11DEB9B0DDAE17CF5EEFF6564F4F8B2B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E);
s_Il2CppMethodInitialized = true;
}
{
// return provider.ToString("F") + "_" + System.Convert.ToBase64String(System.Text.Encoding.UTF8.GetBytes(word)).Replace("\\","(").Replace("/", ")") + "_" + speed + ".voice";
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
int32_t L_2 = ___1_provider;
int32_t L_3 = L_2;
RuntimeObject* L_4 = Box(ProviderType_tE1B391505CC704D5D3F820C043938204C0E38127_il2cpp_TypeInfo_var, &L_3);
String_t* L_5;
L_5 = Enum_ToString_mC82F2E769BD9FF89D7F7E88D78B7F98FA56D4F91((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)L_4, _stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_5);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_1;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_8;
L_8 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
String_t* L_9 = ___0_word;
NullCheck(L_8);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10;
L_10 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_8, L_9);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = Convert_ToBase64String_mD0680EF77270244071965AFA1207921C73EEA323(L_10, NULL);
NullCheck(L_11);
String_t* L_12;
L_12 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_11, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40, _stringLiteralA3DFC0C77ACADE0EE48DCC73E795A597D0270A73, NULL);
NullCheck(L_12);
String_t* L_13;
L_13 = String_Replace_mABDB7003A1D0AEDCAE9FF85E3DFFFBA752D2A166(L_12, _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_13);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_13);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_7;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
float* L_16 = (&__this->___speed_4);
String_t* L_17;
L_17 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_16, NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_17);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_15;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral32D22BFD11DEB9B0DDAE17CF5EEFF6564F4F8B2B);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral32D22BFD11DEB9B0DDAE17CF5EEFF6564F4F8B2B);
String_t* L_19;
L_19 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_18, NULL);
return L_19;
}
}
// System.Void TextToSpeech::ClearVoiceStorage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech_ClearVoiceStorage_mAB7E51BC7827458786DB4D6FAB3BBD3355ACB26E (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m6D456FB8A5C05BBDC1C5620740AF768637964BA3_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// storage.DeleteAll();
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* L_0 = __this->___storage_9;
NullCheck(L_0);
StorageDataManager_DeleteAll_m74B5212B516D6E96E0ACA2916D1CBA834CF7B4A2(L_0, NULL);
// m_cache.Clear();
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_1 = __this->___m_cache_8;
NullCheck(L_1);
Dictionary_2_Clear_m6D456FB8A5C05BBDC1C5620740AF768637964BA3(L_1, Dictionary_2_Clear_m6D456FB8A5C05BBDC1C5620740AF768637964BA3_RuntimeMethod_var);
// }
return;
}
}
// System.Void TextToSpeech::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextToSpeech__ctor_mB829614DCB789490DF423F8E8E8935D71639CEF5 (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m727E5E918360D222F9F00464D65B7C6D649B95C8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public float speed = 1.0f;
__this->___speed_4 = (1.0f);
// public float accelerate = 1.0f;
__this->___accelerate_5 = (1.0f);
// public TTS.ProviderType providerType = TTS.ProviderType.GoogleTranslate;
__this->___providerType_6 = (-1);
// private Dictionary<string, AudioClip> m_cache = new Dictionary<string, AudioClip>();
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_0 = (Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24*)il2cpp_codegen_object_new(Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_m727E5E918360D222F9F00464D65B7C6D649B95C8(L_0, Dictionary_2__ctor_m727E5E918360D222F9F00464D65B7C6D649B95C8_RuntimeMethod_var);
__this->___m_cache_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_cache_8), (void*)L_0);
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TextToSpeech/<SpeakAll>d__20::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakAllU3Ed__20__ctor_m57EB9727A5A3D3AFBF22AF39192F0EEAE0D86CF8 (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void TextToSpeech/<SpeakAll>d__20::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakAllU3Ed__20_System_IDisposable_Dispose_mAAE4D0DA9BCE458E9B324537E4E97A395D457226 (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TextToSpeech/<SpeakAll>d__20::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSpeakAllU3Ed__20_MoveNext_mA989CC61C228D1CB36039072A145F40CC2201407 (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* V_1 = NULL;
int32_t V_2 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_1 = __this->___U3CU3E4__this_3;
V_1 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0017;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_005d;
}
}
{
return (bool)0;
}
IL_0017:
{
__this->___U3CU3E1__state_0 = (-1);
// for (int i = 0; i < words.Length; i++)
__this->___U3CiU3E5__2_4 = 0;
goto IL_0074;
}
IL_0027:
{
// if (!string.IsNullOrEmpty(words[i])) yield return Speak(words[i]);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = __this->___words_2;
int32_t L_5 = __this->___U3CiU3E5__2_4;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
bool L_8;
L_8 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_7, NULL);
if (L_8)
{
goto IL_0064;
}
}
{
// if (!string.IsNullOrEmpty(words[i])) yield return Speak(words[i]);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_9 = V_1;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = __this->___words_2;
int32_t L_11 = __this->___U3CiU3E5__2_4;
NullCheck(L_10);
int32_t L_12 = L_11;
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_9);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_14;
L_14 = TextToSpeech_Speak_m9BC8FBB585B9476F9D86C619722F86F628989FD4(L_9, L_13, NULL);
__this->___U3CU3E2__current_1 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_14);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_005d:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0064:
{
// for (int i = 0; i < words.Length; i++)
int32_t L_15 = __this->___U3CiU3E5__2_4;
V_2 = L_15;
int32_t L_16 = V_2;
__this->___U3CiU3E5__2_4 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0074:
{
// for (int i = 0; i < words.Length; i++)
int32_t L_17 = __this->___U3CiU3E5__2_4;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = __this->___words_2;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))
{
goto IL_0027;
}
}
{
// }
return (bool)0;
}
}
// System.Object TextToSpeech/<SpeakAll>d__20::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSpeakAllU3Ed__20_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m93FC93574658BB148B21338A0DC621AA35ECEF0A (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void TextToSpeech/<SpeakAll>d__20::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakAllU3Ed__20_System_Collections_IEnumerator_Reset_mD13060684A309A89213DA355875D8D7103D04595 (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSpeakAllU3Ed__20_System_Collections_IEnumerator_Reset_mD13060684A309A89213DA355875D8D7103D04595_RuntimeMethod_var)));
}
}
// System.Object TextToSpeech/<SpeakAll>d__20::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSpeakAllU3Ed__20_System_Collections_IEnumerator_get_Current_mA81C03BD30062AD155F904BE49435B719BD37D38 (U3CSpeakAllU3Ed__20_tBC21C2E7CBB4D2BD9491D8C20EEB5629C4A0FFBF* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TextToSpeech/<SpeakWord>d__21::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakWordU3Ed__21__ctor_mAD79AEE2819052D17532D380C261D929D1204BD9 (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void TextToSpeech/<SpeakWord>d__21::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakWordU3Ed__21_System_IDisposable_Dispose_mB7DEF2EE591BFD342329235A0EEDBFB638A379AC (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TextToSpeech/<SpeakWord>d__21::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CSpeakWordU3Ed__21_MoveNext_m269B9FBE4BB5748F9DF064E16477AAD58EB4A63A (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CC17878B3AA17C973F24805C2115E4228F9E3F6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IProvider_tEA1C9E82DBCFC2428781217167A3BE2EA56B8B75_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* V_1 = NULL;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_00ec;
}
case 2:
{
goto IL_0182;
}
}
}
{
return (bool)0;
}
IL_0022:
{
__this->___U3CU3E1__state_0 = (-1);
// var skey = GetStorageName(word, providerType);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_3 = V_1;
String_t* L_4 = __this->___word_3;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = L_5->___providerType_6;
NullCheck(L_3);
String_t* L_7;
L_7 = TextToSpeech_GetStorageName_mFE873F5B2BF93506EB2CDE73A1603E8AD2435828(L_3, L_4, L_6, NULL);
__this->___U3CskeyU3E5__2_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CskeyU3E5__2_4), (void*)L_7);
// if (m_cache.ContainsKey(skey) && m_cache[skey] != null)
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_8 = V_1;
NullCheck(L_8);
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_9 = L_8->___m_cache_8;
String_t* L_10 = __this->___U3CskeyU3E5__2_4;
NullCheck(L_9);
bool L_11;
L_11 = Dictionary_2_ContainsKey_m5CC17878B3AA17C973F24805C2115E4228F9E3F6(L_9, L_10, Dictionary_2_ContainsKey_m5CC17878B3AA17C973F24805C2115E4228F9E3F6_RuntimeMethod_var);
if (!L_11)
{
goto IL_0084;
}
}
{
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_12 = V_1;
NullCheck(L_12);
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_13 = L_12->___m_cache_8;
String_t* L_14 = __this->___U3CskeyU3E5__2_4;
NullCheck(L_13);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_15;
L_15 = Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD(L_13, L_14, Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_15, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_16)
{
goto IL_0084;
}
}
{
// myAudioClip = m_cache[skey];
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_17 = V_1;
NullCheck(L_17);
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_18 = L_17->___m_cache_8;
String_t* L_19 = __this->___U3CskeyU3E5__2_4;
NullCheck(L_18);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_20;
L_20 = Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD(L_18, L_19, Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD_RuntimeMethod_var);
V_2 = L_20;
goto IL_011b;
}
IL_0084:
{
// else if (storage.ContainsFile(skey))
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_21 = V_1;
NullCheck(L_21);
StorageDataManager_t499EBA0803B670F2418206C5B182EE5305A53100* L_22 = L_21->___storage_9;
String_t* L_23 = __this->___U3CskeyU3E5__2_4;
NullCheck(L_22);
bool L_24;
L_24 = StorageDataManager_ContainsFile_mCEDB32271180DC58CAA66EC23FF1ECBD8ADE4245(L_22, L_23, NULL);
if (!L_24)
{
goto IL_00b8;
}
}
{
// myAudioClip = LoadClipFromStorage(skey);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_25 = V_1;
String_t* L_26 = __this->___U3CskeyU3E5__2_4;
NullCheck(L_25);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_27;
L_27 = TextToSpeech_LoadClipFromStorage_m978C3C6A22EE148E50347760F1211381FCC1CEDD(L_25, L_26, NULL);
V_2 = L_27;
// m_cache[skey] = myAudioClip;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_28 = V_1;
NullCheck(L_28);
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_29 = L_28->___m_cache_8;
String_t* L_30 = __this->___U3CskeyU3E5__2_4;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_31 = V_2;
NullCheck(L_29);
Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED(L_29, L_30, L_31, Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED_RuntimeMethod_var);
goto IL_011b;
}
IL_00b8:
{
// TTS.IProvider provider = TTS.TTSFactory.GetProvider(providerType, this);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_32 = V_1;
NullCheck(L_32);
int32_t L_33 = L_32->___providerType_6;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_34 = V_1;
RuntimeObject* L_35;
L_35 = TTSFactory_GetProvider_mF2EFB517A3E3454DB2DD3C7642550D34005E9B5D(L_33, L_34, NULL);
V_3 = L_35;
// yield return provider.GetWordAudio(word, m_cache, skey);
RuntimeObject* L_36 = V_3;
String_t* L_37 = __this->___word_3;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_38 = V_1;
NullCheck(L_38);
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_39 = L_38->___m_cache_8;
String_t* L_40 = __this->___U3CskeyU3E5__2_4;
NullCheck(L_36);
RuntimeObject* L_41;
L_41 = InterfaceFuncInvoker3< RuntimeObject*, String_t*, Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24*, String_t* >::Invoke(0 /* System.Collections.IEnumerator TTS.IProvider::GetWordAudio(System.String,System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>,System.String) */, IProvider_tEA1C9E82DBCFC2428781217167A3BE2EA56B8B75_il2cpp_TypeInfo_var, L_36, L_37, L_39, L_40);
__this->___U3CU3E2__current_1 = L_41;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_41);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_00ec:
{
__this->___U3CU3E1__state_0 = (-1);
// myAudioClip = m_cache[skey];
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_42 = V_1;
NullCheck(L_42);
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_43 = L_42->___m_cache_8;
String_t* L_44 = __this->___U3CskeyU3E5__2_4;
NullCheck(L_43);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_45;
L_45 = Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD(L_43, L_44, Dictionary_2_get_Item_mA03FE43375BB7ADFF702A2E6343513B50B3DB8DD_RuntimeMethod_var);
V_2 = L_45;
// if (myAudioClip != null)
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_46 = V_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_47;
L_47 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_46, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_47)
{
goto IL_011b;
}
}
{
// SaveClipToStorage(skey, myAudioClip);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_48 = V_1;
String_t* L_49 = __this->___U3CskeyU3E5__2_4;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_50 = V_2;
NullCheck(L_48);
TextToSpeech_SaveClipToStorage_m92F707D8BBC787559891C09E3E4D4C23129AA12F(L_48, L_49, L_50, NULL);
}
IL_011b:
{
// if (myAudioClip == null)
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_51 = V_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_52;
L_52 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_51, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_52)
{
goto IL_0126;
}
}
{
// yield break;
return (bool)0;
}
IL_0126:
{
// audioSource.pitch = accelerate;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_53 = V_1;
NullCheck(L_53);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_54;
L_54 = TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline(L_53, NULL);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_55 = V_1;
NullCheck(L_55);
float L_56 = L_55->___accelerate_5;
NullCheck(L_54);
AudioSource_set_pitch_mD14631FC99BF38AAFB356D9C45546BC16CF9E811(L_54, L_56, NULL);
// audioSource.clip = myAudioClip;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_57 = V_1;
NullCheck(L_57);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_58;
L_58 = TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline(L_57, NULL);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_59 = V_2;
NullCheck(L_58);
AudioSource_set_clip_mFF441895E274286C88D9C75ED5CA1B1B39528D70(L_58, L_59, NULL);
// audioSource.Play(0);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_60 = V_1;
NullCheck(L_60);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_61;
L_61 = TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline(L_60, NULL);
NullCheck(L_61);
AudioSource_Play_mC9D19FA54347ED102AD9913E3E7528BE969199FB(L_61, ((int64_t)0), NULL);
// yield return new WaitForSeconds(audioSource.clip.length / accelerate + delayOffset);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_62 = V_1;
NullCheck(L_62);
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_63;
L_63 = TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline(L_62, NULL);
NullCheck(L_63);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_64;
L_64 = AudioSource_get_clip_m4F5027066F9FC44B44192713142B0C277BB418FE(L_63, NULL);
NullCheck(L_64);
float L_65;
L_65 = AudioClip_get_length_m6102CB29AF65988797452E4D6E43D4788303873D(L_64, NULL);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_66 = V_1;
NullCheck(L_66);
float L_67 = L_66->___accelerate_5;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_68 = V_1;
NullCheck(L_68);
float L_69 = L_68->___delayOffset_7;
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_70 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
NullCheck(L_70);
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_70, ((float)il2cpp_codegen_add(((float)(L_65/L_67)), L_69)), NULL);
__this->___U3CU3E2__current_1 = L_70;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_70);
__this->___U3CU3E1__state_0 = 2;
return (bool)1;
}
IL_0182:
{
__this->___U3CU3E1__state_0 = (-1);
// }
return (bool)0;
}
}
// System.Object TextToSpeech/<SpeakWord>d__21::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSpeakWordU3Ed__21_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mBB747CDEBF2EF43BBF581C4300597977D348B5B9 (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void TextToSpeech/<SpeakWord>d__21::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CSpeakWordU3Ed__21_System_Collections_IEnumerator_Reset_m1A3EF0FC7FC9017D8706141C4DEB22EB29F0765C (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CSpeakWordU3Ed__21_System_Collections_IEnumerator_Reset_m1A3EF0FC7FC9017D8706141C4DEB22EB29F0765C_RuntimeMethod_var)));
}
}
// System.Object TextToSpeech/<SpeakWord>d__21::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CSpeakWordU3Ed__21_System_Collections_IEnumerator_get_Current_m9E1B514606D3D6A442154240BA9DF3AFB4116C5B (U3CSpeakWordU3Ed__21_tA147CCF21E916EF1186C405105C9BE4DC54A47D9* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String UnitTool::GetLastTimeString(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitTool_GetLastTimeString_mFE1149C6B09F76B56777AC303252BCD55E469C4D (int32_t ___0_sec, int32_t ___1_need, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
{
// int[] fAry = new int[s_units.Length];
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_units_1;
NullCheck(L_0);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)));
V_0 = L_1;
// int val = sec;
int32_t L_2 = ___0_sec;
V_1 = L_2;
// for (int i = 0; i < s_factors.Length; i++)
V_3 = 0;
goto IL_0037;
}
IL_0013:
{
// int factor = s_factors[i];
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_factors_0;
int32_t L_4 = V_3;
NullCheck(L_3);
int32_t L_5 = L_4;
int32_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_4 = L_6;
// if (val > factor)
int32_t L_7 = V_1;
int32_t L_8 = V_4;
if ((((int32_t)L_7) <= ((int32_t)L_8)))
{
goto IL_0033;
}
}
{
// fAry[i] = val % factor;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = V_0;
int32_t L_10 = V_3;
int32_t L_11 = V_1;
int32_t L_12 = V_4;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (int32_t)((int32_t)(L_11%L_12)));
// fAry[i + 1] = val /= factor;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = V_0;
int32_t L_14 = V_3;
int32_t L_15 = V_1;
int32_t L_16 = V_4;
int32_t L_17 = ((int32_t)(L_15/L_16));
V_1 = L_17;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_14, 1))), (int32_t)L_17);
}
IL_0033:
{
// for (int i = 0; i < s_factors.Length; i++)
int32_t L_18 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0037:
{
// for (int i = 0; i < s_factors.Length; i++)
int32_t L_19 = V_3;
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_20 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_factors_0;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))
{
goto IL_0013;
}
}
{
// string str = null;
V_2 = (String_t*)NULL;
// for (int i = fAry.Length - 1; i >= 0 && need != 0; i--)
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_21 = V_0;
NullCheck(L_21);
V_5 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_21)->max_length)), 1));
goto IL_009f;
}
IL_004c:
{
// if (str == null)
String_t* L_22 = V_2;
if (L_22)
{
goto IL_0072;
}
}
{
// if (fAry[i] == 0) { continue; }
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = V_0;
int32_t L_24 = V_5;
NullCheck(L_23);
int32_t L_25 = L_24;
int32_t L_26 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_25));
if (!L_26)
{
goto IL_0099;
}
}
{
// str = fAry[i] + s_units[i];
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_27 = V_0;
int32_t L_28 = V_5;
NullCheck(L_27);
String_t* L_29;
L_29 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(((L_27)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_28))), NULL);
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_units_1;
int32_t L_31 = V_5;
NullCheck(L_30);
int32_t L_32 = L_31;
String_t* L_33 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
String_t* L_34;
L_34 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_29, L_33, NULL);
V_2 = L_34;
goto IL_0094;
}
IL_0072:
{
// if (fAry[i] != 0) { str += fAry[i] + s_units[i]; }
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_35 = V_0;
int32_t L_36 = V_5;
NullCheck(L_35);
int32_t L_37 = L_36;
int32_t L_38 = (L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
if (!L_38)
{
goto IL_0094;
}
}
{
// if (fAry[i] != 0) { str += fAry[i] + s_units[i]; }
String_t* L_39 = V_2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_40 = V_0;
int32_t L_41 = V_5;
NullCheck(L_40);
String_t* L_42;
L_42 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(((L_40)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_41))), NULL);
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_units_1;
int32_t L_44 = V_5;
NullCheck(L_43);
int32_t L_45 = L_44;
String_t* L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
String_t* L_47;
L_47 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_39, L_42, L_46, NULL);
V_2 = L_47;
}
IL_0094:
{
// need--;
int32_t L_48 = ___1_need;
___1_need = ((int32_t)il2cpp_codegen_subtract(L_48, 1));
}
IL_0099:
{
// for (int i = fAry.Length - 1; i >= 0 && need != 0; i--)
int32_t L_49 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract(L_49, 1));
}
IL_009f:
{
// for (int i = fAry.Length - 1; i >= 0 && need != 0; i--)
int32_t L_50 = V_5;
if ((((int32_t)L_50) < ((int32_t)0)))
{
goto IL_00a7;
}
}
{
int32_t L_51 = ___1_need;
if (L_51)
{
goto IL_004c;
}
}
IL_00a7:
{
// return str != null ? str : (0 + s_units[0]);
String_t* L_52 = V_2;
if (L_52)
{
goto IL_00c1;
}
}
{
V_6 = 0;
String_t* L_53;
L_53 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_6), NULL);
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_54 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_units_1;
NullCheck(L_54);
int32_t L_55 = 0;
String_t* L_56 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
String_t* L_57;
L_57 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_53, L_56, NULL);
return L_57;
}
IL_00c1:
{
String_t* L_58 = V_2;
return L_58;
}
}
// System.String UnitTool::GetSizeString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnitTool_GetSizeString_m1DAD72CA2EDA02BBE8E0BAA6621F133EB2E5B0E6 (int64_t ___0_size, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86B02B47B04CB284EE80BAD91A6C009CF408644D);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
double V_1 = 0.0;
int32_t V_2 = 0;
{
// long val = size;
int64_t L_0 = ___0_size;
V_0 = L_0;
// double show = size;
int64_t L_1 = ___0_size;
V_1 = ((double)L_1);
// int index = 0;
V_2 = 0;
goto IL_001e;
}
IL_0009:
{
// index++;
int32_t L_2 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_2, 1));
// val >>= 10;
int64_t L_3 = V_0;
V_0 = ((int64_t)(L_3>>((int32_t)10)));
// show /= 1024;
double L_4 = V_1;
V_1 = ((double)(L_4/(1024.0)));
}
IL_001e:
{
// while (val >= 1024 && index < sizeUnits.Length - 1)
int64_t L_5 = V_0;
if ((((int64_t)L_5) < ((int64_t)((int64_t)((int32_t)1024)))))
{
goto IL_0033;
}
}
{
int32_t L_6 = V_2;
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___sizeUnits_2;
NullCheck(L_7);
if ((((int32_t)L_6) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), 1)))))
{
goto IL_0009;
}
}
IL_0033:
{
// if (index == 0) { return size + sizeUnits[0]; }
int32_t L_8 = V_2;
if (L_8)
{
goto IL_004a;
}
}
{
// if (index == 0) { return size + sizeUnits[0]; }
String_t* L_9;
L_9 = Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B((&___0_size), NULL);
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___sizeUnits_2;
NullCheck(L_10);
int32_t L_11 = 0;
String_t* L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
String_t* L_13;
L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_9, L_12, NULL);
return L_13;
}
IL_004a:
{
// return show.ToString("0.00") + sizeUnits[index];
String_t* L_14;
L_14 = Double_ToString_m70EC76E1DAD7E8B5B47AF9292189BF3711B24B75((&V_1), _stringLiteral86B02B47B04CB284EE80BAD91A6C009CF408644D, NULL);
il2cpp_codegen_runtime_class_init_inline(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = ((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___sizeUnits_2;
int32_t L_16 = V_2;
NullCheck(L_15);
int32_t L_17 = L_16;
String_t* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
String_t* L_19;
L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_14, L_18, NULL);
return L_19;
}
}
// System.Void UnitTool::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitTool__cctor_mCA3266B9414E06E6E97A0C3705CDBDB2CB713780 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA____2F81085FBEE0C00587037A0DE88C2EDF00E9133A9E70B73EF6B3F5B68B4E3A65_0_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77B615B8ED1ABB8FC1395D85A5AE524A9789D947);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8EDEEBD80A656AE4FCE670684D3CA3CE34EC356E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97A44065849DEADADEDC2C2BA82CA524F0C00F6E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF1E972CD03013DE732424893507C3C55D004E089);
s_Il2CppMethodInitialized = true;
}
{
// private static int[] s_factors = new int[] { 60, 60, 24 };
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)3);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA____2F81085FBEE0C00587037A0DE88C2EDF00E9133A9E70B73EF6B3F5B68B4E3A65_0_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_factors_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_factors_0), (void*)L_1);
// private static string[] s_units = new string[] { "?", "?", "?", "?" };
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)4);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral2B86D66477376A42A49B3CD3983CF53BEF4E55A0);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralAE8B250714571DDED88423CC318BEF084C1CD05D);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral8EDEEBD80A656AE4FCE670684D3CA3CE34EC356E);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral8EDEEBD80A656AE4FCE670684D3CA3CE34EC356E);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral97A44065849DEADADEDC2C2BA82CA524F0C00F6E);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral97A44065849DEADADEDC2C2BA82CA524F0C00F6E);
((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_units_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___s_units_1), (void*)L_7);
// private static string[] sizeUnits = new string[] { "bytes", "KB", "MB", "GB" };
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)4);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteral77B615B8ED1ABB8FC1395D85A5AE524A9789D947);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral77B615B8ED1ABB8FC1395D85A5AE524A9789D947);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral14B651F3933E2742FD0FE0E45504AD43A5985248);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralC4E550DB7753938B55BD2444CB204B2C254AF826);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralF1E972CD03013DE732424893507C3C55D004E089);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralF1E972CD03013DE732424893507C3C55D004E089);
((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___sizeUnits_2 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&((UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_StaticFields*)il2cpp_codegen_static_fields_for(UnitTool_tE27A347E6C668D116E1517995ED3EC35B3C4F8AB_il2cpp_TypeInfo_var))->___sizeUnits_2), (void*)L_12);
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 VerticalText::OnPopulateMesh(UnityEngine.UI.VertexHelper)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerticalText_OnPopulateMesh_m2EECC2A45CBE594C34F6B28EEA95544C9E250275 (VerticalText_tA1BB43A30861C7B8480F151089381F86CC8F9EF6* __this, VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* ___0_toFill, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m5AB056C532B9643574EB0652149F4A535B9E2D30_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mF168C27BCDD77482D72C96433F84274EBCCCE11B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* V_0 = NULL;
int32_t V_1 = 0;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* V_2 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_3;
memset((&V_3), 0, sizeof(V_3));
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* V_4 = NULL;
float V_5 = 0.0f;
float V_6 = 0.0f;
float V_7 = 0.0f;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* V_8 = NULL;
float V_9 = 0.0f;
float V_10 = 0.0f;
int32_t V_11 = 0;
int32_t V_12 = 0;
int32_t V_13 = 0;
int32_t V_14 = 0;
int32_t V_15 = 0;
int32_t V_16 = 0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_17;
memset((&V_17), 0, sizeof(V_17));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_18;
memset((&V_18), 0, sizeof(V_18));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 V_19;
memset((&V_19), 0, sizeof(V_19));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 V_20;
memset((&V_20), 0, sizeof(V_20));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 V_21;
memset((&V_21), 0, sizeof(V_21));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 V_22;
memset((&V_22), 0, sizeof(V_22));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 V_23;
memset((&V_23), 0, sizeof(V_23));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 V_24;
memset((&V_24), 0, sizeof(V_24));
int32_t G_B38_0 = 0;
int32_t G_B37_0 = 0;
int32_t G_B39_0 = 0;
int32_t G_B39_1 = 0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B41_0;
memset((&G_B41_0), 0, sizeof(G_B41_0));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B40_0;
memset((&G_B40_0), 0, sizeof(G_B40_0));
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 G_B42_0;
memset((&G_B42_0), 0, sizeof(G_B42_0));
{
// base.OnPopulateMesh(toFill);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_0 = ___0_toFill;
Text_OnPopulateMesh_m6505569424B120C338EAF6840893E38530185ECE(__this, L_0, NULL);
// if (null == toFill || m_direction == Direction.Horizontal)
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_1 = ___0_toFill;
if (!L_1)
{
goto IL_0012;
}
}
{
int32_t L_2 = __this->___m_direction_44;
if (L_2)
{
goto IL_0013;
}
}
IL_0012:
{
// return;
return;
}
IL_0013:
{
// List<UIVertex> listUIVertex = new List<UIVertex>();
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_3 = (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A*)il2cpp_codegen_object_new(List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A_il2cpp_TypeInfo_var);
NullCheck(L_3);
List_1__ctor_mF168C27BCDD77482D72C96433F84274EBCCCE11B(L_3, List_1__ctor_mF168C27BCDD77482D72C96433F84274EBCCCE11B_RuntimeMethod_var);
V_0 = L_3;
// toFill.GetUIVertexStream(listUIVertex);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_4 = ___0_toFill;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_5 = V_0;
NullCheck(L_4);
VertexHelper_GetUIVertexStream_m87D56EB5559CCCA150F68B1DD660FF4154CACBCE(L_4, L_5, NULL);
// if (listUIVertex.Count == 0) return;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_6 = V_0;
NullCheck(L_6);
int32_t L_7;
L_7 = List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_inline(L_6, List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_RuntimeMethod_var);
if (L_7)
{
goto IL_0029;
}
}
{
// if (listUIVertex.Count == 0) return;
return;
}
IL_0029:
{
// int size = fontSize;
int32_t L_8;
L_8 = Text_get_fontSize_m837C0618E78D0FDA972D11DDE3015DC888E93993(__this, NULL);
V_1 = L_8;
// RectTransform rectTransform = ((RectTransform)transform);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
L_9 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
V_2 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_9, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
// Rect rect = rectTransform.rect;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_10 = V_2;
NullCheck(L_10);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11;
L_11 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_10, NULL);
V_3 = L_11;
// var vertArray = listUIVertex.ToArray();
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_12 = V_0;
NullCheck(L_12);
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_13;
L_13 = List_1_ToArray_m5AB056C532B9643574EB0652149F4A535B9E2D30(L_12, List_1_ToArray_m5AB056C532B9643574EB0652149F4A535B9E2D30_RuntimeMethod_var);
V_4 = L_13;
// float maxWidth = 0;
V_5 = (0.0f);
// float maxHeight = 0;
V_6 = (0.0f);
// float countHeight = 0;
V_7 = (0.0f);
// List<int> lineEnd = new List<int>();
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_14 = (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*)il2cpp_codegen_object_new(List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_il2cpp_TypeInfo_var);
NullCheck(L_14);
List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8(L_14, List_1__ctor_m17F501B5A5C289ECE1B4F3D6EBF05DFA421433F8_RuntimeMethod_var);
V_8 = L_14;
// for (int i = 0; i < vertArray.Length; i += 6)
V_13 = 0;
goto IL_00e1;
}
IL_006c:
{
// int index = i / 6;
int32_t L_15 = V_13;
V_14 = ((int32_t)(L_15/6));
// if (text[index] == '\n')
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, __this);
int32_t L_17 = V_14;
NullCheck(L_16);
Il2CppChar L_18;
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, L_17, NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10)))))
{
goto IL_009c;
}
}
{
// lineEnd.Add(index);
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_19 = V_8;
int32_t L_20 = V_14;
NullCheck(L_19);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_19, L_20, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
// countHeight = 0;
V_7 = (0.0f);
// maxWidth += size;
float L_21 = V_5;
int32_t L_22 = V_1;
V_5 = ((float)il2cpp_codegen_add(L_21, ((float)L_22)));
// continue;
goto IL_00db;
}
IL_009c:
{
// countHeight += size;
float L_23 = V_7;
int32_t L_24 = V_1;
V_7 = ((float)il2cpp_codegen_add(L_23, ((float)L_24)));
// if (countHeight > maxHeight) maxHeight = countHeight;
float L_25 = V_7;
float L_26 = V_6;
if ((!(((float)L_25) > ((float)L_26))))
{
goto IL_00ad;
}
}
{
// if (countHeight > maxHeight) maxHeight = countHeight;
float L_27 = V_7;
V_6 = L_27;
}
IL_00ad:
{
// if (((verticalOverflow != VerticalWrapMode.Overflow) && countHeight + size > rect.height))
int32_t L_28;
L_28 = Text_get_verticalOverflow_mEC72BD123A8B12278F6F7B89D29EB9D93D0A97FD(__this, NULL);
if ((((int32_t)L_28) == ((int32_t)1)))
{
goto IL_00db;
}
}
{
float L_29 = V_7;
int32_t L_30 = V_1;
float L_31;
L_31 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
if ((!(((float)((float)il2cpp_codegen_add(L_29, ((float)L_30)))) > ((float)L_31))))
{
goto IL_00db;
}
}
{
// lineEnd.Add(index);
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_32 = V_8;
int32_t L_33 = V_14;
NullCheck(L_32);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_32, L_33, List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
// countHeight = 0;
V_7 = (0.0f);
// maxWidth += size;
float L_34 = V_5;
int32_t L_35 = V_1;
V_5 = ((float)il2cpp_codegen_add(L_34, ((float)L_35)));
}
IL_00db:
{
// for (int i = 0; i < vertArray.Length; i += 6)
int32_t L_36 = V_13;
V_13 = ((int32_t)il2cpp_codegen_add(L_36, 6));
}
IL_00e1:
{
// for (int i = 0; i < vertArray.Length; i += 6)
int32_t L_37 = V_13;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_38 = V_4;
NullCheck(L_38);
if ((((int32_t)L_37) < ((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))))
{
goto IL_006c;
}
}
{
// lineEnd.Add(text.Length - 1);
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_39 = V_8;
String_t* L_40;
L_40 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, __this);
NullCheck(L_40);
int32_t L_41;
L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, NULL);
NullCheck(L_39);
List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_inline(L_39, ((int32_t)il2cpp_codegen_subtract(L_41, 1)), List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_RuntimeMethod_var);
// maxWidth += size;
float L_42 = V_5;
int32_t L_43 = V_1;
V_5 = ((float)il2cpp_codegen_add(L_42, ((float)L_43)));
// if (alignment == TextAnchor.LowerLeft || alignment == TextAnchor.MiddleLeft || alignment == TextAnchor.UpperLeft)
int32_t L_44;
L_44 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((((int32_t)L_44) == ((int32_t)6)))
{
goto IL_011e;
}
}
{
int32_t L_45;
L_45 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((((int32_t)L_45) == ((int32_t)3)))
{
goto IL_011e;
}
}
{
int32_t L_46;
L_46 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if (L_46)
{
goto IL_0127;
}
}
IL_011e:
{
// offsetX = 0;
V_9 = (0.0f);
goto IL_0162;
}
IL_0127:
{
// else if (alignment == TextAnchor.MiddleCenter || alignment == TextAnchor.LowerCenter || alignment == TextAnchor.UpperCenter)
int32_t L_47;
L_47 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((((int32_t)L_47) == ((int32_t)4)))
{
goto IL_0142;
}
}
{
int32_t L_48;
L_48 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((((int32_t)L_48) == ((int32_t)7)))
{
goto IL_0142;
}
}
{
int32_t L_49;
L_49 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((!(((uint32_t)L_49) == ((uint32_t)1))))
{
goto IL_0156;
}
}
IL_0142:
{
// offsetX = (rect.width - maxWidth) / 2;
float L_50;
L_50 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_3), NULL);
float L_51 = V_5;
V_9 = ((float)(((float)il2cpp_codegen_subtract(L_50, L_51))/(2.0f)));
goto IL_0162;
}
IL_0156:
{
// offsetX = rect.width - maxWidth;
float L_52;
L_52 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_3), NULL);
float L_53 = V_5;
V_9 = ((float)il2cpp_codegen_subtract(L_52, L_53));
}
IL_0162:
{
// if (alignment == TextAnchor.UpperCenter || alignment == TextAnchor.UpperLeft || alignment == TextAnchor.UpperRight)
int32_t L_54;
L_54 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((((int32_t)L_54) == ((int32_t)1)))
{
goto IL_017c;
}
}
{
int32_t L_55;
L_55 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if (!L_55)
{
goto IL_017c;
}
}
{
int32_t L_56;
L_56 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((!(((uint32_t)L_56) == ((uint32_t)2))))
{
goto IL_0185;
}
}
IL_017c:
{
// offsetY = 0;
V_10 = (0.0f);
goto IL_01c0;
}
IL_0185:
{
// else if (alignment == TextAnchor.MiddleCenter || alignment == TextAnchor.MiddleLeft || alignment == TextAnchor.MiddleRight)
int32_t L_57;
L_57 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((((int32_t)L_57) == ((int32_t)4)))
{
goto IL_01a0;
}
}
{
int32_t L_58;
L_58 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((((int32_t)L_58) == ((int32_t)3)))
{
goto IL_01a0;
}
}
{
int32_t L_59;
L_59 = Text_get_alignment_m01C4D0437DF8A2E05BE4489779A8BEF231A2F2CC(__this, NULL);
if ((!(((uint32_t)L_59) == ((uint32_t)5))))
{
goto IL_01b4;
}
}
IL_01a0:
{
// offsetY = (rect.height - maxHeight) / 2;
float L_60;
L_60 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
float L_61 = V_6;
V_10 = ((float)(((float)il2cpp_codegen_subtract(L_60, L_61))/(2.0f)));
goto IL_01c0;
}
IL_01b4:
{
// offsetY = rect.height - maxHeight;
float L_62;
L_62 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
float L_63 = V_6;
V_10 = ((float)il2cpp_codegen_subtract(L_62, L_63));
}
IL_01c0:
{
// offsetX -= rectTransform.pivot.x * rect.width;
float L_64 = V_9;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_65 = V_2;
NullCheck(L_65);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66;
L_66 = RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF(L_65, NULL);
float L_67 = L_66.___x_0;
float L_68;
L_68 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&V_3), NULL);
V_9 = ((float)il2cpp_codegen_subtract(L_64, ((float)il2cpp_codegen_multiply(L_67, L_68))));
// offsetY -= (1 - rectTransform.pivot.y) * rect.height;
float L_69 = V_10;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_70 = V_2;
NullCheck(L_70);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71;
L_71 = RectTransform_get_pivot_mA8334AF05AA7FF09A173A2430F2BB9E85E5CBFFF(L_70, NULL);
float L_72 = L_71.___y_1;
float L_73;
L_73 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_3), NULL);
V_10 = ((float)il2cpp_codegen_subtract(L_69, ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract((1.0f), L_72)), L_73))));
// if (m_letterType == LetterType.RightToLeft)
int32_t L_74 = __this->___m_letterType_45;
if (L_74)
{
goto IL_020f;
}
}
{
// offsetX += (lineEnd.Count - 1) * size;
float L_75 = V_9;
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_76 = V_8;
NullCheck(L_76);
int32_t L_77;
L_77 = List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_inline(L_76, List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_RuntimeMethod_var);
int32_t L_78 = V_1;
V_9 = ((float)il2cpp_codegen_add(L_75, ((float)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_subtract(L_77, 1)), L_78)))));
}
IL_020f:
{
// int row = 0;
V_11 = 0;
// int col = 0;
V_12 = 0;
// for (int i = 0; i < vertArray.Length; i += 6)
V_15 = 0;
goto IL_03fd;
}
IL_021d:
{
// int index = i / 6;
int32_t L_79 = V_15;
V_16 = ((int32_t)(L_79/6));
// Vector3 centerPos = (vertArray[i].position + vertArray[i + 2].position) / 2.0f;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_80 = V_4;
int32_t L_81 = V_15;
NullCheck(L_80);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_82 = ((L_80)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_81)))->___position_0;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_83 = V_4;
int32_t L_84 = V_15;
NullCheck(L_83);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_85 = ((L_83)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_84, 2)))))->___position_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_86;
L_86 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_82, L_85, NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_87;
L_87 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_86, (2.0f), NULL);
V_17 = L_87;
// newPos = new Vector3((col * (m_letterType == LetterType.LeftToRight ? size : (-size))) + offsetX + (size * 0.5f), (row * size + offsetY + (size * 0.5f)) * -1);
int32_t L_88 = V_12;
int32_t L_89 = __this->___m_letterType_45;
G_B37_0 = L_88;
if ((((int32_t)L_89) == ((int32_t)1)))
{
G_B38_0 = L_88;
goto IL_0261;
}
}
{
int32_t L_90 = V_1;
G_B39_0 = ((-L_90));
G_B39_1 = G_B37_0;
goto IL_0262;
}
IL_0261:
{
int32_t L_91 = V_1;
G_B39_0 = L_91;
G_B39_1 = G_B38_0;
}
IL_0262:
{
float L_92 = V_9;
int32_t L_93 = V_1;
int32_t L_94 = V_11;
int32_t L_95 = V_1;
float L_96 = V_10;
int32_t L_97 = V_1;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_98;
memset((&L_98), 0, sizeof(L_98));
Vector3__ctor_m5F87930F9B0828E5652E2D9D01ED907C01122C86_inline((&L_98), ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)((int32_t)il2cpp_codegen_multiply(G_B39_1, G_B39_0))), L_92)), ((float)il2cpp_codegen_multiply(((float)L_93), (0.5f))))), ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)((int32_t)il2cpp_codegen_multiply(L_94, L_95))), L_96)), ((float)il2cpp_codegen_multiply(((float)L_97), (0.5f))))), (-1.0f))), /*hidden argument*/NULL);
// if (lineEnd[col] == index)
List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* L_99 = V_8;
int32_t L_100 = V_12;
NullCheck(L_99);
int32_t L_101;
L_101 = List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D(L_99, L_100, List_1_get_Item_mD99081BEFA1AB3526715F489192B0F7F596C183D_RuntimeMethod_var);
int32_t L_102 = V_16;
G_B40_0 = L_98;
if ((!(((uint32_t)L_101) == ((uint32_t)L_102))))
{
G_B41_0 = L_98;
goto IL_02a4;
}
}
{
// col++;
int32_t L_103 = V_12;
V_12 = ((int32_t)il2cpp_codegen_add(L_103, 1));
// row = 0;
V_11 = 0;
G_B42_0 = G_B40_0;
goto IL_02aa;
}
IL_02a4:
{
// row++;
int32_t L_104 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add(L_104, 1));
G_B42_0 = G_B41_0;
}
IL_02aa:
{
// offset = newPos - centerPos;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_105 = V_17;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_106;
L_106 = Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline(G_B42_0, L_105, NULL);
V_18 = L_106;
// var v0 = vertArray[i];
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_107 = V_4;
int32_t L_108 = V_15;
NullCheck(L_107);
int32_t L_109 = L_108;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_110 = (L_107)->GetAt(static_cast<il2cpp_array_size_t>(L_109));
V_19 = L_110;
// var v1 = vertArray[i + 1];
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_111 = V_4;
int32_t L_112 = V_15;
NullCheck(L_111);
int32_t L_113 = ((int32_t)il2cpp_codegen_add(L_112, 1));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_114 = (L_111)->GetAt(static_cast<il2cpp_array_size_t>(L_113));
V_20 = L_114;
// var v2 = vertArray[i + 2];
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_115 = V_4;
int32_t L_116 = V_15;
NullCheck(L_115);
int32_t L_117 = ((int32_t)il2cpp_codegen_add(L_116, 2));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_118 = (L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
V_21 = L_118;
// var v3 = vertArray[i + 3];
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_119 = V_4;
int32_t L_120 = V_15;
NullCheck(L_119);
int32_t L_121 = ((int32_t)il2cpp_codegen_add(L_120, 3));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_122 = (L_119)->GetAt(static_cast<il2cpp_array_size_t>(L_121));
V_22 = L_122;
// var v4 = vertArray[i + 4];
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_123 = V_4;
int32_t L_124 = V_15;
NullCheck(L_123);
int32_t L_125 = ((int32_t)il2cpp_codegen_add(L_124, 4));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_126 = (L_123)->GetAt(static_cast<il2cpp_array_size_t>(L_125));
V_23 = L_126;
// var v5 = vertArray[i + 5];
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_127 = V_4;
int32_t L_128 = V_15;
NullCheck(L_127);
int32_t L_129 = ((int32_t)il2cpp_codegen_add(L_128, 5));
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_130 = (L_127)->GetAt(static_cast<il2cpp_array_size_t>(L_129));
V_24 = L_130;
// v0.position = vertArray[i].position + offset;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_131 = V_4;
int32_t L_132 = V_15;
NullCheck(L_131);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_133 = ((L_131)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_132)))->___position_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_134 = V_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_135;
L_135 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_133, L_134, NULL);
(&V_19)->___position_0 = L_135;
// v1.position = vertArray[i + 1].position + offset;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_136 = V_4;
int32_t L_137 = V_15;
NullCheck(L_136);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_138 = ((L_136)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_137, 1)))))->___position_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_139 = V_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_140;
L_140 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_138, L_139, NULL);
(&V_20)->___position_0 = L_140;
// v2.position = vertArray[i + 2].position + offset;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_141 = V_4;
int32_t L_142 = V_15;
NullCheck(L_141);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_143 = ((L_141)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_142, 2)))))->___position_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_144 = V_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_145;
L_145 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_143, L_144, NULL);
(&V_21)->___position_0 = L_145;
// v3.position = vertArray[i + 3].position + offset;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_146 = V_4;
int32_t L_147 = V_15;
NullCheck(L_146);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_148 = ((L_146)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_147, 3)))))->___position_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_149 = V_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_150;
L_150 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_148, L_149, NULL);
(&V_22)->___position_0 = L_150;
// v4.position = vertArray[i + 4].position + offset;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_151 = V_4;
int32_t L_152 = V_15;
NullCheck(L_151);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_153 = ((L_151)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_152, 4)))))->___position_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_154 = V_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_155;
L_155 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_153, L_154, NULL);
(&V_23)->___position_0 = L_155;
// v5.position = vertArray[i + 5].position + offset;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_156 = V_4;
int32_t L_157 = V_15;
NullCheck(L_156);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_158 = ((L_156)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_157, 5)))))->___position_0;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_159 = V_18;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_160;
L_160 = Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline(L_158, L_159, NULL);
(&V_24)->___position_0 = L_160;
// listUIVertex[i] = v0;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_161 = V_0;
int32_t L_162 = V_15;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_163 = V_19;
NullCheck(L_161);
List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33(L_161, L_162, L_163, List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var);
// listUIVertex[i + 1] = v1;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_164 = V_0;
int32_t L_165 = V_15;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_166 = V_20;
NullCheck(L_164);
List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33(L_164, ((int32_t)il2cpp_codegen_add(L_165, 1)), L_166, List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var);
// listUIVertex[i + 2] = v2;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_167 = V_0;
int32_t L_168 = V_15;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_169 = V_21;
NullCheck(L_167);
List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33(L_167, ((int32_t)il2cpp_codegen_add(L_168, 2)), L_169, List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var);
// listUIVertex[i + 3] = v3;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_170 = V_0;
int32_t L_171 = V_15;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_172 = V_22;
NullCheck(L_170);
List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33(L_170, ((int32_t)il2cpp_codegen_add(L_171, 3)), L_172, List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var);
// listUIVertex[i + 4] = v4;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_173 = V_0;
int32_t L_174 = V_15;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_175 = V_23;
NullCheck(L_173);
List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33(L_173, ((int32_t)il2cpp_codegen_add(L_174, 4)), L_175, List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var);
// listUIVertex[i + 5] = v5;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_176 = V_0;
int32_t L_177 = V_15;
UIVertex_tF5C663F4BBC786C9D56C28016FF66E6C6BF85207 L_178 = V_24;
NullCheck(L_176);
List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33(L_176, ((int32_t)il2cpp_codegen_add(L_177, 5)), L_178, List_1_set_Item_m0C5B60C5566C63D5E3E979D8EF02D5DF8D92AB33_RuntimeMethod_var);
// for (int i = 0; i < vertArray.Length; i += 6)
int32_t L_179 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add(L_179, 6));
}
IL_03fd:
{
// for (int i = 0; i < vertArray.Length; i += 6)
int32_t L_180 = V_15;
UIVertexU5BU5D_tBC532486B45D071A520751A90E819C77BA4E3D2F* L_181 = V_4;
NullCheck(L_181);
if ((((int32_t)L_180) < ((int32_t)((int32_t)(((RuntimeArray*)L_181)->max_length)))))
{
goto IL_021d;
}
}
{
// toFill.Clear();
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_182 = ___0_toFill;
NullCheck(L_182);
VertexHelper_Clear_mB19E51AD5AF1C04CB2C6E6A272D032D651EC40F5(L_182, NULL);
// toFill.AddUIVertexTriangleStream(listUIVertex);
VertexHelper_tB905FCB02AE67CBEE5F265FE37A5938FC5D136FE* L_183 = ___0_toFill;
List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* L_184 = V_0;
NullCheck(L_183);
VertexHelper_AddUIVertexTriangleStream_m29A217271BF2B3D3D60B7CBDA4114C7BB40C2841(L_183, L_184, NULL);
// }
return;
}
}
// System.Void VerticalText::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VerticalText__ctor_mDCF36345CA80CC56A3E4370E19C946AAFC5096F9 (VerticalText_tA1BB43A30861C7B8480F151089381F86CC8F9EF6* __this, const RuntimeMethod* method)
{
{
// private Direction m_direction = Direction.Vertical;
__this->___m_direction_44 = 1;
// private LetterType m_letterType = LetterType.LeftToRight;
__this->___m_letterType_45 = 1;
Text__ctor_mE28BC6E42B4715F23401A9379C9681867A0631C1(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// ScrollerHelper/HorizontalAnchor ScrollerHelper::get_horizontalAnchor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScrollerHelper_get_horizontalAnchor_m172D31B3287246FAB2028417C885779013967392 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method)
{
{
// public HorizontalAnchor horizontalAnchor { get { return m_horizontalAnchor; } set { m_horizontalAnchor = value; UpdateBound(); } }
int32_t L_0 = __this->___m_horizontalAnchor_10;
return L_0;
}
}
// System.Void ScrollerHelper::set_horizontalAnchor(ScrollerHelper/HorizontalAnchor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_set_horizontalAnchor_m26536B614E0873FC5448428A2314F8CD51A44A72 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public HorizontalAnchor horizontalAnchor { get { return m_horizontalAnchor; } set { m_horizontalAnchor = value; UpdateBound(); } }
int32_t L_0 = ___0_value;
__this->___m_horizontalAnchor_10 = L_0;
// public HorizontalAnchor horizontalAnchor { get { return m_horizontalAnchor; } set { m_horizontalAnchor = value; UpdateBound(); } }
ScrollerHelper_UpdateBound_m89972C27298A8BB6A7129F992E5AA933BB925907(__this, NULL);
// public HorizontalAnchor horizontalAnchor { get { return m_horizontalAnchor; } set { m_horizontalAnchor = value; UpdateBound(); } }
return;
}
}
// ScrollerHelper/VerticalAnchor ScrollerHelper::get_verticalAnchor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ScrollerHelper_get_verticalAnchor_m76888B7D3F0261B5ADADD31E9460D093F6DF2EC6 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method)
{
{
// public VerticalAnchor verticalAnchor { get { return m_verticalAnchor; } set { m_verticalAnchor = value; UpdateBound(); } }
int32_t L_0 = __this->___m_verticalAnchor_11;
return L_0;
}
}
// System.Void ScrollerHelper::set_verticalAnchor(ScrollerHelper/VerticalAnchor)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_set_verticalAnchor_mBF20E0263C91DF1BA2FFC2C4E2C19916B3B1E135 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public VerticalAnchor verticalAnchor { get { return m_verticalAnchor; } set { m_verticalAnchor = value; UpdateBound(); } }
int32_t L_0 = ___0_value;
__this->___m_verticalAnchor_11 = L_0;
// public VerticalAnchor verticalAnchor { get { return m_verticalAnchor; } set { m_verticalAnchor = value; UpdateBound(); } }
ScrollerHelper_UpdateBound_m89972C27298A8BB6A7129F992E5AA933BB925907(__this, NULL);
// public VerticalAnchor verticalAnchor { get { return m_verticalAnchor; } set { m_verticalAnchor = value; UpdateBound(); } }
return;
}
}
// System.Void ScrollerHelper::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_Start_m8B6616809EA32DFCC91C142BD2FFF97260FCD9F0 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// m_scrollRect = GetComponent<ScrollRect>();
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_0;
L_0 = Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518(__this, Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518_RuntimeMethod_var);
__this->___m_scrollRect_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_scrollRect_7), (void*)L_0);
// m_viewport = m_scrollRect.viewport;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_1 = __this->___m_scrollRect_7;
NullCheck(L_1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2;
L_2 = ScrollRect_get_viewport_m85092216DD476F77E78F5CE50F9C4E70063ECCF9_inline(L_1, NULL);
__this->___m_viewport_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_viewport_6), (void*)L_2);
// m_container = m_viewport.GetChild(0) as RectTransform;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = __this->___m_viewport_6;
NullCheck(L_3);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
L_4 = Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF(L_3, 0, NULL);
__this->___m_container_5 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)IsInstSealed((RuntimeObject*)L_4, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_container_5), (void*)((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)IsInstSealed((RuntimeObject*)L_4, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)));
// m_containerSize = m_container.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_5 = __this->___m_container_5;
NullCheck(L_5);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
L_6 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_5, NULL);
__this->___m_containerSize_8 = L_6;
// UpdateBound();
ScrollerHelper_UpdateBound_m89972C27298A8BB6A7129F992E5AA933BB925907(__this, NULL);
// }
return;
}
}
// System.Void ScrollerHelper::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_Update_m24A808A5A2C7F7582B69247C84C82C3E3C03369D (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (!m_container.sizeDelta.Equals(m_containerSize))
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_container_5;
NullCheck(L_0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_0, NULL);
V_0 = L_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = __this->___m_containerSize_8;
bool L_3;
L_3 = Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline((&V_0), L_2, NULL);
if (L_3)
{
goto IL_006c;
}
}
{
// if (m_container.sizeDelta.x > m_containerSize.x || m_container.sizeDelta.y > m_containerSize.y)
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_4 = __this->___m_container_5;
NullCheck(L_4);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_4, NULL);
float L_6 = L_5.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_7 = (&__this->___m_containerSize_8);
float L_8 = L_7->___x_0;
if ((((float)L_6) > ((float)L_8)))
{
goto IL_0055;
}
}
{
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_9 = __this->___m_container_5;
NullCheck(L_9);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10;
L_10 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_9, NULL);
float L_11 = L_10.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_12 = (&__this->___m_containerSize_8);
float L_13 = L_12->___y_1;
if ((!(((float)L_11) > ((float)L_13))))
{
goto IL_005b;
}
}
IL_0055:
{
// ScrollToBound();
ScrollerHelper_ScrollToBound_m4BBC2A81089036EFBC921FD8473045AD543B1761(__this, NULL);
}
IL_005b:
{
// m_containerSize = m_container.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_14 = __this->___m_container_5;
NullCheck(L_14);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
L_15 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_14, NULL);
__this->___m_containerSize_8 = L_15;
}
IL_006c:
{
// }
return;
}
}
// System.Void ScrollerHelper::ScrollToBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_ScrollToBound_m4BBC2A81089036EFBC921FD8473045AD543B1761 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method)
{
{
// m_scrollRect.normalizedPosition = m_boundPosition;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_0 = __this->___m_scrollRect_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = __this->___m_boundPosition_9;
NullCheck(L_0);
ScrollRect_set_normalizedPosition_m8CFC50007450856E3B1FEB9E61A6311FBC0E709E(L_0, L_1, NULL);
// }
return;
}
}
// System.Void ScrollerHelper::UpdateBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper_UpdateBound_m89972C27298A8BB6A7129F992E5AA933BB925907 (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// m_boundPosition = new Vector2(s_boundsPostion[(int)m_horizontalAnchor], s_boundsPostion[(int)m_verticalAnchor]);
il2cpp_codegen_runtime_class_init_inline(ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = ((ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_StaticFields*)il2cpp_codegen_static_fields_for(ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var))->___s_boundsPostion_4;
int32_t L_1 = __this->___m_horizontalAnchor_10;
NullCheck(L_0);
int32_t L_2 = L_1;
float L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_4 = ((ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_StaticFields*)il2cpp_codegen_static_fields_for(ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var))->___s_boundsPostion_4;
int32_t L_5 = __this->___m_verticalAnchor_11;
NullCheck(L_4);
int32_t L_6 = L_5;
float L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), L_3, L_7, /*hidden argument*/NULL);
__this->___m_boundPosition_9 = L_8;
// }
return;
}
}
// System.Void ScrollerHelper::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper__ctor_m2FFDED4FC957CEF06CDFFD3E709E7977D3E4C4CE (ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF* __this, const RuntimeMethod* method)
{
{
// private Vector2 m_boundPosition = new Vector2(1.05f, -0.05f);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
memset((&L_0), 0, sizeof(L_0));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_0), (1.04999995f), (-0.0500000007f), /*hidden argument*/NULL);
__this->___m_boundPosition_9 = L_0;
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
// System.Void ScrollerHelper::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScrollerHelper__cctor_mB9F425A72436B2FE5E236E6185DF9951E223F618 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private static readonly float[] s_boundsPostion = new float[] { 0, -0.05f, 1.05f };
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)3);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(1), (float)(-0.0500000007f));
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(2), (float)(1.04999995f));
((ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_StaticFields*)il2cpp_codegen_static_fields_for(ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var))->___s_boundsPostion_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_StaticFields*)il2cpp_codegen_static_fields_for(ScrollerHelper_t269C969C6ED71AE4CDD5C27A3D3BF38B9CCE80EF_il2cpp_TypeInfo_var))->___s_boundsPostion_4), (void*)L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean VoicePanel::get_autoSpeak()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VoicePanel_get_autoSpeak_m9DC4FA4A4E0E78C314FFDB786FDE213B13C17667 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
{
// public bool autoSpeak { get { return Badminton.instance.scoreBoard.autoSpeak; } set { Badminton.instance.scoreBoard.autoSpeak = value; } }
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0;
L_0 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
NullCheck(L_0);
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* L_1 = L_0->___scoreBoard_12;
NullCheck(L_1);
bool L_2;
L_2 = ScoreBoard_get_autoSpeak_mA7D024D531DC85E5805F942487B5F0F754CA48FD_inline(L_1, NULL);
return L_2;
}
}
// System.Void VoicePanel::set_autoSpeak(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_set_autoSpeak_m47442F284255D7F8B9BE5FFCD854ACEB0BBB0C59 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool autoSpeak { get { return Badminton.instance.scoreBoard.autoSpeak; } set { Badminton.instance.scoreBoard.autoSpeak = value; } }
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0;
L_0 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
NullCheck(L_0);
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* L_1 = L_0->___scoreBoard_12;
bool L_2 = ___0_value;
NullCheck(L_1);
ScoreBoard_set_autoSpeak_m04D60C7AB748EDF828AF4B6B0A6D88F07CAFDF96_inline(L_1, L_2, NULL);
// public bool autoSpeak { get { return Badminton.instance.scoreBoard.autoSpeak; } set { Badminton.instance.scoreBoard.autoSpeak = value; } }
return;
}
}
// System.Single VoicePanel::get_bgmVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_get_bgmVolume_mE363CC7A882989C94B8E3B24FBCC4E798EC42296 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8375A9F4EA78D0D2F683EB78F71680DE2946D8A);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// get { float db; return audioMixer.GetFloat(AudioConst.BGM, out db) ? GetDBToValue(db) : 0; }
AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* L_0 = __this->___audioMixer_4;
NullCheck(L_0);
bool L_1;
L_1 = AudioMixer_GetFloat_mAED8D277AD30D0346292555CBF81D8961117AEC9(L_0, _stringLiteralC8375A9F4EA78D0D2F683EB78F71680DE2946D8A, (&V_0), NULL);
if (L_1)
{
goto IL_001a;
}
}
{
return (0.0f);
}
IL_001a:
{
float L_2 = V_0;
float L_3;
L_3 = VoicePanel_GetDBToValue_mDD1AD15B16A2E3549D6CD05252CF2B9E202A9B5E(L_2, NULL);
return L_3;
}
}
// System.Void VoicePanel::set_bgmVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_set_bgmVolume_m2725732D221EBDCD1BA724C645909F1AB7A60C8C (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, float ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8375A9F4EA78D0D2F683EB78F71680DE2946D8A);
s_Il2CppMethodInitialized = true;
}
{
// set { audioMixer.SetFloat(AudioConst.BGM, GetValueToDB(value)); }
AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* L_0 = __this->___audioMixer_4;
float L_1 = ___0_value;
float L_2;
L_2 = VoicePanel_GetValueToDB_mD8049F9EECCE23B7EC1219DB33B415880874444F(L_1, NULL);
NullCheck(L_0);
bool L_3;
L_3 = AudioMixer_SetFloat_m4789959013BE79E4F84F446405914908ADC3F335(L_0, _stringLiteralC8375A9F4EA78D0D2F683EB78F71680DE2946D8A, L_2, NULL);
// set { audioMixer.SetFloat(AudioConst.BGM, GetValueToDB(value)); }
return;
}
}
// System.Single VoicePanel::get_soundVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_get_soundVolume_m108BA15AB8E1440F2A06DEBF4D364A5206AD3FBE (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB06E0A060650E01325ABF2418E7D5621B98A3650);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// get { float db; return audioMixer.GetFloat(AudioConst.SFX, out db) ? GetDBToValue(db) : 0; }
AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* L_0 = __this->___audioMixer_4;
NullCheck(L_0);
bool L_1;
L_1 = AudioMixer_GetFloat_mAED8D277AD30D0346292555CBF81D8961117AEC9(L_0, _stringLiteralB06E0A060650E01325ABF2418E7D5621B98A3650, (&V_0), NULL);
if (L_1)
{
goto IL_001a;
}
}
{
return (0.0f);
}
IL_001a:
{
float L_2 = V_0;
float L_3;
L_3 = VoicePanel_GetDBToValue_mDD1AD15B16A2E3549D6CD05252CF2B9E202A9B5E(L_2, NULL);
return L_3;
}
}
// System.Void VoicePanel::set_soundVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_set_soundVolume_m8BE35D80E873FC607CF3B0E7058EDD09FF65C90D (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, float ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB06E0A060650E01325ABF2418E7D5621B98A3650);
s_Il2CppMethodInitialized = true;
}
{
// set { audioMixer.SetFloat(AudioConst.SFX, GetValueToDB(value)); }
AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* L_0 = __this->___audioMixer_4;
float L_1 = ___0_value;
float L_2;
L_2 = VoicePanel_GetValueToDB_mD8049F9EECCE23B7EC1219DB33B415880874444F(L_1, NULL);
NullCheck(L_0);
bool L_3;
L_3 = AudioMixer_SetFloat_m4789959013BE79E4F84F446405914908ADC3F335(L_0, _stringLiteralB06E0A060650E01325ABF2418E7D5621B98A3650, L_2, NULL);
// set { audioMixer.SetFloat(AudioConst.SFX, GetValueToDB(value)); }
return;
}
}
// System.Single VoicePanel::get_voiceVolume()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_get_voiceVolume_m60C1456ECD396F8F7438E322E6CF4F71EA95C2B6 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7382D4280FDFF94EECD629107C6D771D6C6AFA30);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
// get { float db; return audioMixer.GetFloat(AudioConst.VOICE, out db) ? GetDBToValue(db) : 0; }
AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* L_0 = __this->___audioMixer_4;
NullCheck(L_0);
bool L_1;
L_1 = AudioMixer_GetFloat_mAED8D277AD30D0346292555CBF81D8961117AEC9(L_0, _stringLiteral7382D4280FDFF94EECD629107C6D771D6C6AFA30, (&V_0), NULL);
if (L_1)
{
goto IL_001a;
}
}
{
return (0.0f);
}
IL_001a:
{
float L_2 = V_0;
float L_3;
L_3 = VoicePanel_GetDBToValue_mDD1AD15B16A2E3549D6CD05252CF2B9E202A9B5E(L_2, NULL);
return L_3;
}
}
// System.Void VoicePanel::set_voiceVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_set_voiceVolume_mAB1C0463A1FE12EB24848305BCD6A23A42746C49 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, float ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7382D4280FDFF94EECD629107C6D771D6C6AFA30);
s_Il2CppMethodInitialized = true;
}
{
// set { audioMixer.SetFloat(AudioConst.VOICE, GetValueToDB(value)); }
AudioMixer_tE2E8D79241711CDF9AB428C7FB96A35D80E40B04* L_0 = __this->___audioMixer_4;
float L_1 = ___0_value;
float L_2;
L_2 = VoicePanel_GetValueToDB_mD8049F9EECCE23B7EC1219DB33B415880874444F(L_1, NULL);
NullCheck(L_0);
bool L_3;
L_3 = AudioMixer_SetFloat_m4789959013BE79E4F84F446405914908ADC3F335(L_0, _stringLiteral7382D4280FDFF94EECD629107C6D771D6C6AFA30, L_2, NULL);
// set { audioMixer.SetFloat(AudioConst.VOICE, GetValueToDB(value)); }
return;
}
}
// System.Void VoicePanel::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_Start_mCDB21959BE9D8C4BE703A470598E6AB8443BAF81 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
{
// bgmItem.SetActive(false);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___bgmItem_5;
NullCheck(L_0);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_0, (bool)0, NULL);
// UpdatePropsValue();
VoicePanel_UpdatePropsValue_m3FD9381C797BC39D6302AB4112EC2F793037F107(__this, NULL);
// }
return;
}
}
// System.Void VoicePanel::UpdatePropsValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_UpdatePropsValue_m3FD9381C797BC39D6302AB4112EC2F793037F107 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* V_0 = NULL;
{
// var main = Badminton.instance;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0;
L_0 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
V_0 = L_0;
// voiceDropdown.value = (int)main.textToSpeech.providerType;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_1 = __this->___voiceDropdown_8;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_2 = V_0;
NullCheck(L_2);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_3;
L_3 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_2, NULL);
NullCheck(L_3);
int32_t L_4 = L_3->___providerType_6;
NullCheck(L_1);
Dropdown_set_value_m0764A5E2023E34705ADD422689BF6C0074449FEE(L_1, L_4, NULL);
// speedSlider.value = main.textToSpeech.speed;
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_5 = __this->___speedSlider_9;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_6 = V_0;
NullCheck(L_6);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_7;
L_7 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_6, NULL);
NullCheck(L_7);
float L_8 = L_7->___speed_4;
NullCheck(L_5);
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_5, L_8);
// accelerateSlider.value = main.textToSpeech.accelerate;
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_9 = __this->___accelerateSlider_10;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_10 = V_0;
NullCheck(L_10);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_11;
L_11 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_10, NULL);
NullCheck(L_11);
float L_12 = L_11->___accelerate_5;
NullCheck(L_9);
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_9, L_12);
// delaySlider.value = main.textToSpeech.delayOffset;
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_13 = __this->___delaySlider_11;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_14 = V_0;
NullCheck(L_14);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_15;
L_15 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_14, NULL);
NullCheck(L_15);
float L_16 = L_15->___delayOffset_7;
NullCheck(L_13);
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_13, L_16);
// bgmVolumeSlider.value = bgmVolume;
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_17 = __this->___bgmVolumeSlider_12;
float L_18;
L_18 = VoicePanel_get_bgmVolume_mE363CC7A882989C94B8E3B24FBCC4E798EC42296(__this, NULL);
NullCheck(L_17);
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_17, L_18);
// soundVolumeSlider.value = soundVolume;
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_19 = __this->___soundVolumeSlider_13;
float L_20;
L_20 = VoicePanel_get_soundVolume_m108BA15AB8E1440F2A06DEBF4D364A5206AD3FBE(__this, NULL);
NullCheck(L_19);
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_19, L_20);
// voiceVolumeSlider.value = voiceVolume;
Slider_t87EA570E3D6556CABF57456C2F3873FFD86E652F* L_21 = __this->___voiceVolumeSlider_14;
float L_22;
L_22 = VoicePanel_get_voiceVolume_m60C1456ECD396F8F7438E322E6CF4F71EA95C2B6(__this, NULL);
NullCheck(L_21);
VirtualActionInvoker1< float >::Invoke(47 /* System.Void UnityEngine.UI.Slider::set_value(System.Single) */, L_21, L_22);
// bgmToggle.isOn = main.gameBGM.autoPlayNext;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_23 = __this->___bgmToggle_7;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_24 = V_0;
NullCheck(L_24);
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* L_25 = L_24->___gameBGM_19;
NullCheck(L_25);
bool L_26;
L_26 = AudioListSwitch_get_autoPlayNext_mAF9FFCC453AE1F81AE4F1620C574361A867C942B_inline(L_25, NULL);
NullCheck(L_23);
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_23, L_26, NULL);
// voiceToggle.isOn = main.scoreBoard.autoSpeak;
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_27 = __this->___voiceToggle_6;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_28 = V_0;
NullCheck(L_28);
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* L_29 = L_28->___scoreBoard_12;
NullCheck(L_29);
bool L_30;
L_30 = ScoreBoard_get_autoSpeak_mA7D024D531DC85E5805F942487B5F0F754CA48FD_inline(L_29, NULL);
NullCheck(L_27);
Toggle_set_isOn_m61D6AB073668E87530A9F49D990A3B3631D2061F(L_27, L_30, NULL);
// UpdateBGMList();
VoicePanel_UpdateBGMList_mE41E0C10FE6068DCE2AF9E8366F0D880B8282325(__this, NULL);
// }
return;
}
}
// System.Void VoicePanel::UpdateBGMList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_UpdateBGMList_mE41E0C10FE6068DCE2AF9E8366F0D880B8282325 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_mFF8BA4CA5D7158D1D6249559A3289E7A6DF0A2BB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD1A55718E5D62169E75726B79372A4DD8CFAEE63_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m58C654F1134533E29502629CA67645682B404811_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__0_m35EAD53A0FAABF9376386C65E499AF28221CBFF4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__1_mD6EF350C7FF1AE6C89B78652CC1729465C86F4A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E687CB96135671F20F35DBA9EE0AFF994781702);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96681A2B198D42859DB500CC97021274BD2004F1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF6C168606FB4202BBD084F0BF59768D774DA025);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB009190F23464AEE2F954609913107A0B840AEA);
s_Il2CppMethodInitialized = true;
}
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* V_3 = NULL;
int32_t V_4 = 0;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* G_B8_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B8_1 = NULL;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* G_B7_0 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B7_1 = NULL;
String_t* G_B9_0 = NULL;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* G_B9_1 = NULL;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* G_B9_2 = NULL;
{
// var list = Badminton.instance.gameBGM.audioList;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0;
L_0 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
NullCheck(L_0);
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* L_1 = L_0->___gameBGM_19;
NullCheck(L_1);
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_2;
L_2 = AudioListSwitch_get_audioList_mB379D3E17C4AFE43944E5725E449CBACD66047B6_inline(L_1, NULL);
V_0 = L_2;
// if (list == null) { return; }
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_3 = V_0;
if (L_3)
{
goto IL_0014;
}
}
{
// if (list == null) { return; }
return;
}
IL_0014:
{
// for (int i = bgmItem.transform.parent.childCount - 1; i > 0; i--)
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4 = __this->___bgmItem_5;
NullCheck(L_4);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_5;
L_5 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_4, NULL);
NullCheck(L_5);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_6;
L_6 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_5, NULL);
NullCheck(L_6);
int32_t L_7;
L_7 = Transform_get_childCount_mE9C29C702AB662CC540CA053EDE48BDAFA35B4B0(L_6, NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
goto IL_0052;
}
IL_002e:
{
// Destroy(bgmItem.transform.parent.GetChild(i).gameObject);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8 = __this->___bgmItem_5;
NullCheck(L_8);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
L_9 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_8, NULL);
NullCheck(L_9);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_10;
L_10 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_9, NULL);
int32_t L_11 = V_1;
NullCheck(L_10);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12;
L_12 = Transform_GetChild_mE686DF0C7AAC1F7AEF356967B1C04D8B8E240EAF(L_10, L_11, NULL);
NullCheck(L_12);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_13;
L_13 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_12, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_13, NULL);
// for (int i = bgmItem.transform.parent.childCount - 1; i > 0; i--)
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract(L_14, 1));
}
IL_0052:
{
// for (int i = bgmItem.transform.parent.childCount - 1; i > 0; i--)
int32_t L_15 = V_1;
if ((((int32_t)L_15) > ((int32_t)0)))
{
goto IL_002e;
}
}
{
// for (int i = 0; i < list.Count; i++)
V_2 = 0;
goto IL_017e;
}
IL_005d:
{
U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* L_16 = (U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96_il2cpp_TypeInfo_var);
NullCheck(L_16);
U3CU3Ec__DisplayClass25_0__ctor_mAB28A8C874E1B45E0F63F265F967F93967FB510C(L_16, NULL);
V_3 = L_16;
U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* L_17 = V_3;
NullCheck(L_17);
L_17->___U3CU3E4__this_1 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_17->___U3CU3E4__this_1), (void*)__this);
// var item = Instantiate(bgmItem, bgmItem.transform.parent);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_18 = __this->___bgmItem_5;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_19 = __this->___bgmItem_5;
NullCheck(L_19);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_20;
L_20 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_19, NULL);
NullCheck(L_20);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_21;
L_21 = Transform_get_parent_m65354E28A4C94EC00EBCF03532F7B0718380791E(L_20, NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_22;
L_22 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m58C654F1134533E29502629CA67645682B404811(L_18, L_21, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m58C654F1134533E29502629CA67645682B404811_RuntimeMethod_var);
// item.transform.Find("Text").GetComponent<Text>().text = list[i].name;
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_23 = L_22;
NullCheck(L_23);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_24;
L_24 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_23, NULL);
NullCheck(L_24);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_25;
L_25 = Transform_Find_m3087032B0E1C5B96A2D2C27020BAEAE2DA08F932(L_24, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9, NULL);
NullCheck(L_25);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_26;
L_26 = Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888(L_25, Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888_RuntimeMethod_var);
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_27 = V_0;
int32_t L_28 = V_2;
NullCheck(L_27);
AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* L_29;
L_29 = List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10(L_27, L_28, List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10_RuntimeMethod_var);
NullCheck(L_29);
String_t* L_30 = L_29->___name_1;
NullCheck(L_26);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_26, L_30);
// item.transform.Find("TextNo").GetComponent<Text>().text = (i + 1).ToString();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_31 = L_23;
NullCheck(L_31);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_32;
L_32 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_31, NULL);
NullCheck(L_32);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_33;
L_33 = Transform_Find_m3087032B0E1C5B96A2D2C27020BAEAE2DA08F932(L_32, _stringLiteral5E687CB96135671F20F35DBA9EE0AFF994781702, NULL);
NullCheck(L_33);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_34;
L_34 = Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888(L_33, Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888_RuntimeMethod_var);
int32_t L_35 = V_2;
V_4 = ((int32_t)il2cpp_codegen_add(L_35, 1));
String_t* L_36;
L_36 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_4), NULL);
NullCheck(L_34);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_34, L_36);
// item.transform.Find("TextPath").GetComponent<Text>().text = list[i].isBuiltin ? "" : Path.GetDirectoryName(list[i].path);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_37 = L_31;
NullCheck(L_37);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_38;
L_38 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_37, NULL);
NullCheck(L_38);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_39;
L_39 = Transform_Find_m3087032B0E1C5B96A2D2C27020BAEAE2DA08F932(L_38, _stringLiteralEB009190F23464AEE2F954609913107A0B840AEA, NULL);
NullCheck(L_39);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_40;
L_40 = Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888(L_39, Component_GetComponent_TisText_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_mB85C5C0EEF6535E3FC0DBFC14E39FA5A51B6F888_RuntimeMethod_var);
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_41 = V_0;
int32_t L_42 = V_2;
NullCheck(L_41);
AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* L_43;
L_43 = List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10(L_41, L_42, List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10_RuntimeMethod_var);
NullCheck(L_43);
bool L_44 = L_43->___isBuiltin_0;
G_B7_0 = L_40;
G_B7_1 = L_37;
if (L_44)
{
G_B8_0 = L_40;
G_B8_1 = L_37;
goto IL_0107;
}
}
{
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_45 = V_0;
int32_t L_46 = V_2;
NullCheck(L_45);
AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* L_47;
L_47 = List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10(L_45, L_46, List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10_RuntimeMethod_var);
NullCheck(L_47);
String_t* L_48 = L_47->___path_3;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_49;
L_49 = Path_GetDirectoryName_m428BADBE493A3927B51A13DEF658929B430516F6(L_48, NULL);
G_B9_0 = L_49;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
goto IL_010c;
}
IL_0107:
{
G_B9_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
}
IL_010c:
{
NullCheck(G_B9_1);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, G_B9_1, G_B9_0);
// var clip = list[i];
U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* L_50 = V_3;
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_51 = V_0;
int32_t L_52 = V_2;
NullCheck(L_51);
AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* L_53;
L_53 = List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10(L_51, L_52, List_1_get_Item_m72D486099C0D26209A58450213A1BA18B9359F10_RuntimeMethod_var);
NullCheck(L_50);
L_50->___clip_0 = L_53;
Il2CppCodeGenWriteBarrier((void**)(&L_50->___clip_0), (void*)L_53);
// item.transform.Find("Btn_Del").GetComponent<Button>().onClick.AddListener(() =>
// {
// Badminton.instance.gameBGM.RemoveBgmFromClip(clip); UpdateBGMList();
// });
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_54 = G_B9_2;
NullCheck(L_54);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_55;
L_55 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_54, NULL);
NullCheck(L_55);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_56;
L_56 = Transform_Find_m3087032B0E1C5B96A2D2C27020BAEAE2DA08F932(L_55, _stringLiteralCF6C168606FB4202BBD084F0BF59768D774DA025, NULL);
NullCheck(L_56);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_57;
L_57 = Component_GetComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_mFF8BA4CA5D7158D1D6249559A3289E7A6DF0A2BB(L_56, Component_GetComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_mFF8BA4CA5D7158D1D6249559A3289E7A6DF0A2BB_RuntimeMethod_var);
NullCheck(L_57);
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* L_58;
L_58 = Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C_inline(L_57, NULL);
U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* L_59 = V_3;
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_60 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_60);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_60, L_59, (intptr_t)((void*)U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__0_m35EAD53A0FAABF9376386C65E499AF28221CBFF4_RuntimeMethod_var), NULL);
NullCheck(L_58);
UnityEvent_AddListener_m8AA4287C16628486B41DA41CA5E7A856A706D302(L_58, L_60, NULL);
// item.transform.Find("bg").GetComponent<Button>().onClick.AddListener(() =>
// {
// Badminton.instance.gameBGM.SetClipAndPlay(clip);
// });
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_61 = L_54;
NullCheck(L_61);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_62;
L_62 = GameObject_get_transform_m0BC10ADFA1632166AE5544BDF9038A2650C2AE56(L_61, NULL);
NullCheck(L_62);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_63;
L_63 = Transform_Find_m3087032B0E1C5B96A2D2C27020BAEAE2DA08F932(L_62, _stringLiteral96681A2B198D42859DB500CC97021274BD2004F1, NULL);
NullCheck(L_63);
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_64;
L_64 = Component_GetComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_mFF8BA4CA5D7158D1D6249559A3289E7A6DF0A2BB(L_63, Component_GetComponent_TisButton_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098_mFF8BA4CA5D7158D1D6249559A3289E7A6DF0A2BB_RuntimeMethod_var);
NullCheck(L_64);
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* L_65;
L_65 = Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C_inline(L_64, NULL);
U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* L_66 = V_3;
UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7* L_67 = (UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7*)il2cpp_codegen_object_new(UnityAction_t11A1F3B953B365C072A5DCC32677EE1796A962A7_il2cpp_TypeInfo_var);
NullCheck(L_67);
UnityAction__ctor_mC53E20D6B66E0D5688CD81B88DBB34F5A58B7131(L_67, L_66, (intptr_t)((void*)U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__1_mD6EF350C7FF1AE6C89B78652CC1729465C86F4A8_RuntimeMethod_var), NULL);
NullCheck(L_65);
UnityEvent_AddListener_m8AA4287C16628486B41DA41CA5E7A856A706D302(L_65, L_67, NULL);
// item.SetActive(true);
NullCheck(L_61);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_61, (bool)1, NULL);
// for (int i = 0; i < list.Count; i++)
int32_t L_68 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_68, 1));
}
IL_017e:
{
// for (int i = 0; i < list.Count; i++)
int32_t L_69 = V_2;
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_70 = V_0;
NullCheck(L_70);
int32_t L_71;
L_71 = List_1_get_Count_mD1A55718E5D62169E75726B79372A4DD8CFAEE63_inline(L_70, List_1_get_Count_mD1A55718E5D62169E75726B79372A4DD8CFAEE63_RuntimeMethod_var);
if ((((int32_t)L_69) < ((int32_t)L_71)))
{
goto IL_005d;
}
}
{
// }
return;
}
}
// System.Void VoicePanel::SaveProps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_SaveProps_m7A94857683E2CDC7A5C80CAFC3561B61BF7271D3 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAD4A6E573B068D6167F13578714BA76E87F09CB);
s_Il2CppMethodInitialized = true;
}
{
// PlayerPrefs.SetString("voice", MiniJSON.Json.Serialize(GetProps()));
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0;
L_0 = VoicePanel_GetProps_m6488EBA6A062DC8E9C52180B4BE080211FAC70CA(__this, NULL);
String_t* L_1;
L_1 = Json_Serialize_mB6F04E24EEDCE8B987E123C8EB4CB39B0DE0A338(L_0, NULL);
PlayerPrefs_SetString_mF4F457C81BB75F0213547C6287BA36E15E1F0256(_stringLiteralBAD4A6E573B068D6167F13578714BA76E87F09CB, L_1, NULL);
// }
return;
}
}
// System.Void VoicePanel::SetProps(System.Collections.Generic.Dictionary`2<System.String,System.Object>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_SetProps_m7905BECBF37F38638D2A7EADA6B474A923567794 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___0_val, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00E6DE4CD65DB421271463093300933FD22F25B6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13AC545B7F7106D2701B7AF67D7415F2F1B41D13);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D61429A77614470501E536C4B7A7CB204B9125B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral346A05721C2D4F1CC62DB7F9100B9EC9B6CDE3DE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B93B5B9933E13676EABAAA1C54DC622FC2A7C2A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63159A92C7EF0625D8F79AB2AA983147840CBCDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral705BE6FC9A81532054BDFB1437CDE434FBF84643);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DC337ADB0A04587933A53526452C125B9EAA41F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6CC4B6CC1FF0ECBA5C2A37205C675A3C07A24A8);
s_Il2CppMethodInitialized = true;
}
{
// if (val == null) { return; }
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = ___0_val;
if (L_0)
{
goto IL_0004;
}
}
{
// if (val == null) { return; }
return;
}
IL_0004:
{
// var main = Badminton.instance;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_1;
L_1 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
// main.textToSpeech.providerType = (TTS.ProviderType)Convert.ToInt32(val["providerType"]);
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_2 = L_1;
NullCheck(L_2);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_3;
L_3 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_2, NULL);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_4 = ___0_val;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_4, _stringLiteral63159A92C7EF0625D8F79AB2AA983147840CBCDF, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int32_t L_6;
L_6 = Convert_ToInt32_m9FEA65DB96264479B5268014F10754787382D297(L_5, NULL);
NullCheck(L_3);
L_3->___providerType_6 = L_6;
// main.textToSpeech.speed = Convert.ToSingle(val["speed"]);
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_7 = L_2;
NullCheck(L_7);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_8;
L_8 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_7, NULL);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_9 = ___0_val;
NullCheck(L_9);
RuntimeObject* L_10;
L_10 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_9, _stringLiteral2D61429A77614470501E536C4B7A7CB204B9125B, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
float L_11;
L_11 = Convert_ToSingle_m6B47C78A7DFD7825B4361BCA8AB6748FC82165E9(L_10, NULL);
NullCheck(L_8);
L_8->___speed_4 = L_11;
// main.textToSpeech.accelerate = Convert.ToSingle(val["accelerate"]);
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_12 = L_7;
NullCheck(L_12);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_13;
L_13 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_12, NULL);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_14 = ___0_val;
NullCheck(L_14);
RuntimeObject* L_15;
L_15 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_14, _stringLiteral9DC337ADB0A04587933A53526452C125B9EAA41F, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
float L_16;
L_16 = Convert_ToSingle_m6B47C78A7DFD7825B4361BCA8AB6748FC82165E9(L_15, NULL);
NullCheck(L_13);
L_13->___accelerate_5 = L_16;
// main.textToSpeech.delayOffset = Convert.ToSingle(val["delayOffset"]);
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_17 = L_12;
NullCheck(L_17);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_18;
L_18 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_17, NULL);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_19 = ___0_val;
NullCheck(L_19);
RuntimeObject* L_20;
L_20 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_19, _stringLiteral13AC545B7F7106D2701B7AF67D7415F2F1B41D13, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
float L_21;
L_21 = Convert_ToSingle_m6B47C78A7DFD7825B4361BCA8AB6748FC82165E9(L_20, NULL);
NullCheck(L_18);
L_18->___delayOffset_7 = L_21;
// bgmVolume = Convert.ToSingle(val["bgmVolume"]);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_22 = ___0_val;
NullCheck(L_22);
RuntimeObject* L_23;
L_23 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_22, _stringLiteral4B93B5B9933E13676EABAAA1C54DC622FC2A7C2A, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
float L_24;
L_24 = Convert_ToSingle_m6B47C78A7DFD7825B4361BCA8AB6748FC82165E9(L_23, NULL);
VoicePanel_set_bgmVolume_m2725732D221EBDCD1BA724C645909F1AB7A60C8C(__this, L_24, NULL);
// soundVolume = Convert.ToSingle(val["soundVolume"]);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_25 = ___0_val;
NullCheck(L_25);
RuntimeObject* L_26;
L_26 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_25, _stringLiteral346A05721C2D4F1CC62DB7F9100B9EC9B6CDE3DE, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
float L_27;
L_27 = Convert_ToSingle_m6B47C78A7DFD7825B4361BCA8AB6748FC82165E9(L_26, NULL);
VoicePanel_set_soundVolume_m8BE35D80E873FC607CF3B0E7058EDD09FF65C90D(__this, L_27, NULL);
// voiceVolume = Convert.ToSingle(val["voiceVolume"]);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_28 = ___0_val;
NullCheck(L_28);
RuntimeObject* L_29;
L_29 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_28, _stringLiteral705BE6FC9A81532054BDFB1437CDE434FBF84643, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
float L_30;
L_30 = Convert_ToSingle_m6B47C78A7DFD7825B4361BCA8AB6748FC82165E9(L_29, NULL);
VoicePanel_set_voiceVolume_mAB1C0463A1FE12EB24848305BCD6A23A42746C49(__this, L_30, NULL);
// main.gameBGM.autoPlayNext = Convert.ToBoolean(val["autoPlayNext"]);
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_31 = L_17;
NullCheck(L_31);
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* L_32 = L_31->___gameBGM_19;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_33 = ___0_val;
NullCheck(L_33);
RuntimeObject* L_34;
L_34 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_33, _stringLiteral00E6DE4CD65DB421271463093300933FD22F25B6, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
bool L_35;
L_35 = Convert_ToBoolean_m35ABFE9171C8E44E23C95CD872DFEF2F2B643214(L_34, NULL);
NullCheck(L_32);
AudioListSwitch_set_autoPlayNext_m17927518511D66778ABD6BF543D5E20DC9B3DEBA(L_32, L_35, NULL);
// main.scoreBoard.autoSpeak = Convert.ToBoolean(val["autoSpeak"]);
NullCheck(L_31);
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* L_36 = L_31->___scoreBoard_12;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_37 = ___0_val;
NullCheck(L_37);
RuntimeObject* L_38;
L_38 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(L_37, _stringLiteralF6CC4B6CC1FF0ECBA5C2A37205C675A3C07A24A8, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
bool L_39;
L_39 = Convert_ToBoolean_m35ABFE9171C8E44E23C95CD872DFEF2F2B643214(L_38, NULL);
NullCheck(L_36);
ScoreBoard_set_autoSpeak_m04D60C7AB748EDF828AF4B6B0A6D88F07CAFDF96_inline(L_36, L_39, NULL);
// UpdatePropsValue();
VoicePanel_UpdatePropsValue_m3FD9381C797BC39D6302AB4112EC2F793037F107(__this, NULL);
// }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.Object> VoicePanel::GetProps()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* VoicePanel_GetProps_m6488EBA6A062DC8E9C52180B4BE080211FAC70CA (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00E6DE4CD65DB421271463093300933FD22F25B6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13AC545B7F7106D2701B7AF67D7415F2F1B41D13);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D61429A77614470501E536C4B7A7CB204B9125B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral346A05721C2D4F1CC62DB7F9100B9EC9B6CDE3DE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B93B5B9933E13676EABAAA1C54DC622FC2A7C2A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63159A92C7EF0625D8F79AB2AA983147840CBCDF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral705BE6FC9A81532054BDFB1437CDE434FBF84643);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DC337ADB0A04587933A53526452C125B9EAA41F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6CC4B6CC1FF0ECBA5C2A37205C675A3C07A24A8);
s_Il2CppMethodInitialized = true;
}
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* V_0 = NULL;
{
// var main = Badminton.instance;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0;
L_0 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
V_0 = L_0;
// var val = new Dictionary<string, object>();
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_1 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
NullCheck(L_1);
Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_1, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
// val["providerType"] = (int)main.textToSpeech.providerType;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_2 = L_1;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_3 = V_0;
NullCheck(L_3);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_4;
L_4 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_3, NULL);
NullCheck(L_4);
int32_t L_5 = L_4->___providerType_6;
int32_t L_6 = ((int32_t)L_5);
RuntimeObject* L_7 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_6);
NullCheck(L_2);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_2, _stringLiteral63159A92C7EF0625D8F79AB2AA983147840CBCDF, L_7, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["speed"] = main.textToSpeech.speed;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_8 = L_2;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_9 = V_0;
NullCheck(L_9);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_10;
L_10 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_9, NULL);
NullCheck(L_10);
float L_11 = L_10->___speed_4;
float L_12 = L_11;
RuntimeObject* L_13 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_12);
NullCheck(L_8);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_8, _stringLiteral2D61429A77614470501E536C4B7A7CB204B9125B, L_13, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["accelerate"] = main.textToSpeech.accelerate;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_14 = L_8;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_15 = V_0;
NullCheck(L_15);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_16;
L_16 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_15, NULL);
NullCheck(L_16);
float L_17 = L_16->___accelerate_5;
float L_18 = L_17;
RuntimeObject* L_19 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_18);
NullCheck(L_14);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_14, _stringLiteral9DC337ADB0A04587933A53526452C125B9EAA41F, L_19, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["delayOffset"] = main.textToSpeech.delayOffset;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_20 = L_14;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_21 = V_0;
NullCheck(L_21);
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_22;
L_22 = Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline(L_21, NULL);
NullCheck(L_22);
float L_23 = L_22->___delayOffset_7;
float L_24 = L_23;
RuntimeObject* L_25 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_24);
NullCheck(L_20);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_20, _stringLiteral13AC545B7F7106D2701B7AF67D7415F2F1B41D13, L_25, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["bgmVolume"] = bgmVolume;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_26 = L_20;
float L_27;
L_27 = VoicePanel_get_bgmVolume_mE363CC7A882989C94B8E3B24FBCC4E798EC42296(__this, NULL);
float L_28 = L_27;
RuntimeObject* L_29 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_28);
NullCheck(L_26);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_26, _stringLiteral4B93B5B9933E13676EABAAA1C54DC622FC2A7C2A, L_29, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["soundVolume"] = soundVolume;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_30 = L_26;
float L_31;
L_31 = VoicePanel_get_soundVolume_m108BA15AB8E1440F2A06DEBF4D364A5206AD3FBE(__this, NULL);
float L_32 = L_31;
RuntimeObject* L_33 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_32);
NullCheck(L_30);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_30, _stringLiteral346A05721C2D4F1CC62DB7F9100B9EC9B6CDE3DE, L_33, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["voiceVolume"] = voiceVolume;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_34 = L_30;
float L_35;
L_35 = VoicePanel_get_voiceVolume_m60C1456ECD396F8F7438E322E6CF4F71EA95C2B6(__this, NULL);
float L_36 = L_35;
RuntimeObject* L_37 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_36);
NullCheck(L_34);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_34, _stringLiteral705BE6FC9A81532054BDFB1437CDE434FBF84643, L_37, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["autoPlayNext"] = main.gameBGM.autoPlayNext;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_38 = L_34;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_39 = V_0;
NullCheck(L_39);
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* L_40 = L_39->___gameBGM_19;
NullCheck(L_40);
bool L_41;
L_41 = AudioListSwitch_get_autoPlayNext_mAF9FFCC453AE1F81AE4F1620C574361A867C942B_inline(L_40, NULL);
bool L_42 = L_41;
RuntimeObject* L_43 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_42);
NullCheck(L_38);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_38, _stringLiteral00E6DE4CD65DB421271463093300933FD22F25B6, L_43, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// val["autoSpeak"] = main.scoreBoard.autoSpeak;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_44 = L_38;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_45 = V_0;
NullCheck(L_45);
ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* L_46 = L_45->___scoreBoard_12;
NullCheck(L_46);
bool L_47;
L_47 = ScoreBoard_get_autoSpeak_mA7D024D531DC85E5805F942487B5F0F754CA48FD_inline(L_46, NULL);
bool L_48 = L_47;
RuntimeObject* L_49 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_48);
NullCheck(L_44);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_44, _stringLiteralF6CC4B6CC1FF0ECBA5C2A37205C675A3C07A24A8, L_49, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// return val;
return L_44;
}
}
// System.Single VoicePanel::GetValueToDB(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_GetValueToDB_mD8049F9EECCE23B7EC1219DB33B415880874444F (float ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if (value <= 0) { return AudioConst.MIN_DECIBEL; }
float L_0 = ___0_value;
if ((!(((float)L_0) <= ((float)(0.0f)))))
{
goto IL_000e;
}
}
{
// if (value <= 0) { return AudioConst.MIN_DECIBEL; }
return (-60.0f);
}
IL_000e:
{
// else if (value >= 1) { return AudioConst.MAX_DECIBEL; }
float L_1 = ___0_value;
if ((!(((float)L_1) >= ((float)(1.0f)))))
{
goto IL_001c;
}
}
{
// else if (value >= 1) { return AudioConst.MAX_DECIBEL; }
return (3.0f);
}
IL_001c:
{
// var factor = (AudioConst.MAX_DECIBEL_FLOAT - AudioConst.MIN_DECIBEL_FLOAT) * value + AudioConst.MIN_DECIBEL_FLOAT;
il2cpp_codegen_runtime_class_init_inline(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var);
float L_2 = ((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MAX_DECIBEL_FLOAT_6;
float L_3 = ((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MIN_DECIBEL_FLOAT_7;
float L_4 = ___0_value;
float L_5 = ((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MIN_DECIBEL_FLOAT_7;
// var db = Mathf.Log10(factor) * 20;
float L_6;
L_6 = log10f(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_subtract(L_2, L_3)), L_4)), L_5)));
// return db;
return ((float)il2cpp_codegen_multiply(L_6, (20.0f)));
}
}
// System.Single VoicePanel::GetDBToValue(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float VoicePanel_GetDBToValue_mDD1AD15B16A2E3549D6CD05252CF2B9E202A9B5E (float ___0_db, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if (db <= AudioConst.MIN_DECIBEL) { return 0; }
float L_0 = ___0_db;
if ((!(((float)L_0) <= ((float)(-60.0f)))))
{
goto IL_000e;
}
}
{
// if (db <= AudioConst.MIN_DECIBEL) { return 0; }
return (0.0f);
}
IL_000e:
{
// else if (db >= AudioConst.MAX_DECIBEL) { return 1; }
float L_1 = ___0_db;
if ((!(((float)L_1) >= ((float)(3.0f)))))
{
goto IL_001c;
}
}
{
// else if (db >= AudioConst.MAX_DECIBEL) { return 1; }
return (1.0f);
}
IL_001c:
{
// var factor = UnityEngine.Mathf.Pow(10, db / 20);
float L_2 = ___0_db;
float L_3;
L_3 = powf((10.0f), ((float)(L_2/(20.0f))));
// var value = (factor - AudioConst.MIN_DECIBEL_FLOAT) / (AudioConst.MAX_DECIBEL_FLOAT - AudioConst.MIN_DECIBEL_FLOAT);
il2cpp_codegen_runtime_class_init_inline(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var);
float L_4 = ((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MIN_DECIBEL_FLOAT_7;
float L_5 = ((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MAX_DECIBEL_FLOAT_6;
float L_6 = ((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MIN_DECIBEL_FLOAT_7;
// return value;
return ((float)(((float)il2cpp_codegen_subtract(L_3, L_4))/((float)il2cpp_codegen_subtract(L_5, L_6))));
}
}
// System.Void VoicePanel::OpenFileBrowser()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel_OpenFileBrowser_m9128E8A87FAB211B65D236F382CCF4196B65EC39 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50B38349BA62340F8B1DA1B68193EC484953EF1B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61CDA2CF076B3B1C60F4A3E3F04FA6F4AEA070D2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral66F76C70284CF09DE9F50684E6B616F1B29328CD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81B43C01D6771BE69755C556E2A11C6B854ED067);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93087E87481BBE023485F02F3C876019927EB4AE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD36877C5F51DFCF27BD6E50EFE17F811114D9198);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE87451DCA0C8D4EB675C106B306B884CD97A7B7A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0EC54FD9493DD95C328894C9CC1F35DEB57EC2F);
s_Il2CppMethodInitialized = true;
}
{
// FileBrowser.SetFilters(true, new FileBrowser.Filter("??", ".mp3", ".wav", ".ogg"));
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* L_0 = (FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2*)(FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2*)SZArrayNew(FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2_il2cpp_TypeInfo_var, (uint32_t)1);
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* L_1 = L_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)3);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteral61CDA2CF076B3B1C60F4A3E3F04FA6F4AEA070D2);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral61CDA2CF076B3B1C60F4A3E3F04FA6F4AEA070D2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteralD36877C5F51DFCF27BD6E50EFE17F811114D9198);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralD36877C5F51DFCF27BD6E50EFE17F811114D9198);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteralF0EC54FD9493DD95C328894C9CC1F35DEB57EC2F);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralF0EC54FD9493DD95C328894C9CC1F35DEB57EC2F);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_6 = (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4*)il2cpp_codegen_object_new(Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
NullCheck(L_6);
Filter__ctor_m179B8215185ACFBDDC5512D6BB09D553135F4874(L_6, _stringLiteral93087E87481BBE023485F02F3C876019927EB4AE, L_5, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4*)L_6);
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFilters_mC8852BD92071B1718133AED85B59A92D4742E81D((bool)1, L_1, NULL);
// FileBrowser.SetDefaultFilter(".mp3");
bool L_7;
L_7 = FileBrowser_SetDefaultFilter_m8D9D7646F91118086555FA965464FC6E84077E61(_stringLiteral61CDA2CF076B3B1C60F4A3E3F04FA6F4AEA070D2, NULL);
// FileBrowser.AddQuickLink("??", "/storage/emulated/0/Music", null);
bool L_8;
L_8 = FileBrowser_AddQuickLink_mC4A1796E92616CD4F0F643E5B4FBE5591D590423(_stringLiteral81B43C01D6771BE69755C556E2A11C6B854ED067, _stringLiteralE87451DCA0C8D4EB675C106B306B884CD97A7B7A, (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)NULL, NULL);
// FileBrowser.AddQuickLink("??", "/storage/emulated/0/Download", null);
bool L_9;
L_9 = FileBrowser_AddQuickLink_mC4A1796E92616CD4F0F643E5B4FBE5591D590423(_stringLiteral66F76C70284CF09DE9F50684E6B616F1B29328CD, _stringLiteral50B38349BA62340F8B1DA1B68193EC484953EF1B, (Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99*)NULL, NULL);
// StartCoroutine(ShowLoadDialogCoroutine());
RuntimeObject* L_10;
L_10 = VoicePanel_ShowLoadDialogCoroutine_m28642276243B58B215C41B765C099F3F322F1C4E(__this, NULL);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_11;
L_11 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_10, NULL);
// }
return;
}
}
// System.Collections.IEnumerator VoicePanel::ShowLoadDialogCoroutine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VoicePanel_ShowLoadDialogCoroutine_m28642276243B58B215C41B765C099F3F322F1C4E (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* L_0 = (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB*)il2cpp_codegen_object_new(U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CShowLoadDialogCoroutineU3Ed__32__ctor_mBC6FB5C6A8B3C731ADCF08CE3AF1F23E28B309F7(L_0, 0, NULL);
U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
return L_1;
}
}
// System.Void VoicePanel::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoicePanel__ctor_mBCABB8F186A874149B629953BE5BA0C83CAE92C8 (VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void VoicePanel/AudioConst::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioConst__cctor_m284292E1BE70E771EF3DB099728C13C9C12560DB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static readonly float MAX_DECIBEL_FLOAT = UnityEngine.Mathf.Pow(10, AudioConst.MAX_DECIBEL / 20);
float L_0;
L_0 = powf((10.0f), (0.150000006f));
((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MAX_DECIBEL_FLOAT_6 = L_0;
// public static readonly float MIN_DECIBEL_FLOAT = UnityEngine.Mathf.Pow(10, AudioConst.MIN_DECIBEL / 20);
float L_1;
L_1 = powf((10.0f), (-3.0f));
((AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_StaticFields*)il2cpp_codegen_static_fields_for(AudioConst_tC5F5FBD9C4565692BF87565C22A9938350551389_il2cpp_TypeInfo_var))->___MIN_DECIBEL_FLOAT_7 = 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
// System.Void VoicePanel/<>c__DisplayClass25_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_mAB28A8C874E1B45E0F63F265F967F93967FB510C (U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void VoicePanel/<>c__DisplayClass25_0::<UpdateBGMList>b__0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__0_m35EAD53A0FAABF9376386C65E499AF28221CBFF4 (U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* __this, const RuntimeMethod* method)
{
{
// Badminton.instance.gameBGM.RemoveBgmFromClip(clip); UpdateBGMList();
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0;
L_0 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
NullCheck(L_0);
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* L_1 = L_0->___gameBGM_19;
AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* L_2 = __this->___clip_0;
NullCheck(L_1);
AudioListSwitch_RemoveBgmFromClip_m497854A2F79C4DF5452930758430F8BE3A1BD6E9(L_1, L_2, NULL);
// Badminton.instance.gameBGM.RemoveBgmFromClip(clip); UpdateBGMList();
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* L_3 = __this->___U3CU3E4__this_1;
NullCheck(L_3);
VoicePanel_UpdateBGMList_mE41E0C10FE6068DCE2AF9E8366F0D880B8282325(L_3, NULL);
// });
return;
}
}
// System.Void VoicePanel/<>c__DisplayClass25_0::<UpdateBGMList>b__1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0_U3CUpdateBGMListU3Eb__1_mD6EF350C7FF1AE6C89B78652CC1729465C86F4A8 (U3CU3Ec__DisplayClass25_0_t1959B56E111C61503C0EC9ECD19AFED0549B4C96* __this, const RuntimeMethod* method)
{
{
// Badminton.instance.gameBGM.SetClipAndPlay(clip);
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0;
L_0 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
NullCheck(L_0);
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* L_1 = L_0->___gameBGM_19;
AudioInfo_t6EFA8F0A22ECFCEE38126895520AC1B55FA225F8* L_2 = __this->___clip_0;
NullCheck(L_1);
AudioListSwitch_SetClipAndPlay_m0529874A1E70726E55A3395E1E1AC2DB75551770(L_1, L_2, 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 VoicePanel/<ShowLoadDialogCoroutine>d__32::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowLoadDialogCoroutineU3Ed__32__ctor_mBC6FB5C6A8B3C731ADCF08CE3AF1F23E28B309F7 (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void VoicePanel/<ShowLoadDialogCoroutine>d__32::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowLoadDialogCoroutineU3Ed__32_System_IDisposable_Dispose_m58C5BEF1FCF47640AF246141546DBA60F46C01AA (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean VoicePanel/<ShowLoadDialogCoroutine>d__32::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CShowLoadDialogCoroutineU3Ed__32_MoveNext_mFAFB1664D1437181EA91EF6D0304125CB138FF08 (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral418DCB669517F82851D81BF5565ED6037C8653EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6DF6716142973F677D59F337334D8000609B246);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* V_1 = NULL;
bool V_2 = false;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_0053;
}
case 2:
{
goto IL_00b6;
}
}
}
{
return (bool)0;
}
IL_0022:
{
__this->___U3CU3E1__state_0 = (-1);
// FileBrowser.Instance.ScaleToFullScreen();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_3;
L_3 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_3);
FileBrowser_ScaleToFullScreen_mCCB379A304AD684D1336612FE1C20695F0762D30(L_3, NULL);
// yield return FileBrowser.WaitForLoadDialog(false, null, "????", "??");
RuntimeObject* L_4;
L_4 = FileBrowser_WaitForLoadDialog_mF0D0456B3689F9F360D4B83BF3DC9F08097B45C6((bool)0, (String_t*)NULL, _stringLiteral418DCB669517F82851D81BF5565ED6037C8653EE, _stringLiteralA6DF6716142973F677D59F337334D8000609B246, NULL);
__this->___U3CU3E2__current_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_0053:
{
__this->___U3CU3E1__state_0 = (-1);
// Debug.Log(FileBrowser.Success + " " + FileBrowser.Result);
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_5;
L_5 = FileBrowser_get_Success_mB4A283ECDCCAC9610C7AEED3CC2107C466431FB6_inline(NULL);
V_2 = L_5;
String_t* L_6;
L_6 = Boolean_ToString_m6646C8026B1DF381A1EE8CD13549175E9703CC63((&V_2), NULL);
String_t* L_7;
L_7 = FileBrowser_get_Result_m842C8B7AD5F1B2ADA4C4685D4B4B5F6DB9F631FE_inline(NULL);
String_t* L_8;
L_8 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_6, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_8, NULL);
// if (FileBrowser.Success)
bool L_9;
L_9 = FileBrowser_get_Success_mB4A283ECDCCAC9610C7AEED3CC2107C466431FB6_inline(NULL);
if (!L_9)
{
goto IL_00c3;
}
}
{
// yield return StartCoroutine(Badminton.instance.gameBGM.LoadBgmFromFile("file://" + FileBrowser.Result));
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* L_10 = V_1;
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_11;
L_11 = Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline(NULL);
NullCheck(L_11);
AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* L_12 = L_11->___gameBGM_19;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
String_t* L_13;
L_13 = FileBrowser_get_Result_m842C8B7AD5F1B2ADA4C4685D4B4B5F6DB9F631FE_inline(NULL);
String_t* L_14;
L_14 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral218F5A08519088A96BE3C1074984C53EA49F1CCA, L_13, NULL);
NullCheck(L_12);
RuntimeObject* L_15;
L_15 = AudioListSwitch_LoadBgmFromFile_mDC91AC06B32E70E929EAFD076F2FC59096628156(L_12, L_14, (bool)0, NULL);
NullCheck(L_10);
Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_16;
L_16 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(L_10, L_15, NULL);
__this->___U3CU3E2__current_1 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_16);
__this->___U3CU3E1__state_0 = 2;
return (bool)1;
}
IL_00b6:
{
__this->___U3CU3E1__state_0 = (-1);
// UpdateBGMList();
VoicePanel_t06C7E12706A1DD1399CFAEBAAC572878A0E4F0DA* L_17 = V_1;
NullCheck(L_17);
VoicePanel_UpdateBGMList_mE41E0C10FE6068DCE2AF9E8366F0D880B8282325(L_17, NULL);
}
IL_00c3:
{
// }
return (bool)0;
}
}
// System.Object VoicePanel/<ShowLoadDialogCoroutine>d__32::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CShowLoadDialogCoroutineU3Ed__32_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m24C0C278464A1A2AA9F0D3E054DD1E2452F4E085 (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void VoicePanel/<ShowLoadDialogCoroutine>d__32::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CShowLoadDialogCoroutineU3Ed__32_System_Collections_IEnumerator_Reset_m76B27A807268AB4CAA8919C553B19B2144695316 (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CShowLoadDialogCoroutineU3Ed__32_System_Collections_IEnumerator_Reset_m76B27A807268AB4CAA8919C553B19B2144695316_RuntimeMethod_var)));
}
}
// System.Object VoicePanel/<ShowLoadDialogCoroutine>d__32::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CShowLoadDialogCoroutineU3Ed__32_System_Collections_IEnumerator_get_Current_mDD5BE1CF74BAD7BCBC8485CCEE7AA61534C2EAC0 (U3CShowLoadDialogCoroutineU3Ed__32_t278A04650E490934B7C673F15AA463734DBFFFCB* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void AvatarSettings::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AvatarSettings__ctor_m1A2ECB46787026D4D2B5839E2181E2BEE8739B2B (AvatarSettings_t4D6F3DC2666FAC277F39187CE277023DC9CCD5CD* __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void BGMSettings::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BGMSettings__ctor_mA431072933C363D87CCA55C15F84B9B440244A54 (BGMSettings_tC11C9D0CC033990AA38EAA536384754E0BEE0F9E* __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void GameConfig::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameConfig__ctor_m2C52D94D4CCFEF3B01A15A28A3D3087DE87042CA (GameConfig_tD0048BC6F9961272F354783D9C0F361D6BA6B1B9* __this, const RuntimeMethod* method)
{
{
ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.IEnumerator TTS.GoogleTextToSpeech::GetWordAudio(System.String,System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GoogleTextToSpeech_GetWordAudio_mB1BC624A2805A014971497CDE5E72360BF81AB39 (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* __this, String_t* ___0_word, Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* ___1_cache, String_t* ___2_key, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* L_0 = (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084*)il2cpp_codegen_object_new(U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CGetWordAudioU3Ed__8__ctor_mAA20C243F5C475F59C13D01499E50DEB6A3B9688(L_0, 0, NULL);
U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* L_2 = L_1;
String_t* L_3 = ___0_word;
NullCheck(L_2);
L_2->___word_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___word_3), (void*)L_3);
U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* L_4 = L_2;
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_5 = ___1_cache;
NullCheck(L_4);
L_4->___cache_4 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___cache_4), (void*)L_5);
U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* L_6 = L_4;
String_t* L_7 = ___2_key;
NullCheck(L_6);
L_6->___key_5 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___key_5), (void*)L_7);
return L_6;
}
}
// UnityEngine.AudioClip TTS.GoogleTextToSpeech::CreateAudioClipFromWaveBytes(System.Byte[],System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* GoogleTextToSpeech_CreateAudioClipFromWaveBytes_mF374AA59A305AACFE10B5723B49CBA77318A8F7A (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, String_t* ___1_name, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int16_t V_0 = 0;
int32_t V_1 = 0;
int16_t V_2 = 0;
int32_t V_3 = 0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
{
// var numChannels = BitConverter.ToInt16(bytes, 22);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_bytes;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int16_t L_1;
L_1 = BitConverter_ToInt16_m13F278223B819C82CC647398B22C125B02FA2E61(L_0, ((int32_t)22), NULL);
V_0 = L_1;
// var sampleRate = BitConverter.ToInt32(bytes, 24);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_bytes;
int32_t L_3;
L_3 = BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3(L_2, ((int32_t)24), NULL);
V_1 = L_3;
// var blockAlign = BitConverter.ToInt16(bytes, 32);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_bytes;
int16_t L_5;
L_5 = BitConverter_ToInt16_m13F278223B819C82CC647398B22C125B02FA2E61(L_4, ((int32_t)32), NULL);
V_2 = L_5;
// var subchunk2Size = BitConverter.ToInt32(bytes, 40);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_bytes;
int32_t L_7;
L_7 = BitConverter_ToInt32_m259B4E62995575B80C4086347C867EB3C8D7DAB3(L_6, ((int32_t)40), NULL);
// int audioLength = subchunk2Size / blockAlign;
int16_t L_8 = V_2;
V_3 = ((int32_t)(L_7/(int32_t)L_8));
// float[] floatArr = new float[audioLength];
int32_t L_9 = V_3;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_10 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_4 = L_10;
// for (int i = 0; i < audioLength; i++)
V_5 = 0;
goto IL_0056;
}
IL_0033:
{
// int pos = 44 + i * 2;
int32_t L_11 = V_5;
V_6 = ((int32_t)il2cpp_codegen_add(((int32_t)44), ((int32_t)il2cpp_codegen_multiply(L_11, 2))));
// floatArr[i] = bytesToFloat(bytes[pos], bytes[pos + 1]);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_12 = V_4;
int32_t L_13 = V_5;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ___0_bytes;
int32_t L_15 = V_6;
NullCheck(L_14);
int32_t L_16 = L_15;
uint8_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ___0_bytes;
int32_t L_19 = V_6;
NullCheck(L_18);
int32_t L_20 = ((int32_t)il2cpp_codegen_add(L_19, 1));
uint8_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
float L_22;
L_22 = GoogleTextToSpeech_bytesToFloat_m6A1F6257C4C8172BE89966335EEB1F7E70F62ED2(L_17, L_21, NULL);
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (float)L_22);
// for (int i = 0; i < audioLength; i++)
int32_t L_23 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_0056:
{
// for (int i = 0; i < audioLength; i++)
int32_t L_24 = V_5;
int32_t L_25 = V_3;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0033;
}
}
{
// var myAudioClip = AudioClip.Create(name, audioLength, numChannels, sampleRate, false);
String_t* L_26 = ___1_name;
int32_t L_27 = V_3;
int16_t L_28 = V_0;
int32_t L_29 = V_1;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_30;
L_30 = AudioClip_Create_mE8111F06981E42666B6A9A59D0A3EBE002D2CDFB(L_26, L_27, L_28, L_29, (bool)0, NULL);
// myAudioClip.SetData(floatArr, 0);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_31 = L_30;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_32 = V_4;
NullCheck(L_31);
bool L_33;
L_33 = AudioClip_SetData_m7B473C614C11953D746770F4F89B44600B5A6AF3(L_31, L_32, 0, NULL);
// return myAudioClip;
return L_31;
}
}
// System.Single TTS.GoogleTextToSpeech::bytesToFloat(System.Byte,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GoogleTextToSpeech_bytesToFloat_m6A1F6257C4C8172BE89966335EEB1F7E70F62ED2 (uint8_t ___0_firstByte, uint8_t ___1_secondByte, const RuntimeMethod* method)
{
{
// short s = (short)((secondByte << 8) | firstByte);
uint8_t L_0 = ___1_secondByte;
uint8_t L_1 = ___0_firstByte;
// return s / 32768.0F;
return ((float)(((float)((int16_t)((int32_t)(((int32_t)((int32_t)L_0<<8))|(int32_t)L_1))))/(32768.0f)));
}
}
// System.Int32 TTS.GoogleTextToSpeech::bytesToInt(System.Byte[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GoogleTextToSpeech_bytesToInt_m87613ABD7ACA14272207768C38975536E7CF82A6 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_offset, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int value = 0;
V_0 = 0;
// for (int i = 0; i < 4; i++)
V_1 = 0;
goto IL_0019;
}
IL_0006:
{
// value |= ((int)bytes[offset + i]) << (i * 8);
int32_t L_0 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_bytes;
int32_t L_2 = ___1_offset;
int32_t L_3 = V_1;
NullCheck(L_1);
int32_t L_4 = ((int32_t)il2cpp_codegen_add(L_2, L_3));
uint8_t L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
int32_t L_6 = V_1;
V_0 = ((int32_t)(L_0|((int32_t)((int32_t)L_5<<((int32_t)(((int32_t)il2cpp_codegen_multiply(L_6, 8))&((int32_t)31)))))));
// for (int i = 0; i < 4; i++)
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0019:
{
// for (int i = 0; i < 4; i++)
int32_t L_8 = V_1;
if ((((int32_t)L_8) < ((int32_t)4)))
{
goto IL_0006;
}
}
{
// return value;
int32_t L_9 = V_0;
return L_9;
}
}
// System.Void TTS.GoogleTextToSpeech::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318 (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA____5DA75FAFB77CD773B7609E652367898AD7DD4A5508A846CCFC705FD6F979E751_2_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private readonly int[] enVoiceList = new int[] { 8, 1, 3, 9, 8, 5, 7, 9, 8, 9 };
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t0F5473E849A5A5185A9F4C5246F0C32816C49FCA____5DA75FAFB77CD773B7609E652367898AD7DD4A5508A846CCFC705FD6F979E751_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
__this->___enVoiceList_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___enVoiceList_0), (void*)L_1);
// public float speakingRate = 1.0f;
__this->___speakingRate_3 = (1.0f);
// public VoiceName voiceName = VoiceName.Wavenet_C;
__this->___voiceName_4 = 6;
// public Language language = Language.cmn_CN;
__this->___language_5 = 2;
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TTS.GoogleTextToSpeech/<GetWordAudio>d__8::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__8__ctor_mAA20C243F5C475F59C13D01499E50DEB6A3B9688 (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void TTS.GoogleTextToSpeech/<GetWordAudio>d__8::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__8_System_IDisposable_Dispose_m6B828A29DA4138B5106EFF7B1A1CE60B7867D29B (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TTS.GoogleTextToSpeech/<GetWordAudio>d__8::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetWordAudioU3Ed__8_MoveNext_m80AF441005952112942A3131A4A9F051FEBF0640 (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Language_tFBBB13852D4F9B2E1FBBDE701B50D28BA3A02E17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VoiceName_tF42C23A047A06F9BE502C5AA645366AEEF806694_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F68D735CA14E02BEC4909241E8F34C3715ECE25);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral31E0E959C1C33D861975F7A9FA737458A647017A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A8AD81D6E8608D1F0F10E55922371CFDF27A90C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6391178ADAAF803C767EAD4D675766AC3D230186);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral64058CC688A96A90239811EF06C9D20DB0499C3E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7411BB52A7D8C5DCEF9C418D6800018D7332EC63);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A6A2A79C188A6BD672075106607CD639FE21455);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral995D548EAF8C1F3E0F068ACC1B58299EB7A4F47B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAF9F9F6D78BEE176594DED11CB65C44E69578B71);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAD4A6E573B068D6167F13578714BA76E87F09CB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2626358887F45622D37FD07C462FC55738DC24F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* V_1 = NULL;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_5 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* G_B7_0 = NULL;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* G_B3_0 = NULL;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* G_B6_0 = NULL;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* G_B4_0 = NULL;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* G_B5_0 = NULL;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0022;
}
case 1:
{
goto IL_01fc;
}
case 2:
{
goto IL_0219;
}
}
}
{
return (bool)0;
}
IL_0022:
{
__this->___U3CU3E1__state_0 = (-1);
// var url = "https://texttospeech.googleapis.com/v1beta1/text:synthesize?key=" + UnityWebRequest.EscapeURL(api_key);
String_t* L_3;
L_3 = UnityWebRequest_EscapeURL_m1B819655E6FFE468B9DE9D101A17398F3E1A4F27(_stringLiteral6391178ADAAF803C767EAD4D675766AC3D230186, NULL);
String_t* L_4;
L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral8A6A2A79C188A6BD672075106607CD639FE21455, L_3, NULL);
V_3 = L_4;
// var args = new Dictionary<string, object>();
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_5 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
NullCheck(L_5);
Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_5, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
// args["audioConfig"] = new Dictionary<string, object>() {
// // https://cloud.google.com/text-to-speech/docs/reference/rest/v1beta1/text/synthesize?apix_params=%7B%22resource%22%3A%7B%7D%7D#audioencoding
// //{"audioEncoding", "MP3" },
// {"audioEncoding", "LINEAR16" },
// {"pitch", pitch },
// {"speakingRate", speakingRate },
// };
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_6 = L_5;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_7 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
NullCheck(L_7);
Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_7, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_8 = L_7;
NullCheck(L_8);
Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443(L_8, _stringLiteral31E0E959C1C33D861975F7A9FA737458A647017A, _stringLiteral7411BB52A7D8C5DCEF9C418D6800018D7332EC63, Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_9 = L_8;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_10 = V_1;
NullCheck(L_10);
float L_11 = L_10->___pitch_2;
float L_12 = L_11;
RuntimeObject* L_13 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_12);
NullCheck(L_9);
Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443(L_9, _stringLiteralE2626358887F45622D37FD07C462FC55738DC24F, L_13, Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_14 = L_9;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_15 = V_1;
NullCheck(L_15);
float L_16 = L_15->___speakingRate_3;
float L_17 = L_16;
RuntimeObject* L_18 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_14);
Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443(L_14, _stringLiteral4A8AD81D6E8608D1F0F10E55922371CFDF27A90C, L_18, Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var);
NullCheck(L_6);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_6, _stringLiteral995D548EAF8C1F3E0F068ACC1B58299EB7A4F47B, L_14, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// args["input"] = new Dictionary<string, object>() {
// {"text", word }
// };
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_19 = L_6;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_20 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
NullCheck(L_20);
Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_20, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_21 = L_20;
String_t* L_22 = __this->___word_3;
NullCheck(L_21);
Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443(L_21, _stringLiteralBFCC6EE94F1B7AA05A04750903E25F93A7188AE0, L_22, Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var);
NullCheck(L_19);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_19, _stringLiteral15088A7C50E83E49058833A4287B3C2F1CD730D2, L_21, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// if (language == Language.AUTO)
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_23 = V_1;
NullCheck(L_23);
int32_t L_24 = L_23->___language_5;
G_B3_0 = L_19;
if (L_24)
{
G_B7_0 = L_19;
goto IL_00fb;
}
}
{
// if (word[0] >= 'A' && word[0] <= 'z')
String_t* L_25 = __this->___word_3;
NullCheck(L_25);
Il2CppChar L_26;
L_26 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_25, 0, NULL);
G_B4_0 = G_B3_0;
if ((((int32_t)L_26) < ((int32_t)((int32_t)65))))
{
G_B6_0 = G_B3_0;
goto IL_00f4;
}
}
{
String_t* L_27 = __this->___word_3;
NullCheck(L_27);
Il2CppChar L_28;
L_28 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, 0, NULL);
G_B5_0 = G_B4_0;
if ((((int32_t)L_28) > ((int32_t)((int32_t)122))))
{
G_B6_0 = G_B4_0;
goto IL_00f4;
}
}
{
// language = Language.en_US;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_29 = V_1;
NullCheck(L_29);
L_29->___language_5 = 1;
// voiceName = (VoiceName)enVoiceList[(int)voiceName];
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_30 = V_1;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_31 = V_1;
NullCheck(L_31);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_32 = L_31->___enVoiceList_0;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = L_33->___voiceName_4;
NullCheck(L_32);
int32_t L_35 = L_34;
int32_t L_36 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
NullCheck(L_30);
L_30->___voiceName_4 = L_36;
G_B7_0 = G_B5_0;
goto IL_00fb;
}
IL_00f4:
{
// language = Language.cmn_CN;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_37 = V_1;
NullCheck(L_37);
L_37->___language_5 = 2;
G_B7_0 = G_B6_0;
}
IL_00fb:
{
// args["voice"] = new Dictionary<string, object>() {
// //{"languageCode", "cmn-CN" },
// {"languageCode", language.ToString("F").Replace('_','-') },
// //{"name", "cmn-CN-Wavenet-C" }
// {"name", language.ToString("F").Replace('_','-') + "-" + voiceName.ToString("F").Replace('_','-') }
// };
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_38 = G_B7_0;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_39 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
NullCheck(L_39);
Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_39, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_40 = L_39;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_41 = V_1;
NullCheck(L_41);
int32_t L_42 = L_41->___language_5;
int32_t L_43 = L_42;
RuntimeObject* L_44 = Box(Language_tFBBB13852D4F9B2E1FBBDE701B50D28BA3A02E17_il2cpp_TypeInfo_var, &L_43);
String_t* L_45;
L_45 = Enum_ToString_mC82F2E769BD9FF89D7F7E88D78B7F98FA56D4F91((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)L_44, _stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E, NULL);
NullCheck(L_45);
String_t* L_46;
L_46 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_45, ((int32_t)95), ((int32_t)45), NULL);
NullCheck(L_40);
Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443(L_40, _stringLiteral2F68D735CA14E02BEC4909241E8F34C3715ECE25, L_46, Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var);
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_47 = L_40;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_48 = V_1;
NullCheck(L_48);
int32_t L_49 = L_48->___language_5;
int32_t L_50 = L_49;
RuntimeObject* L_51 = Box(Language_tFBBB13852D4F9B2E1FBBDE701B50D28BA3A02E17_il2cpp_TypeInfo_var, &L_50);
String_t* L_52;
L_52 = Enum_ToString_mC82F2E769BD9FF89D7F7E88D78B7F98FA56D4F91((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)L_51, _stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E, NULL);
NullCheck(L_52);
String_t* L_53;
L_53 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_52, ((int32_t)95), ((int32_t)45), NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_54 = V_1;
NullCheck(L_54);
int32_t L_55 = L_54->___voiceName_4;
int32_t L_56 = L_55;
RuntimeObject* L_57 = Box(VoiceName_tF42C23A047A06F9BE502C5AA645366AEEF806694_il2cpp_TypeInfo_var, &L_56);
String_t* L_58;
L_58 = Enum_ToString_mC82F2E769BD9FF89D7F7E88D78B7F98FA56D4F91((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)L_57, _stringLiteralFD60316EE3ADB7B16A998DF8AE0D68C293F6622E, NULL);
NullCheck(L_58);
String_t* L_59;
L_59 = String_Replace_m86403DC5F422D8D5E1CFAAF255B103CB807EDAAF(L_58, ((int32_t)95), ((int32_t)45), NULL);
String_t* L_60;
L_60 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_53, _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, L_59, NULL);
NullCheck(L_47);
Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443(L_47, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, L_60, Dictionary_2_Add_m5875DF2ACE933D734119C088B2E7C9C63F49B443_RuntimeMethod_var);
NullCheck(L_38);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_38, _stringLiteralBAD4A6E573B068D6167F13578714BA76E87F09CB, L_47, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// var postData = MiniJSON.Json.Serialize(args);
String_t* L_61;
L_61 = Json_Serialize_mB6F04E24EEDCE8B987E123C8EB4CB39B0DE0A338(L_38, NULL);
V_4 = L_61;
// var www = new UnityWebRequest(url, UnityWebRequest.kHttpVerbPOST);
String_t* L_62 = V_3;
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_63 = (UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F*)il2cpp_codegen_object_new(UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F_il2cpp_TypeInfo_var);
NullCheck(L_63);
UnityWebRequest__ctor_mD4739B0BF1C4937479A83B24B531C6B819712A3E(L_63, L_62, _stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D, NULL);
__this->___U3CwwwU3E5__2_6 = L_63;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwwwU3E5__2_6), (void*)L_63);
// byte[] bodyRaw = Encoding.UTF8.GetBytes(postData);
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_64;
L_64 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
String_t* L_65 = V_4;
NullCheck(L_64);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66;
L_66 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_64, L_65);
V_5 = L_66;
// www.uploadHandler = new UploadHandlerRaw(bodyRaw);
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_67 = __this->___U3CwwwU3E5__2_6;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = V_5;
UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A* L_69 = (UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A*)il2cpp_codegen_object_new(UploadHandlerRaw_t0A24CF320CDF16F1BC6C5C086DE71A1908CBB91A_il2cpp_TypeInfo_var);
NullCheck(L_69);
UploadHandlerRaw__ctor_m168C957B67E29CB3072E3542044D37E2F16C42B7(L_69, L_68, NULL);
NullCheck(L_67);
UnityWebRequest_set_uploadHandler_m68F346550136DE178C79238944985892196027FE(L_67, L_69, NULL);
// www.downloadHandler = new DownloadHandlerBuffer();
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_70 = __this->___U3CwwwU3E5__2_6;
DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974* L_71 = (DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974*)il2cpp_codegen_object_new(DownloadHandlerBuffer_t34C626F6513FA9A44FDDDEE85455CF2CD9DA5974_il2cpp_TypeInfo_var);
NullCheck(L_71);
DownloadHandlerBuffer__ctor_m5EE7C9E8AB468B2B937A7C9C66B4176A884147AF(L_71, NULL);
NullCheck(L_70);
UnityWebRequest_set_downloadHandler_m6CB94492012097DFC44E5773D1A627753788292F(L_70, L_71, NULL);
// www.SetRequestHeader("Content-Type", "application/json");
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_72 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_72);
UnityWebRequest_SetRequestHeader_m099734EB787B7269B62AB2236A5A4F7D35AF8BC5(L_72, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18, _stringLiteral64058CC688A96A90239811EF06C9D20DB0499C3E, NULL);
// yield return www.SendWebRequest();
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_73 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_73);
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_74;
L_74 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_73, NULL);
__this->___U3CU3E2__current_1 = L_74;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_74);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_01fc:
{
__this->___U3CU3E1__state_0 = (-1);
goto IL_0220;
}
IL_0205:
{
// yield return new WaitForEndOfFrame();
WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* L_75 = (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663*)il2cpp_codegen_object_new(WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var);
NullCheck(L_75);
WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB(L_75, NULL);
__this->___U3CU3E2__current_1 = L_75;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_75);
__this->___U3CU3E1__state_0 = 2;
return (bool)1;
}
IL_0219:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0220:
{
// while (!www.isNetworkError && !www.isHttpError && !www.isDone)
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_76 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_76);
bool L_77;
L_77 = UnityWebRequest_get_isNetworkError_m036684411466688E71E67CDD3703BAC9035A56F0(L_76, NULL);
if (L_77)
{
goto IL_0247;
}
}
{
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_78 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_78);
bool L_79;
L_79 = UnityWebRequest_get_isHttpError_m945BA480A179E05CC9659846414D9521ED648ED5(L_78, NULL);
if (L_79)
{
goto IL_0247;
}
}
{
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_80 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_80);
bool L_81;
L_81 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_80, NULL);
if (!L_81)
{
goto IL_0205;
}
}
IL_0247:
{
}
try
{// begin try (depth: 1)
{
// if (www.downloadedBytes == 0) { myAudioClip = null; }
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_82 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_82);
uint64_t L_83;
L_83 = UnityWebRequest_get_downloadedBytes_m73E3EC726E417FC7F983FFEF9566CF380F322610(L_82, NULL);
if (L_83)
{
goto IL_0259_1;
}
}
{
// if (www.downloadedBytes == 0) { myAudioClip = null; }
V_2 = (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20*)NULL;
goto IL_0293_1;
}
IL_0259_1:
{
// var rawData = www.downloadHandler.text;
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_84 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_84);
DownloadHandler_t1B56C7D3F65D97A1E4B566A14A1E783EA8AE4EBB* L_85;
L_85 = UnityWebRequest_get_downloadHandler_m1AA91B23D9D594A4F4FE2975FC356C508528F1D5(L_84, NULL);
NullCheck(L_85);
String_t* L_86;
L_86 = DownloadHandler_get_text_mA6DE5CB2647A21E577B963708DC3D0DA4DBFE7D8(L_85, NULL);
// var result = MiniJSON.Json.Deserialize(rawData) as Dictionary<string, object>;
RuntimeObject* L_87;
L_87 = Json_Deserialize_m20B6C20404B17D91C466790EDD4DFD5B687C2BB3(L_86, NULL);
// var audioContent = result["audioContent"] as string;
NullCheck(((Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)IsInstClass((RuntimeObject*)L_87, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var)));
RuntimeObject* L_88;
L_88 = Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5(((Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)IsInstClass((RuntimeObject*)L_87, Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var)), _stringLiteralAF9F9F6D78BEE176594DED11CB65C44E69578B71, Dictionary_2_get_Item_m371FC5B3D39406E297F2626B159BA1A3E32917B5_RuntimeMethod_var);
// decodedBytes = Convert.FromBase64String(audioContent);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_89;
L_89 = Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C(((String_t*)IsInstSealed((RuntimeObject*)L_88, String_t_il2cpp_TypeInfo_var)), NULL);
// myAudioClip = CreateAudioClipFromWaveBytes(decodedBytes, word);
String_t* L_90 = __this->___word_3;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_91;
L_91 = GoogleTextToSpeech_CreateAudioClipFromWaveBytes_mF374AA59A305AACFE10B5723B49CBA77318A8F7A(L_89, L_90, NULL);
V_2 = L_91;
}
IL_0293_1:
{
// www.Dispose();
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_92 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_92);
UnityWebRequest_Dispose_m9F43494C0FEA530A97D3F2AF3D425CCC7670753A(L_92, NULL);
// }
goto IL_02a9;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_02a0;
}
throw e;
}
CATCH_02a0:
{// begin catch(System.Exception)
// myAudioClip = null;
V_2 = (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20*)NULL;
// Debug.LogWarning(err);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), NULL);
// }
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_02a9;
}// end catch (depth: 1)
IL_02a9:
{
// cache[key] = myAudioClip;
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_93 = __this->___cache_4;
String_t* L_94 = __this->___key_5;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_95 = V_2;
NullCheck(L_93);
Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED(L_93, L_94, L_95, Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED_RuntimeMethod_var);
// }
return (bool)0;
}
}
// System.Object TTS.GoogleTextToSpeech/<GetWordAudio>d__8::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetWordAudioU3Ed__8_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m725C09195B20D9C5740BE1E050279A6355E098F3 (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void TTS.GoogleTextToSpeech/<GetWordAudio>d__8::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__8_System_Collections_IEnumerator_Reset_m31C9318FF23DA21673DAE54572FCF9DF7E84B7F4 (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetWordAudioU3Ed__8_System_Collections_IEnumerator_Reset_m31C9318FF23DA21673DAE54572FCF9DF7E84B7F4_RuntimeMethod_var)));
}
}
// System.Object TTS.GoogleTextToSpeech/<GetWordAudio>d__8::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetWordAudioU3Ed__8_System_Collections_IEnumerator_get_Current_m44B9B8136B2FBD08F034BDB1CAECF6691F280CDD (U3CGetWordAudioU3Ed__8_t09786F2253D80A39215C1673984A70D146157084* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.IEnumerator TTS.GoogleTranslate::GetWordAudio(System.String,System.Collections.Generic.Dictionary`2<System.String,UnityEngine.AudioClip>,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GoogleTranslate_GetWordAudio_m6B3212AD9657DE167D8DA7A2CA6450C4C106C38C (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, String_t* ___0_word, Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* ___1_cache, String_t* ___2_key, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* L_0 = (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525*)il2cpp_codegen_object_new(U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CGetWordAudioU3Ed__2__ctor_mF91E75FBB8DE5FF99066AC28E48328B1DD353778(L_0, 0, NULL);
U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* L_1 = L_0;
NullCheck(L_1);
L_1->___U3CU3E4__this_2 = __this;
Il2CppCodeGenWriteBarrier((void**)(&L_1->___U3CU3E4__this_2), (void*)__this);
U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* L_2 = L_1;
String_t* L_3 = ___0_word;
NullCheck(L_2);
L_2->___word_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___word_3), (void*)L_3);
U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* L_4 = L_2;
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_5 = ___1_cache;
NullCheck(L_4);
L_4->___cache_4 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___cache_4), (void*)L_5);
U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* L_6 = L_4;
String_t* L_7 = ___2_key;
NullCheck(L_6);
L_6->___key_5 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___key_5), (void*)L_7);
return L_6;
}
}
// System.String TTS.GoogleTranslate::GetProxyUrl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GoogleTranslate_GetProxyUrl_mB64CFE4447F691C7C92BDF9BBB113E0858FCCF3D (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, String_t* ___0_url, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE50A8F852EF2D1E1042CDFF1BFE269D11777D2C4);
s_Il2CppMethodInitialized = true;
}
{
// return "https://third-download.ttplay365.com/share/proxy.php?url=" + UnityWebRequest.EscapeURL(url);
String_t* L_0 = ___0_url;
String_t* L_1;
L_1 = UnityWebRequest_EscapeURL_m1B819655E6FFE468B9DE9D101A17398F3E1A4F27(L_0, NULL);
String_t* L_2;
L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralE50A8F852EF2D1E1042CDFF1BFE269D11777D2C4, L_1, NULL);
return L_2;
}
}
// System.String TTS.GoogleTranslate::GetGoogleUrlByWord(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GoogleTranslate_GetGoogleUrlByWord_mEB3961A6824BB3906D3BE6EBE0E24FED9945AFED (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, String_t* ___0_word, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral01B0B46D5AE7FF72A2F7FF1B49ACF847A2E8604B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral426723E4C57FFADBA8E1323FFE0AE653F42E144E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B38A5C1F24549D3E58D219F2AC8833E4EB9661D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// if (string.IsNullOrEmpty(word)) return null;
String_t* L_0 = ___0_word;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// if (string.IsNullOrEmpty(word)) return null;
return (String_t*)NULL;
}
IL_000a:
{
// string lang = "zh";
V_0 = _stringLiteralEAA0AD4C9DDC7B173ACD12710BBE084A3B32C5F6;
// if (word[0] >= 'A' && word[0] <= 'z') lang = "en";
String_t* L_2 = ___0_word;
NullCheck(L_2);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
if ((((int32_t)L_3) < ((int32_t)((int32_t)65))))
{
goto IL_002c;
}
}
{
String_t* L_4 = ___0_word;
NullCheck(L_4);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL);
if ((((int32_t)L_5) > ((int32_t)((int32_t)122))))
{
goto IL_002c;
}
}
{
// if (word[0] >= 'A' && word[0] <= 'z') lang = "en";
V_0 = _stringLiteralC6DE535D828F30C374EB3BE3FFDE520228FC3096;
}
IL_002c:
{
// return "https://translate.google.com/translate_tts?ie=UTF-8&total=1&idx=0&client=tw-ob&q=" + UnityWebRequest.EscapeURL(word) + "&tl=" + lang + "&ttsspeed=" + speed;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral5B38A5C1F24549D3E58D219F2AC8833E4EB9661D);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral5B38A5C1F24549D3E58D219F2AC8833E4EB9661D);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
String_t* L_9 = ___0_word;
String_t* L_10;
L_10 = UnityWebRequest_EscapeURL_m1B819655E6FFE468B9DE9D101A17398F3E1A4F27(L_9, NULL);
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_10);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_10);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_8;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral01B0B46D5AE7FF72A2F7FF1B49ACF847A2E8604B);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral01B0B46D5AE7FF72A2F7FF1B49ACF847A2E8604B);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
String_t* L_13 = V_0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_13);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_12;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteral426723E4C57FFADBA8E1323FFE0AE653F42E144E);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral426723E4C57FFADBA8E1323FFE0AE653F42E144E);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
float* L_16 = (&__this->___speed_0);
String_t* L_17;
L_17 = Single_ToString_mE282EDA9CA4F7DF88432D807732837A629D04972(L_16, NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)L_17);
String_t* L_18;
L_18 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_15, NULL);
return L_18;
}
}
// System.Void TTS.GoogleTranslate::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GoogleTranslate__ctor_mBA5EDA13C6C170E2849FE160FE65ACB870F93778 (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* __this, const RuntimeMethod* method)
{
{
// public float speed = 1.0f;
__this->___speed_0 = (1.0f);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void TTS.GoogleTranslate/<GetWordAudio>d__2::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__2__ctor_mF91E75FBB8DE5FF99066AC28E48328B1DD353778 (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void TTS.GoogleTranslate/<GetWordAudio>d__2::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__2_System_IDisposable_Dispose_m836DD11980165E103D6B5BFD6756BF50BA27D066 (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean TTS.GoogleTranslate/<GetWordAudio>d__2::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CGetWordAudioU3Ed__2_MoveNext_m113ED8C318D131A7BB16C6F3C3ADA4652AF657F4 (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* V_1 = NULL;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* V_2 = NULL;
String_t* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_1 = __this->___U3CU3E4__this_2;
V_1 = L_1;
int32_t L_2 = V_0;
switch (L_2)
{
case 0:
{
goto IL_0026;
}
case 1:
{
goto IL_0072;
}
case 2:
{
goto IL_008f;
}
case 3:
{
goto IL_0130;
}
}
}
{
return (bool)0;
}
IL_0026:
{
__this->___U3CU3E1__state_0 = (-1);
// var url = GetGoogleUrlByWord(word);
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_3 = V_1;
String_t* L_4 = __this->___word_3;
NullCheck(L_3);
String_t* L_5;
L_5 = GoogleTranslate_GetGoogleUrlByWord_mEB3961A6824BB3906D3BE6EBE0E24FED9945AFED(L_3, L_4, NULL);
V_3 = L_5;
// if (useProxy)
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_6 = V_1;
NullCheck(L_6);
bool L_7 = L_6->___useProxy_1;
if (!L_7)
{
goto IL_004a;
}
}
{
// url = GetProxyUrl(url);
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_8 = V_1;
String_t* L_9 = V_3;
NullCheck(L_8);
String_t* L_10;
L_10 = GoogleTranslate_GetProxyUrl_mB64CFE4447F691C7C92BDF9BBB113E0858FCCF3D(L_8, L_9, NULL);
V_3 = L_10;
}
IL_004a:
{
// var www = UnityWebRequestMultimedia.GetAudioClip(url, AudioType.MPEG);
String_t* L_11 = V_3;
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_12;
L_12 = UnityWebRequestMultimedia_GetAudioClip_mADB031D0B0B718A0459E69114922128C35846F7B(L_11, ((int32_t)13), NULL);
__this->___U3CwwwU3E5__2_6 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwwwU3E5__2_6), (void*)L_12);
// yield return www.SendWebRequest();
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_13 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_13);
UnityWebRequestAsyncOperation_t14BE94558FF3A2CFC2EFBE2511A3A88252042B8C* L_14;
L_14 = UnityWebRequest_SendWebRequest_mA3CD13983BAA5074A0640EDD661B1E46E6DB6C13(L_13, NULL);
__this->___U3CU3E2__current_1 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_14);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_0072:
{
__this->___U3CU3E1__state_0 = (-1);
goto IL_0096;
}
IL_007b:
{
// yield return new WaitForEndOfFrame();
WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* L_15 = (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663*)il2cpp_codegen_object_new(WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var);
NullCheck(L_15);
WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB(L_15, NULL);
__this->___U3CU3E2__current_1 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_15);
__this->___U3CU3E1__state_0 = 2;
return (bool)1;
}
IL_008f:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0096:
{
// while (!www.isNetworkError && !www.isHttpError && !www.isDone)
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_16 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_16);
bool L_17;
L_17 = UnityWebRequest_get_isNetworkError_m036684411466688E71E67CDD3703BAC9035A56F0(L_16, NULL);
if (L_17)
{
goto IL_00bd;
}
}
{
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_18 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_18);
bool L_19;
L_19 = UnityWebRequest_get_isHttpError_m945BA480A179E05CC9659846414D9521ED648ED5(L_18, NULL);
if (L_19)
{
goto IL_00bd;
}
}
{
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_20 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_20);
bool L_21;
L_21 = UnityWebRequest_get_isDone_m3079B53A1CAFD8D5B334C635761E7B7E10B14123(L_20, NULL);
if (!L_21)
{
goto IL_007b;
}
}
IL_00bd:
{
}
try
{// begin try (depth: 1)
{
// if (www.downloadedBytes == 0) { myAudioClip = null; }
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_22 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_22);
uint64_t L_23;
L_23 = UnityWebRequest_get_downloadedBytes_m73E3EC726E417FC7F983FFEF9566CF380F322610(L_22, NULL);
if (L_23)
{
goto IL_00cf_1;
}
}
{
// if (www.downloadedBytes == 0) { myAudioClip = null; }
V_2 = (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20*)NULL;
goto IL_00db_1;
}
IL_00cf_1:
{
// myAudioClip = DownloadHandlerAudioClip.GetContent(www);
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_24 = __this->___U3CwwwU3E5__2_6;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_25;
L_25 = DownloadHandlerAudioClip_GetContent_mF38CB6EDB5CE453D7C2A783560BCBEA924FA2EC9(L_24, NULL);
V_2 = L_25;
}
IL_00db_1:
{
// www.Dispose();
UnityWebRequest_t6233B8E22992FC2364A831C1ACB033EF3260C39F* L_26 = __this->___U3CwwwU3E5__2_6;
NullCheck(L_26);
UnityWebRequest_Dispose_m9F43494C0FEA530A97D3F2AF3D425CCC7670753A(L_26, NULL);
// }
goto IL_00f1;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00e8;
}
throw e;
}
CATCH_00e8:
{// begin catch(System.Exception)
// myAudioClip = null;
V_2 = (AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20*)NULL;
// Debug.LogWarning(err);
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), NULL);
// }
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_00f1;
}// end catch (depth: 1)
IL_00f1:
{
// if (!useProxy && myAudioClip == null)
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_27 = V_1;
NullCheck(L_27);
bool L_28 = L_27->___useProxy_1;
if (L_28)
{
goto IL_0139;
}
}
{
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_29 = V_2;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_30;
L_30 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_29, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_30)
{
goto IL_0139;
}
}
{
// useProxy = true;
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_31 = V_1;
NullCheck(L_31);
L_31->___useProxy_1 = (bool)1;
// yield return GetWordAudio(word, cache, key);
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_32 = V_1;
String_t* L_33 = __this->___word_3;
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_34 = __this->___cache_4;
String_t* L_35 = __this->___key_5;
NullCheck(L_32);
RuntimeObject* L_36;
L_36 = GoogleTranslate_GetWordAudio_m6B3212AD9657DE167D8DA7A2CA6450C4C106C38C(L_32, L_33, L_34, L_35, NULL);
__this->___U3CU3E2__current_1 = L_36;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_36);
__this->___U3CU3E1__state_0 = 3;
return (bool)1;
}
IL_0130:
{
__this->___U3CU3E1__state_0 = (-1);
goto IL_014b;
}
IL_0139:
{
// cache[key] = myAudioClip;
Dictionary_2_t3F562E9148A8E8AA20BC15F94541BEA78590DD24* L_37 = __this->___cache_4;
String_t* L_38 = __this->___key_5;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_39 = V_2;
NullCheck(L_37);
Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED(L_37, L_38, L_39, Dictionary_2_set_Item_m6D8159C91FE4513E3489D7B8D777DBB0044FEBED_RuntimeMethod_var);
}
IL_014b:
{
// }
return (bool)0;
}
}
// System.Object TTS.GoogleTranslate/<GetWordAudio>d__2::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetWordAudioU3Ed__2_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m1B2AAB9CFD87DFFFEB3959654A81F31E19CC918C (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void TTS.GoogleTranslate/<GetWordAudio>d__2::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetWordAudioU3Ed__2_System_Collections_IEnumerator_Reset_mBD7EBF87039BCF703D6EE0E5FE30B2A5BE7C1437 (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetWordAudioU3Ed__2_System_Collections_IEnumerator_Reset_mBD7EBF87039BCF703D6EE0E5FE30B2A5BE7C1437_RuntimeMethod_var)));
}
}
// System.Object TTS.GoogleTranslate/<GetWordAudio>d__2::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CGetWordAudioU3Ed__2_System_Collections_IEnumerator_get_Current_m23495E2E647EB417DE6F58D8138A4C0E1C478132 (U3CGetWordAudioU3Ed__2_t82BC8C3A608BC58439D0424BF7C1E14B79D6C525* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// TTS.IProvider TTS.TTSFactory::GetProvider(TTS.ProviderType,TextToSpeech)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TTSFactory_GetProvider_mF2EFB517A3E3454DB2DD3C7642550D34005E9B5D (int32_t ___0_providerType, TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* ___1_tts, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___0_providerType;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (-1))))
{
case 0:
{
goto IL_0035;
}
case 1:
{
goto IL_010f;
}
case 2:
{
goto IL_0047;
}
case 3:
{
goto IL_0060;
}
case 4:
{
goto IL_0079;
}
case 5:
{
goto IL_0092;
}
case 6:
{
goto IL_00ab;
}
case 7:
{
goto IL_00c4;
}
case 8:
{
goto IL_00dd;
}
case 9:
{
goto IL_00f6;
}
}
}
{
goto IL_010f;
}
IL_0035:
{
// return new GoogleTranslate() { speed = tts.speed };
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_1 = (GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6*)il2cpp_codegen_object_new(GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6_il2cpp_TypeInfo_var);
NullCheck(L_1);
GoogleTranslate__ctor_mBA5EDA13C6C170E2849FE160FE65ACB870F93778(L_1, NULL);
GoogleTranslate_t20FE996A278CD46791D55565841F3CC6C2763FE6* L_2 = L_1;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_3 = ___1_tts;
NullCheck(L_3);
float L_4 = L_3->___speed_4;
NullCheck(L_2);
L_2->___speed_0 = L_4;
return L_2;
}
IL_0047:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Standard_A };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_5 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_5);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_5, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_6 = L_5;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_7 = ___1_tts;
NullCheck(L_7);
float L_8 = L_7->___speed_4;
NullCheck(L_6);
L_6->___speakingRate_3 = L_8;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_9 = L_6;
NullCheck(L_9);
L_9->___voiceName_4 = 0;
return L_9;
}
IL_0060:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Standard_B };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_10 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_10);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_10, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_11 = L_10;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_12 = ___1_tts;
NullCheck(L_12);
float L_13 = L_12->___speed_4;
NullCheck(L_11);
L_11->___speakingRate_3 = L_13;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_14 = L_11;
NullCheck(L_14);
L_14->___voiceName_4 = 1;
return L_14;
}
IL_0079:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Standard_C };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_15 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_15);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_15, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_16 = L_15;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_17 = ___1_tts;
NullCheck(L_17);
float L_18 = L_17->___speed_4;
NullCheck(L_16);
L_16->___speakingRate_3 = L_18;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_19 = L_16;
NullCheck(L_19);
L_19->___voiceName_4 = 2;
return L_19;
}
IL_0092:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Standard_D };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_20 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_20);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_20, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_21 = L_20;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_22 = ___1_tts;
NullCheck(L_22);
float L_23 = L_22->___speed_4;
NullCheck(L_21);
L_21->___speakingRate_3 = L_23;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_24 = L_21;
NullCheck(L_24);
L_24->___voiceName_4 = 3;
return L_24;
}
IL_00ab:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Wavenet_A };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_25 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_25);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_25, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_26 = L_25;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_27 = ___1_tts;
NullCheck(L_27);
float L_28 = L_27->___speed_4;
NullCheck(L_26);
L_26->___speakingRate_3 = L_28;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_29 = L_26;
NullCheck(L_29);
L_29->___voiceName_4 = 4;
return L_29;
}
IL_00c4:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Wavenet_B };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_30 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_30);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_30, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_31 = L_30;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_32 = ___1_tts;
NullCheck(L_32);
float L_33 = L_32->___speed_4;
NullCheck(L_31);
L_31->___speakingRate_3 = L_33;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_34 = L_31;
NullCheck(L_34);
L_34->___voiceName_4 = 5;
return L_34;
}
IL_00dd:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Wavenet_C };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_35 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_35);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_35, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_36 = L_35;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_37 = ___1_tts;
NullCheck(L_37);
float L_38 = L_37->___speed_4;
NullCheck(L_36);
L_36->___speakingRate_3 = L_38;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_39 = L_36;
NullCheck(L_39);
L_39->___voiceName_4 = 6;
return L_39;
}
IL_00f6:
{
// return new GoogleTextToSpeech() { speakingRate = tts.speed, voiceName = GoogleTextToSpeech.VoiceName.Wavenet_D };
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_40 = (GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F*)il2cpp_codegen_object_new(GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F_il2cpp_TypeInfo_var);
NullCheck(L_40);
GoogleTextToSpeech__ctor_m4CA4B16C2ED69C211675E4679B414E181B856318(L_40, NULL);
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_41 = L_40;
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_42 = ___1_tts;
NullCheck(L_42);
float L_43 = L_42->___speed_4;
NullCheck(L_41);
L_41->___speakingRate_3 = L_43;
GoogleTextToSpeech_tA0EAC6391829F59A8D84ED97D828871D1B33CC0F* L_44 = L_41;
NullCheck(L_44);
L_44->___voiceName_4 = 7;
return L_44;
}
IL_010f:
{
// return null;
return (RuntimeObject*)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String TTS.VoiceRss::GetVoicerssUrlByWord(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* VoiceRss_GetVoicerssUrlByWord_mD886F295C7ADA4DB88EB5FA7114FD0EDEF6EFBC4 (VoiceRss_t7F3CF6091724D171C206C1A965D4E7595A9428B2* __this, String_t* ___0_word, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1AB2434B03E2BDD1C88F6D6B38A4FA249E5AD43A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21DF90D439481D2D6EBCE5F65D85F58BC7BDE4A6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2545DCAC02D2F8A0CD37FA12BE346D76CE3B8CA7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral73F66087E54AC042C22990D0B71CBE852E1D5B93);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA1371C2C3463DA1AADD4ACDF6D21B493E9FCBD36);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B4_0 = NULL;
{
// if (string.IsNullOrEmpty(word)) return null;
String_t* L_0 = ___0_word;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// if (string.IsNullOrEmpty(word)) return null;
return (String_t*)NULL;
}
IL_000a:
{
// string url = "http://api.voicerss.org/?key=d5c673a84b6b4b6798cfc2f64e3bbd3e";
// string lang = "zh-tw";
V_0 = _stringLiteral1AB2434B03E2BDD1C88F6D6B38A4FA249E5AD43A;
// if (word[0] >= 'A' && word[0] <= 'z') lang = "en-us";
String_t* L_2 = ___0_word;
NullCheck(L_2);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL);
G_B3_0 = _stringLiteral2545DCAC02D2F8A0CD37FA12BE346D76CE3B8CA7;
if ((((int32_t)L_3) < ((int32_t)((int32_t)65))))
{
G_B5_0 = _stringLiteral2545DCAC02D2F8A0CD37FA12BE346D76CE3B8CA7;
goto IL_0031;
}
}
{
String_t* L_4 = ___0_word;
NullCheck(L_4);
Il2CppChar L_5;
L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL);
G_B4_0 = G_B3_0;
if ((((int32_t)L_5) > ((int32_t)((int32_t)122))))
{
G_B5_0 = G_B3_0;
goto IL_0031;
}
}
{
// if (word[0] >= 'A' && word[0] <= 'z') lang = "en-us";
V_0 = _stringLiteral73F66087E54AC042C22990D0B71CBE852E1D5B93;
G_B5_0 = G_B4_0;
}
IL_0031:
{
// url += "&hl=" + lang;
String_t* L_6 = V_0;
String_t* L_7;
L_7 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(G_B5_0, _stringLiteralA1371C2C3463DA1AADD4ACDF6D21B493E9FCBD36, L_6, NULL);
// url += "&src=" + UnityWebRequest.EscapeURL(word);
String_t* L_8 = ___0_word;
String_t* L_9;
L_9 = UnityWebRequest_EscapeURL_m1B819655E6FFE468B9DE9D101A17398F3E1A4F27(L_8, NULL);
String_t* L_10;
L_10 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_7, _stringLiteral21DF90D439481D2D6EBCE5F65D85F58BC7BDE4A6, L_9, NULL);
// return url;
return L_10;
}
}
// System.Void TTS.VoiceRss::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VoiceRss__ctor_mF787840A1A96AE09B3EC169EB2463E46C9A44A60 (VoiceRss_t7F3CF6091724D171C206C1A965D4E7595A9428B2* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void GoldenGame.Framwork.ToastTool::_showToast(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToastTool__showToast_mE568236298DEF106FB8514D817D87EBF0BDA2A53 (String_t* ___0_msg, bool ___1_isLong, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc) (char*, int32_t);
// Marshaling of parameter '___0_msg' to native representation
char* ____0_msg_marshaled = NULL;
____0_msg_marshaled = il2cpp_codegen_marshal_string(___0_msg);
// Native function invocation
reinterpret_cast<PInvokeFunc>(_showToast)(____0_msg_marshaled, static_cast<int32_t>(___1_isLong));
// Marshaling cleanup of parameter '___0_msg' native representation
il2cpp_codegen_marshal_free(____0_msg_marshaled);
____0_msg_marshaled = NULL;
}
// System.Void GoldenGame.Framwork.ToastTool::ShowToast(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ToastTool_ShowToast_m17685257E0B78B9715B7D643B2635A1D5E667FD9 (String_t* ___0_toastString, const RuntimeMethod* method)
{
{
// if (string.IsNullOrEmpty(toastString)) { return; }
String_t* L_0 = ___0_toastString;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_0009;
}
}
{
// if (string.IsNullOrEmpty(toastString)) { return; }
return;
}
IL_0009:
{
// _showToast(toastString, false);
String_t* L_2 = ___0_toastString;
ToastTool__showToast_mE568236298DEF106FB8514D817D87EBF0BDA2A53(L_2, (bool)0, NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean SimpleFileBrowser.FileBrowser::get_IsOpen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_get_IsOpen_m5EF86FA94D12AB35F616E318C19E3B7CB41CDB4F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool IsOpen { get; private set; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CIsOpenU3Ek__BackingField_7;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_IsOpen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_IsOpen_m63B35B23A07EFDDC9BE7F7CC9D15A48D12B95814 (bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool IsOpen { get; private set; }
bool L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CIsOpenU3Ek__BackingField_7 = L_0;
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::get_Success()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_get_Success_mB4A283ECDCCAC9610C7AEED3CC2107C466431FB6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool Success { get; private set; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CSuccessU3Ek__BackingField_8;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_Success(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_Success_m2391B20721DF300F437B5BBA4BF530ACC5E72817 (bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool Success { get; private set; }
bool L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CSuccessU3Ek__BackingField_8 = L_0;
return;
}
}
// System.String SimpleFileBrowser.FileBrowser::get_Result()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_get_Result_m842C8B7AD5F1B2ADA4C4685D4B4B5F6DB9F631FE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static string Result { get; private set; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
String_t* L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CResultU3Ek__BackingField_9;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_Result(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_Result_m99B34108E82385EFE90312AE6B8125DCB775F8F3 (String_t* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static string Result { get; private set; }
String_t* L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CResultU3Ek__BackingField_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CResultU3Ek__BackingField_9), (void*)L_0);
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::get_AskPermissions()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_get_AskPermissions_m891185CDC3B4D5686F4311F54A2E58AB7736B44D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return m_askPermissions; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_askPermissions_10;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_AskPermissions(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_AskPermissions_m6CF751855ACA94BD489A1DD4CDF591D61B1AC91F (bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { m_askPermissions = value; }
bool L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_askPermissions_10 = L_0;
// set { m_askPermissions = value; }
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::get_SingleClickMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_get_SingleClickMode_m4068E0D1A5119C8C798858053842B82D5B93D35F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return m_singleClickMode; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_singleClickMode_11;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_SingleClickMode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_SingleClickMode_m53069947F20AA13166EE6933457ED53EFD83D4AF (bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// set { m_singleClickMode = value; }
bool L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_singleClickMode_11 = L_0;
// set { m_singleClickMode = value; }
return;
}
}
// SimpleFileBrowser.FileBrowser SimpleFileBrowser.FileBrowser::get_Instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_GetComponent_TisFileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_m07820A11F1F5707381DC09B1C06FE3992E82514C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Resources_Load_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m496A3B1B60A28F5E0397043974B848C9157B625A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DA6FE872534E9DDF7F61D22E330DCCC1CEEE0D4);
s_Il2CppMethodInitialized = true;
}
{
// if( m_instance == null )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0045;
}
}
{
// m_instance = Instantiate( Resources.Load<GameObject>( "SimpleFileBrowserCanvas" ) ).GetComponent<FileBrowser>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2;
L_2 = Resources_Load_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m496A3B1B60A28F5E0397043974B848C9157B625A(_stringLiteral0DA6FE872534E9DDF7F61D22E330DCCC1CEEE0D4, Resources_Load_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m496A3B1B60A28F5E0397043974B848C9157B625A_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3;
L_3 = Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3(L_2, Object_Instantiate_TisGameObject_t76FEDD663AB33C991A9C9A23129337651094216F_m10D87C6E0708CA912BBB02555BF7D0FBC5D7A2B3_RuntimeMethod_var);
NullCheck(L_3);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_4;
L_4 = GameObject_GetComponent_TisFileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_m07820A11F1F5707381DC09B1C06FE3992E82514C(L_3, GameObject_GetComponent_TisFileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_m07820A11F1F5707381DC09B1C06FE3992E82514C_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12), (void*)L_4);
// DontDestroyOnLoad( m_instance.gameObject );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_5 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12;
NullCheck(L_5);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_6;
L_6 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_5, NULL);
Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_6, NULL);
// m_instance.gameObject.SetActive( false );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_7 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12;
NullCheck(L_7);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_8;
L_8 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_7, NULL);
NullCheck(L_8);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_8, (bool)0, NULL);
}
IL_0045:
{
// return m_instance;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_9 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12;
return L_9;
}
}
// System.String SimpleFileBrowser.FileBrowser::get_CurrentPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_get_CurrentPath_m61E6A3CC272FC9EED2F2C4FA9522818045E6052B (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// get { return m_currentPath; }
String_t* L_0 = __this->___m_currentPath_62;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_CurrentPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m6A72B7648178616800F05C13DB492E4EDB866B7C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if( value != null )
String_t* L_0 = ___0_value;
if (!L_0)
{
goto IL_0011;
}
}
{
// value = GetPathWithoutTrailingDirectorySeparator( value.Trim() );
String_t* L_1 = ___0_value;
NullCheck(L_1);
String_t* L_2;
L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_1, NULL);
String_t* L_3;
L_3 = FileBrowser_GetPathWithoutTrailingDirectorySeparator_m588F0C6F3503E6D7838FD125D9CAA2F38A463C4A(__this, L_2, NULL);
___0_value = L_3;
}
IL_0011:
{
// if( value == null )
String_t* L_4 = ___0_value;
if (L_4)
{
goto IL_0015;
}
}
{
// return;
return;
}
IL_0015:
{
// if( m_currentPath != value )
String_t* L_5 = __this->___m_currentPath_62;
String_t* L_6 = ___0_value;
bool L_7;
L_7 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_5, L_6, NULL);
if (!L_7)
{
goto IL_0180;
}
}
{
// if( !FileBrowserHelpers.DirectoryExists( value ) )
String_t* L_8 = ___0_value;
bool L_9;
L_9 = FileBrowserHelpers_DirectoryExists_m3E13D3AA6C8CB6296C211710B18094A9A2F80D85(L_8, NULL);
if (L_9)
{
goto IL_002f;
}
}
{
// return;
return;
}
IL_002f:
{
// m_currentPath = value;
String_t* L_10 = ___0_value;
__this->___m_currentPath_62 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_currentPath_62), (void*)L_10);
// pathInputField.text = m_currentPath;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_11 = __this->___pathInputField_21;
String_t* L_12 = __this->___m_currentPath_62;
NullCheck(L_11);
InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F(L_11, L_12, NULL);
// if( currentPathIndex == -1 || pathsFollowed[currentPathIndex] != m_currentPath )
int32_t L_13 = __this->___currentPathIndex_58;
if ((((int32_t)L_13) == ((int32_t)(-1))))
{
goto IL_006e;
}
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_14 = __this->___pathsFollowed_59;
int32_t L_15 = __this->___currentPathIndex_58;
NullCheck(L_14);
String_t* L_16;
L_16 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_14, L_15, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
String_t* L_17 = __this->___m_currentPath_62;
bool L_18;
L_18 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_16, L_17, NULL);
if (!L_18)
{
goto IL_00df;
}
}
IL_006e:
{
// currentPathIndex++;
int32_t L_19 = __this->___currentPathIndex_58;
__this->___currentPathIndex_58 = ((int32_t)il2cpp_codegen_add(L_19, 1));
// if( currentPathIndex < pathsFollowed.Count )
int32_t L_20 = __this->___currentPathIndex_58;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_21 = __this->___pathsFollowed_59;
NullCheck(L_21);
int32_t L_22;
L_22 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_21, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
if ((((int32_t)L_20) >= ((int32_t)L_22)))
{
goto IL_00ce;
}
}
{
// pathsFollowed[currentPathIndex] = value;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_23 = __this->___pathsFollowed_59;
int32_t L_24 = __this->___currentPathIndex_58;
String_t* L_25 = ___0_value;
NullCheck(L_23);
List_1_set_Item_m6A72B7648178616800F05C13DB492E4EDB866B7C(L_23, L_24, L_25, List_1_set_Item_m6A72B7648178616800F05C13DB492E4EDB866B7C_RuntimeMethod_var);
// for( int i = pathsFollowed.Count - 1; i >= currentPathIndex + 1; i-- )
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_26 = __this->___pathsFollowed_59;
NullCheck(L_26);
int32_t L_27;
L_27 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_26, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_27, 1));
goto IL_00c1;
}
IL_00b1:
{
// pathsFollowed.RemoveAt( i );
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_28 = __this->___pathsFollowed_59;
int32_t L_29 = V_0;
NullCheck(L_28);
List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D(L_28, L_29, List_1_RemoveAt_m031D3A21689276A872FCA7566C8F2F79F9581F0D_RuntimeMethod_var);
// for( int i = pathsFollowed.Count - 1; i >= currentPathIndex + 1; i-- )
int32_t L_30 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_30, 1));
}
IL_00c1:
{
// for( int i = pathsFollowed.Count - 1; i >= currentPathIndex + 1; i-- )
int32_t L_31 = V_0;
int32_t L_32 = __this->___currentPathIndex_58;
if ((((int32_t)L_31) >= ((int32_t)((int32_t)il2cpp_codegen_add(L_32, 1)))))
{
goto IL_00b1;
}
}
{
goto IL_00df;
}
IL_00ce:
{
// pathsFollowed.Add( m_currentPath );
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_33 = __this->___pathsFollowed_59;
String_t* L_34 = __this->___m_currentPath_62;
NullCheck(L_33);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_33, L_34, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
}
IL_00df:
{
// backButton.interactable = currentPathIndex > 0;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_35 = __this->___backButton_18;
int32_t L_36 = __this->___currentPathIndex_58;
NullCheck(L_35);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_35, (bool)((((int32_t)L_36) > ((int32_t)0))? 1 : 0), NULL);
// forwardButton.interactable = currentPathIndex < pathsFollowed.Count - 1;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_37 = __this->___forwardButton_19;
int32_t L_38 = __this->___currentPathIndex_58;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_39 = __this->___pathsFollowed_59;
NullCheck(L_39);
int32_t L_40;
L_40 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_39, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
NullCheck(L_37);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_37, (bool)((((int32_t)L_38) < ((int32_t)((int32_t)il2cpp_codegen_subtract(L_40, 1))))? 1 : 0), NULL);
// upButton.interactable = Directory.GetParent( m_currentPath ) != null;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_41 = __this->___upButton_20;
String_t* L_42 = __this->___m_currentPath_62;
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_43;
L_43 = Directory_GetParent_mDD1F4DD5F95A5D6676009FB76E5016EDD127FFB2(L_42, NULL);
NullCheck(L_41);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_41, (bool)((!(((RuntimeObject*)(DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2*)L_43) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0), NULL);
// m_searchString = string.Empty;
String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_searchString_63 = L_44;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_searchString_63), (void*)L_44);
// searchInputField.text = m_searchString;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_45 = __this->___searchInputField_22;
String_t* L_46 = __this->___m_searchString_63;
NullCheck(L_45);
InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F(L_45, L_46, NULL);
// filesScrollRect.verticalNormalizedPosition = 1;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_47 = __this->___filesScrollRect_25;
NullCheck(L_47);
ScrollRect_set_verticalNormalizedPosition_m4AF461113925E6710BF04F46A49CF1F856F7738C(L_47, (1.0f), NULL);
// filenameImage.color = Color.white;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_48 = __this->___filenameImage_28;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_49;
L_49 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
NullCheck(L_48);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_48, L_49);
// if( m_folderSelectMode )
bool L_50 = __this->___m_folderSelectMode_67;
if (!L_50)
{
goto IL_0180;
}
}
{
// filenameInputField.text = string.Empty;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_51 = __this->___filenameInputField_27;
String_t* L_52 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_51);
InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F(L_51, L_52, NULL);
}
IL_0180:
{
// RefreshFiles( true );
FileBrowser_RefreshFiles_m3EDF0CC814752FF614A40B332B233AC7669B7CA9(__this, (bool)1, NULL);
// }
return;
}
}
// System.String SimpleFileBrowser.FileBrowser::get_SearchString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_get_SearchString_mC79272E497239BB3267B3805D1CBD11345BF51A5 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// return m_searchString;
String_t* L_0 = __this->___m_searchString_63;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_SearchString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_SearchString_m0B439018BB8113721296B48837FEE5D2BE83EA30 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// if( m_searchString != value )
String_t* L_0 = __this->___m_searchString_63;
String_t* L_1 = ___0_value;
bool L_2;
L_2 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_0, L_1, NULL);
if (!L_2)
{
goto IL_002d;
}
}
{
// m_searchString = value;
String_t* L_3 = ___0_value;
__this->___m_searchString_63 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_searchString_63), (void*)L_3);
// searchInputField.text = m_searchString;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_4 = __this->___searchInputField_22;
String_t* L_5 = __this->___m_searchString_63;
NullCheck(L_4);
InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F(L_4, L_5, NULL);
// RefreshFiles( false );
FileBrowser_RefreshFiles_m3EDF0CC814752FF614A40B332B233AC7669B7CA9(__this, (bool)0, NULL);
}
IL_002d:
{
// }
return;
}
}
// System.Int32 SimpleFileBrowser.FileBrowser::get_SelectedFilePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileBrowser_get_SelectedFilePosition_mF9756DE445A599A0A1C5FA5FADDA9D261F67B68A (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// public int SelectedFilePosition { get { return m_selectedFilePosition; } }
int32_t L_0 = __this->___m_selectedFilePosition_64;
return L_0;
}
}
// SimpleFileBrowser.FileBrowserItem SimpleFileBrowser.FileBrowser::get_SelectedFile()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* FileBrowser_get_SelectedFile_m1BA45B2B04924D9D11070B027D2C0DD70579D4DC (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// return m_selectedFile;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_0 = __this->___m_selectedFile_65;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_SelectedFile(SimpleFileBrowser.FileBrowserItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_SelectedFile_mF37F295685F81D43652D358FC5807B4B14399D0B (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( value == null )
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0031;
}
}
{
// if( m_selectedFile != null )
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_2 = __this->___m_selectedFile_65;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
// m_selectedFile.Deselect();
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_4 = __this->___m_selectedFile_65;
NullCheck(L_4);
FileBrowserItem_Deselect_m9BC52E190E05ADC4AF8E2C404E4F49FA093E0844(L_4, NULL);
}
IL_0022:
{
// m_selectedFilePosition = -1;
__this->___m_selectedFilePosition_64 = (-1);
// m_selectedFile = null;
__this->___m_selectedFile_65 = (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_selectedFile_65), (void*)(FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98*)NULL);
return;
}
IL_0031:
{
// else if( m_selectedFilePosition != value.Position )
int32_t L_5 = __this->___m_selectedFilePosition_64;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_6 = ___0_value;
NullCheck(L_6);
int32_t L_7;
L_7 = ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A_inline(L_6, NULL);
if ((((int32_t)L_5) == ((int32_t)L_7)))
{
goto IL_00a1;
}
}
{
// if( m_selectedFile != null )
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_8 = __this->___m_selectedFile_65;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_8, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_9)
{
goto IL_0058;
}
}
{
// m_selectedFile.Deselect();
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_10 = __this->___m_selectedFile_65;
NullCheck(L_10);
FileBrowserItem_Deselect_m9BC52E190E05ADC4AF8E2C404E4F49FA093E0844(L_10, NULL);
}
IL_0058:
{
// m_selectedFile = value;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_11 = ___0_value;
__this->___m_selectedFile_65 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_selectedFile_65), (void*)L_11);
// m_selectedFilePosition = value.Position;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_12 = ___0_value;
NullCheck(L_12);
int32_t L_13;
L_13 = ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A_inline(L_12, NULL);
__this->___m_selectedFilePosition_64 = L_13;
// if( m_folderSelectMode || !m_selectedFile.IsDirectory )
bool L_14 = __this->___m_folderSelectMode_67;
if (L_14)
{
goto IL_0080;
}
}
{
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_15 = __this->___m_selectedFile_65;
NullCheck(L_15);
bool L_16;
L_16 = FileBrowserItem_get_IsDirectory_m0B8AB857C96E632AB1D0DB602F8A772244E920A4_inline(L_15, NULL);
if (L_16)
{
goto IL_0096;
}
}
IL_0080:
{
// filenameInputField.text = m_selectedFile.Name;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_17 = __this->___filenameInputField_27;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_18 = __this->___m_selectedFile_65;
NullCheck(L_18);
String_t* L_19;
L_19 = FileBrowserItem_get_Name_mF52B563D047D2ABA17CDE4E6D2DA435EE90BFED1(L_18, NULL);
NullCheck(L_17);
InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F(L_17, L_19, NULL);
}
IL_0096:
{
// m_selectedFile.Select();
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_20 = __this->___m_selectedFile_65;
NullCheck(L_20);
FileBrowserItem_Select_mF9F9E261A605151DE0B2F54B4D667A239276D94E(L_20, NULL);
}
IL_00a1:
{
// }
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::get_AcceptNonExistingFilename()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_get_AcceptNonExistingFilename_m8490190CC651C2477ECE796ABF117AE74C7F38AB (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// get { return m_acceptNonExistingFilename; }
bool L_0 = __this->___m_acceptNonExistingFilename_66;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_AcceptNonExistingFilename(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_AcceptNonExistingFilename_m9DA072086B51BFE59C0DB03A67A530335783A981 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// set { m_acceptNonExistingFilename = value; }
bool L_0 = ___0_value;
__this->___m_acceptNonExistingFilename_66 = L_0;
// set { m_acceptNonExistingFilename = value; }
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::get_FolderSelectMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_get_FolderSelectMode_mCE29EC090EC5034819057FDF15FB6469F4D31A74 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// return m_folderSelectMode;
bool L_0 = __this->___m_folderSelectMode_67;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_FolderSelectMode(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_FolderSelectMode_mBD690B23F995D59D9AA9663B7CBA2095D97D5AF5 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6248FAA3EA9E9148D0E784C78FA4B1F5FFDD6366_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B7463EB1A02B985952A88667E96D5B6B59A76E0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralADE2CF9B800E0E48741E2537D155BAE14B4A6CB4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* V_0 = NULL;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* G_B7_0 = NULL;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* G_B6_0 = NULL;
String_t* G_B8_0 = NULL;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* G_B8_1 = NULL;
{
// if( m_folderSelectMode != value )
bool L_0 = __this->___m_folderSelectMode_67;
bool L_1 = ___0_value;
if ((((int32_t)L_0) == ((int32_t)L_1)))
{
goto IL_00c2;
}
}
{
// m_folderSelectMode = value;
bool L_2 = ___0_value;
__this->___m_folderSelectMode_67 = L_2;
// if( m_folderSelectMode )
bool L_3 = __this->___m_folderSelectMode_67;
if (!L_3)
{
goto IL_005b;
}
}
{
// filtersDropdown.options[0].text = FOLDERS_FILTER_TEXT;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_4 = __this->___filtersDropdown_29;
NullCheck(L_4);
List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55* L_5;
L_5 = Dropdown_get_options_m30F757DBA22980CB77DADB8315207D5B87307816(L_4, NULL);
NullCheck(L_5);
OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F* L_6;
L_6 = List_1_get_Item_m6248FAA3EA9E9148D0E784C78FA4B1F5FFDD6366(L_5, 0, List_1_get_Item_m6248FAA3EA9E9148D0E784C78FA4B1F5FFDD6366_RuntimeMethod_var);
NullCheck(L_6);
OptionData_set_text_mA6022A455FC38025B0CA97B4E3629DA10FDE259E_inline(L_6, _stringLiteralADE2CF9B800E0E48741E2537D155BAE14B4A6CB4, NULL);
// filtersDropdown.value = 0;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_7 = __this->___filtersDropdown_29;
NullCheck(L_7);
Dropdown_set_value_m0764A5E2023E34705ADD422689BF6C0074449FEE(L_7, 0, NULL);
// filtersDropdown.RefreshShownValue();
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_8 = __this->___filtersDropdown_29;
NullCheck(L_8);
Dropdown_RefreshShownValue_mA112A95E8653859FC2B6C2D0CC89660D36E8970E(L_8, NULL);
// filtersDropdown.interactable = false;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_9 = __this->___filtersDropdown_29;
NullCheck(L_9);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_9, (bool)0, NULL);
goto IL_008e;
}
IL_005b:
{
// filtersDropdown.options[0].text = filters[0].ToString();
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_10 = __this->___filtersDropdown_29;
NullCheck(L_10);
List_1_tCEC1993B65ACD0529D8C0BB5006274E22D7D8A55* L_11;
L_11 = Dropdown_get_options_m30F757DBA22980CB77DADB8315207D5B87307816(L_10, NULL);
NullCheck(L_11);
OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F* L_12;
L_12 = List_1_get_Item_m6248FAA3EA9E9148D0E784C78FA4B1F5FFDD6366(L_11, 0, List_1_get_Item_m6248FAA3EA9E9148D0E784C78FA4B1F5FFDD6366_RuntimeMethod_var);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_13 = __this->___filters_55;
NullCheck(L_13);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_14;
L_14 = List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF(L_13, 0, List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
NullCheck(L_14);
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
NullCheck(L_12);
OptionData_set_text_mA6022A455FC38025B0CA97B4E3629DA10FDE259E_inline(L_12, L_15, NULL);
// filtersDropdown.interactable = true;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_16 = __this->___filtersDropdown_29;
NullCheck(L_16);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_16, (bool)1, NULL);
}
IL_008e:
{
// Text placeholder = filenameInputField.placeholder as Text;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_17 = __this->___filenameInputField_27;
NullCheck(L_17);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_18;
L_18 = InputField_get_placeholder_m84C2F2E414B8A03B372C7CEB3C97A2AE72F3A39F_inline(L_17, NULL);
V_0 = ((Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62*)IsInstClass((RuntimeObject*)L_18, Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62_il2cpp_TypeInfo_var));
// if( placeholder != null )
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_19 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_20;
L_20 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_19, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_20)
{
goto IL_00c2;
}
}
{
// placeholder.text = m_folderSelectMode ? "" : "Filename";
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_21 = V_0;
bool L_22 = __this->___m_folderSelectMode_67;
G_B6_0 = L_21;
if (L_22)
{
G_B7_0 = L_21;
goto IL_00b8;
}
}
{
G_B8_0 = _stringLiteral9B7463EB1A02B985952A88667E96D5B6B59A76E0;
G_B8_1 = G_B6_0;
goto IL_00bd;
}
IL_00b8:
{
G_B8_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B8_1 = G_B7_0;
}
IL_00bd:
{
NullCheck(G_B8_1);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, G_B8_1, G_B8_0);
}
IL_00c2:
{
// }
return;
}
}
// System.String SimpleFileBrowser.FileBrowser::get_Title()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_get_Title_m2BE615DC079EAB14D5E534B5ABDDA229019401F8 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// get { return titleText.text; }
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___titleText_17;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_0);
return L_1;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_Title(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_Title_m4305412877A7D05740BD8277FEE1220149B5FA93 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { titleText.text = value; }
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___titleText_17;
String_t* L_1 = ___0_value;
NullCheck(L_0);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_1);
// set { titleText.text = value; }
return;
}
}
// System.String SimpleFileBrowser.FileBrowser::get_SubmitButtonText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_get_SubmitButtonText_m33D95C4567A7438B374229301C5D0289C69023B9 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// get { return submitButtonText.text; }
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___submitButtonText_33;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_0);
return L_1;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_SubmitButtonText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_SubmitButtonText_m893C6721872FEE8A38D1557F8BA0B106265D4734 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// set { submitButtonText.text = value; }
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___submitButtonText_33;
String_t* L_1 = ___0_value;
NullCheck(L_0);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_0, L_1);
// set { submitButtonText.text = value; }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_Awake_m750C86AEF4B5BC21742623881DA6C2342E77B235 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_OnValidateFilenameInput_m418483031CB28A313FE55F262ABFEF1E37EE36E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09DAC4625D1EA679F4129F507A1F9091DD44B0C0);
s_Il2CppMethodInitialized = true;
}
{
// m_instance = this;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12 = __this;
Il2CppCodeGenWriteBarrier((void**)(&((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12), (void*)__this);
// rectTransform = (RectTransform) transform;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0;
L_0 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
__this->___rectTransform_51 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_0, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___rectTransform_51), (void*)((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_0, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)));
// windowTR = (RectTransform) window.transform;
FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* L_1 = __this->___window_13;
NullCheck(L_1);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_1, NULL);
__this->___windowTR_14 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_2, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___windowTR_14), (void*)((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_2, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)));
// ItemHeight = ( (RectTransform) itemPrefab.transform ).sizeDelta.y;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_3 = __this->___itemPrefab_15;
NullCheck(L_3);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_4;
L_4 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_3, NULL);
NullCheck(((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_4, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_4, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)), NULL);
float L_6 = L_5.___y_1;
FileBrowser_set_ItemHeight_m1A074E1B611E8D3DF789F7A76BB3B7FA042B8260_inline(__this, L_6, NULL);
// nullPointerEventData = new UnityEngine.EventSystems.PointerEventData( null );
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_7 = (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB*)il2cpp_codegen_object_new(PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var);
NullCheck(L_7);
PointerEventData__ctor_m63837790B68893F0022CCEFEF26ADD55A975F71C(L_7, (EventSystem_t61C51380B105BE9D2C39C4F15B7E655659957707*)NULL, NULL);
__this->___nullPointerEventData_61 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___nullPointerEventData_61), (void*)L_7);
// DEFAULT_PATH = Application.persistentDataPath;
String_t* L_8;
L_8 = Application_get_persistentDataPath_mC58BD3E1A20732E0A536491DBCAE6505B1624399(NULL);
__this->___DEFAULT_PATH_6 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___DEFAULT_PATH_6), (void*)L_8);
// InitializeFiletypeIcons();
FileBrowser_InitializeFiletypeIcons_m44956746A067390A34424C0BD5426901CA16E582(__this, NULL);
// filetypeIcons = null;
__this->___filetypeIcons_37 = (FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___filetypeIcons_37), (void*)(FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8*)NULL);
// SetExcludedExtensions( excludeExtensions );
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = __this->___excludeExtensions_45;
FileBrowser_SetExcludedExtensions_m935D1EF61760897968B16165013E68B08B40576E(L_9, NULL);
// excludeExtensions = null;
__this->___excludeExtensions_45 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___excludeExtensions_45), (void*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL);
// backButton.interactable = false;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_10 = __this->___backButton_18;
NullCheck(L_10);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_10, (bool)0, NULL);
// forwardButton.interactable = false;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_11 = __this->___forwardButton_19;
NullCheck(L_11);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_11, (bool)0, NULL);
// upButton.interactable = false;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_12 = __this->___upButton_20;
NullCheck(L_12);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_12, (bool)0, NULL);
// filenameInputField.onValidateInput += OnValidateFilenameInput;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_13 = __this->___filenameInputField_27;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_14 = L_13;
NullCheck(L_14);
OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* L_15;
L_15 = InputField_get_onValidateInput_m370D93274B6040422092981DD3A34E4B88E96EBC_inline(L_14, NULL);
OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* L_16 = (OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B*)il2cpp_codegen_object_new(OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B_il2cpp_TypeInfo_var);
NullCheck(L_16);
OnValidateInput__ctor_mDC0454BF264F87154EF8694821905B5A6A587A29(L_16, __this, (intptr_t)((void*)FileBrowser_OnValidateFilenameInput_m418483031CB28A313FE55F262ABFEF1E37EE36E2_RuntimeMethod_var), NULL);
Delegate_t* L_17;
L_17 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_15, L_16, NULL);
NullCheck(L_14);
InputField_set_onValidateInput_m3A3FA74285B9BBA68325A91AA862201AF3A18CE4(L_14, ((OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B*)CastclassSealed((RuntimeObject*)L_17, OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B_il2cpp_TypeInfo_var)), NULL);
// allFilesFilter = new Filter( ALL_FILES_FILTER_TEXT );
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_18 = (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4*)il2cpp_codegen_object_new(Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
NullCheck(L_18);
Filter__ctor_m65464AEA7044CD6BF3510F350C3ACAA351806C87(L_18, _stringLiteral09DAC4625D1EA679F4129F507A1F9091DD44B0C0, NULL);
__this->___allFilesFilter_56 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->___allFilesFilter_56), (void*)L_18);
// filters.Add( allFilesFilter );
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_19 = __this->___filters_55;
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_20 = __this->___allFilesFilter_56;
NullCheck(L_19);
List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline(L_19, L_20, List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
// window.Initialize( this );
FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* L_21 = __this->___window_13;
NullCheck(L_21);
FileBrowserMovement_Initialize_mE0D772805AC078B17337875EF9597BA88CA4371D(L_21, __this, NULL);
// listView.SetAdapter( this );
RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* L_22 = __this->___listView_26;
NullCheck(L_22);
RecycledListView_SetAdapter_m63B78F9DCC05BE4F991BA260FAFF95333008A38B(L_22, __this, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnRectTransformDimensionsChange()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnRectTransformDimensionsChange_mDBAA0D1A1A325DAC96E9241F519BB4D2074A30C3 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// canvasDimensionsChanged = true;
__this->___canvasDimensionsChanged_60 = (bool)1;
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::LateUpdate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_LateUpdate_m7BB047822A8BC7684F34D1BD4A86B410DE4F31FB (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// if( canvasDimensionsChanged )
bool L_0 = __this->___canvasDimensionsChanged_60;
if (!L_0)
{
goto IL_0015;
}
}
{
// canvasDimensionsChanged = false;
__this->___canvasDimensionsChanged_60 = (bool)0;
// EnsureWindowIsWithinBounds();
FileBrowser_EnsureWindowIsWithinBounds_mB9776DD5C376A10E4B5ABA75D6B8479694E02853(__this, NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnApplicationFocus(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnApplicationFocus_m2FACB0D92EABEE1407F8A8DEA2EFCD776D6F8FAF (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_focus, const RuntimeMethod* method)
{
{
// if( focus )
bool L_0 = ___0_focus;
if (!L_0)
{
goto IL_000a;
}
}
{
// RefreshFiles( true );
FileBrowser_RefreshFiles_m3EDF0CC814752FF614A40B332B233AC7669B7CA9(__this, (bool)1, NULL);
}
IL_000a:
{
// }
return;
}
}
// SimpleFileBrowser.OnItemClickedHandler SimpleFileBrowser.FileBrowser::get_OnItemClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* FileBrowser_get_OnItemClicked_m87C20F34D0361648F631A64AB53F217D46E1AD5C (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// public OnItemClickedHandler OnItemClicked { get { return null; } set { } }
return (OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A*)NULL;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_OnItemClicked(SimpleFileBrowser.OnItemClickedHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_OnItemClicked_m17EA0F494E00B1968B60F4B83D70E4D0FB0CE032 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* ___0_value, const RuntimeMethod* method)
{
{
// public OnItemClickedHandler OnItemClicked { get { return null; } set { } }
return;
}
}
// System.Int32 SimpleFileBrowser.FileBrowser::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileBrowser_get_Count_mE26D709B76C4AAFCC67FFEBD49A571E454339D05 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// public int Count { get { return validFileEntries.Count; } }
List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* L_0 = __this->___validFileEntries_54;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_inline(L_0, List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_RuntimeMethod_var);
return L_1;
}
}
// System.Single SimpleFileBrowser.FileBrowser::get_ItemHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FileBrowser_get_ItemHeight_mFEE080A4D6288886AAB1F6688EE35010660653DB (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// public float ItemHeight { get; private set; }
float L_0 = __this->___U3CItemHeightU3Ek__BackingField_70;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::set_ItemHeight(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_set_ItemHeight_m1A074E1B611E8D3DF789F7A76BB3B7FA042B8260 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, float ___0_value, const RuntimeMethod* method)
{
{
// public float ItemHeight { get; private set; }
float L_0 = ___0_value;
__this->___U3CItemHeightU3Ek__BackingField_70 = L_0;
return;
}
}
// SimpleFileBrowser.ListItem SimpleFileBrowser.FileBrowser::CreateItem()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* FileBrowser_CreateItem_m1B0A2E1E1FE0FFE39D94BAEE71A7A911EAB43490 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisFileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_m1BDB02A18277CE9F2A470E0C8FCEB5AF62602CA3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// FileBrowserItem item = (FileBrowserItem) Instantiate( itemPrefab, filesContainer, false );
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_0 = __this->___itemPrefab_15;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = __this->___filesContainer_24;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_2;
L_2 = Object_Instantiate_TisFileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_m1BDB02A18277CE9F2A470E0C8FCEB5AF62602CA3(L_0, L_1, (bool)0, Object_Instantiate_TisFileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_m1BDB02A18277CE9F2A470E0C8FCEB5AF62602CA3_RuntimeMethod_var);
// item.SetFileBrowser( this );
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_3 = L_2;
NullCheck(L_3);
FileBrowserItem_SetFileBrowser_mF7299821CE4896F0A32A7BD2796106490A9F0C41_inline(L_3, __this, NULL);
// return item;
return L_3;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetItemContent(SimpleFileBrowser.ListItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetItemContent_m7C4C5802B7745A8987B8C1DA9EFD5C57F9D8A684 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB0B8F6BEE382C9D20E9134C00BF2FC9855B5C852_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9AD3730A1BB8D9560AD1FC0125C3786AB61F6644_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* V_0 = NULL;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* V_3 = NULL;
{
// FileBrowserItem file = (FileBrowserItem) item;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_0 = ___0_item;
V_0 = ((FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98*)CastclassClass((RuntimeObject*)L_0, FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98_il2cpp_TypeInfo_var));
// FileSystemEntry fileInfo = validFileEntries[item.Position];
List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* L_1 = __this->___validFileEntries_54;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_2 = ___0_item;
NullCheck(L_2);
int32_t L_3;
L_3 = ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A_inline(L_2, NULL);
NullCheck(L_1);
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_4;
L_4 = List_1_get_Item_m9AD3730A1BB8D9560AD1FC0125C3786AB61F6644(L_1, L_3, List_1_get_Item_m9AD3730A1BB8D9560AD1FC0125C3786AB61F6644_RuntimeMethod_var);
V_1 = L_4;
// bool isDirectory = fileInfo.IsDirectory;
bool L_5;
L_5 = FileSystemEntry_get_IsDirectory_m9CF8DC534222B6057950EA69E24994C37D839263((&V_1), NULL);
V_2 = L_5;
// if( isDirectory )
bool L_6 = V_2;
if (!L_6)
{
goto IL_002d;
}
}
{
// icon = folderIcon;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_7 = __this->___folderIcon_34;
V_3 = L_7;
goto IL_004e;
}
IL_002d:
{
// else if( !filetypeToIcon.TryGetValue( fileInfo.Extension.ToLowerInvariant(), out icon ) )
Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516* L_8 = __this->___filetypeToIcon_38;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_9 = V_1;
String_t* L_10 = L_9.___Extension_2;
NullCheck(L_10);
String_t* L_11;
L_11 = String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2(L_10, NULL);
NullCheck(L_8);
bool L_12;
L_12 = Dictionary_2_TryGetValue_mB0B8F6BEE382C9D20E9134C00BF2FC9855B5C852(L_8, L_11, (&V_3), Dictionary_2_TryGetValue_mB0B8F6BEE382C9D20E9134C00BF2FC9855B5C852_RuntimeMethod_var);
if (L_12)
{
goto IL_004e;
}
}
{
// icon = defaultIcon;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_13 = __this->___defaultIcon_36;
V_3 = L_13;
}
IL_004e:
{
// file.SetFile( icon, fileInfo.Name, isDirectory );
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_14 = V_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_15 = V_3;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_16 = V_1;
String_t* L_17 = L_16.___Name_1;
bool L_18 = V_2;
NullCheck(L_14);
FileBrowserItem_SetFile_mB4B753BFA604F05B00F90107421311AAB0E0FA95(L_14, L_15, L_17, L_18, NULL);
// file.SetHidden( ( fileInfo.Attributes & FileAttributes.Hidden ) == FileAttributes.Hidden );
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_19 = V_0;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_20 = V_1;
int32_t L_21 = L_20.___Attributes_3;
NullCheck(L_19);
FileBrowserItem_SetHidden_mB4665285A24C5615F1AD860C7DEC1EB67C52DB65(L_19, (bool)((((int32_t)((int32_t)((int32_t)L_21&2))) == ((int32_t)2))? 1 : 0), NULL);
// if( item.Position == m_selectedFilePosition )
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_22 = ___0_item;
NullCheck(L_22);
int32_t L_23;
L_23 = ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A_inline(L_22, NULL);
int32_t L_24 = __this->___m_selectedFilePosition_64;
if ((!(((uint32_t)L_23) == ((uint32_t)L_24))))
{
goto IL_0089;
}
}
{
// m_selectedFile = file;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_25 = V_0;
__this->___m_selectedFile_65 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_selectedFile_65), (void*)L_25);
// file.Select();
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_26 = V_0;
NullCheck(L_26);
FileBrowserItem_Select_mF9F9E261A605151DE0B2F54B4D667A239276D94E(L_26, NULL);
return;
}
IL_0089:
{
// file.Deselect();
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_27 = V_0;
NullCheck(L_27);
FileBrowserItem_Deselect_m9BC52E190E05ADC4AF8E2C404E4F49FA093E0844(L_27, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::InitializeFiletypeIcons()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_InitializeFiletypeIcons_m44956746A067390A34424C0BD5426901CA16E582 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mDAFC0246415FCD20B4DFA892990A1AAA6F27C334_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD460E52E10776520A9AD30A2BF1ED4E06F398727_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F V_1;
memset((&V_1), 0, sizeof(V_1));
{
// filetypeToIcon = new Dictionary<string, Sprite>();
Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516* L_0 = (Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516*)il2cpp_codegen_object_new(Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_mDAFC0246415FCD20B4DFA892990A1AAA6F27C334(L_0, Dictionary_2__ctor_mDAFC0246415FCD20B4DFA892990A1AAA6F27C334_RuntimeMethod_var);
__this->___filetypeToIcon_38 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___filetypeToIcon_38), (void*)L_0);
// for( int i = 0; i < filetypeIcons.Length; i++ )
V_0 = 0;
goto IL_0037;
}
IL_000f:
{
// FiletypeIcon thisIcon = filetypeIcons[i];
FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8* L_1 = __this->___filetypeIcons_37;
int32_t L_2 = V_0;
NullCheck(L_1);
int32_t L_3 = L_2;
FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_1 = L_4;
// filetypeToIcon[thisIcon.extension] = thisIcon.icon;
Dictionary_2_tC7B9BD0CA755DD1E643DB18A74765E15DC3D9516* L_5 = __this->___filetypeToIcon_38;
FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F L_6 = V_1;
String_t* L_7 = L_6.___extension_0;
FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F L_8 = V_1;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_9 = L_8.___icon_1;
NullCheck(L_5);
Dictionary_2_set_Item_mD460E52E10776520A9AD30A2BF1ED4E06F398727(L_5, L_7, L_9, Dictionary_2_set_Item_mD460E52E10776520A9AD30A2BF1ED4E06F398727_RuntimeMethod_var);
// for( int i = 0; i < filetypeIcons.Length; i++ )
int32_t L_10 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
}
IL_0037:
{
// for( int i = 0; i < filetypeIcons.Length; i++ )
int32_t L_11 = V_0;
FiletypeIconU5BU5D_tAD309595CE0584F6422CF8090A71D8C44633BFD8* L_12 = __this->___filetypeIcons_37;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))
{
goto IL_000f;
}
}
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::InitializeQuickLinks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_InitializeQuickLinks_m20F9337B9C13E9BE33B3235B9719FB1982F156A2 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6F12C3C4BA8237B5509D4B614446770C17C6F25);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
{
// Vector2 anchoredPos = new Vector2( 0f, -quickLinksContainer.sizeDelta.y );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___quickLinksContainer_23;
NullCheck(L_0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_0, NULL);
float L_2 = L_1.___y_1;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), (0.0f), ((-L_2)), NULL);
// if( generateQuickLinksForDrives )
bool L_3 = __this->___generateQuickLinksForDrives_50;
if (!L_3)
{
goto IL_003e;
}
}
{
// AddQuickLink( driveIcon, "Files", Application.persistentDataPath, ref anchoredPos );
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_4 = __this->___driveIcon_35;
String_t* L_5;
L_5 = Application_get_persistentDataPath_mC58BD3E1A20732E0A536491DBCAE6505B1624399(NULL);
bool L_6;
L_6 = FileBrowser_AddQuickLink_m97A39DCFCF622DC8F55D931C218E4AEADFD35085(__this, L_4, _stringLiteralF6F12C3C4BA8237B5509D4B614446770C17C6F25, L_5, (&V_0), NULL);
}
IL_003e:
{
// for( int i = 0; i < quickLinks.Length; i++ )
V_1 = 0;
goto IL_0075;
}
IL_0042:
{
// QuickLink quickLink = quickLinks[i];
QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44* L_7 = __this->___quickLinks_46;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_2 = L_10;
// string quickLinkPath = Environment.GetFolderPath( quickLink.target );
QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 L_11 = V_2;
int32_t L_12 = L_11.___target_0;
String_t* L_13;
L_13 = Environment_GetFolderPath_m8D283450E7FCF2F2CAFFF157D599C3EBA212B58C(L_12, NULL);
V_3 = L_13;
// AddQuickLink( quickLink.icon, quickLink.name, quickLinkPath, ref anchoredPos );
QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 L_14 = V_2;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_15 = L_14.___icon_2;
QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4 L_16 = V_2;
String_t* L_17 = L_16.___name_1;
String_t* L_18 = V_3;
bool L_19;
L_19 = FileBrowser_AddQuickLink_m97A39DCFCF622DC8F55D931C218E4AEADFD35085(__this, L_15, L_17, L_18, (&V_0), NULL);
// for( int i = 0; i < quickLinks.Length; i++ )
int32_t L_20 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0075:
{
// for( int i = 0; i < quickLinks.Length; i++ )
int32_t L_21 = V_1;
QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44* L_22 = __this->___quickLinks_46;
NullCheck(L_22);
if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length)))))
{
goto IL_0042;
}
}
{
// quickLinks = null;
__this->___quickLinks_46 = (QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___quickLinks_46), (void*)(QuickLinkU5BU5D_tE49D5698C6FA56F69A8CA1F5E267D1EDE4CE2E44*)NULL);
// quickLinksContainer.sizeDelta = new Vector2( 0f, -anchoredPos.y );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_23 = __this->___quickLinksContainer_23;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = V_0;
float L_25 = L_24.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
memset((&L_26), 0, sizeof(L_26));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_26), (0.0f), ((-L_25)), /*hidden argument*/NULL);
NullCheck(L_23);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_23, L_26, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnBackButtonPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnBackButtonPressed_m445768212EBE2C09D30E82AE29B5F41832E35C5C (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if( currentPathIndex > 0 )
int32_t L_0 = __this->___currentPathIndex_58;
if ((((int32_t)L_0) <= ((int32_t)0)))
{
goto IL_002b;
}
}
{
// CurrentPath = pathsFollowed[--currentPathIndex];
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_1 = __this->___pathsFollowed_59;
int32_t L_2 = __this->___currentPathIndex_58;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
int32_t L_3 = V_0;
__this->___currentPathIndex_58 = L_3;
int32_t L_4 = V_0;
NullCheck(L_1);
String_t* L_5;
L_5 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_1, L_4, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_5, NULL);
}
IL_002b:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnForwardButtonPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnForwardButtonPressed_mEC9A5ED59A259895D66DC0D8FCF800A15283C596 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if( currentPathIndex < pathsFollowed.Count - 1 )
int32_t L_0 = __this->___currentPathIndex_58;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_1 = __this->___pathsFollowed_59;
NullCheck(L_1);
int32_t L_2;
L_2 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_1, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
if ((((int32_t)L_0) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, 1)))))
{
goto IL_0037;
}
}
{
// CurrentPath = pathsFollowed[++currentPathIndex];
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_3 = __this->___pathsFollowed_59;
int32_t L_4 = __this->___currentPathIndex_58;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
int32_t L_5 = V_0;
__this->___currentPathIndex_58 = L_5;
int32_t L_6 = V_0;
NullCheck(L_3);
String_t* L_7;
L_7 = List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8(L_3, L_6, List_1_get_Item_m21AEC50E791371101DC22ABCF96A2E46800811F8_RuntimeMethod_var);
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_7, NULL);
}
IL_0037:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnUpButtonPressed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnUpButtonPressed_mD8A8F5E72ACE7D30FD2BFC3581530EBE210FE1D4 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* V_0 = NULL;
{
// DirectoryInfo parentPath = Directory.GetParent( m_currentPath );
String_t* L_0 = __this->___m_currentPath_62;
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_1;
L_1 = Directory_GetParent_mDD1F4DD5F95A5D6676009FB76E5016EDD127FFB2(L_0, NULL);
V_0 = L_1;
// if( parentPath != null )
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_2 = V_0;
if (!L_2)
{
goto IL_001b;
}
}
{
// CurrentPath = parentPath.FullName;
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_3 = V_0;
NullCheck(L_3);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_FullName() */, L_3);
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_4, NULL);
}
IL_001b:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnSubmitButtonClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnSubmitButtonClicked_m85373E2DD206DA7041CBF713510CE4E6441D11DF (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
// string path = m_currentPath;
String_t* L_0 = __this->___m_currentPath_62;
V_0 = L_0;
// string filenameInput = filenameInputField.text.Trim();
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_1 = __this->___filenameInputField_27;
NullCheck(L_1);
String_t* L_2;
L_2 = InputField_get_text_m6E0796350FF559505E4DF17311803962699D6704_inline(L_1, NULL);
NullCheck(L_2);
String_t* L_3;
L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL);
V_1 = L_3;
// if( filenameInput.Length > 0 )
String_t* L_4 = V_1;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_0029;
}
}
{
// path = Path.Combine( path, filenameInput );
String_t* L_6 = V_0;
String_t* L_7 = V_1;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_8;
L_8 = Path_Combine_m1ADAC05CDA2D1D61B172DF65A81E86592696BEAE(L_6, L_7, NULL);
V_0 = L_8;
}
IL_0029:
{
// if( File.Exists( path ) )
String_t* L_9 = V_0;
bool L_10;
L_10 = File_Exists_m95E329ABBE3EAD6750FE1989BBA6884457136D4A(L_9, NULL);
if (!L_10)
{
goto IL_0053;
}
}
{
// if( !m_folderSelectMode )
bool L_11 = __this->___m_folderSelectMode_67;
if (L_11)
{
goto IL_0041;
}
}
{
// OnOperationSuccessful( path );
String_t* L_12 = V_0;
FileBrowser_OnOperationSuccessful_m033C568EFEDCDA925358F37787E9A9472520F6C6(__this, L_12, NULL);
return;
}
IL_0041:
{
// filenameImage.color = wrongFilenameColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_13 = __this->___filenameImage_28;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = __this->___wrongFilenameColor_42;
NullCheck(L_13);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_13, L_14);
return;
}
IL_0053:
{
// else if( Directory.Exists( path ) )
String_t* L_15 = V_0;
bool L_16;
L_16 = Directory_Exists_m3D125E9E88C291CF11113444F961A64DD83AE1C7(L_15, NULL);
if (!L_16)
{
goto IL_0093;
}
}
{
// if( m_folderSelectMode )
bool L_17 = __this->___m_folderSelectMode_67;
if (!L_17)
{
goto IL_006b;
}
}
{
// OnOperationSuccessful( path );
String_t* L_18 = V_0;
FileBrowser_OnOperationSuccessful_m033C568EFEDCDA925358F37787E9A9472520F6C6(__this, L_18, NULL);
return;
}
IL_006b:
{
// if( m_currentPath == path )
String_t* L_19 = __this->___m_currentPath_62;
String_t* L_20 = V_0;
bool L_21;
L_21 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_19, L_20, NULL);
if (!L_21)
{
goto IL_008b;
}
}
{
// filenameImage.color = wrongFilenameColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_22 = __this->___filenameImage_28;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_23 = __this->___wrongFilenameColor_42;
NullCheck(L_22);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_22, L_23);
return;
}
IL_008b:
{
// CurrentPath = path;
String_t* L_24 = V_0;
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_24, NULL);
return;
}
IL_0093:
{
// if( m_acceptNonExistingFilename )
bool L_25 = __this->___m_acceptNonExistingFilename_66;
if (!L_25)
{
goto IL_00ea;
}
}
{
// if( !m_folderSelectMode && filters[filtersDropdown.value].defaultExtension != null )
bool L_26 = __this->___m_folderSelectMode_67;
if (L_26)
{
goto IL_00e2;
}
}
{
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_27 = __this->___filters_55;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_28 = __this->___filtersDropdown_29;
NullCheck(L_28);
int32_t L_29;
L_29 = Dropdown_get_value_m386913162D5E273B762657FE5156DC567602BC3C_inline(L_28, NULL);
NullCheck(L_27);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_30;
L_30 = List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF(L_27, L_29, List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
NullCheck(L_30);
String_t* L_31 = L_30->___defaultExtension_2;
if (!L_31)
{
goto IL_00e2;
}
}
{
// path = Path.ChangeExtension( path, filters[filtersDropdown.value].defaultExtension );
String_t* L_32 = V_0;
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_33 = __this->___filters_55;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_34 = __this->___filtersDropdown_29;
NullCheck(L_34);
int32_t L_35;
L_35 = Dropdown_get_value_m386913162D5E273B762657FE5156DC567602BC3C_inline(L_34, NULL);
NullCheck(L_33);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_36;
L_36 = List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF(L_33, L_35, List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
NullCheck(L_36);
String_t* L_37 = L_36->___defaultExtension_2;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_38;
L_38 = Path_ChangeExtension_mBC1AFA3E5E6FE1F855925EA34A4FAB7248478A83(L_32, L_37, NULL);
V_0 = L_38;
}
IL_00e2:
{
// OnOperationSuccessful( path );
String_t* L_39 = V_0;
FileBrowser_OnOperationSuccessful_m033C568EFEDCDA925358F37787E9A9472520F6C6(__this, L_39, NULL);
return;
}
IL_00ea:
{
// filenameImage.color = wrongFilenameColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_40 = __this->___filenameImage_28;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_41 = __this->___wrongFilenameColor_42;
NullCheck(L_40);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_40, L_41);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnCancelButtonClicked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnCancelButtonClicked_mC9D5159818ACD36E3337E76BF2F292B93C140BF0 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// OnOperationCanceled( true );
FileBrowser_OnOperationCanceled_mA6D9471A40AE75EC3461BE0B05C7333AD0BAEF30(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnOperationSuccessful(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnOperationSuccessful_m033C568EFEDCDA925358F37787E9A9472520F6C6 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* V_0 = NULL;
{
// Success = true;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_set_Success_m2391B20721DF300F437B5BBA4BF530ACC5E72817_inline((bool)1, NULL);
// Result = path;
String_t* L_0 = ___0_path;
FileBrowser_set_Result_m99B34108E82385EFE90312AE6B8125DCB775F8F3_inline(L_0, NULL);
// Hide();
FileBrowser_Hide_mC913684C5AED40DA0E8A9CC0314B5B47614975DD(__this, NULL);
// OnSuccess _onSuccess = onSuccess;
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* L_1 = __this->___onSuccess_68;
V_0 = L_1;
// onSuccess = null;
__this->___onSuccess_68 = (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___onSuccess_68), (void*)(OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9*)NULL);
// onCancel = null;
__this->___onCancel_69 = (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___onCancel_69), (void*)(OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919*)NULL);
// if( _onSuccess != null )
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* L_2 = V_0;
if (!L_2)
{
goto IL_0031;
}
}
{
// _onSuccess( path );
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* L_3 = V_0;
String_t* L_4 = ___0_path;
NullCheck(L_3);
OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_inline(L_3, L_4, NULL);
}
IL_0031:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnOperationCanceled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnOperationCanceled_mA6D9471A40AE75EC3461BE0B05C7333AD0BAEF30 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_invokeCancelCallback, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* V_0 = NULL;
{
// Success = false;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_set_Success_m2391B20721DF300F437B5BBA4BF530ACC5E72817_inline((bool)0, NULL);
// Result = null;
FileBrowser_set_Result_m99B34108E82385EFE90312AE6B8125DCB775F8F3_inline((String_t*)NULL, NULL);
// Hide();
FileBrowser_Hide_mC913684C5AED40DA0E8A9CC0314B5B47614975DD(__this, NULL);
// OnCancel _onCancel = onCancel;
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* L_0 = __this->___onCancel_69;
V_0 = L_0;
// onSuccess = null;
__this->___onSuccess_68 = (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___onSuccess_68), (void*)(OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9*)NULL);
// onCancel = null;
__this->___onCancel_69 = (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___onCancel_69), (void*)(OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919*)NULL);
// if( invokeCancelCallback && _onCancel != null )
bool L_1 = ___0_invokeCancelCallback;
if (!L_1)
{
goto IL_0033;
}
}
{
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* L_2 = V_0;
if (!L_2)
{
goto IL_0033;
}
}
{
// _onCancel();
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* L_3 = V_0;
NullCheck(L_3);
OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_inline(L_3, NULL);
}
IL_0033:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnPathChanged(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnPathChanged_m7B0727F210916FB4BEA110AB682DF9BFC1D2D526 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_newPath, const RuntimeMethod* method)
{
{
// CurrentPath = newPath;
String_t* L_0 = ___0_newPath;
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnSearchStringChanged(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnSearchStringChanged_mFFF60A7B8622EEC97DDA384B4704BC81CE9CB5EF (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_newSearchString, const RuntimeMethod* method)
{
{
// SearchString = newSearchString;
String_t* L_0 = ___0_newSearchString;
FileBrowser_set_SearchString_m0B439018BB8113721296B48837FEE5D2BE83EA30(__this, L_0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnFilterChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnFilterChanged_m7216C765993B5386E607AE396FE2D92787EE76F7 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// RefreshFiles( false );
FileBrowser_RefreshFiles_m3EDF0CC814752FF614A40B332B233AC7669B7CA9(__this, (bool)0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnShowHiddenFilesToggleChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnShowHiddenFilesToggleChanged_mE941C35F497241791DBDB98A92AA9B79E56C3B05 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// RefreshFiles( false );
FileBrowser_RefreshFiles_m3EDF0CC814752FF614A40B332B233AC7669B7CA9(__this, (bool)0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnQuickLinkSelected(SimpleFileBrowser.FileBrowserQuickLink)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnQuickLinkSelected_mF39F1978B97F02682B10FB6B337AFF4332639C6E (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* ___0_quickLink, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( quickLink != null )
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_0 = ___0_quickLink;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
// CurrentPath = quickLink.TargetPath;
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_2 = ___0_quickLink;
NullCheck(L_2);
String_t* L_3;
L_3 = FileBrowserQuickLink_get_TargetPath_m6F4B9B6BBB4A415F70942DD572901C704185E872_inline(L_2, NULL);
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_3, NULL);
}
IL_0015:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnItemSelected(SimpleFileBrowser.FileBrowserItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnItemSelected_m333926D4698B48901254FEBCD730DDAA5A70B466 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___0_item, const RuntimeMethod* method)
{
{
// SelectedFile = item;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_0 = ___0_item;
FileBrowser_set_SelectedFile_mF37F295685F81D43652D358FC5807B4B14399D0B(__this, L_0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::OnItemOpened(SimpleFileBrowser.FileBrowserItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_OnItemOpened_mF10FD97A708836D3BEB77EAAF972F47B732F6C26 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* ___0_item, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( item.IsDirectory )
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_0 = ___0_item;
NullCheck(L_0);
bool L_1;
L_1 = FileBrowserItem_get_IsDirectory_m0B8AB857C96E632AB1D0DB602F8A772244E920A4_inline(L_0, NULL);
if (!L_1)
{
goto IL_0020;
}
}
{
// CurrentPath = Path.Combine( m_currentPath, item.Name );
String_t* L_2 = __this->___m_currentPath_62;
FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* L_3 = ___0_item;
NullCheck(L_3);
String_t* L_4;
L_4 = FileBrowserItem_get_Name_mF52B563D047D2ABA17CDE4E6D2DA435EE90BFED1(L_3, NULL);
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_5;
L_5 = Path_Combine_m1ADAC05CDA2D1D61B172DF65A81E86592696BEAE(L_2, L_4, NULL);
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_5, NULL);
return;
}
IL_0020:
{
// OnSubmitButtonClicked();
FileBrowser_OnSubmitButtonClicked_m85373E2DD206DA7041CBF713510CE4E6441D11DF(__this, NULL);
// }
return;
}
}
// System.Char SimpleFileBrowser.FileBrowser::OnValidateFilenameInput(System.String,System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar FileBrowser_OnValidateFilenameInput_m418483031CB28A313FE55F262ABFEF1E37EE36E2 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_text, int32_t ___1_charIndex, Il2CppChar ___2_addedChar, const RuntimeMethod* method)
{
{
// if( addedChar == '\n' )
Il2CppChar L_0 = ___2_addedChar;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)10)))))
{
goto IL_000d;
}
}
{
// OnSubmitButtonClicked();
FileBrowser_OnSubmitButtonClicked_m85373E2DD206DA7041CBF713510CE4E6441D11DF(__this, NULL);
// return '\0';
return 0;
}
IL_000d:
{
// return addedChar;
Il2CppChar L_1 = ___2_addedChar;
return L_1;
}
}
// System.Void SimpleFileBrowser.FileBrowser::Show(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_Show_m76AAA2B3252182B8E3AFB659647CF6D4949D3428 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_initialPath, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( AskPermissions )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0;
L_0 = FileBrowser_get_AskPermissions_m891185CDC3B4D5686F4311F54A2E58AB7736B44D_inline(NULL);
if (!L_0)
{
goto IL_000d;
}
}
{
// RequestPermission();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = FileBrowser_RequestPermission_mC2F7DEA77228335DA5B9B524DCD85C3C0C8519A8(NULL);
}
IL_000d:
{
// if( !quickLinksInitialized )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_2 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___quickLinksInitialized_47;
if (L_2)
{
goto IL_0020;
}
}
{
// quickLinksInitialized = true;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___quickLinksInitialized_47 = (bool)1;
// InitializeQuickLinks();
FileBrowser_InitializeQuickLinks_m20F9337B9C13E9BE33B3235B9719FB1982F156A2(__this, NULL);
}
IL_0020:
{
// SelectedFile = null;
FileBrowser_set_SelectedFile_mF37F295685F81D43652D358FC5807B4B14399D0B(__this, (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98*)NULL, NULL);
// m_searchString = string.Empty;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_searchString_63 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_searchString_63), (void*)L_3);
// searchInputField.text = m_searchString;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_4 = __this->___searchInputField_22;
String_t* L_5 = __this->___m_searchString_63;
NullCheck(L_4);
InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F(L_4, L_5, NULL);
// filesScrollRect.verticalNormalizedPosition = 1;
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_6 = __this->___filesScrollRect_25;
NullCheck(L_6);
ScrollRect_set_verticalNormalizedPosition_m4AF461113925E6710BF04F46A49CF1F856F7738C(L_6, (1.0f), NULL);
// filenameInputField.text = string.Empty;
InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* L_7 = __this->___filenameInputField_27;
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
NullCheck(L_7);
InputField_set_text_m28B1C806BBCAC44F3ACCDC3B550509CA0C7D257F(L_7, L_8, NULL);
// filenameImage.color = Color.white;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_9 = __this->___filenameImage_28;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
L_10 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
NullCheck(L_9);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_9, L_10);
// IsOpen = true;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_set_IsOpen_m63B35B23A07EFDDC9BE7F7CC9D15A48D12B95814_inline((bool)1, NULL);
// Success = false;
FileBrowser_set_Success_m2391B20721DF300F437B5BBA4BF530ACC5E72817_inline((bool)0, NULL);
// Result = null;
FileBrowser_set_Result_m99B34108E82385EFE90312AE6B8125DCB775F8F3_inline((String_t*)NULL, NULL);
// gameObject.SetActive( true );
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_11;
L_11 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_11);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_11, (bool)1, NULL);
// CurrentPath = GetInitialPath( initialPath );
String_t* L_12 = ___0_initialPath;
String_t* L_13;
L_13 = FileBrowser_GetInitialPath_m6F4AF17305D5E899287F5291CD620087C28FF1FF(__this, L_12, NULL);
FileBrowser_set_CurrentPath_mE88488B5FCDE7936403493A60B49E686F50B833A(__this, L_13, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::Hide()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_Hide_mC913684C5AED40DA0E8A9CC0314B5B47614975DD (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// IsOpen = false;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_set_IsOpen_m63B35B23A07EFDDC9BE7F7CC9D15A48D12B95814_inline((bool)0, NULL);
// currentPathIndex = -1;
__this->___currentPathIndex_58 = (-1);
// pathsFollowed.Clear();
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_0 = __this->___pathsFollowed_59;
NullCheck(L_0);
List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_inline(L_0, List_1_Clear_mC6C7AEBB0F980A717A87C0D12377984A464F0934_RuntimeMethod_var);
// backButton.interactable = false;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_1 = __this->___backButton_18;
NullCheck(L_1);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_1, (bool)0, NULL);
// forwardButton.interactable = false;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_2 = __this->___forwardButton_19;
NullCheck(L_2);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_2, (bool)0, NULL);
// upButton.interactable = false;
Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* L_3 = __this->___upButton_20;
NullCheck(L_3);
Selectable_set_interactable_m8DD581C1AD99B2EFA8B3EE9AF69EDDF26688B492(L_3, (bool)0, NULL);
// gameObject.SetActive( false );
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_4;
L_4 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(__this, NULL);
NullCheck(L_4);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_4, (bool)0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::RefreshFiles(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_RefreshFiles_m3EDF0CC814752FF614A40B332B233AC7669B7CA9 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_pathChanged, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* V_4 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
// if( pathChanged )
bool L_0 = ___0_pathChanged;
if (!L_0)
{
goto IL_002a;
}
}
{
// if( !string.IsNullOrEmpty( m_currentPath ) )
String_t* L_1 = __this->___m_currentPath_62;
bool L_2;
L_2 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_1, NULL);
if (L_2)
{
goto IL_0023;
}
}
{
// allFileEntries = FileBrowserHelpers.GetEntriesInDirectory( m_currentPath );
String_t* L_3 = __this->___m_currentPath_62;
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_4;
L_4 = FileBrowserHelpers_GetEntriesInDirectory_mD4673AB7DEDC68170F11DE8EAA3365D36CA2F3D3(L_3, NULL);
__this->___allFileEntries_53 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___allFileEntries_53), (void*)L_4);
goto IL_002a;
}
IL_0023:
{
// allFileEntries = null;
__this->___allFileEntries_53 = (FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___allFileEntries_53), (void*)(FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D*)NULL);
}
IL_002a:
{
// SelectedFile = null;
FileBrowser_set_SelectedFile_mF37F295685F81D43652D358FC5807B4B14399D0B(__this, (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98*)NULL, NULL);
// if( !showHiddenFilesToggle.isOn )
Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* L_5 = __this->___showHiddenFilesToggle_32;
NullCheck(L_5);
bool L_6;
L_6 = Toggle_get_isOn_m89A609E936CD67F460E336CA8E03C4047BFB6619_inline(L_5, NULL);
if (L_6)
{
goto IL_004e;
}
}
{
// ignoredFileAttributes |= FileAttributes.Hidden;
int32_t L_7 = __this->___ignoredFileAttributes_52;
__this->___ignoredFileAttributes_52 = ((int32_t)((int32_t)L_7|2));
goto IL_005d;
}
IL_004e:
{
// ignoredFileAttributes &= ~FileAttributes.Hidden;
int32_t L_8 = __this->___ignoredFileAttributes_52;
__this->___ignoredFileAttributes_52 = ((int32_t)((int32_t)L_8&((int32_t)-3)));
}
IL_005d:
{
// string searchStringLowercase = m_searchString.ToLower();
String_t* L_9 = __this->___m_searchString_63;
NullCheck(L_9);
String_t* L_10;
L_10 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_9, NULL);
V_0 = L_10;
// validFileEntries.Clear();
List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* L_11 = __this->___validFileEntries_54;
NullCheck(L_11);
List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_inline(L_11, List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_RuntimeMethod_var);
// if( allFileEntries != null )
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_12 = __this->___allFileEntries_53;
if (!L_12)
{
goto IL_015f;
}
}
{
// for( int i = 0; i < allFileEntries.Length; i++ )
V_1 = 0;
goto IL_0151;
}
IL_0086:
{
}
try
{// begin try (depth: 1)
{
// FileSystemEntry item = allFileEntries[i];
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_13 = __this->___allFileEntries_53;
int32_t L_14 = V_1;
NullCheck(L_13);
int32_t L_15 = L_14;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_2 = L_16;
// if( !item.IsDirectory )
bool L_17;
L_17 = FileSystemEntry_get_IsDirectory_m9CF8DC534222B6057950EA69E24994C37D839263((&V_2), NULL);
if (L_17)
{
goto IL_0107_1;
}
}
{
// if( m_folderSelectMode )
bool L_18 = __this->___m_folderSelectMode_67;
if (!L_18)
{
goto IL_00aa_1;
}
}
{
// continue;
goto IL_014d;
}
IL_00aa_1:
{
// if( ( item.Attributes & ignoredFileAttributes ) != 0 )
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_19 = V_2;
int32_t L_20 = L_19.___Attributes_3;
int32_t L_21 = __this->___ignoredFileAttributes_52;
if (!((int32_t)((int32_t)L_20&(int32_t)L_21)))
{
goto IL_00be_1;
}
}
{
// continue;
goto IL_014d;
}
IL_00be_1:
{
// string extension = item.Extension.ToLowerInvariant();
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_22 = V_2;
String_t* L_23 = L_22.___Extension_2;
NullCheck(L_23);
String_t* L_24;
L_24 = String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2(L_23, NULL);
V_3 = L_24;
// if( excludedExtensionsSet.Contains( extension ) )
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_25 = __this->___excludedExtensionsSet_48;
String_t* L_26 = V_3;
NullCheck(L_25);
bool L_27;
L_27 = HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853(L_25, L_26, HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var);
if (!L_27)
{
goto IL_00da_1;
}
}
{
// continue;
goto IL_014d;
}
IL_00da_1:
{
// HashSet<string> extensions = filters[filtersDropdown.value].extensions;
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_28 = __this->___filters_55;
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_29 = __this->___filtersDropdown_29;
NullCheck(L_29);
int32_t L_30;
L_30 = Dropdown_get_value_m386913162D5E273B762657FE5156DC567602BC3C_inline(L_29, NULL);
NullCheck(L_28);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_31;
L_31 = List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF(L_28, L_30, List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
NullCheck(L_31);
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_32 = L_31->___extensions_1;
V_4 = L_32;
// if( extensions != null && !extensions.Contains( extension ) )
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_33 = V_4;
if (!L_33)
{
goto IL_0118_1;
}
}
{
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_34 = V_4;
String_t* L_35 = V_3;
NullCheck(L_34);
bool L_36;
L_36 = HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853(L_34, L_35, HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var);
if (L_36)
{
goto IL_0118_1;
}
}
{
// continue;
goto IL_014d;
}
IL_0107_1:
{
// if( ( item.Attributes & ignoredFileAttributes ) != 0 )
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_37 = V_2;
int32_t L_38 = L_37.___Attributes_3;
int32_t L_39 = __this->___ignoredFileAttributes_52;
if (!((int32_t)((int32_t)L_38&(int32_t)L_39)))
{
goto IL_0118_1;
}
}
{
// continue;
goto IL_014d;
}
IL_0118_1:
{
// if( m_searchString.Length == 0 || item.Name.ToLower().Contains( searchStringLowercase ) )
String_t* L_40 = __this->___m_searchString_63;
NullCheck(L_40);
int32_t L_41;
L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, NULL);
if (!L_41)
{
goto IL_0138_1;
}
}
{
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_42 = V_2;
String_t* L_43 = L_42.___Name_1;
NullCheck(L_43);
String_t* L_44;
L_44 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_43, NULL);
String_t* L_45 = V_0;
NullCheck(L_44);
bool L_46;
L_46 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_44, L_45, NULL);
if (!L_46)
{
goto IL_0144_1;
}
}
IL_0138_1:
{
// validFileEntries.Add( item );
List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* L_47 = __this->___validFileEntries_54;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_48 = V_2;
NullCheck(L_47);
List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_inline(L_47, L_48, List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_RuntimeMethod_var);
}
IL_0144_1:
{
// }
goto IL_014d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0146;
}
throw e;
}
CATCH_0146:
{// begin catch(System.Exception)
// Debug.LogException( e );
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), NULL);
// }
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_014d;
}// end catch (depth: 1)
IL_014d:
{
// for( int i = 0; i < allFileEntries.Length; i++ )
int32_t L_49 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_49, 1));
}
IL_0151:
{
// for( int i = 0; i < allFileEntries.Length; i++ )
int32_t L_50 = V_1;
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_51 = __this->___allFileEntries_53;
NullCheck(L_51);
if ((((int32_t)L_50) < ((int32_t)((int32_t)(((RuntimeArray*)L_51)->max_length)))))
{
goto IL_0086;
}
}
IL_015f:
{
// listView.UpdateList();
RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* L_52 = __this->___listView_26;
NullCheck(L_52);
RecycledListView_UpdateList_mA53DC38064D6EB42E9D030647CD9C90CA4A00F4B(L_52, NULL);
// filesScrollRect.OnScroll( nullPointerEventData );
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_53 = __this->___filesScrollRect_25;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_54 = __this->___nullPointerEventData_61;
NullCheck(L_53);
VirtualActionInvoker1< PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* >::Invoke(42 /* System.Void UnityEngine.UI.ScrollRect::OnScroll(UnityEngine.EventSystems.PointerEventData) */, L_53, L_54);
// }
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::AddQuickLink(UnityEngine.Sprite,System.String,System.String,UnityEngine.Vector2&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_AddQuickLink_m97A39DCFCF622DC8F55D931C218E4AEADFD35085 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_icon, String_t* ___1_name, String_t* ___2_path, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___3_anchoredPos, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_Instantiate_TisFileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183_m57E8B8E84CDFF94A2E3B697E687865415182684B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* V_0 = NULL;
{
// if( string.IsNullOrEmpty( path ) )
String_t* L_0 = ___2_path;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// return false;
return (bool)0;
}
IL_000a:
{
// if( !Directory.Exists( path ) )
String_t* L_2 = ___2_path;
bool L_3;
L_3 = Directory_Exists_m3D125E9E88C291CF11113444F961A64DD83AE1C7(L_2, NULL);
if (L_3)
{
goto IL_0014;
}
}
{
// return false;
return (bool)0;
}
IL_0014:
{
// if( addedQuickLinksSet.Contains( path ) )
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_4 = __this->___addedQuickLinksSet_49;
String_t* L_5 = ___2_path;
NullCheck(L_4);
bool L_6;
L_6 = HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853(L_4, L_5, HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var);
if (!L_6)
{
goto IL_0024;
}
}
{
// return false;
return (bool)0;
}
IL_0024:
{
// FileBrowserQuickLink quickLink = (FileBrowserQuickLink) Instantiate( quickLinkPrefab, quickLinksContainer, false );
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_7 = __this->___quickLinkPrefab_16;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_8 = __this->___quickLinksContainer_23;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_9;
L_9 = Object_Instantiate_TisFileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183_m57E8B8E84CDFF94A2E3B697E687865415182684B(L_7, L_8, (bool)0, Object_Instantiate_TisFileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183_m57E8B8E84CDFF94A2E3B697E687865415182684B_RuntimeMethod_var);
V_0 = L_9;
// quickLink.SetFileBrowser( this );
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_10 = V_0;
NullCheck(L_10);
FileBrowserItem_SetFileBrowser_mF7299821CE4896F0A32A7BD2796106490A9F0C41_inline(L_10, __this, NULL);
// if( icon != null )
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_11 = ___0_icon;
bool L_12;
L_12 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_12)
{
goto IL_0052;
}
}
{
// quickLink.SetQuickLink( icon, name, path );
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_13 = V_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_14 = ___0_icon;
String_t* L_15 = ___1_name;
String_t* L_16 = ___2_path;
NullCheck(L_13);
FileBrowserQuickLink_SetQuickLink_m20230790B324072F4BC622D5715CB10A6F5EFEA5(L_13, L_14, L_15, L_16, NULL);
goto IL_0060;
}
IL_0052:
{
// quickLink.SetQuickLink( folderIcon, name, path );
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_17 = V_0;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_18 = __this->___folderIcon_34;
String_t* L_19 = ___1_name;
String_t* L_20 = ___2_path;
NullCheck(L_17);
FileBrowserQuickLink_SetQuickLink_m20230790B324072F4BC622D5715CB10A6F5EFEA5(L_17, L_18, L_19, L_20, NULL);
}
IL_0060:
{
// quickLink.TransformComponent.anchoredPosition = anchoredPos;
FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* L_21 = V_0;
NullCheck(L_21);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_22;
L_22 = FileBrowserItem_get_TransformComponent_m355327F7BAFAF9B9CA5A0BBE0B1A081B53757937(L_21, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_23 = ___3_anchoredPos;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24 = (*(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)L_23);
NullCheck(L_22);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_22, L_24, NULL);
// anchoredPos.y -= ItemHeight;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_25 = ___3_anchoredPos;
float* L_26 = (&L_25->___y_1);
float* L_27 = L_26;
float L_28 = *((float*)L_27);
float L_29;
L_29 = FileBrowser_get_ItemHeight_mFEE080A4D6288886AAB1F6688EE35010660653DB_inline(__this, NULL);
*((float*)L_27) = (float)((float)il2cpp_codegen_subtract(L_28, L_29));
// addedQuickLinksSet.Add( path );
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_30 = __this->___addedQuickLinksSet_49;
String_t* L_31 = ___2_path;
NullCheck(L_30);
bool L_32;
L_32 = HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D(L_30, L_31, HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var);
// return true;
return (bool)1;
}
}
// System.Void SimpleFileBrowser.FileBrowser::ScaleToFullScreen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_ScaleToFullScreen_mCCB379A304AD684D1336612FE1C20695F0762D30 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// windowTR.anchoredPosition = Vector2.zero;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___windowTR_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
NullCheck(L_0);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_0, L_1, NULL);
// windowTR.sizeDelta = rectTransform.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2 = __this->___windowTR_14;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = __this->___rectTransform_51;
NullCheck(L_3);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
L_4 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_3, NULL);
NullCheck(L_2);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_2, L_4, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::EnsureWindowIsWithinBounds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_EnsureWindowIsWithinBounds_mB9776DD5C376A10E4B5ABA75D6B8479694E02853 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
memset((&V_3), 0, sizeof(V_3));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_4;
memset((&V_4), 0, sizeof(V_4));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_5;
memset((&V_5), 0, sizeof(V_5));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_6;
memset((&V_6), 0, sizeof(V_6));
{
// Vector2 canvasSize = rectTransform.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___rectTransform_51;
NullCheck(L_0);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1;
L_1 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_0, NULL);
V_0 = L_1;
// Vector2 windowSize = windowTR.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2 = __this->___windowTR_14;
NullCheck(L_2);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
L_3 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_2, NULL);
V_1 = L_3;
// if( windowSize.x > canvasSize.x )
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = V_1;
float L_5 = L_4.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_0;
float L_7 = L_6.___x_0;
if ((!(((float)L_5) > ((float)L_7))))
{
goto IL_0033;
}
}
{
// windowSize.x = canvasSize.x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = V_0;
float L_9 = L_8.___x_0;
(&V_1)->___x_0 = L_9;
}
IL_0033:
{
// if( windowSize.y > canvasSize.y )
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_1;
float L_11 = L_10.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_0;
float L_13 = L_12.___y_1;
if ((!(((float)L_11) > ((float)L_13))))
{
goto IL_004e;
}
}
{
// windowSize.y = canvasSize.y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14 = V_0;
float L_15 = L_14.___y_1;
(&V_1)->___y_1 = L_15;
}
IL_004e:
{
// Vector2 windowPos = windowTR.anchoredPosition;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_16 = __this->___windowTR_14;
NullCheck(L_16);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
L_17 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_16, NULL);
V_2 = L_17;
// Vector2 canvasHalfSize = canvasSize * 0.5f;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_18 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_19;
L_19 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_18, (0.5f), NULL);
V_3 = L_19;
// Vector2 windowHalfSize = windowSize * 0.5f;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_20 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_21;
L_21 = Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline(L_20, (0.5f), NULL);
V_4 = L_21;
// Vector2 windowBottomLeft = windowPos - windowHalfSize + canvasHalfSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23 = V_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_24;
L_24 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_22, L_23, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_25 = V_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_26;
L_26 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_24, L_25, NULL);
V_5 = L_26;
// Vector2 windowTopRight = windowPos + windowHalfSize + canvasHalfSize;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27 = V_2;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28 = V_4;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_29;
L_29 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_27, L_28, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30 = V_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31;
L_31 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_29, L_30, NULL);
V_6 = L_31;
// if( windowBottomLeft.x < 0f )
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_5;
float L_33 = L_32.___x_0;
if ((!(((float)L_33) < ((float)(0.0f)))))
{
goto IL_00b5;
}
}
{
// windowPos.x -= windowBottomLeft.x;
float* L_34 = (&(&V_2)->___x_0);
float* L_35 = L_34;
float L_36 = *((float*)L_35);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_5;
float L_38 = L_37.___x_0;
*((float*)L_35) = (float)((float)il2cpp_codegen_subtract(L_36, L_38));
goto IL_00dd;
}
IL_00b5:
{
// else if( windowTopRight.x > canvasSize.x )
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_6;
float L_40 = L_39.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41 = V_0;
float L_42 = L_41.___x_0;
if ((!(((float)L_40) > ((float)L_42))))
{
goto IL_00dd;
}
}
{
// windowPos.x -= windowTopRight.x - canvasSize.x;
float* L_43 = (&(&V_2)->___x_0);
float* L_44 = L_43;
float L_45 = *((float*)L_44);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_46 = V_6;
float L_47 = L_46.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_48 = V_0;
float L_49 = L_48.___x_0;
*((float*)L_44) = (float)((float)il2cpp_codegen_subtract(L_45, ((float)il2cpp_codegen_subtract(L_47, L_49))));
}
IL_00dd:
{
// if( windowBottomLeft.y < 0f )
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_50 = V_5;
float L_51 = L_50.___y_1;
if ((!(((float)L_51) < ((float)(0.0f)))))
{
goto IL_00ff;
}
}
{
// windowPos.y -= windowBottomLeft.y;
float* L_52 = (&(&V_2)->___y_1);
float* L_53 = L_52;
float L_54 = *((float*)L_53);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_55 = V_5;
float L_56 = L_55.___y_1;
*((float*)L_53) = (float)((float)il2cpp_codegen_subtract(L_54, L_56));
goto IL_0127;
}
IL_00ff:
{
// else if( windowTopRight.y > canvasSize.y )
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_57 = V_6;
float L_58 = L_57.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_59 = V_0;
float L_60 = L_59.___y_1;
if ((!(((float)L_58) > ((float)L_60))))
{
goto IL_0127;
}
}
{
// windowPos.y -= windowTopRight.y - canvasSize.y;
float* L_61 = (&(&V_2)->___y_1);
float* L_62 = L_61;
float L_63 = *((float*)L_62);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_64 = V_6;
float L_65 = L_64.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_66 = V_0;
float L_67 = L_66.___y_1;
*((float*)L_62) = (float)((float)il2cpp_codegen_subtract(L_63, ((float)il2cpp_codegen_subtract(L_65, L_67))));
}
IL_0127:
{
// windowTR.anchoredPosition = windowPos;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_68 = __this->___windowTR_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_69 = V_2;
NullCheck(L_68);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_68, L_69, NULL);
// windowTR.sizeDelta = windowSize;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_70 = __this->___windowTR_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_71 = V_1;
NullCheck(L_70);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_70, L_71, NULL);
// }
return;
}
}
// System.String SimpleFileBrowser.FileBrowser::GetPathWithoutTrailingDirectorySeparator(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_GetPathWithoutTrailingDirectorySeparator_m588F0C6F3503E6D7838FD125D9CAA2F38A463C4A (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
String_t* V_1 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
// if( string.IsNullOrEmpty( path ) )
String_t* L_0 = ___0_path;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// return null;
return (String_t*)NULL;
}
IL_000a:
{
}
try
{// begin try (depth: 1)
{
// if( Path.GetDirectoryName( path ) != null )
String_t* L_2 = ___0_path;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_3;
L_3 = Path_GetDirectoryName_m428BADBE493A3927B51A13DEF658929B430516F6(L_2, NULL);
if (!L_3)
{
goto IL_0043_1;
}
}
{
// char lastChar = path[path.Length - 1];
String_t* L_4 = ___0_path;
String_t* L_5 = ___0_path;
NullCheck(L_5);
int32_t L_6;
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
NullCheck(L_4);
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, ((int32_t)il2cpp_codegen_subtract(L_6, 1)), NULL);
V_0 = L_7;
// if( lastChar == Path.DirectorySeparatorChar || lastChar == Path.AltDirectorySeparatorChar )
Il2CppChar L_8 = V_0;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
Il2CppChar L_9 = ((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___DirectorySeparatorChar_2;
if ((((int32_t)L_8) == ((int32_t)L_9)))
{
goto IL_0032_1;
}
}
{
Il2CppChar L_10 = V_0;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
Il2CppChar L_11 = ((Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_StaticFields*)il2cpp_codegen_static_fields_for(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var))->___AltDirectorySeparatorChar_1;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_0043_1;
}
}
IL_0032_1:
{
// path = path.Substring( 0, path.Length - 1 );
String_t* L_12 = ___0_path;
String_t* L_13 = ___0_path;
NullCheck(L_13);
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL);
NullCheck(L_12);
String_t* L_15;
L_15 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_12, 0, ((int32_t)il2cpp_codegen_subtract(L_14, 1)), NULL);
___0_path = L_15;
}
IL_0043_1:
{
// }
goto IL_004a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0045;
}
throw e;
}
CATCH_0045:
{// begin catch(System.Object)
// catch
// return null;
V_1 = (String_t*)NULL;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_004c;
}// end catch (depth: 1)
IL_004a:
{
// return path;
String_t* L_16 = ___0_path;
return L_16;
}
IL_004c:
{
// }
String_t* L_17 = V_1;
return L_17;
}
}
// System.Int32 SimpleFileBrowser.FileBrowser::CalculateLengthOfDropdownText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileBrowser_CalculateLengthOfDropdownText_m9805FC282543E234BE714FF55397C6294C5545CD (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_str, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* V_1 = NULL;
CharacterInfo_t211705CECE52870AEC4DBD0574D581AF765BB889 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
{
// int totalLength = 0;
V_0 = 0;
// Font myFont = filterItemTemplate.font;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___filterItemTemplate_31;
NullCheck(L_0);
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_1;
L_1 = Text_get_font_mBF98ED39D5C5081AF14A64170EC3391D206CCAFD(L_0, NULL);
V_1 = L_1;
// CharacterInfo characterInfo = new CharacterInfo();
il2cpp_codegen_initobj((&V_2), sizeof(CharacterInfo_t211705CECE52870AEC4DBD0574D581AF765BB889));
// myFont.RequestCharactersInTexture( str, filterItemTemplate.fontSize, filterItemTemplate.fontStyle );
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_2 = V_1;
String_t* L_3 = ___0_str;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_4 = __this->___filterItemTemplate_31;
NullCheck(L_4);
int32_t L_5;
L_5 = Text_get_fontSize_m837C0618E78D0FDA972D11DDE3015DC888E93993(L_4, NULL);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_6 = __this->___filterItemTemplate_31;
NullCheck(L_6);
int32_t L_7;
L_7 = Text_get_fontStyle_m7684B5FFE1DC8237FB573A012B482DDB04E3BA47(L_6, NULL);
NullCheck(L_2);
Font_RequestCharactersInTexture_m87509ABBEDF61305BA10B2DC65B565E57FF6DDD4(L_2, L_3, L_5, L_7, NULL);
// for( int i = 0; i < str.Length; i++ )
V_3 = 0;
goto IL_0065;
}
IL_0037:
{
// if( !myFont.GetCharacterInfo( str[i], out characterInfo, filterItemTemplate.fontSize ) )
Font_tC95270EA3198038970422D78B74A7F2E218A96B6* L_8 = V_1;
String_t* L_9 = ___0_str;
int32_t L_10 = V_3;
NullCheck(L_9);
Il2CppChar L_11;
L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL);
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_12 = __this->___filterItemTemplate_31;
NullCheck(L_12);
int32_t L_13;
L_13 = Text_get_fontSize_m837C0618E78D0FDA972D11DDE3015DC888E93993(L_12, NULL);
NullCheck(L_8);
bool L_14;
L_14 = Font_GetCharacterInfo_m16CAF16CA4CAEA2CCC7A1DB4211F78A76040FBAA(L_8, L_11, (&V_2), L_13, NULL);
if (L_14)
{
goto IL_0057;
}
}
{
// totalLength += 5;
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 5));
}
IL_0057:
{
// totalLength += characterInfo.advance;
int32_t L_16 = V_0;
int32_t L_17;
L_17 = CharacterInfo_get_advance_m0AAC68ABA1BD5B184B53E01F270BA4FD1D2C2B9A((&V_2), NULL);
V_0 = ((int32_t)il2cpp_codegen_add(L_16, L_17));
// for( int i = 0; i < str.Length; i++ )
int32_t L_18 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0065:
{
// for( int i = 0; i < str.Length; i++ )
int32_t L_19 = V_3;
String_t* L_20 = ___0_str;
NullCheck(L_20);
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
if ((((int32_t)L_19) < ((int32_t)L_21)))
{
goto IL_0037;
}
}
{
// return totalLength;
int32_t L_22 = V_0;
return L_22;
}
}
// System.String SimpleFileBrowser.FileBrowser::GetInitialPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowser_GetInitialPath_m6F4AF17305D5E899287F5291CD620087C28FF1FF (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, String_t* ___0_initialPath, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( string.IsNullOrEmpty( initialPath ) || !Directory.Exists( initialPath ) )
String_t* L_0 = ___0_initialPath;
bool L_1;
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
if (L_1)
{
goto IL_0010;
}
}
{
String_t* L_2 = ___0_initialPath;
bool L_3;
L_3 = Directory_Exists_m3D125E9E88C291CF11113444F961A64DD83AE1C7(L_2, NULL);
if (L_3)
{
goto IL_002f;
}
}
IL_0010:
{
// if( CurrentPath.Length == 0 )
String_t* L_4;
L_4 = FileBrowser_get_CurrentPath_m61E6A3CC272FC9EED2F2C4FA9522818045E6052B_inline(__this, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if (L_5)
{
goto IL_0027;
}
}
{
// initialPath = DEFAULT_PATH;
String_t* L_6 = __this->___DEFAULT_PATH_6;
___0_initialPath = L_6;
goto IL_002f;
}
IL_0027:
{
// initialPath = CurrentPath;
String_t* L_7;
L_7 = FileBrowser_get_CurrentPath_m61E6A3CC272FC9EED2F2C4FA9522818045E6052B_inline(__this, NULL);
___0_initialPath = L_7;
}
IL_002f:
{
// m_currentPath = string.Empty; // Needed to correctly reset the pathsFollowed
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_currentPath_62 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_currentPath_62), (void*)L_8);
// return initialPath;
String_t* L_9 = ___0_initialPath;
return L_9;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::ShowSaveDialog(SimpleFileBrowser.FileBrowser/OnSuccess,SimpleFileBrowser.FileBrowser/OnCancel,System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_ShowSaveDialog_m0B636ACD316C2C9F83708AD47BEA8B90B42E750B (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* ___0_onSuccess, OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* ___1_onCancel, bool ___2_folderMode, String_t* ___3_initialPath, String_t* ___4_title, String_t* ___5_saveButtonText, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral671ED4F4F96F084E0CDAF0610DC87C8DB70F449F);
s_Il2CppMethodInitialized = true;
}
{
// if( Instance.gameObject.activeSelf )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0;
L_0 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_0);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_1, NULL);
if (!L_2)
{
goto IL_001d;
}
}
{
// Debug.LogError( "Error: Multiple dialogs are not allowed!" );
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral671ED4F4F96F084E0CDAF0610DC87C8DB70F449F, NULL);
// return false;
return (bool)0;
}
IL_001d:
{
// Instance.onSuccess = onSuccess;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_3;
L_3 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* L_4 = ___0_onSuccess;
NullCheck(L_3);
L_3->___onSuccess_68 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___onSuccess_68), (void*)L_4);
// Instance.onCancel = onCancel;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_5;
L_5 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* L_6 = ___1_onCancel;
NullCheck(L_5);
L_5->___onCancel_69 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___onCancel_69), (void*)L_6);
// Instance.FolderSelectMode = folderMode;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_7;
L_7 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
bool L_8 = ___2_folderMode;
NullCheck(L_7);
FileBrowser_set_FolderSelectMode_mBD690B23F995D59D9AA9663B7CBA2095D97D5AF5(L_7, L_8, NULL);
// Instance.Title = title;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_9;
L_9 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
String_t* L_10 = ___4_title;
NullCheck(L_9);
FileBrowser_set_Title_m4305412877A7D05740BD8277FEE1220149B5FA93(L_9, L_10, NULL);
// Instance.SubmitButtonText = saveButtonText;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_11;
L_11 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
String_t* L_12 = ___5_saveButtonText;
NullCheck(L_11);
FileBrowser_set_SubmitButtonText_m893C6721872FEE8A38D1557F8BA0B106265D4734(L_11, L_12, NULL);
// Instance.AcceptNonExistingFilename = !folderMode;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_13;
L_13 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
bool L_14 = ___2_folderMode;
NullCheck(L_13);
FileBrowser_set_AcceptNonExistingFilename_m9DA072086B51BFE59C0DB03A67A530335783A981_inline(L_13, (bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0), NULL);
// Instance.Show( initialPath );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_15;
L_15 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
String_t* L_16 = ___3_initialPath;
NullCheck(L_15);
FileBrowser_Show_m76AAA2B3252182B8E3AFB659647CF6D4949D3428(L_15, L_16, NULL);
// return true;
return (bool)1;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::ShowLoadDialog(SimpleFileBrowser.FileBrowser/OnSuccess,SimpleFileBrowser.FileBrowser/OnCancel,System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_ShowLoadDialog_m501077F3E46EA16BD56782C48D3E2414813759EB (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* ___0_onSuccess, OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* ___1_onCancel, bool ___2_folderMode, String_t* ___3_initialPath, String_t* ___4_title, String_t* ___5_loadButtonText, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral671ED4F4F96F084E0CDAF0610DC87C8DB70F449F);
s_Il2CppMethodInitialized = true;
}
{
// if( Instance.gameObject.activeSelf )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0;
L_0 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_0);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_1;
L_1 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_1, NULL);
if (!L_2)
{
goto IL_001d;
}
}
{
// Debug.LogError( "Error: Multiple dialogs are not allowed!" );
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral671ED4F4F96F084E0CDAF0610DC87C8DB70F449F, NULL);
// return false;
return (bool)0;
}
IL_001d:
{
// Instance.onSuccess = onSuccess;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_3;
L_3 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* L_4 = ___0_onSuccess;
NullCheck(L_3);
L_3->___onSuccess_68 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___onSuccess_68), (void*)L_4);
// Instance.onCancel = onCancel;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_5;
L_5 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* L_6 = ___1_onCancel;
NullCheck(L_5);
L_5->___onCancel_69 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___onCancel_69), (void*)L_6);
// Instance.FolderSelectMode = folderMode;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_7;
L_7 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
bool L_8 = ___2_folderMode;
NullCheck(L_7);
FileBrowser_set_FolderSelectMode_mBD690B23F995D59D9AA9663B7CBA2095D97D5AF5(L_7, L_8, NULL);
// Instance.Title = title;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_9;
L_9 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
String_t* L_10 = ___4_title;
NullCheck(L_9);
FileBrowser_set_Title_m4305412877A7D05740BD8277FEE1220149B5FA93(L_9, L_10, NULL);
// Instance.SubmitButtonText = loadButtonText;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_11;
L_11 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
String_t* L_12 = ___5_loadButtonText;
NullCheck(L_11);
FileBrowser_set_SubmitButtonText_m893C6721872FEE8A38D1557F8BA0B106265D4734(L_11, L_12, NULL);
// Instance.AcceptNonExistingFilename = false;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_13;
L_13 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_13);
FileBrowser_set_AcceptNonExistingFilename_m9DA072086B51BFE59C0DB03A67A530335783A981_inline(L_13, (bool)0, NULL);
// Instance.Show( initialPath );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_14;
L_14 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
String_t* L_15 = ___3_initialPath;
NullCheck(L_14);
FileBrowser_Show_m76AAA2B3252182B8E3AFB659647CF6D4949D3428(L_14, L_15, NULL);
// return true;
return (bool)1;
}
}
// System.Void SimpleFileBrowser.FileBrowser::HideDialog(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_HideDialog_m334A1A2E035559D5753937F40F22C567E5CBCD9C (bool ___0_invokeCancelCallback, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// Instance.OnOperationCanceled( invokeCancelCallback );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0;
L_0 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
bool L_1 = ___0_invokeCancelCallback;
NullCheck(L_0);
FileBrowser_OnOperationCanceled_mA6D9471A40AE75EC3461BE0B05C7333AD0BAEF30(L_0, L_1, NULL);
// }
return;
}
}
// System.Collections.IEnumerator SimpleFileBrowser.FileBrowser::WaitForSaveDialog(System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileBrowser_WaitForSaveDialog_m919A51470E6781F5D7767344496F4870FF2C09F5 (bool ___0_folderMode, String_t* ___1_initialPath, String_t* ___2_title, String_t* ___3_saveButtonText, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* L_0 = (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F*)il2cpp_codegen_object_new(U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CWaitForSaveDialogU3Ed__156__ctor_m73ABB9A070FEBA1C16B83ADFDF95CE5EEB6B9CE7(L_0, 0, NULL);
U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* L_1 = L_0;
bool L_2 = ___0_folderMode;
NullCheck(L_1);
L_1->___folderMode_2 = L_2;
U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* L_3 = L_1;
String_t* L_4 = ___1_initialPath;
NullCheck(L_3);
L_3->___initialPath_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___initialPath_3), (void*)L_4);
U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* L_5 = L_3;
String_t* L_6 = ___2_title;
NullCheck(L_5);
L_5->___title_4 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___title_4), (void*)L_6);
U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* L_7 = L_5;
String_t* L_8 = ___3_saveButtonText;
NullCheck(L_7);
L_7->___saveButtonText_5 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___saveButtonText_5), (void*)L_8);
return L_7;
}
}
// System.Collections.IEnumerator SimpleFileBrowser.FileBrowser::WaitForLoadDialog(System.Boolean,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileBrowser_WaitForLoadDialog_mF0D0456B3689F9F360D4B83BF3DC9F08097B45C6 (bool ___0_folderMode, String_t* ___1_initialPath, String_t* ___2_title, String_t* ___3_loadButtonText, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* L_0 = (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82*)il2cpp_codegen_object_new(U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CWaitForLoadDialogU3Ed__157__ctor_mA4C7489CD4FBD1F7EA1928B3BB426E839F9F1CC5(L_0, 0, NULL);
U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* L_1 = L_0;
bool L_2 = ___0_folderMode;
NullCheck(L_1);
L_1->___folderMode_2 = L_2;
U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* L_3 = L_1;
String_t* L_4 = ___1_initialPath;
NullCheck(L_3);
L_3->___initialPath_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___initialPath_3), (void*)L_4);
U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* L_5 = L_3;
String_t* L_6 = ___2_title;
NullCheck(L_5);
L_5->___title_4 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&L_5->___title_4), (void*)L_6);
U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* L_7 = L_5;
String_t* L_8 = ___3_loadButtonText;
NullCheck(L_7);
L_7->___loadButtonText_5 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___loadButtonText_5), (void*)L_8);
return L_7;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::AddQuickLink(System.String,System.String,UnityEngine.Sprite)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_AddQuickLink_mC4A1796E92616CD4F0F643E5B4FBE5591D590423 (String_t* ___0_name, String_t* ___1_path, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___2_icon, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if( !quickLinksInitialized )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___quickLinksInitialized_47;
if (L_0)
{
goto IL_0024;
}
}
{
// quickLinksInitialized = true;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___quickLinksInitialized_47 = (bool)1;
// if( AskPermissions )
bool L_1;
L_1 = FileBrowser_get_AskPermissions_m891185CDC3B4D5686F4311F54A2E58AB7736B44D_inline(NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
// RequestPermission();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = FileBrowser_RequestPermission_mC2F7DEA77228335DA5B9B524DCD85C3C0C8519A8(NULL);
}
IL_001a:
{
// Instance.InitializeQuickLinks();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_3;
L_3 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_3);
FileBrowser_InitializeQuickLinks_m20F9337B9C13E9BE33B3235B9719FB1982F156A2(L_3, NULL);
}
IL_0024:
{
// Vector2 anchoredPos = new Vector2( 0f, -Instance.quickLinksContainer.sizeDelta.y );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_4;
L_4 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_4);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_5 = L_4->___quickLinksContainer_23;
NullCheck(L_5);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
L_6 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_5, NULL);
float L_7 = L_6.___y_1;
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&V_0), (0.0f), ((-L_7)), NULL);
// if( Instance.AddQuickLink( icon, name, path, ref anchoredPos ) )
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_8;
L_8 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_9 = ___2_icon;
String_t* L_10 = ___0_name;
String_t* L_11 = ___1_path;
NullCheck(L_8);
bool L_12;
L_12 = FileBrowser_AddQuickLink_m97A39DCFCF622DC8F55D931C218E4AEADFD35085(L_8, L_9, L_10, L_11, (&V_0), NULL);
if (!L_12)
{
goto IL_0078;
}
}
{
// Instance.quickLinksContainer.sizeDelta = new Vector2( 0f, -anchoredPos.y );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_13;
L_13 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_13);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_14 = L_13->___quickLinksContainer_23;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15 = V_0;
float L_16 = L_15.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
memset((&L_17), 0, sizeof(L_17));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_17), (0.0f), ((-L_16)), /*hidden argument*/NULL);
NullCheck(L_14);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_14, L_17, NULL);
// return true;
return (bool)1;
}
IL_0078:
{
// return false;
return (bool)0;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetExcludedExtensions(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetExcludedExtensions_m935D1EF61760897968B16165013E68B08B40576E (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_excludedExtensions, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Clear_m0181AAD373CCA0B6C26FE43A802121B3C0DE5F90_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// Instance.excludedExtensionsSet.Clear();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0;
L_0 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_0);
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_1 = L_0->___excludedExtensionsSet_48;
NullCheck(L_1);
HashSet_1_Clear_m0181AAD373CCA0B6C26FE43A802121B3C0DE5F90(L_1, HashSet_1_Clear_m0181AAD373CCA0B6C26FE43A802121B3C0DE5F90_RuntimeMethod_var);
// if( excludedExtensions != null )
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___0_excludedExtensions;
if (!L_2)
{
goto IL_0038;
}
}
{
// for( int i = 0; i < excludedExtensions.Length; i++ )
V_0 = 0;
goto IL_0032;
}
IL_0016:
{
// Instance.excludedExtensionsSet.Add( excludedExtensions[i].ToLowerInvariant() );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_3;
L_3 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_3);
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_4 = L_3->___excludedExtensionsSet_48;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = ___0_excludedExtensions;
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
String_t* L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
NullCheck(L_8);
String_t* L_9;
L_9 = String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2(L_8, NULL);
NullCheck(L_4);
bool L_10;
L_10 = HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D(L_4, L_9, HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var);
// for( int i = 0; i < excludedExtensions.Length; i++ )
int32_t L_11 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0032:
{
// for( int i = 0; i < excludedExtensions.Length; i++ )
int32_t L_12 = V_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ___0_excludedExtensions;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
{
goto IL_0016;
}
}
IL_0038:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetFilters(System.Boolean,System.Collections.Generic.IEnumerable`1<System.String>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFilters_m858C97520FDCE5574CD25272AACDA43D1E837C6B (bool ___0_showAllFilesFilter, RuntimeObject* ___1_filters, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
String_t* V_1 = NULL;
{
// SetFiltersPreProcessing( showAllFilesFilter );
bool L_0 = ___0_showAllFilesFilter;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPreProcessing_m634FD72B91565E29D7A890F1675C5A855F7277F5(L_0, NULL);
// if( filters != null )
RuntimeObject* L_1 = ___1_filters;
if (!L_1)
{
goto IL_004f;
}
}
{
// foreach( string filter in filters )
RuntimeObject* L_2 = ___1_filters;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_2);
V_0 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0045:
{// begin finally (depth: 1)
{
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_004e;
}
}
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_004e:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003b_1;
}
IL_0012_1:
{
// foreach( string filter in filters )
RuntimeObject* L_6 = V_0;
NullCheck(L_6);
String_t* L_7;
L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_6);
V_1 = L_7;
// if( filter != null && filter.Length > 0 )
String_t* L_8 = V_1;
if (!L_8)
{
goto IL_003b_1;
}
}
{
String_t* L_9 = V_1;
NullCheck(L_9);
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_003b_1;
}
}
{
// Instance.filters.Add( new Filter( null, filter ) );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_11;
L_11 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_11);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_12 = L_11->___filters_55;
String_t* L_13 = V_1;
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_14 = (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4*)il2cpp_codegen_object_new(Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
NullCheck(L_14);
Filter__ctor_m063A3F85444DC6F026F664318A431E4776319DAC(L_14, (String_t*)NULL, L_13, NULL);
NullCheck(L_12);
List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline(L_12, L_14, List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
}
IL_003b_1:
{
// foreach( string filter in filters )
RuntimeObject* L_15 = V_0;
NullCheck(L_15);
bool L_16;
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
if (L_16)
{
goto IL_0012_1;
}
}
{
goto IL_004f;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_004f:
{
// SetFiltersPostProcessing();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPostProcessing_m8A8D956D577C1ED2B3B0B21F403CF138EDBE4B67(NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetFilters(System.Boolean,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFilters_m00AED659AFA834F104BF73EC925C21510DC10704 (bool ___0_showAllFilesFilter, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_filters, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// SetFiltersPreProcessing( showAllFilesFilter );
bool L_0 = ___0_showAllFilesFilter;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPreProcessing_m634FD72B91565E29D7A890F1675C5A855F7277F5(L_0, NULL);
// if( filters != null )
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_filters;
if (!L_1)
{
goto IL_003f;
}
}
{
// for( int i = 0; i < filters.Length; i++ )
V_0 = 0;
goto IL_0039;
}
IL_000d:
{
// if( filters[i] != null && filters[i].Length > 0 )
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___1_filters;
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
String_t* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
if (!L_5)
{
goto IL_0035;
}
}
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = ___1_filters;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_9);
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0035;
}
}
{
// Instance.filters.Add( new Filter( null, filters[i] ) );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_11;
L_11 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_11);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_12 = L_11->___filters_55;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ___1_filters;
int32_t L_14 = V_0;
NullCheck(L_13);
int32_t L_15 = L_14;
String_t* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_17 = (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4*)il2cpp_codegen_object_new(Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4_il2cpp_TypeInfo_var);
NullCheck(L_17);
Filter__ctor_m063A3F85444DC6F026F664318A431E4776319DAC(L_17, (String_t*)NULL, L_16, NULL);
NullCheck(L_12);
List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline(L_12, L_17, List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
}
IL_0035:
{
// for( int i = 0; i < filters.Length; i++ )
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0039:
{
// for( int i = 0; i < filters.Length; i++ )
int32_t L_19 = V_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = ___1_filters;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))
{
goto IL_000d;
}
}
IL_003f:
{
// SetFiltersPostProcessing();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPostProcessing_m8A8D956D577C1ED2B3B0B21F403CF138EDBE4B67(NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetFilters(System.Boolean,System.Collections.Generic.IEnumerable`1<SimpleFileBrowser.FileBrowser/Filter>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFilters_mBEAE157867CE6C83AA6CD74350D28325CE06BDA6 (bool ___0_showAllFilesFilter, RuntimeObject* ___1_filters, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9FAD6E0D2990BCE50842C47C2C4A1CCDD9D33FE5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t5DBFAEA25B757E3BCDD38C7BE7C1D279C8AD0434_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* V_1 = NULL;
{
// SetFiltersPreProcessing( showAllFilesFilter );
bool L_0 = ___0_showAllFilesFilter;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPreProcessing_m634FD72B91565E29D7A890F1675C5A855F7277F5(L_0, NULL);
// if( filters != null )
RuntimeObject* L_1 = ___1_filters;
if (!L_1)
{
goto IL_004e;
}
}
{
// foreach( Filter filter in filters )
RuntimeObject* L_2 = ___1_filters;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<SimpleFileBrowser.FileBrowser/Filter>::GetEnumerator() */, IEnumerable_1_t9FAD6E0D2990BCE50842C47C2C4A1CCDD9D33FE5_il2cpp_TypeInfo_var, L_2);
V_0 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0044:
{// begin finally (depth: 1)
{
RuntimeObject* L_4 = V_0;
if (!L_4)
{
goto IL_004d;
}
}
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_004d:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003a_1;
}
IL_0012_1:
{
// foreach( Filter filter in filters )
RuntimeObject* L_6 = V_0;
NullCheck(L_6);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_7;
L_7 = InterfaceFuncInvoker0< Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<SimpleFileBrowser.FileBrowser/Filter>::get_Current() */, IEnumerator_1_t5DBFAEA25B757E3BCDD38C7BE7C1D279C8AD0434_il2cpp_TypeInfo_var, L_6);
V_1 = L_7;
// if( filter != null && filter.defaultExtension.Length > 0 )
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_8 = V_1;
if (!L_8)
{
goto IL_003a_1;
}
}
{
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_9 = V_1;
NullCheck(L_9);
String_t* L_10 = L_9->___defaultExtension_2;
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_003a_1;
}
}
{
// Instance.filters.Add( filter );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_12;
L_12 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_12);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_13 = L_12->___filters_55;
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_14 = V_1;
NullCheck(L_13);
List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline(L_13, L_14, List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
}
IL_003a_1:
{
// foreach( Filter filter in filters )
RuntimeObject* L_15 = V_0;
NullCheck(L_15);
bool L_16;
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
if (L_16)
{
goto IL_0012_1;
}
}
{
goto IL_004e;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_004e:
{
// SetFiltersPostProcessing();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPostProcessing_m8A8D956D577C1ED2B3B0B21F403CF138EDBE4B67(NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetFilters(System.Boolean,SimpleFileBrowser.FileBrowser/Filter[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFilters_mC8852BD92071B1718133AED85B59A92D4742E81D (bool ___0_showAllFilesFilter, FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* ___1_filters, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// SetFiltersPreProcessing( showAllFilesFilter );
bool L_0 = ___0_showAllFilesFilter;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPreProcessing_m634FD72B91565E29D7A890F1675C5A855F7277F5(L_0, NULL);
// if( filters != null )
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* L_1 = ___1_filters;
if (!L_1)
{
goto IL_003e;
}
}
{
// for( int i = 0; i < filters.Length; i++ )
V_0 = 0;
goto IL_0038;
}
IL_000d:
{
// if( filters[i] != null && filters[i].defaultExtension.Length > 0 )
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* L_2 = ___1_filters;
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
if (!L_5)
{
goto IL_0034;
}
}
{
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* L_6 = ___1_filters;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_9);
String_t* L_10 = L_9->___defaultExtension_2;
NullCheck(L_10);
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_0034;
}
}
{
// Instance.filters.Add( filters[i] );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_12;
L_12 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_12);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_13 = L_12->___filters_55;
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* L_14 = ___1_filters;
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = L_15;
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
NullCheck(L_13);
List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline(L_13, L_17, List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
}
IL_0034:
{
// for( int i = 0; i < filters.Length; i++ )
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0038:
{
// for( int i = 0; i < filters.Length; i++ )
int32_t L_19 = V_0;
FilterU5BU5D_t9E5563E690FDFF8C4575B0572923473B3E1BF6E2* L_20 = ___1_filters;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))
{
goto IL_000d;
}
}
IL_003e:
{
// SetFiltersPostProcessing();
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_SetFiltersPostProcessing_m8A8D956D577C1ED2B3B0B21F403CF138EDBE4B67(NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetFiltersPreProcessing(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFiltersPreProcessing_m634FD72B91565E29D7A890F1675C5A855F7277F5 (bool ___0_showAllFilesFilter, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m502CE262DC490ABC99C2276A26E3E296763A0901_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// Instance.showAllFilesFilter = showAllFilesFilter;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0;
L_0 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
bool L_1 = ___0_showAllFilesFilter;
NullCheck(L_0);
L_0->___showAllFilesFilter_57 = L_1;
// Instance.filters.Clear();
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_2;
L_2 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_2);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_3 = L_2->___filters_55;
NullCheck(L_3);
List_1_Clear_m502CE262DC490ABC99C2276A26E3E296763A0901_inline(L_3, List_1_Clear_m502CE262DC490ABC99C2276A26E3E296763A0901_RuntimeMethod_var);
// if( showAllFilesFilter )
bool L_4 = ___0_showAllFilesFilter;
if (!L_4)
{
goto IL_0036;
}
}
{
// Instance.filters.Add( Instance.allFilesFilter );
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_5;
L_5 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_5);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_6 = L_5->___filters_55;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_7;
L_7 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_7);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_8 = L_7->___allFilesFilter_56;
NullCheck(L_6);
List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline(L_6, L_8, List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
}
IL_0036:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::SetFiltersPostProcessing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser_SetFiltersPostProcessing_m8A8D956D577C1ED2B3B0B21F403CF138EDBE4B67 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* V_0 = NULL;
int32_t V_1 = 0;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_2 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
String_t* V_5 = NULL;
{
// List<Filter> filters = Instance.filters;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0;
L_0 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_0);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_1 = L_0->___filters_55;
V_0 = L_1;
// if( filters.Count == 0 )
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_2 = V_0;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_inline(L_2, List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_RuntimeMethod_var);
if (L_3)
{
goto IL_0023;
}
}
{
// filters.Add( Instance.allFilesFilter );
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_5;
L_5 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_5);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_6 = L_5->___allFilesFilter_56;
NullCheck(L_4);
List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_inline(L_4, L_6, List_1_Add_m43EEFCD84EFBCA707CCD7315B75B1C02EE27D037_RuntimeMethod_var);
}
IL_0023:
{
// int maxFilterStrLength = 100;
V_1 = ((int32_t)100);
// List<string> dropdownValues = new List<string>( filters.Count );
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_7 = V_0;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_inline(L_7, List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_RuntimeMethod_var);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_9 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
NullCheck(L_9);
List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF(L_9, L_8, List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var);
V_2 = L_9;
// for( int i = 0; i < filters.Count; i++ )
V_4 = 0;
goto IL_0067;
}
IL_0037:
{
// string filterStr = filters[i].ToString();
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_10 = V_0;
int32_t L_11 = V_4;
NullCheck(L_10);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_12;
L_12 = List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF(L_10, L_11, List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
NullCheck(L_12);
String_t* L_13;
L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12);
V_5 = L_13;
// dropdownValues.Add( filterStr );
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_14 = V_2;
String_t* L_15 = V_5;
NullCheck(L_14);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_14, L_15, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
// maxFilterStrLength = Mathf.Max( maxFilterStrLength, Instance.CalculateLengthOfDropdownText( filterStr ) );
int32_t L_16 = V_1;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_17;
L_17 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
String_t* L_18 = V_5;
NullCheck(L_17);
int32_t L_19;
L_19 = FileBrowser_CalculateLengthOfDropdownText_m9805FC282543E234BE714FF55397C6294C5545CD(L_17, L_18, NULL);
int32_t L_20;
L_20 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_16, L_19, NULL);
V_1 = L_20;
// for( int i = 0; i < filters.Count; i++ )
int32_t L_21 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_21, 1));
}
IL_0067:
{
// for( int i = 0; i < filters.Count; i++ )
int32_t L_22 = V_4;
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_23 = V_0;
NullCheck(L_23);
int32_t L_24;
L_24 = List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_inline(L_23, List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_RuntimeMethod_var);
if ((((int32_t)L_22) < ((int32_t)L_24)))
{
goto IL_0037;
}
}
{
// Vector2 size = Instance.filtersDropdownContainer.sizeDelta;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_25;
L_25 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_25);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_26 = L_25->___filtersDropdownContainer_30;
NullCheck(L_26);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_27;
L_27 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_26, NULL);
V_3 = L_27;
// size.x = maxFilterStrLength + 28;
int32_t L_28 = V_1;
(&V_3)->___x_0 = ((float)((int32_t)il2cpp_codegen_add(L_28, ((int32_t)28))));
// Instance.filtersDropdownContainer.sizeDelta = size;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_29;
L_29 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_29);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_30 = L_29->___filtersDropdownContainer_30;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_31 = V_3;
NullCheck(L_30);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_30, L_31, NULL);
// Instance.filtersDropdown.ClearOptions();
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_32;
L_32 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_32);
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_33 = L_32->___filtersDropdown_29;
NullCheck(L_33);
Dropdown_ClearOptions_m3EE71BFE47AB96BC7F731C4EE6BC728ED0E6EE56(L_33, NULL);
// Instance.filtersDropdown.AddOptions( dropdownValues );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_34;
L_34 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_34);
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_35 = L_34->___filtersDropdown_29;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_36 = V_2;
NullCheck(L_35);
Dropdown_AddOptions_mCFB763400FA1BCA695C168E7FBCDE20C9B8E7839(L_35, L_36, NULL);
// Instance.filtersDropdown.value = 0;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_37;
L_37 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_37);
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_38 = L_37->___filtersDropdown_29;
NullCheck(L_38);
Dropdown_set_value_m0764A5E2023E34705ADD422689BF6C0074449FEE(L_38, 0, NULL);
// }
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser::SetDefaultFilter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowser_SetDefaultFilter_m8D9D7646F91118086555FA965464FC6E84077E61 (String_t* ___0_defaultFilter, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* V_1 = NULL;
{
// if( defaultFilter == null )
String_t* L_0 = ___0_defaultFilter;
if (L_0)
{
goto IL_0032;
}
}
{
// if( Instance.showAllFilesFilter )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_1;
L_1 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_1);
bool L_2 = L_1->___showAllFilesFilter_57;
if (!L_2)
{
goto IL_0030;
}
}
{
// Instance.filtersDropdown.value = 0;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_3;
L_3 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_3);
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_4 = L_3->___filtersDropdown_29;
NullCheck(L_4);
Dropdown_set_value_m0764A5E2023E34705ADD422689BF6C0074449FEE(L_4, 0, NULL);
// Instance.filtersDropdown.RefreshShownValue();
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_5;
L_5 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_5);
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_6 = L_5->___filtersDropdown_29;
NullCheck(L_6);
Dropdown_RefreshShownValue_mA112A95E8653859FC2B6C2D0CC89660D36E8970E(L_6, NULL);
// return true;
return (bool)1;
}
IL_0030:
{
// return false;
return (bool)0;
}
IL_0032:
{
// defaultFilter = defaultFilter.ToLowerInvariant();
String_t* L_7 = ___0_defaultFilter;
NullCheck(L_7);
String_t* L_8;
L_8 = String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2(L_7, NULL);
___0_defaultFilter = L_8;
// for( int i = 0; i < Instance.filters.Count; i++ )
V_0 = 0;
goto IL_0085;
}
IL_003e:
{
// HashSet<string> extensions = Instance.filters[i].extensions;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_9;
L_9 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_9);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_10 = L_9->___filters_55;
int32_t L_11 = V_0;
NullCheck(L_10);
Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* L_12;
L_12 = List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF(L_10, L_11, List_1_get_Item_m4FB5075406B9871605666D74CC564C3B088DC3FF_RuntimeMethod_var);
NullCheck(L_12);
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_13 = L_12->___extensions_1;
V_1 = L_13;
// if( extensions != null && extensions.Contains( defaultFilter ) )
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_14 = V_1;
if (!L_14)
{
goto IL_0081;
}
}
{
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_15 = V_1;
String_t* L_16 = ___0_defaultFilter;
NullCheck(L_15);
bool L_17;
L_17 = HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853(L_15, L_16, HashSet_1_Contains_mAE49939A0DE08C4864E8560F3F7FCDAC2E193853_RuntimeMethod_var);
if (!L_17)
{
goto IL_0081;
}
}
{
// Instance.filtersDropdown.value = i;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_18;
L_18 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_18);
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_19 = L_18->___filtersDropdown_29;
int32_t L_20 = V_0;
NullCheck(L_19);
Dropdown_set_value_m0764A5E2023E34705ADD422689BF6C0074449FEE(L_19, L_20, NULL);
// Instance.filtersDropdown.RefreshShownValue();
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_21;
L_21 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_21);
Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* L_22 = L_21->___filtersDropdown_29;
NullCheck(L_22);
Dropdown_RefreshShownValue_mA112A95E8653859FC2B6C2D0CC89660D36E8970E(L_22, NULL);
// return true;
return (bool)1;
}
IL_0081:
{
// for( int i = 0; i < Instance.filters.Count; i++ )
int32_t L_23 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_0085:
{
// for( int i = 0; i < Instance.filters.Count; i++ )
int32_t L_24 = V_0;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_25;
L_25 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_25);
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_26 = L_25->___filters_55;
NullCheck(L_26);
int32_t L_27;
L_27 = List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_inline(L_26, List_1_get_Count_m33B929EC34232B54230D5B68550739257621CE83_RuntimeMethod_var);
if ((((int32_t)L_24) < ((int32_t)L_27)))
{
goto IL_003e;
}
}
{
// return false;
return (bool)0;
}
}
// SimpleFileBrowser.FileBrowser/Permission SimpleFileBrowser.FileBrowser::CheckPermission()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileBrowser_CheckPermission_m0AF4F62CF8BE7C2132A08D7BE5BA5E42D6E855F0 (const RuntimeMethod* method)
{
{
// return Permission.Granted;
return (int32_t)(1);
}
}
// SimpleFileBrowser.FileBrowser/Permission SimpleFileBrowser.FileBrowser::RequestPermission()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileBrowser_RequestPermission_mC2F7DEA77228335DA5B9B524DCD85C3C0C8519A8 (const RuntimeMethod* method)
{
{
// return Permission.Granted;
return (int32_t)(1);
}
}
// System.Void SimpleFileBrowser.FileBrowser::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser__ctor_m5E9CBD1BAA420294B57F06F61030F2C0505F16E5 (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD319D90F0C033D86A34CEC4A2476E8154948BB7E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDF71855350E63B33E286FF5A4A5412AA4F16940A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public Color normalFileColor = Color.white;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
L_0 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
__this->___normalFileColor_39 = L_0;
// public Color hoveredFileColor = new Color32( 225, 225, 255, 255 );
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_1;
memset((&L_1), 0, sizeof(L_1));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_1), (uint8_t)((int32_t)225), (uint8_t)((int32_t)225), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2;
L_2 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_1, NULL);
__this->___hoveredFileColor_40 = L_2;
// public Color selectedFileColor = new Color32( 0, 175, 255, 255 );
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_3;
memset((&L_3), 0, sizeof(L_3));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_3), (uint8_t)0, (uint8_t)((int32_t)175), (uint8_t)((int32_t)255), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4;
L_4 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_3, NULL);
__this->___selectedFileColor_41 = L_4;
// public Color wrongFilenameColor = new Color32( 255, 100, 100, 255 );
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_5;
memset((&L_5), 0, sizeof(L_5));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_5), (uint8_t)((int32_t)255), (uint8_t)((int32_t)100), (uint8_t)((int32_t)100), (uint8_t)((int32_t)255), /*hidden argument*/NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6;
L_6 = Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline(L_5, NULL);
__this->___wrongFilenameColor_42 = L_6;
// public int minWidth = 380;
__this->___minWidth_43 = ((int32_t)380);
// public int minHeight = 300;
__this->___minHeight_44 = ((int32_t)300);
// private readonly HashSet<string> excludedExtensionsSet = new HashSet<string>();
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_7 = (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*)il2cpp_codegen_object_new(HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var);
NullCheck(L_7);
HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03(L_7, HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03_RuntimeMethod_var);
__this->___excludedExtensionsSet_48 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___excludedExtensionsSet_48), (void*)L_7);
// private readonly HashSet<string> addedQuickLinksSet = new HashSet<string>();
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_8 = (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*)il2cpp_codegen_object_new(HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var);
NullCheck(L_8);
HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03(L_8, HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03_RuntimeMethod_var);
__this->___addedQuickLinksSet_49 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___addedQuickLinksSet_49), (void*)L_8);
// private bool generateQuickLinksForDrives = true;
__this->___generateQuickLinksForDrives_50 = (bool)1;
// private FileAttributes ignoredFileAttributes = FileAttributes.System;
__this->___ignoredFileAttributes_52 = 4;
// private readonly List<FileSystemEntry> validFileEntries = new List<FileSystemEntry>();
List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* L_9 = (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926*)il2cpp_codegen_object_new(List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926_il2cpp_TypeInfo_var);
NullCheck(L_9);
List_1__ctor_mDF71855350E63B33E286FF5A4A5412AA4F16940A(L_9, List_1__ctor_mDF71855350E63B33E286FF5A4A5412AA4F16940A_RuntimeMethod_var);
__this->___validFileEntries_54 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___validFileEntries_54), (void*)L_9);
// private readonly List<Filter> filters = new List<Filter>();
List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA* L_10 = (List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA*)il2cpp_codegen_object_new(List_1_t41AC3278D2B1F612D8B9C42513868B158DA959CA_il2cpp_TypeInfo_var);
NullCheck(L_10);
List_1__ctor_mD319D90F0C033D86A34CEC4A2476E8154948BB7E(L_10, List_1__ctor_mD319D90F0C033D86A34CEC4A2476E8154948BB7E_RuntimeMethod_var);
__this->___filters_55 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->___filters_55), (void*)L_10);
// private bool showAllFilesFilter = true;
__this->___showAllFilesFilter_57 = (bool)1;
// private int currentPathIndex = -1;
__this->___currentPathIndex_58 = (-1);
// private readonly List<string> pathsFollowed = new List<string>();
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_11 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
NullCheck(L_11);
List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E(L_11, List_1__ctor_mCA8DD57EAC70C2B5923DBB9D5A77CEAC22E7068E_RuntimeMethod_var);
__this->___pathsFollowed_59 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___pathsFollowed_59), (void*)L_11);
// private string m_currentPath = string.Empty;
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_currentPath_62 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_currentPath_62), (void*)L_12);
// private string m_searchString = string.Empty;
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->___m_searchString_63 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_searchString_63), (void*)L_13);
// private int m_selectedFilePosition = -1;
__this->___m_selectedFilePosition_64 = (-1);
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowser__cctor_m32408D4D0C8128B7ED0F2C32EA3FFBF2A450B307 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private static bool m_askPermissions = true;
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_askPermissions_10 = (bool)1;
// private static bool m_singleClickMode = false;
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_singleClickMode_11 = (bool)0;
// private static FileBrowser m_instance = null;
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12 = (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_instance_12), (void*)(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC*)NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: SimpleFileBrowser.FileBrowser/FiletypeIcon
IL2CPP_EXTERN_C void FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshal_pinvoke(const FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F& unmarshaled, FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_pinvoke& marshaled)
{
Exception_t* ___icon_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'FiletypeIcon': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_1Exception, NULL);
}
IL2CPP_EXTERN_C void FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshal_pinvoke_back(const FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_pinvoke& marshaled, FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F& unmarshaled)
{
Exception_t* ___icon_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'FiletypeIcon': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: SimpleFileBrowser.FileBrowser/FiletypeIcon
IL2CPP_EXTERN_C void FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshal_pinvoke_cleanup(FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: SimpleFileBrowser.FileBrowser/FiletypeIcon
IL2CPP_EXTERN_C void FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshal_com(const FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F& unmarshaled, FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_com& marshaled)
{
Exception_t* ___icon_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'FiletypeIcon': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_1Exception, NULL);
}
IL2CPP_EXTERN_C void FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshal_com_back(const FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_com& marshaled, FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F& unmarshaled)
{
Exception_t* ___icon_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'FiletypeIcon': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: SimpleFileBrowser.FileBrowser/FiletypeIcon
IL2CPP_EXTERN_C void FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshal_com_cleanup(FiletypeIcon_tAF9B6250D9C6F9930AC26698F5FEF1667BA6B16F_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: SimpleFileBrowser.FileBrowser/QuickLink
IL2CPP_EXTERN_C void QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshal_pinvoke(const QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4& unmarshaled, QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_pinvoke& marshaled)
{
Exception_t* ___icon_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'QuickLink': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_2Exception, NULL);
}
IL2CPP_EXTERN_C void QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshal_pinvoke_back(const QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_pinvoke& marshaled, QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4& unmarshaled)
{
Exception_t* ___icon_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'QuickLink': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: SimpleFileBrowser.FileBrowser/QuickLink
IL2CPP_EXTERN_C void QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshal_pinvoke_cleanup(QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: SimpleFileBrowser.FileBrowser/QuickLink
IL2CPP_EXTERN_C void QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshal_com(const QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4& unmarshaled, QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_com& marshaled)
{
Exception_t* ___icon_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'QuickLink': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_2Exception, NULL);
}
IL2CPP_EXTERN_C void QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshal_com_back(const QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_com& marshaled, QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4& unmarshaled)
{
Exception_t* ___icon_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'icon' of type 'QuickLink': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___icon_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: SimpleFileBrowser.FileBrowser/QuickLink
IL2CPP_EXTERN_C void QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshal_com_cleanup(QuickLink_tA71513138CFDAD9E66D8B3F3F18F4041FEC50EF4_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void SimpleFileBrowser.FileBrowser/Filter::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_m65464AEA7044CD6BF3510F350C3ACAA351806C87 (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* __this, String_t* ___0_name, const RuntimeMethod* method)
{
{
// internal Filter( string name )
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.name = name;
String_t* L_0 = ___0_name;
__this->___name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_0);
// extensions = null;
__this->___extensions_1 = (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___extensions_1), (void*)(HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*)NULL);
// defaultExtension = null;
__this->___defaultExtension_2 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultExtension_2), (void*)(String_t*)NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser/Filter::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_m063A3F85444DC6F026F664318A431E4776319DAC (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* __this, String_t* ___0_name, String_t* ___1_extension, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public Filter( string name, string extension )
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.name = name;
String_t* L_0 = ___0_name;
__this->___name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_0);
// extension = extension.ToLowerInvariant();
String_t* L_1 = ___1_extension;
NullCheck(L_1);
String_t* L_2;
L_2 = String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2(L_1, NULL);
___1_extension = L_2;
// extensions = new HashSet<string>() { extension };
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_3 = (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*)il2cpp_codegen_object_new(HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var);
NullCheck(L_3);
HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03(L_3, HashSet_1__ctor_m780CFB8A2D23543157D1A0E1FADF781E1AF81E03_RuntimeMethod_var);
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_4 = L_3;
String_t* L_5 = ___1_extension;
NullCheck(L_4);
bool L_6;
L_6 = HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D(L_4, L_5, HashSet_1_Add_mF3D4CF6D0150392127D5561A87DCDEDA9A81BE5D_RuntimeMethod_var);
__this->___extensions_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___extensions_1), (void*)L_4);
// defaultExtension = extension;
String_t* L_7 = ___1_extension;
__this->___defaultExtension_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultExtension_2), (void*)L_7);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser/Filter::.ctor(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_m179B8215185ACFBDDC5512D6BB09D553135F4874 (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* __this, String_t* ___0_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_extensions, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1__ctor_m9F8CD04799346CDC14E5D227FCC28B5A151A7C62_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// public Filter( string name, params string[] extensions )
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// this.name = name;
String_t* L_0 = ___0_name;
__this->___name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_0);
// for( int i = 0; i < extensions.Length; i++ )
V_0 = 0;
goto IL_0020;
}
IL_0011:
{
// extensions[i] = extensions[i].ToLowerInvariant();
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_extensions;
int32_t L_2 = V_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___1_extensions;
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
NullCheck(L_6);
String_t* L_7;
L_7 = String_ToLowerInvariant_mBE32C93DE27C5353FEA3FA654FC1DDBE3D0EB0F2(L_6, NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_7);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (String_t*)L_7);
// for( int i = 0; i < extensions.Length; i++ )
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0020:
{
// for( int i = 0; i < extensions.Length; i++ )
int32_t L_9 = V_0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = ___1_extensions;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_0011;
}
}
{
// this.extensions = new HashSet<string>( extensions );
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = ___1_extensions;
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_12 = (HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178*)il2cpp_codegen_object_new(HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178_il2cpp_TypeInfo_var);
NullCheck(L_12);
HashSet_1__ctor_m9F8CD04799346CDC14E5D227FCC28B5A151A7C62(L_12, (RuntimeObject*)L_11, HashSet_1__ctor_m9F8CD04799346CDC14E5D227FCC28B5A151A7C62_RuntimeMethod_var);
__this->___extensions_1 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___extensions_1), (void*)L_12);
// defaultExtension = extensions[0];
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = ___1_extensions;
NullCheck(L_13);
int32_t L_14 = 0;
String_t* L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
__this->___defaultExtension_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultExtension_2), (void*)L_15);
// }
return;
}
}
// System.String SimpleFileBrowser.FileBrowser/Filter::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Filter_ToString_mC1432BE428B37E4C8C93EB3172904F17CB25D395 (Filter_t8153D54E830D1CFED3A7835AA70D748EC23BA0E4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA8C03191318421835C1B51FEAD0F902EB506D6C0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m7DCB52497076047551577A950FB809E3270BEF9F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2766585450EAB9CE01A3702DD017FFE45D4AF85F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashSet_1_GetEnumerator_m11AAEE8A10D781104560F78D5EEC790433FEEE2B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
{
// string result = "";
V_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
// if( name != null )
String_t* L_0 = __this->___name_0;
if (!L_0)
{
goto IL_001b;
}
}
{
// result += name;
String_t* L_1 = V_0;
String_t* L_2 = __this->___name_0;
String_t* L_3;
L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_1, L_2, NULL);
V_0 = L_3;
}
IL_001b:
{
// if( extensions != null )
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_4 = __this->___extensions_1;
if (!L_4)
{
goto IL_009b;
}
}
{
// if( name != null )
String_t* L_5 = __this->___name_0;
if (!L_5)
{
goto IL_0037;
}
}
{
// result += " (";
String_t* L_6 = V_0;
String_t* L_7;
L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_6, _stringLiteralD99605E29810F93D7DAE4EFBB764C41AF4E80D32, NULL);
V_0 = L_7;
}
IL_0037:
{
// int index = 0;
V_1 = 0;
// foreach( string extension in extensions )
HashSet_1_tEFC6605F7DE53F71946C33FD371E53C3100F2178* L_8 = __this->___extensions_1;
NullCheck(L_8);
Enumerator_tF6C1B465074968C3538509E911717559FDDBD72C L_9;
L_9 = HashSet_1_GetEnumerator_m11AAEE8A10D781104560F78D5EEC790433FEEE2B(L_8, HashSet_1_GetEnumerator_m11AAEE8A10D781104560F78D5EEC790433FEEE2B_RuntimeMethod_var);
V_2 = L_9;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0079:
{// begin finally (depth: 1)
Enumerator_Dispose_mA8C03191318421835C1B51FEAD0F902EB506D6C0((&V_2), Enumerator_Dispose_mA8C03191318421835C1B51FEAD0F902EB506D6C0_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_006e_1;
}
IL_0047_1:
{
// foreach( string extension in extensions )
String_t* L_10;
L_10 = Enumerator_get_Current_m2766585450EAB9CE01A3702DD017FFE45D4AF85F_inline((&V_2), Enumerator_get_Current_m2766585450EAB9CE01A3702DD017FFE45D4AF85F_RuntimeMethod_var);
V_3 = L_10;
// if( index++ > 0 )
int32_t L_11 = V_1;
int32_t L_12 = L_11;
V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_0066_1;
}
}
{
// result += ", " + extension;
String_t* L_13 = V_0;
String_t* L_14 = V_3;
String_t* L_15;
L_15 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_13, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, L_14, NULL);
V_0 = L_15;
goto IL_006e_1;
}
IL_0066_1:
{
// result += extension;
String_t* L_16 = V_0;
String_t* L_17 = V_3;
String_t* L_18;
L_18 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_16, L_17, NULL);
V_0 = L_18;
}
IL_006e_1:
{
// foreach( string extension in extensions )
bool L_19;
L_19 = Enumerator_MoveNext_m7DCB52497076047551577A950FB809E3270BEF9F((&V_2), Enumerator_MoveNext_m7DCB52497076047551577A950FB809E3270BEF9F_RuntimeMethod_var);
if (L_19)
{
goto IL_0047_1;
}
}
{
goto IL_0087;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0087:
{
// if( name != null )
String_t* L_20 = __this->___name_0;
if (!L_20)
{
goto IL_009b;
}
}
{
// result += ")";
String_t* L_21 = V_0;
String_t* L_22;
L_22 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_21, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL);
V_0 = L_22;
}
IL_009b:
{
// return result;
String_t* L_23 = V_0;
return L_23;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_Multicast(OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* currentDelegate = reinterpret_cast<OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9*>(delegatesToInvoke[i]);
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_path, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
}
void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_OpenInst(OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
NullCheck(___0_path);
typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_path, method);
}
void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_OpenStatic(OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (String_t*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_path, method);
}
void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_OpenStaticInvoker(OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
InvokerActionInvoker1< String_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_path);
}
void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_ClosedStaticInvoker(OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
InvokerActionInvoker2< RuntimeObject*, String_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_path);
}
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9 (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(char*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Marshaling of parameter '___0_path' to native representation
char* ____0_path_marshaled = NULL;
____0_path_marshaled = il2cpp_codegen_marshal_string(___0_path);
// Native function invocation
il2cppPInvokeFunc(____0_path_marshaled);
// Marshaling cleanup of parameter '___0_path' native representation
il2cpp_codegen_marshal_free(____0_path_marshaled);
____0_path_marshaled = NULL;
}
// System.Void SimpleFileBrowser.FileBrowser/OnSuccess::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSuccess__ctor_m76B9CCBA3FF4CD68D2D523501E7D309D1DA68B7B (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 1;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 0;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_Multicast;
}
// System.Void SimpleFileBrowser.FileBrowser/OnSuccess::Invoke(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_path, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult SimpleFileBrowser.FileBrowser/OnSuccess::BeginInvoke(System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnSuccess_BeginInvoke_m22595C71BD59AE7E987767C8FA0753127BF6E0DF (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___0_path;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
}
// System.Void SimpleFileBrowser.FileBrowser/OnSuccess::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnSuccess_EndInvoke_mFD0759363A4D6B90DDD947CF35F0EB46A6722C75 (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_Multicast(OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* currentDelegate = reinterpret_cast<OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919*>(delegatesToInvoke[i]);
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
}
void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_OpenInst(OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(method);
}
void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_OpenStatic(OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(method);
}
void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_OpenStaticInvoker(OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
InvokerActionInvoker0::Invoke(__this->___method_ptr_0, method, NULL);
}
void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_ClosedStaticInvoker(OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
InvokerActionInvoker1< RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2);
}
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919 (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)();
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
il2cppPInvokeFunc();
}
// System.Void SimpleFileBrowser.FileBrowser/OnCancel::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnCancel__ctor_mF1C0F80E0435477E17A37905C3226D48639C4341 (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 0;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_Multicast;
}
// System.Void SimpleFileBrowser.FileBrowser/OnCancel::Invoke()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult SimpleFileBrowser.FileBrowser/OnCancel::BeginInvoke(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnCancel_BeginInvoke_mA9037DC4137244723BBC0075005450A98A1574EA (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_object, const RuntimeMethod* method)
{
void *__d_args[1] = {0};
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___0_callback, (RuntimeObject*)___1_object);
}
// System.Void SimpleFileBrowser.FileBrowser/OnCancel::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnCancel_EndInvoke_m4962D3EB6D44F9B2B26817E4843E70012A8F4C6E (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForSaveDialogU3Ed__156__ctor_m73ABB9A070FEBA1C16B83ADFDF95CE5EEB6B9CE7 (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForSaveDialogU3Ed__156_System_IDisposable_Dispose_m0903CF6CF8980A2F5379795065EB4E2B1659D895 (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitForSaveDialogU3Ed__156_MoveNext_m577AFD5D1170E7389E6E7A9775E31BB87E856255 (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_004a;
}
}
{
return (bool)0;
}
IL_0010:
{
__this->___U3CU3E1__state_0 = (-1);
// if( !ShowSaveDialog( null, null, folderMode, initialPath, title, saveButtonText ) )
bool L_3 = __this->___folderMode_2;
String_t* L_4 = __this->___initialPath_3;
String_t* L_5 = __this->___title_4;
String_t* L_6 = __this->___saveButtonText_5;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_7;
L_7 = FileBrowser_ShowSaveDialog_m0B636ACD316C2C9F83708AD47BEA8B90B42E750B((OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9*)NULL, (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919*)NULL, L_3, L_4, L_5, L_6, NULL);
if (L_7)
{
goto IL_0051;
}
}
{
// yield break;
return (bool)0;
}
IL_003a:
{
// yield return null;
__this->___U3CU3E2__current_1 = NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_004a:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0051:
{
// while( Instance.gameObject.activeSelf )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_8;
L_8 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_8);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
L_9 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_8, NULL);
NullCheck(L_9);
bool L_10;
L_10 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_9, NULL);
if (L_10)
{
goto IL_003a;
}
}
{
// }
return (bool)0;
}
}
// System.Object SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitForSaveDialogU3Ed__156_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA297901F5037EA63EDCCF65F7F9FC06408B2FF23 (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForSaveDialogU3Ed__156_System_Collections_IEnumerator_Reset_m8E8C7B641A246433B61B8D6D9C888A0968EE9E02 (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitForSaveDialogU3Ed__156_System_Collections_IEnumerator_Reset_m8E8C7B641A246433B61B8D6D9C888A0968EE9E02_RuntimeMethod_var)));
}
}
// System.Object SimpleFileBrowser.FileBrowser/<WaitForSaveDialog>d__156::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitForSaveDialogU3Ed__156_System_Collections_IEnumerator_get_Current_mFF069F0A0A9DDE2A9F65D68D8D7982D160ADF1F3 (U3CWaitForSaveDialogU3Ed__156_t3B95CA82B5EB5DDDCC91F6C1E6EB4F50B29B502F* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForLoadDialogU3Ed__157__ctor_mA4C7489CD4FBD1F7EA1928B3BB426E839F9F1CC5 (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForLoadDialogU3Ed__157_System_IDisposable_Dispose_m729138E02B8DBF079995EC36A19E820F776B93AC (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CWaitForLoadDialogU3Ed__157_MoveNext_mDAB978BCC978D60216798F2C7A82209EA04F067F (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_004a;
}
}
{
return (bool)0;
}
IL_0010:
{
__this->___U3CU3E1__state_0 = (-1);
// if( !ShowLoadDialog( null, null, folderMode, initialPath, title, loadButtonText ) )
bool L_3 = __this->___folderMode_2;
String_t* L_4 = __this->___initialPath_3;
String_t* L_5 = __this->___title_4;
String_t* L_6 = __this->___loadButtonText_5;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_7;
L_7 = FileBrowser_ShowLoadDialog_m501077F3E46EA16BD56782C48D3E2414813759EB((OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9*)NULL, (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919*)NULL, L_3, L_4, L_5, L_6, NULL);
if (L_7)
{
goto IL_0051;
}
}
{
// yield break;
return (bool)0;
}
IL_003a:
{
// yield return null;
__this->___U3CU3E2__current_1 = NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_004a:
{
__this->___U3CU3E1__state_0 = (-1);
}
IL_0051:
{
// while( Instance.gameObject.activeSelf )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_8;
L_8 = FileBrowser_get_Instance_m3845763038DC80A9C50144D1658D6DB6EFEFDDDA(NULL);
NullCheck(L_8);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9;
L_9 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_8, NULL);
NullCheck(L_9);
bool L_10;
L_10 = GameObject_get_activeSelf_m4F3E5240E138B66AAA080EA30759A3D0517DA368(L_9, NULL);
if (L_10)
{
goto IL_003a;
}
}
{
// }
return (bool)0;
}
}
// System.Object SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitForLoadDialogU3Ed__157_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m73487CE17171FD74120F927118F3C42E7E8AACBF (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitForLoadDialogU3Ed__157_System_Collections_IEnumerator_Reset_m5DC12677F70150B33E660143619398BA698E6A90 (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWaitForLoadDialogU3Ed__157_System_Collections_IEnumerator_Reset_m5DC12677F70150B33E660143619398BA698E6A90_RuntimeMethod_var)));
}
}
// System.Object SimpleFileBrowser.FileBrowser/<WaitForLoadDialog>d__157::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CWaitForLoadDialogU3Ed__157_System_Collections_IEnumerator_get_Current_m67F13BA0AD042EFB4409CBB4BF10A01119363263 (U3CWaitForLoadDialogU3Ed__157_tCC397B87C06427B5EDAD603ABD6A957E170FFC82* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: SimpleFileBrowser.FileSystemEntry
IL2CPP_EXTERN_C void FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshal_pinvoke(const FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246& unmarshaled, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_pinvoke& marshaled)
{
marshaled.___Path_0 = il2cpp_codegen_marshal_string(unmarshaled.___Path_0);
marshaled.___Name_1 = il2cpp_codegen_marshal_string(unmarshaled.___Name_1);
marshaled.___Extension_2 = il2cpp_codegen_marshal_string(unmarshaled.___Extension_2);
marshaled.___Attributes_3 = unmarshaled.___Attributes_3;
}
IL2CPP_EXTERN_C void FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshal_pinvoke_back(const FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_pinvoke& marshaled, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246& unmarshaled)
{
unmarshaled.___Path_0 = il2cpp_codegen_marshal_string_result(marshaled.___Path_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Path_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___Path_0));
unmarshaled.___Name_1 = il2cpp_codegen_marshal_string_result(marshaled.___Name_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Name_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___Name_1));
unmarshaled.___Extension_2 = il2cpp_codegen_marshal_string_result(marshaled.___Extension_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Extension_2), (void*)il2cpp_codegen_marshal_string_result(marshaled.___Extension_2));
int32_t unmarshaledAttributes_temp_3 = 0;
unmarshaledAttributes_temp_3 = marshaled.___Attributes_3;
unmarshaled.___Attributes_3 = unmarshaledAttributes_temp_3;
}
// Conversion method for clean up from marshalling of: SimpleFileBrowser.FileSystemEntry
IL2CPP_EXTERN_C void FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshal_pinvoke_cleanup(FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___Path_0);
marshaled.___Path_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___Name_1);
marshaled.___Name_1 = NULL;
il2cpp_codegen_marshal_free(marshaled.___Extension_2);
marshaled.___Extension_2 = NULL;
}
// Conversion methods for marshalling of: SimpleFileBrowser.FileSystemEntry
IL2CPP_EXTERN_C void FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshal_com(const FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246& unmarshaled, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_com& marshaled)
{
marshaled.___Path_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___Path_0);
marshaled.___Name_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___Name_1);
marshaled.___Extension_2 = il2cpp_codegen_marshal_bstring(unmarshaled.___Extension_2);
marshaled.___Attributes_3 = unmarshaled.___Attributes_3;
}
IL2CPP_EXTERN_C void FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshal_com_back(const FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_com& marshaled, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246& unmarshaled)
{
unmarshaled.___Path_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___Path_0);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Path_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___Path_0));
unmarshaled.___Name_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___Name_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Name_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___Name_1));
unmarshaled.___Extension_2 = il2cpp_codegen_marshal_bstring_result(marshaled.___Extension_2);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Extension_2), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___Extension_2));
int32_t unmarshaledAttributes_temp_3 = 0;
unmarshaledAttributes_temp_3 = marshaled.___Attributes_3;
unmarshaled.___Attributes_3 = unmarshaledAttributes_temp_3;
}
// Conversion method for clean up from marshalling of: SimpleFileBrowser.FileSystemEntry
IL2CPP_EXTERN_C void FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshal_com_cleanup(FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___Path_0);
marshaled.___Path_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___Name_1);
marshaled.___Name_1 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___Extension_2);
marshaled.___Extension_2 = NULL;
}
// System.Boolean SimpleFileBrowser.FileSystemEntry::get_IsDirectory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileSystemEntry_get_IsDirectory_m9CF8DC534222B6057950EA69E24994C37D839263 (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* __this, const RuntimeMethod* method)
{
{
// public bool IsDirectory { get { return ( Attributes & FileAttributes.Directory ) == FileAttributes.Directory; } }
int32_t L_0 = __this->___Attributes_3;
return (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)16)))) == ((int32_t)((int32_t)16)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool FileSystemEntry_get_IsDirectory_m9CF8DC534222B6057950EA69E24994C37D839263_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246*>(__this + _offset);
bool _returnValue;
_returnValue = FileSystemEntry_get_IsDirectory_m9CF8DC534222B6057950EA69E24994C37D839263(_thisAdjusted, method);
return _returnValue;
}
// System.Void SimpleFileBrowser.FileSystemEntry::.ctor(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEntry__ctor_m98A1C0245241C15A7598558CFC8CFBC1CBB68591 (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* __this, String_t* ___0_path, String_t* ___1_name, bool ___2_isDirectory, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* G_B2_0 = NULL;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* G_B3_1 = NULL;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* G_B5_0 = NULL;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* G_B6_1 = NULL;
{
// Path = path;
String_t* L_0 = ___0_path;
__this->___Path_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Path_0), (void*)L_0);
// Name = name;
String_t* L_1 = ___1_name;
__this->___Name_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Name_1), (void*)L_1);
// Extension = isDirectory ? null : System.IO.Path.GetExtension( name );
bool L_2 = ___2_isDirectory;
G_B1_0 = __this;
if (L_2)
{
G_B2_0 = __this;
goto IL_001a;
}
}
{
String_t* L_3 = ___1_name;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_4;
L_4 = Path_GetExtension_m6FEAA9E14451BFD210B9D1AEC2430C813F570FE5(L_3, NULL);
G_B3_0 = L_4;
G_B3_1 = G_B1_0;
goto IL_001b;
}
IL_001a:
{
G_B3_0 = ((String_t*)(NULL));
G_B3_1 = G_B2_0;
}
IL_001b:
{
G_B3_1->___Extension_2 = G_B3_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->___Extension_2), (void*)G_B3_0);
// Attributes = isDirectory ? FileAttributes.Directory : FileAttributes.Normal;
bool L_5 = ___2_isDirectory;
G_B4_0 = __this;
if (L_5)
{
G_B5_0 = __this;
goto IL_002b;
}
}
{
G_B6_0 = ((int32_t)128);
G_B6_1 = G_B4_0;
goto IL_002d;
}
IL_002b:
{
G_B6_0 = ((int32_t)16);
G_B6_1 = G_B5_0;
}
IL_002d:
{
G_B6_1->___Attributes_3 = G_B6_0;
// }
return;
}
}
IL2CPP_EXTERN_C void FileSystemEntry__ctor_m98A1C0245241C15A7598558CFC8CFBC1CBB68591_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, String_t* ___1_name, bool ___2_isDirectory, const RuntimeMethod* method)
{
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246*>(__this + _offset);
FileSystemEntry__ctor_m98A1C0245241C15A7598558CFC8CFBC1CBB68591(_thisAdjusted, ___0_path, ___1_name, ___2_isDirectory, method);
}
// System.Void SimpleFileBrowser.FileSystemEntry::.ctor(System.IO.FileSystemInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileSystemEntry__ctor_mF430AF0B8B46B9648DD5AB64CACBE16FB6252528 (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* __this, FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* ___0_fileInfo, const RuntimeMethod* method)
{
{
// Path = fileInfo.FullName;
FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* L_0 = ___0_fileInfo;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_FullName() */, L_0);
__this->___Path_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Path_0), (void*)L_1);
// Name = fileInfo.Name;
FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* L_2 = ___0_fileInfo;
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.IO.FileSystemInfo::get_Name() */, L_2);
__this->___Name_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Name_1), (void*)L_3);
// Extension = fileInfo.Extension;
FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* L_4 = ___0_fileInfo;
NullCheck(L_4);
String_t* L_5;
L_5 = FileSystemInfo_get_Extension_mC1DA9A769E890D35AC34C76DEF46EA3C570F7D71(L_4, NULL);
__this->___Extension_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Extension_2), (void*)L_5);
// Attributes = fileInfo.Attributes;
FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* L_6 = ___0_fileInfo;
NullCheck(L_6);
int32_t L_7;
L_7 = FileSystemInfo_get_Attributes_m38971A5B147214C5EE193CE9F60628EA834EF6DA(L_6, NULL);
__this->___Attributes_3 = L_7;
// }
return;
}
}
IL2CPP_EXTERN_C void FileSystemEntry__ctor_mF430AF0B8B46B9648DD5AB64CACBE16FB6252528_AdjustorThunk (RuntimeObject* __this, FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* ___0_fileInfo, const RuntimeMethod* method)
{
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246*>(__this + _offset);
FileSystemEntry__ctor_mF430AF0B8B46B9648DD5AB64CACBE16FB6252528(_thisAdjusted, ___0_fileInfo, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean SimpleFileBrowser.FileBrowserHelpers::FileExists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowserHelpers_FileExists_mF0493C6F38C38026113B292CB40BF41EE3BCCD7F (String_t* ___0_path, const RuntimeMethod* method)
{
{
// return File.Exists( path );
String_t* L_0 = ___0_path;
bool L_1;
L_1 = File_Exists_m95E329ABBE3EAD6750FE1989BBA6884457136D4A(L_0, NULL);
return L_1;
}
}
// System.Boolean SimpleFileBrowser.FileBrowserHelpers::DirectoryExists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowserHelpers_DirectoryExists_m3E13D3AA6C8CB6296C211710B18094A9A2F80D85 (String_t* ___0_path, const RuntimeMethod* method)
{
{
// return Directory.Exists( path );
String_t* L_0 = ___0_path;
bool L_1;
L_1 = Directory_Exists_m3D125E9E88C291CF11113444F961A64DD83AE1C7(L_0, NULL);
return L_1;
}
}
// System.Boolean SimpleFileBrowser.FileBrowserHelpers::IsDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowserHelpers_IsDirectory_mAD2C3B323A145A08195FF4D8EF9FA599D1322A9E (String_t* ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// if( Directory.Exists( path ) )
String_t* L_0 = ___0_path;
bool L_1;
L_1 = Directory_Exists_m3D125E9E88C291CF11113444F961A64DD83AE1C7(L_0, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// return true;
return (bool)1;
}
IL_000a:
{
// if( File.Exists( path ) )
String_t* L_2 = ___0_path;
bool L_3;
L_3 = File_Exists_m95E329ABBE3EAD6750FE1989BBA6884457136D4A(L_2, NULL);
if (!L_3)
{
goto IL_0014;
}
}
{
// return false;
return (bool)0;
}
IL_0014:
{
// string extension = Path.GetExtension( path );
String_t* L_4 = ___0_path;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_5;
L_5 = Path_GetExtension_m6FEAA9E14451BFD210B9D1AEC2430C813F570FE5(L_4, NULL);
V_0 = L_5;
// return extension == null || extension.Length <= 1; // extension includes '.'
String_t* L_6 = V_0;
if (!L_6)
{
goto IL_002b;
}
}
{
String_t* L_7 = V_0;
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
return (bool)((((int32_t)((((int32_t)L_8) > ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_002b:
{
return (bool)1;
}
}
// SimpleFileBrowser.FileSystemEntry[] SimpleFileBrowser.FileBrowserHelpers::GetEntriesInDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* FileBrowserHelpers_GetEntriesInDirectory_mD4673AB7DEDC68170F11DE8EAA3365D36CA2F3D3 (String_t* ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7* V_0 = NULL;
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* V_1 = NULL;
int32_t V_2 = 0;
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
try
{// begin try (depth: 1)
{
// FileSystemInfo[] items = new DirectoryInfo( path ).GetFileSystemInfos();
String_t* L_0 = ___0_path;
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_1 = (DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2*)il2cpp_codegen_object_new(DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2_il2cpp_TypeInfo_var);
NullCheck(L_1);
DirectoryInfo__ctor_m36BC476C58B55083046C0A738157D84E2323E0E9(L_1, L_0, NULL);
NullCheck(L_1);
FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7* L_2;
L_2 = DirectoryInfo_GetFileSystemInfos_m35F27B3A479619281F13C053A9164ACC6C135BED(L_1, NULL);
V_0 = L_2;
// FileSystemEntry[] result = new FileSystemEntry[items.Length];
FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7* L_3 = V_0;
NullCheck(L_3);
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_4 = (FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D*)(FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D*)SZArrayNew(FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)));
V_1 = L_4;
// for( int i = 0; i < items.Length; i++ )
V_2 = 0;
goto IL_002c_1;
}
IL_0019_1:
{
// result[i] = new FileSystemEntry( items[i] );
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_5 = V_1;
int32_t L_6 = V_2;
FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7* L_7 = V_0;
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
FileSystemInfo_tE3063B9229F46B05A5F6D018C8C4CA510104E8E9* L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_11;
memset((&L_11), 0, sizeof(L_11));
FileSystemEntry__ctor_mF430AF0B8B46B9648DD5AB64CACBE16FB6252528((&L_11), L_10, /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246)L_11);
// for( int i = 0; i < items.Length; i++ )
int32_t L_12 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_12, 1));
}
IL_002c_1:
{
// for( int i = 0; i < items.Length; i++ )
int32_t L_13 = V_2;
FileSystemInfoU5BU5D_tF7D37070CBD32AA8FF200811C4906E3543061AE7* L_14 = V_0;
NullCheck(L_14);
if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length)))))
{
goto IL_0019_1;
}
}
{
// return result;
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_15 = V_1;
V_3 = L_15;
goto IL_003f;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0036;
}
throw e;
}
CATCH_0036:
{// begin catch(System.Exception)
// Debug.LogException( e );
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var)));
Debug_LogException_mAB3F4DC7297ED8FBB49DAA718B70E59A6B0171B0(((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)), NULL);
// return null;
V_3 = (FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D*)NULL;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_003f;
}// end catch (depth: 1)
IL_003f:
{
// }
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_16 = V_3;
return L_16;
}
}
// System.String SimpleFileBrowser.FileBrowserHelpers::CreateFileInDirectory(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserHelpers_CreateFileInDirectory_m802EC7CBEAD09A7DA135F4462BF2CE545401386A (String_t* ___0_directoryPath, String_t* ___1_filename, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* V_1 = NULL;
{
// string path = Path.Combine( directoryPath, filename );
String_t* L_0 = ___0_directoryPath;
String_t* L_1 = ___1_filename;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = Path_Combine_m1ADAC05CDA2D1D61B172DF65A81E86592696BEAE(L_0, L_1, NULL);
V_0 = L_2;
// using( File.Create( path ) ) { }
String_t* L_3 = V_0;
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_4;
L_4 = File_Create_m7A88AE26DE05E6D790E3C5B1140EE5DC91DCC519(L_3, NULL);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0011:
{// begin finally (depth: 1)
{
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_5 = V_1;
if (!L_5)
{
goto IL_001a;
}
}
{
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_6 = V_1;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
}
IL_001a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// using( File.Create( path ) ) { }
goto IL_001b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_001b:
{
// return path;
String_t* L_7 = V_0;
return L_7;
}
}
// System.String SimpleFileBrowser.FileBrowserHelpers::CreateFolderInDirectory(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserHelpers_CreateFolderInDirectory_mC245F416C717ABD84E1C17CA8C5CEB21C6E6C67C (String_t* ___0_directoryPath, String_t* ___1_folderName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// string path = Path.Combine( directoryPath, folderName );
String_t* L_0 = ___0_directoryPath;
String_t* L_1 = ___1_folderName;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = Path_Combine_m1ADAC05CDA2D1D61B172DF65A81E86592696BEAE(L_0, L_1, NULL);
// Directory.CreateDirectory( path );
String_t* L_3 = L_2;
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_4;
L_4 = Directory_CreateDirectory_m16EC5CE8561A997C6635E06DC24C77590F29D94F(L_3, NULL);
// return path;
return L_3;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::WriteBytesToFile(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_WriteBytesToFile_mF65FE71151B1715E35031D3721FC01911F1430DA (String_t* ___0_targetPath, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bytes, const RuntimeMethod* method)
{
{
// File.WriteAllBytes( targetPath, bytes );
String_t* L_0 = ___0_targetPath;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___1_bytes;
File_WriteAllBytes_mC491031DA14AA9B591F62D6AD0181D090E081077(L_0, L_1, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::WriteTextToFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_WriteTextToFile_m99620D1046DE1C5C5B0C42C7AB3E888F99DA41F2 (String_t* ___0_targetPath, String_t* ___1_text, const RuntimeMethod* method)
{
{
// File.WriteAllText( targetPath, text );
String_t* L_0 = ___0_targetPath;
String_t* L_1 = ___1_text;
File_WriteAllText_m8AE8932A417928EF1E86F1E6B37C7A41904614D1(L_0, L_1, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::WriteCopyToFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_WriteCopyToFile_m22EA1C49C25CBAB4DE4BF9A013A981129F29F4D7 (String_t* ___0_targetPath, String_t* ___1_sourceFile, const RuntimeMethod* method)
{
{
// File.Copy( sourceFile, targetPath, true );
String_t* L_0 = ___1_sourceFile;
String_t* L_1 = ___0_targetPath;
File_Copy_m3798F05909C43D7EA26130D51D0A15CFCBE7458A(L_0, L_1, (bool)1, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::AppendBytesToFile(System.String,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_AppendBytesToFile_mAE56C2C4D9E75D9400600D0A957195D2DB8786E4 (String_t* ___0_targetPath, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bytes, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* V_0 = NULL;
{
// using( var stream = new FileStream( targetPath, FileMode.Append, FileAccess.Write ) )
String_t* L_0 = ___0_targetPath;
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_1 = (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8*)il2cpp_codegen_object_new(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
NullCheck(L_1);
FileStream__ctor_m158997E4E7ADD1BA5E75F4835882E32137ACB3C9(L_1, L_0, 6, 2, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0016:
{// begin finally (depth: 1)
{
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_001f:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// stream.Write( bytes, 0, bytes.Length );
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_4 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___1_bytes;
NullCheck(L_6);
NullCheck(L_4);
VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(26 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)(((RuntimeArray*)L_6)->max_length)));
// }
goto IL_0020;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0020:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::AppendTextToFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_AppendTextToFile_mD61F5903ED55A6336E512DA1901BF83B12A06D21 (String_t* ___0_targetPath, String_t* ___1_text, const RuntimeMethod* method)
{
{
// File.AppendAllText( targetPath, text );
String_t* L_0 = ___0_targetPath;
String_t* L_1 = ___1_text;
File_AppendAllText_m08069DB321F56261289DCE3509565270F23DAEC6(L_0, L_1, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::AppendCopyToFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_AppendCopyToFile_m5C4FDCA7D86F3BFB92F68054FB849F12EB1A1B44 (String_t* ___0_targetPath, String_t* ___1_sourceFile, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_0 = NULL;
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_1 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_2 = NULL;
int32_t V_3 = 0;
{
// using( Stream input = File.OpenRead( sourceFile ) )
String_t* L_0 = ___1_sourceFile;
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_1;
L_1 = File_OpenRead_m6181B052EB0E98D2E18FAC79E7744D766BA4244C(L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0042:
{// begin finally (depth: 1)
{
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = V_0;
if (!L_2)
{
goto IL_004b;
}
}
{
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_004b:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// using( Stream output = new FileStream( targetPath, FileMode.Append, FileAccess.Write ) )
String_t* L_4 = ___0_targetPath;
FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_5 = (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8*)il2cpp_codegen_object_new(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
NullCheck(L_5);
FileStream__ctor_m158997E4E7ADD1BA5E75F4835882E32137ACB3C9(L_5, L_4, 6, 2, NULL);
V_1 = L_5;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0038_1:
{// begin finally (depth: 2)
{
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = V_1;
if (!L_6)
{
goto IL_0041_1;
}
}
{
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_7 = V_1;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
}
IL_0041_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
// byte[] buffer = new byte[4096];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
V_2 = L_8;
goto IL_0026_2;
}
IL_001d_2:
{
// output.Write( buffer, 0, bytesRead );
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_9 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = V_2;
int32_t L_11 = V_3;
NullCheck(L_9);
VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(26 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11);
}
IL_0026_2:
{
// while( ( bytesRead = input.Read( buffer, 0, buffer.Length ) ) > 0 )
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_12 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = V_2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_2;
NullCheck(L_14);
NullCheck(L_12);
int32_t L_15;
L_15 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(23 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_12, L_13, 0, ((int32_t)(((RuntimeArray*)L_14)->max_length)));
int32_t L_16 = L_15;
V_3 = L_16;
if ((((int32_t)L_16) > ((int32_t)0)))
{
goto IL_001d_2;
}
}
{
// }
goto IL_004c;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_004c:
{
// }
return;
}
}
// System.Byte[] SimpleFileBrowser.FileBrowserHelpers::ReadBytesFromFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* FileBrowserHelpers_ReadBytesFromFile_m85D823A47A01E570E027D851A6546954DDC1654E (String_t* ___0_sourcePath, const RuntimeMethod* method)
{
{
// return File.ReadAllBytes( sourcePath );
String_t* L_0 = ___0_sourcePath;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
L_1 = File_ReadAllBytes_m704CBBA3F130C94F5A3E0BE2A93D9E9D79DC3E24(L_0, NULL);
return L_1;
}
}
// System.String SimpleFileBrowser.FileBrowserHelpers::ReadTextFromFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserHelpers_ReadTextFromFile_mE5C6AB4A1F0281DFE1EA61AB9E8A5A66A84E5F99 (String_t* ___0_sourcePath, const RuntimeMethod* method)
{
{
// return File.ReadAllText( sourcePath );
String_t* L_0 = ___0_sourcePath;
String_t* L_1;
L_1 = File_ReadAllText_mA4A939F853D573379F7129AFDC469B91E9747BAA(L_0, NULL);
return L_1;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::ReadCopyFromFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_ReadCopyFromFile_m16F48628CED87FB7DDF87D9306B86E78DE6907F6 (String_t* ___0_sourcePath, String_t* ___1_destinationFile, const RuntimeMethod* method)
{
{
// File.Copy( sourcePath, destinationFile, true );
String_t* L_0 = ___0_sourcePath;
String_t* L_1 = ___1_destinationFile;
File_Copy_m3798F05909C43D7EA26130D51D0A15CFCBE7458A(L_0, L_1, (bool)1, NULL);
// }
return;
}
}
// System.String SimpleFileBrowser.FileBrowserHelpers::RenameFile(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserHelpers_RenameFile_m3E5B239347FB4D33E8340468409CFBD3C6B7DCBD (String_t* ___0_path, String_t* ___1_newName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string newPath = Path.Combine( Path.GetDirectoryName( path ), newName );
String_t* L_0 = ___0_path;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = Path_GetDirectoryName_m428BADBE493A3927B51A13DEF658929B430516F6(L_0, NULL);
String_t* L_2 = ___1_newName;
String_t* L_3;
L_3 = Path_Combine_m1ADAC05CDA2D1D61B172DF65A81E86592696BEAE(L_1, L_2, NULL);
V_0 = L_3;
// File.Move( path, newPath );
String_t* L_4 = ___0_path;
String_t* L_5 = V_0;
File_Move_mBC9450111E0144A55D893A720F19E612D658AC37(L_4, L_5, NULL);
// return newPath;
String_t* L_6 = V_0;
return L_6;
}
}
// System.String SimpleFileBrowser.FileBrowserHelpers::RenameDirectory(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserHelpers_RenameDirectory_m57956F16A010326F014BE59F41294E858477A07D (String_t* ___0_path, String_t* ___1_newName, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
// string newPath = Path.Combine( new DirectoryInfo( path ).Parent.FullName, newName );
String_t* L_0 = ___0_path;
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_1 = (DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2*)il2cpp_codegen_object_new(DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2_il2cpp_TypeInfo_var);
NullCheck(L_1);
DirectoryInfo__ctor_m36BC476C58B55083046C0A738157D84E2323E0E9(L_1, L_0, NULL);
NullCheck(L_1);
DirectoryInfo_tEAEEC018EB49B4A71907FFEAFE935FAA8F9C1FE2* L_2;
L_2 = DirectoryInfo_get_Parent_m2B95E4D3CBA22F8DAA259247ED791F1411D93347(L_1, NULL);
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.IO.FileSystemInfo::get_FullName() */, L_2);
String_t* L_4 = ___1_newName;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_5;
L_5 = Path_Combine_m1ADAC05CDA2D1D61B172DF65A81E86592696BEAE(L_3, L_4, NULL);
V_0 = L_5;
// Directory.Move( path, newPath );
String_t* L_6 = ___0_path;
String_t* L_7 = V_0;
Directory_Move_mA9C7ED31B0223C808C52AC0AF5F4476305DB5D31(L_6, L_7, NULL);
// return newPath;
String_t* L_8 = V_0;
return L_8;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::DeleteFile(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_DeleteFile_m48B0381730B661596D8F2A57E778D998E6A0F81D (String_t* ___0_path, const RuntimeMethod* method)
{
{
// File.Delete( path );
String_t* L_0 = ___0_path;
File_Delete_mE29829DA504F3E1B8BCB78F21E2862C9ED7EC386(L_0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserHelpers::DeleteDirectory(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserHelpers_DeleteDirectory_m74C880E81FE3C73E25F90D1EE5B2041C0D1DAE95 (String_t* ___0_path, const RuntimeMethod* method)
{
{
// Directory.Delete( path, true );
String_t* L_0 = ___0_path;
Directory_Delete_mB5C70379DEFE9B8AA95F67BAE04233E60CEF09F4(L_0, (bool)1, NULL);
// }
return;
}
}
// System.String SimpleFileBrowser.FileBrowserHelpers::GetFilename(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserHelpers_GetFilename_m6736D531D19A92EAADCADB446FE2227599464DCB (String_t* ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return Path.GetFileName( path );
String_t* L_0 = ___0_path;
il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = Path_GetFileName_mB1A8CE314EE250B06E3D33142315E2BD3A75D1D6(L_0, NULL);
return L_1;
}
}
// System.Int64 SimpleFileBrowser.FileBrowserHelpers::GetFilesize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileBrowserHelpers_GetFilesize_m26D99D7558B7E041F7324E31E3BF084A2FFDAF5F (String_t* ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return new FileInfo( path ).Length;
String_t* L_0 = ___0_path;
FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C* L_1 = (FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C*)il2cpp_codegen_object_new(FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C_il2cpp_TypeInfo_var);
NullCheck(L_1);
FileInfo__ctor_m0A602529DFCFC44BB4EF4C530E6FBA765C44143F(L_1, L_0, NULL);
NullCheck(L_1);
int64_t L_2;
L_2 = FileInfo_get_Length_m7FADCE0E3C88678C0A7BFA694786C02AD652A33B(L_1, NULL);
return L_2;
}
}
// System.DateTime SimpleFileBrowser.FileBrowserHelpers::GetLastModifiedDate(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D FileBrowserHelpers_GetLastModifiedDate_m43FEF5828E7B4CB88C22F20FDFBCE66C2D466B08 (String_t* ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return new FileInfo( path ).LastWriteTime;
String_t* L_0 = ___0_path;
FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C* L_1 = (FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C*)il2cpp_codegen_object_new(FileInfo_t62782BBAFA832A78724E4CF2EE96548B8466AB1C_il2cpp_TypeInfo_var);
NullCheck(L_1);
FileInfo__ctor_m0A602529DFCFC44BB4EF4C530E6FBA765C44143F(L_1, L_0, NULL);
NullCheck(L_1);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
L_2 = FileSystemInfo_get_LastWriteTime_m5009457B3D837E929AF4FBC9E2738F15BB6476C5(L_1, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.RectTransform SimpleFileBrowser.FileBrowserItem::get_TransformComponent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* FileBrowserItem_get_TransformComponent_m355327F7BAFAF9B9CA5A0BBE0B1A081B53757937 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( m_transform == null )
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_transform_13;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
// m_transform = (RectTransform) transform;
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
__this->___m_transform_13 = ((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_2, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_transform_13), (void*)((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_2, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)));
}
IL_001f:
{
// return m_transform;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = __this->___m_transform_13;
return L_3;
}
}
// System.String SimpleFileBrowser.FileBrowserItem::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserItem_get_Name_mF52B563D047D2ABA17CDE4E6D2DA435EE90BFED1 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method)
{
{
// public string Name { get { return nameText.text; } }
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_0 = __this->___nameText_11;
NullCheck(L_0);
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(74 /* System.String UnityEngine.UI.Text::get_text() */, L_0);
return L_1;
}
}
// System.Boolean SimpleFileBrowser.FileBrowserItem::get_IsDirectory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileBrowserItem_get_IsDirectory_m0B8AB857C96E632AB1D0DB602F8A772244E920A4 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method)
{
{
// public bool IsDirectory { get; private set; }
bool L_0 = __this->___U3CIsDirectoryU3Ek__BackingField_14;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::set_IsDirectory(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_set_IsDirectory_m9F7592FBAF14295A01ED6D87656F7A648229FA2B (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool IsDirectory { get; private set; }
bool L_0 = ___0_value;
__this->___U3CIsDirectoryU3Ek__BackingField_14 = L_0;
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::SetFileBrowser(SimpleFileBrowser.FileBrowser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_SetFileBrowser_mF7299821CE4896F0A32A7BD2796106490A9F0C41 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___0_fileBrowser, const RuntimeMethod* method)
{
{
// this.fileBrowser = fileBrowser;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0 = ___0_fileBrowser;
__this->___fileBrowser_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fileBrowser_8), (void*)L_0);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::SetFile(UnityEngine.Sprite,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_SetFile_mB4B753BFA604F05B00F90107421311AAB0E0FA95 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_icon, String_t* ___1_name, bool ___2_isDirectory, const RuntimeMethod* method)
{
{
// this.icon.sprite = icon;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___icon_10;
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_1 = ___0_icon;
NullCheck(L_0);
Image_set_sprite_mC0C248340BA27AAEE56855A3FAFA0D8CA12956DE(L_0, L_1, NULL);
// nameText.text = name;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_2 = __this->___nameText_11;
String_t* L_3 = ___1_name;
NullCheck(L_2);
VirtualActionInvoker1< String_t* >::Invoke(75 /* System.Void UnityEngine.UI.Text::set_text(System.String) */, L_2, L_3);
// IsDirectory = isDirectory;
bool L_4 = ___2_isDirectory;
FileBrowserItem_set_IsDirectory_m9F7592FBAF14295A01ED6D87656F7A648229FA2B_inline(__this, L_4, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_OnPointerClick_m6A26D6D1CD8F51104C1556E404202D1B8B098B2F (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___0_eventData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( FileBrowser.SingleClickMode )
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0;
L_0 = FileBrowser_get_SingleClickMode_m4068E0D1A5119C8C798858053842B82D5B93D35F_inline(NULL);
if (!L_0)
{
goto IL_0020;
}
}
{
// fileBrowser.OnItemSelected( this );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_1 = __this->___fileBrowser_8;
NullCheck(L_1);
FileBrowser_OnItemSelected_m333926D4698B48901254FEBCD730DDAA5A70B466(L_1, __this, NULL);
// fileBrowser.OnItemOpened( this );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_2 = __this->___fileBrowser_8;
NullCheck(L_2);
FileBrowser_OnItemOpened_mF10FD97A708836D3BEB77EAAF972F47B732F6C26(L_2, __this, NULL);
return;
}
IL_0020:
{
// if( Time.realtimeSinceStartup - prevTouchTime < DOUBLE_CLICK_TIME )
float L_3;
L_3 = Time_get_realtimeSinceStartup_m73B3CB73175D79A44333D59BB70F9EDE55EC9510(NULL);
float L_4 = __this->___prevTouchTime_12;
if ((!(((float)((float)il2cpp_codegen_subtract(L_3, L_4))) < ((float)(0.5f)))))
{
goto IL_005e;
}
}
{
// if( fileBrowser.SelectedFilePosition == Position )
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_5 = __this->___fileBrowser_8;
NullCheck(L_5);
int32_t L_6;
L_6 = FileBrowser_get_SelectedFilePosition_mF9756DE445A599A0A1C5FA5FADDA9D261F67B68A_inline(L_5, NULL);
int32_t L_7;
L_7 = ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A_inline(__this, NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_0052;
}
}
{
// fileBrowser.OnItemOpened( this );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_8 = __this->___fileBrowser_8;
NullCheck(L_8);
FileBrowser_OnItemOpened_mF10FD97A708836D3BEB77EAAF972F47B732F6C26(L_8, __this, NULL);
}
IL_0052:
{
// prevTouchTime = Mathf.NegativeInfinity;
__this->___prevTouchTime_12 = (-std::numeric_limits<float>::infinity());
return;
}
IL_005e:
{
// fileBrowser.OnItemSelected( this );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_9 = __this->___fileBrowser_8;
NullCheck(L_9);
FileBrowser_OnItemSelected_m333926D4698B48901254FEBCD730DDAA5A70B466(L_9, __this, NULL);
// prevTouchTime = Time.realtimeSinceStartup;
float L_10;
L_10 = Time_get_realtimeSinceStartup_m73B3CB73175D79A44333D59BB70F9EDE55EC9510(NULL);
__this->___prevTouchTime_12 = L_10;
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::OnPointerEnter(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_OnPointerEnter_m76C970F73E57BA100C5BCC553EE6C8B847EFD94D (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___0_eventData, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::OnPointerExit(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_OnPointerExit_mF313BDC8266ACB41E9FEF077780E39AE9ACD13F8 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___0_eventData, const RuntimeMethod* method)
{
{
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::Select()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_Select_mF9F9E261A605151DE0B2F54B4D667A239276D94E (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method)
{
{
// background.color = fileBrowser.selectedFileColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___background_9;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_1 = __this->___fileBrowser_8;
NullCheck(L_1);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = L_1->___selectedFileColor_41;
NullCheck(L_0);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_2);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::Deselect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_Deselect_m9BC52E190E05ADC4AF8E2C404E4F49FA093E0844 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method)
{
{
// background.color = fileBrowser.normalFileColor;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___background_9;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_1 = __this->___fileBrowser_8;
NullCheck(L_1);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = L_1->___normalFileColor_39;
NullCheck(L_0);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_0, L_2);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::SetHidden(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem_SetHidden_mB4665285A24C5615F1AD860C7DEC1EB67C52DB65 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, bool ___0_isHidden, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* G_B2_0 = NULL;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* G_B1_0 = NULL;
float G_B3_0 = 0.0f;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* G_B3_1 = NULL;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* G_B5_0 = NULL;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* G_B4_0 = NULL;
float G_B6_0 = 0.0f;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* G_B6_1 = NULL;
{
// Color c = icon.color;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_0 = __this->___icon_10;
NullCheck(L_0);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1;
L_1 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_0);
V_0 = L_1;
// c.a = isHidden ? 0.5f : 1f;
bool L_2 = ___0_isHidden;
G_B1_0 = (&V_0);
if (L_2)
{
G_B2_0 = (&V_0);
goto IL_0018;
}
}
{
G_B3_0 = (1.0f);
G_B3_1 = G_B1_0;
goto IL_001d;
}
IL_0018:
{
G_B3_0 = (0.5f);
G_B3_1 = G_B2_0;
}
IL_001d:
{
G_B3_1->___a_3 = G_B3_0;
// icon.color = c;
Image_tBC1D03F63BF71132E9A5E472B8742F172A011E7E* L_3 = __this->___icon_10;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = V_0;
NullCheck(L_3);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_3, L_4);
// c = nameText.color;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_5 = __this->___nameText_11;
NullCheck(L_5);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6;
L_6 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_5);
V_0 = L_6;
// c.a = isHidden ? 0.55f : 1f;
bool L_7 = ___0_isHidden;
G_B4_0 = (&V_0);
if (L_7)
{
G_B5_0 = (&V_0);
goto IL_0046;
}
}
{
G_B6_0 = (1.0f);
G_B6_1 = G_B4_0;
goto IL_004b;
}
IL_0046:
{
G_B6_0 = (0.550000012f);
G_B6_1 = G_B5_0;
}
IL_004b:
{
G_B6_1->___a_3 = G_B6_0;
// nameText.color = c;
Text_tD60B2346DAA6666BF0D822FF607F0B220C2B9E62* L_8 = __this->___nameText_11;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
NullCheck(L_8);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_8, L_9);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserItem__ctor_m000628680830F8191990ACBD87D5C93085492FD3 (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method)
{
{
// private float prevTouchTime = Mathf.NegativeInfinity;
__this->___prevTouchTime_12 = (-std::numeric_limits<float>::infinity());
ListItem__ctor_mA0B5A84516018300245E2EA04E7C137BE13947C5(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void SimpleFileBrowser.FileBrowserMovement::Initialize(SimpleFileBrowser.FileBrowser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_Initialize_mE0D772805AC078B17337875EF9597BA88CA4371D (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___0_fileBrowser, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// this.fileBrowser = fileBrowser;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0 = ___0_fileBrowser;
__this->___fileBrowser_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fileBrowser_4), (void*)L_0);
// canvasTR = fileBrowser.GetComponent<RectTransform>();
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_1 = ___0_fileBrowser;
NullCheck(L_1);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2;
L_2 = Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4(L_1, Component_GetComponent_TisRectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_m0640480E7E38BB88B0D1F6AD59E697C8EE6AAFA4_RuntimeMethod_var);
__this->___canvasTR_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___canvasTR_5), (void*)L_2);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserMovement::OnDragStarted(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_OnDragStarted_mE23A847BCD0257B4599AE2529F05C50A15A34ACD (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* V_0 = NULL;
{
// PointerEventData pointer = (PointerEventData) data;
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* L_0 = ___0_data;
V_0 = ((PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB*)CastclassClass((RuntimeObject*)L_0, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var));
// canvasCam = pointer.pressEventCamera;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_1 = V_0;
NullCheck(L_1);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2;
L_2 = PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3(L_1, NULL);
__this->___canvasCam_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___canvasCam_6), (void*)L_2);
// RectTransformUtility.ScreenPointToLocalPointInRectangle( window, pointer.pressPosition, canvasCam, out initialTouchPos );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = __this->___window_7;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_4 = V_0;
NullCheck(L_4);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5;
L_5 = PointerEventData_get_pressPosition_m8A6788DA6BF81481E4EBCBA2ED1838F786EBAE63_inline(L_4, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6 = __this->___canvasCam_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_7 = (&__this->___initialTouchPos_9);
il2cpp_codegen_runtime_class_init_inline(RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
bool L_8;
L_8 = RectTransformUtility_ScreenPointToLocalPointInRectangle_m01A75CAFB6D1019F1C65BA606635EAB10AF31195(L_3, L_5, L_6, L_7, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserMovement::OnDrag(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_OnDrag_m307AF9C4346E9AF93EA4B54749F67F90C2022FA8 (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* V_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
{
// PointerEventData pointer = (PointerEventData) data;
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* L_0 = ___0_data;
V_0 = ((PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB*)CastclassClass((RuntimeObject*)L_0, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var));
// RectTransformUtility.ScreenPointToLocalPointInRectangle( window, pointer.position, canvasCam, out touchPos );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = __this->___window_7;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_2 = V_0;
NullCheck(L_2);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
L_3 = PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline(L_2, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = __this->___canvasCam_6;
il2cpp_codegen_runtime_class_init_inline(RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
bool L_5;
L_5 = RectTransformUtility_ScreenPointToLocalPointInRectangle_m01A75CAFB6D1019F1C65BA606635EAB10AF31195(L_1, L_3, L_4, (&V_1), NULL);
// window.anchoredPosition += touchPos - initialTouchPos;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_6 = __this->___window_7;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_7 = L_6;
NullCheck(L_7);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
L_8 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_7, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = __this->___initialTouchPos_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11;
L_11 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_9, L_10, NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12;
L_12 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_8, L_11, NULL);
NullCheck(L_7);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_7, L_12, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserMovement::OnEndDrag(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_OnEndDrag_m4ED38A8A490B3A7081C591F061577FACAB68E7F3 (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___0_data, const RuntimeMethod* method)
{
{
// fileBrowser.EnsureWindowIsWithinBounds();
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0 = __this->___fileBrowser_4;
NullCheck(L_0);
FileBrowser_EnsureWindowIsWithinBounds_mB9776DD5C376A10E4B5ABA75D6B8479694E02853(L_0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserMovement::OnResizeStarted(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_OnResizeStarted_m412B58CA5FAC0008C18CB3E870DE218DAC3AD3DE (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* V_0 = NULL;
{
// PointerEventData pointer = (PointerEventData) data;
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* L_0 = ___0_data;
V_0 = ((PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB*)CastclassClass((RuntimeObject*)L_0, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var));
// canvasCam = pointer.pressEventCamera;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_1 = V_0;
NullCheck(L_1);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2;
L_2 = PointerEventData_get_pressEventCamera_m8D6A377D5CA730307D9F8ABB8656FFB8FCD56AE3(L_1, NULL);
__this->___canvasCam_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___canvasCam_6), (void*)L_2);
// initialAnchoredPos = window.anchoredPosition;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_3 = __this->___window_7;
NullCheck(L_3);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4;
L_4 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_3, NULL);
__this->___initialAnchoredPos_10 = L_4;
// initialSizeDelta = window.sizeDelta;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_5 = __this->___window_7;
NullCheck(L_5);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
L_6 = RectTransform_get_sizeDelta_m822A8493F2035677384F1540A2E9E5ACE63010BB(L_5, NULL);
__this->___initialSizeDelta_11 = L_6;
// RectTransformUtility.ScreenPointToLocalPointInRectangle( canvasTR, pointer.pressPosition, canvasCam, out initialTouchPos );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_7 = __this->___canvasTR_5;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_8 = V_0;
NullCheck(L_8);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9;
L_9 = PointerEventData_get_pressPosition_m8A6788DA6BF81481E4EBCBA2ED1838F786EBAE63_inline(L_8, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_10 = __this->___canvasCam_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_11 = (&__this->___initialTouchPos_9);
il2cpp_codegen_runtime_class_init_inline(RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
bool L_12;
L_12 = RectTransformUtility_ScreenPointToLocalPointInRectangle_m01A75CAFB6D1019F1C65BA606635EAB10AF31195(L_7, L_9, L_10, L_11, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserMovement::OnResize(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_OnResize_mAC7825BDEA865680A3E24CED7B5B7C27CAB75B94 (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* V_0 = NULL;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_1;
memset((&V_1), 0, sizeof(V_1));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_2;
memset((&V_2), 0, sizeof(V_2));
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_3;
memset((&V_3), 0, sizeof(V_3));
{
// PointerEventData pointer = (PointerEventData) data;
BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* L_0 = ___0_data;
V_0 = ((PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB*)CastclassClass((RuntimeObject*)L_0, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB_il2cpp_TypeInfo_var));
// RectTransformUtility.ScreenPointToLocalPointInRectangle( canvasTR, pointer.position, canvasCam, out touchPos );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_1 = __this->___canvasTR_5;
PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* L_2 = V_0;
NullCheck(L_2);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
L_3 = PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline(L_2, NULL);
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_4 = __this->___canvasCam_6;
il2cpp_codegen_runtime_class_init_inline(RectTransformUtility_t65C00A84A72F17D78B81F2E7D88C2AA98AB61244_il2cpp_TypeInfo_var);
bool L_5;
L_5 = RectTransformUtility_ScreenPointToLocalPointInRectangle_m01A75CAFB6D1019F1C65BA606635EAB10AF31195(L_1, L_3, L_4, (&V_1), NULL);
// Vector2 delta = touchPos - initialTouchPos;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = __this->___initialTouchPos_9;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
L_8 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_6, L_7, NULL);
V_2 = L_8;
// Vector2 newSize = initialSizeDelta + new Vector2( delta.x, -delta.y );
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = __this->___initialSizeDelta_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_10 = V_2;
float L_11 = L_10.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_12 = V_2;
float L_13 = L_12.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_14;
memset((&L_14), 0, sizeof(L_14));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_14), L_11, ((-L_13)), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
L_15 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_9, L_14, NULL);
V_3 = L_15;
// if( newSize.x < fileBrowser.minWidth ) newSize.x = fileBrowser.minWidth;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_16 = V_3;
float L_17 = L_16.___x_0;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_18 = __this->___fileBrowser_4;
NullCheck(L_18);
int32_t L_19 = L_18->___minWidth_43;
if ((!(((float)L_17) < ((float)((float)L_19)))))
{
goto IL_0073;
}
}
{
// if( newSize.x < fileBrowser.minWidth ) newSize.x = fileBrowser.minWidth;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_20 = __this->___fileBrowser_4;
NullCheck(L_20);
int32_t L_21 = L_20->___minWidth_43;
(&V_3)->___x_0 = ((float)L_21);
}
IL_0073:
{
// if( newSize.y < fileBrowser.minHeight ) newSize.y = fileBrowser.minHeight;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_22 = V_3;
float L_23 = L_22.___y_1;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_24 = __this->___fileBrowser_4;
NullCheck(L_24);
int32_t L_25 = L_24->___minHeight_44;
if ((!(((float)L_23) < ((float)((float)L_25)))))
{
goto IL_009a;
}
}
{
// if( newSize.y < fileBrowser.minHeight ) newSize.y = fileBrowser.minHeight;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_26 = __this->___fileBrowser_4;
NullCheck(L_26);
int32_t L_27 = L_26->___minHeight_44;
(&V_3)->___y_1 = ((float)L_27);
}
IL_009a:
{
// newSize.x = (int) newSize.x;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_28 = V_3;
float L_29 = L_28.___x_0;
(&V_3)->___x_0 = ((float)il2cpp_codegen_cast_double_to_int<int32_t>(L_29));
// newSize.y = (int) newSize.y;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_30 = V_3;
float L_31 = L_30.___y_1;
(&V_3)->___y_1 = ((float)il2cpp_codegen_cast_double_to_int<int32_t>(L_31));
// delta = newSize - initialSizeDelta;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_32 = V_3;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_33 = __this->___initialSizeDelta_11;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_34;
L_34 = Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline(L_32, L_33, NULL);
V_2 = L_34;
// window.anchoredPosition = initialAnchoredPos + new Vector2( delta.x * 0.5f, delta.y * -0.5f );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_35 = __this->___window_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_36 = __this->___initialAnchoredPos_10;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_37 = V_2;
float L_38 = L_37.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_39 = V_2;
float L_40 = L_39.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_41;
memset((&L_41), 0, sizeof(L_41));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_41), ((float)il2cpp_codegen_multiply(L_38, (0.5f))), ((float)il2cpp_codegen_multiply(L_40, (-0.5f))), /*hidden argument*/NULL);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_42;
L_42 = Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline(L_36, L_41, NULL);
NullCheck(L_35);
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(L_35, L_42, NULL);
// window.sizeDelta = newSize;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_43 = __this->___window_7;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_44 = V_3;
NullCheck(L_43);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_43, L_44, NULL);
// listView.OnViewportDimensionsChanged();
RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* L_45 = __this->___listView_8;
NullCheck(L_45);
RecycledListView_OnViewportDimensionsChanged_m2237B1BEE18B250322CE2E7419E489CD814E9D65(L_45, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserMovement::OnEndResize(UnityEngine.EventSystems.BaseEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement_OnEndResize_m3B1F7980285CE8AC33270667C7C4276FE67BAB1F (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, BaseEventData_tE03A848325C0AE8E76C6CA15FD86395EBF83364F* ___0_data, const RuntimeMethod* method)
{
{
// fileBrowser.EnsureWindowIsWithinBounds();
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0 = __this->___fileBrowser_4;
NullCheck(L_0);
FileBrowser_EnsureWindowIsWithinBounds_mB9776DD5C376A10E4B5ABA75D6B8479694E02853(L_0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserMovement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserMovement__ctor_m0E6E6FE5458DEE7C8CD5E2EB1FC3EF8C6AA2C57B (FileBrowserMovement_t9BBE2FB80BBD18B9EB928D109A816EA2646D3EB7* __this, const RuntimeMethod* method)
{
{
// private Vector2 initialTouchPos = Vector2.zero;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
L_0 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
__this->___initialTouchPos_9 = L_0;
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String SimpleFileBrowser.FileBrowserQuickLink::get_TargetPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileBrowserQuickLink_get_TargetPath_m6F4B9B6BBB4A415F70942DD572901C704185E872 (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* __this, const RuntimeMethod* method)
{
{
// public string TargetPath { get { return m_targetPath; } }
String_t* L_0 = __this->___m_targetPath_15;
return L_0;
}
}
// System.Void SimpleFileBrowser.FileBrowserQuickLink::SetQuickLink(UnityEngine.Sprite,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserQuickLink_SetQuickLink_m20230790B324072F4BC622D5715CB10A6F5EFEA5 (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* __this, Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* ___0_icon, String_t* ___1_name, String_t* ___2_targetPath, const RuntimeMethod* method)
{
{
// SetFile( icon, name, true );
Sprite_tAFF74BC83CD68037494CB0B4F28CBDF8971CAB99* L_0 = ___0_icon;
String_t* L_1 = ___1_name;
FileBrowserItem_SetFile_mB4B753BFA604F05B00F90107421311AAB0E0FA95(__this, L_0, L_1, (bool)1, NULL);
// m_targetPath = targetPath;
String_t* L_2 = ___2_targetPath;
__this->___m_targetPath_15 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_targetPath_15), (void*)L_2);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserQuickLink::OnPointerClick(UnityEngine.EventSystems.PointerEventData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserQuickLink_OnPointerClick_mBFBF051710D7DD68A59C2E1B8A59A85FA74F7880 (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* __this, PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* ___0_eventData, const RuntimeMethod* method)
{
{
// fileBrowser.OnQuickLinkSelected( this );
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0 = ((FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98*)__this)->___fileBrowser_8;
NullCheck(L_0);
FileBrowser_OnQuickLinkSelected_mF39F1978B97F02682B10FB6B337AFF4332639C6E(L_0, __this, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.FileBrowserQuickLink::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileBrowserQuickLink__ctor_m141334B761B92D81F5D380B23B919D419750AEB7 (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* __this, const RuntimeMethod* method)
{
{
FileBrowserItem__ctor_m000628680830F8191990ACBD87D5C93085492FD3(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_Multicast(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* currentDelegate = reinterpret_cast<OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A*>(delegatesToInvoke[i]);
typedef void (*FunctionPointerType) (RuntimeObject*, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6*, const RuntimeMethod*);
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_item, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenInst(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
NullCheck(___0_item);
typedef void (*FunctionPointerType) (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_item, method);
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenStatic(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6*, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_item, method);
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenStaticInvoker(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
InvokerActionInvoker1< ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_item);
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_ClosedStaticInvoker(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
InvokerActionInvoker2< RuntimeObject*, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_item);
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenVirtual(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
NullCheck(___0_item);
VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_item);
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenInterface(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
NullCheck(___0_item);
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_item);
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenGenericVirtual(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
NullCheck(___0_item);
GenericVirtualActionInvoker0::Invoke(method, ___0_item);
}
void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenGenericInterface(OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
NullCheck(___0_item);
GenericInterfaceActionInvoker0::Invoke(method, ___0_item);
}
// System.Void SimpleFileBrowser.OnItemClickedHandler::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnItemClickedHandler__ctor_m1925BAF36E9D7946CFE1504BD6DD96F153B388C0 (OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 1;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 0;
if (isOpen)
{
if (__this->___method_is_virtual_12)
{
if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method))
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenGenericInterface;
else
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenGenericVirtual;
else
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenInterface;
else
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenVirtual;
}
else
{
__this->___invoke_impl_1 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_OpenInst;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_Multicast;
}
// System.Void SimpleFileBrowser.OnItemClickedHandler::Invoke(SimpleFileBrowser.ListItem)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D (OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_item, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult SimpleFileBrowser.OnItemClickedHandler::BeginInvoke(SimpleFileBrowser.ListItem,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* OnItemClickedHandler_BeginInvoke_mD91366BA755620887726C82170BA4E091B77F498 (OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___0_item;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
}
// System.Void SimpleFileBrowser.OnItemClickedHandler::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnItemClickedHandler_EndInvoke_m6D444A89749730A60901F4A18DCC63B9C7DDA53B (OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object SimpleFileBrowser.ListItem::get_Tag()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ListItem_get_Tag_m1597F56AFCE6C67862A46C01E1C9B34CC7E73082 (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, const RuntimeMethod* method)
{
{
// public object Tag { get; set; }
RuntimeObject* L_0 = __this->___U3CTagU3Ek__BackingField_4;
return L_0;
}
}
// System.Void SimpleFileBrowser.ListItem::set_Tag(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItem_set_Tag_m4FEE0178187A3031BC25CD8A62039653E2BB6A3D (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
{
// public object Tag { get; set; }
RuntimeObject* L_0 = ___0_value;
__this->___U3CTagU3Ek__BackingField_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CTagU3Ek__BackingField_4), (void*)L_0);
return;
}
}
// System.Int32 SimpleFileBrowser.ListItem::get_Position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, const RuntimeMethod* method)
{
{
// public int Position { get; set; }
int32_t L_0 = __this->___U3CPositionU3Ek__BackingField_5;
return L_0;
}
}
// System.Void SimpleFileBrowser.ListItem::set_Position(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItem_set_Position_m418B3AB7AE5529DD304CA048D3C3012849DFEAC3 (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public int Position { get; set; }
int32_t L_0 = ___0_value;
__this->___U3CPositionU3Ek__BackingField_5 = L_0;
return;
}
}
// System.Void SimpleFileBrowser.ListItem::SetAdapter(SimpleFileBrowser.IListViewAdapter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItem_SetAdapter_m1803AD912C0AF6D5DFF1174084D94CF168BF11E0 (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, RuntimeObject* ___0_listView, const RuntimeMethod* method)
{
{
// this.adapter = listView;
RuntimeObject* L_0 = ___0_listView;
__this->___adapter_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___adapter_6), (void*)L_0);
// }
return;
}
}
// System.Void SimpleFileBrowser.ListItem::OnClick()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItem_OnClick_mC70C01C57F3F4F46B23719946F274BB65AE92340 (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if( adapter.OnItemClicked != null )
RuntimeObject* L_0 = __this->___adapter_6;
NullCheck(L_0);
OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* L_1;
L_1 = InterfaceFuncInvoker0< OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* >::Invoke(0 /* SimpleFileBrowser.OnItemClickedHandler SimpleFileBrowser.IListViewAdapter::get_OnItemClicked() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_0);
if (!L_1)
{
goto IL_001e;
}
}
{
// adapter.OnItemClicked( this );
RuntimeObject* L_2 = __this->___adapter_6;
NullCheck(L_2);
OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* L_3;
L_3 = InterfaceFuncInvoker0< OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* >::Invoke(0 /* SimpleFileBrowser.OnItemClickedHandler SimpleFileBrowser.IListViewAdapter::get_OnItemClicked() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_2);
NullCheck(L_3);
OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_inline(L_3, __this, NULL);
}
IL_001e:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.ListItem::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListItem__ctor_mA0B5A84516018300245E2EA04E7C137BE13947C5 (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void SimpleFileBrowser.RecycledListView::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_Start_m335C5BA8D4C9036B79DC7F55CEF47C7A539C9A87 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RecycledListView_U3CStartU3Eb__10_0_m9D297D1FB7516BBBB724598CEAD4B797BAB1211E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityEvent_1_AddListener_m2B74313C91E347D6AD24CE5B036E190E77E70851_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// viewportHeight = viewportTransform.rect.height;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___viewportTransform_4;
NullCheck(L_0);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
L_1 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_0, NULL);
V_0 = L_1;
float L_2;
L_2 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_0), NULL);
__this->___viewportHeight_8 = L_2;
// GetComponent<ScrollRect>().onValueChanged.AddListener( ( pos ) => UpdateItemsInTheList() );
ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* L_3;
L_3 = Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518(__this, Component_GetComponent_TisScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E_m807654BF9CCD1E13E3FB8498D557BDDF13006518_RuntimeMethod_var);
NullCheck(L_3);
ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26* L_4;
L_4 = ScrollRect_get_onValueChanged_mA6AF3832A97E82D31BB8C20BCD6E87A300E56C05_inline(L_3, NULL);
UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669* L_5 = (UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669*)il2cpp_codegen_object_new(UnityAction_1_t8FBFBC01962B7293F0E33F9D6F1CEAF2896D8669_il2cpp_TypeInfo_var);
NullCheck(L_5);
UnityAction_1__ctor_m71C125B79EE35648CFC416CA7DBBC27C8DBAD45A(L_5, __this, (intptr_t)((void*)RecycledListView_U3CStartU3Eb__10_0_m9D297D1FB7516BBBB724598CEAD4B797BAB1211E_RuntimeMethod_var), NULL);
NullCheck(L_4);
UnityEvent_1_AddListener_m2B74313C91E347D6AD24CE5B036E190E77E70851(L_4, L_5, UnityEvent_1_AddListener_m2B74313C91E347D6AD24CE5B036E190E77E70851_RuntimeMethod_var);
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::SetAdapter(SimpleFileBrowser.IListViewAdapter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_SetAdapter_m63B78F9DCC05BE4F991BA260FAFF95333008A38B (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, RuntimeObject* ___0_adapter, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// this.adapter = adapter;
RuntimeObject* L_0 = ___0_adapter;
__this->___adapter_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___adapter_11), (void*)L_0);
// itemHeight = adapter.ItemHeight;
RuntimeObject* L_1 = ___0_adapter;
NullCheck(L_1);
float L_2;
L_2 = InterfaceFuncInvoker0< float >::Invoke(3 /* System.Single SimpleFileBrowser.IListViewAdapter::get_ItemHeight() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_1);
__this->___itemHeight_6 = L_2;
// _1OverItemHeight = 1f / itemHeight;
float L_3 = __this->___itemHeight_6;
__this->____1OverItemHeight_7 = ((float)((1.0f)/L_3));
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::UpdateList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_UpdateList_mA53DC38064D6EB42E9D030647CD9C90CA4A00F4B (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
memset((&V_1), 0, sizeof(V_1));
{
// float newHeight = Mathf.Max( 1f, adapter.Count * itemHeight );
RuntimeObject* L_0 = __this->___adapter_11;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 SimpleFileBrowser.IListViewAdapter::get_Count() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_0);
float L_2 = __this->___itemHeight_6;
float L_3;
L_3 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((1.0f), ((float)il2cpp_codegen_multiply(((float)L_1), L_2)), NULL);
V_0 = L_3;
// contentTransform.sizeDelta = new Vector2( 0f, newHeight );
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_4 = __this->___contentTransform_5;
float L_5 = V_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), (0.0f), L_5, /*hidden argument*/NULL);
NullCheck(L_4);
RectTransform_set_sizeDelta_mC9A980EA6036E6725EF24CEDF3EE80A9B2B50EE5(L_4, L_6, NULL);
// viewportHeight = viewportTransform.rect.height;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_7 = __this->___viewportTransform_4;
NullCheck(L_7);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_8;
L_8 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_7, NULL);
V_1 = L_8;
float L_9;
L_9 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_1), NULL);
__this->___viewportHeight_8 = L_9;
// UpdateItemsInTheList( true );
RecycledListView_UpdateItemsInTheList_mB07D3C000F36B8624BF3C976062F0282F1A07735(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::OnViewportDimensionsChanged()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_OnViewportDimensionsChanged_m2237B1BEE18B250322CE2E7419E489CD814E9D65 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, const RuntimeMethod* method)
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
memset((&V_0), 0, sizeof(V_0));
{
// viewportHeight = viewportTransform.rect.height;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___viewportTransform_4;
NullCheck(L_0);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
L_1 = RectTransform_get_rect_mC82A60F8C3805ED9833508CCC233689641207488(L_0, NULL);
V_0 = L_1;
float L_2;
L_2 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&V_0), NULL);
__this->___viewportHeight_8 = L_2;
// UpdateItemsInTheList();
RecycledListView_UpdateItemsInTheList_mB07D3C000F36B8624BF3C976062F0282F1A07735(__this, (bool)0, NULL);
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::UpdateItemsInTheList(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_UpdateItemsInTheList_mB07D3C000F36B8624BF3C976062F0282F1A07735 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, bool ___0_updateAllVisibleItems, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if( adapter.Count > 0 )
RuntimeObject* L_0 = __this->___adapter_11;
NullCheck(L_0);
int32_t L_1;
L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 SimpleFileBrowser.IListViewAdapter::get_Count() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_0);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_016e;
}
}
{
// float contentPos = contentTransform.anchoredPosition.y - 1f;
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_2 = __this->___contentTransform_5;
NullCheck(L_2);
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3;
L_3 = RectTransform_get_anchoredPosition_m38F25A4253B0905BB058BE73DBF43C7172CE0680(L_2, NULL);
float L_4 = L_3.___y_1;
// int newTopIndex = (int) ( contentPos * _1OverItemHeight );
float L_5 = ((float)il2cpp_codegen_subtract(L_4, (1.0f)));
float L_6 = __this->____1OverItemHeight_7;
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(L_5, L_6)));
// int newBottomIndex = (int) ( ( contentPos + viewportHeight + 2f ) * _1OverItemHeight );
float L_7 = __this->___viewportHeight_8;
float L_8 = __this->____1OverItemHeight_7;
V_1 = il2cpp_codegen_cast_double_to_int<int32_t>(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(L_5, L_7)), (2.0f))), L_8)));
// if( newTopIndex < 0 )
int32_t L_9 = V_0;
if ((((int32_t)L_9) >= ((int32_t)0)))
{
goto IL_004d;
}
}
{
// newTopIndex = 0;
V_0 = 0;
}
IL_004d:
{
// if( newBottomIndex > adapter.Count - 1 )
int32_t L_10 = V_1;
RuntimeObject* L_11 = __this->___adapter_11;
NullCheck(L_11);
int32_t L_12;
L_12 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 SimpleFileBrowser.IListViewAdapter::get_Count() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_11);
if ((((int32_t)L_10) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_12, 1)))))
{
goto IL_006b;
}
}
{
// newBottomIndex = adapter.Count - 1;
RuntimeObject* L_13 = __this->___adapter_11;
NullCheck(L_13);
int32_t L_14;
L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 SimpleFileBrowser.IListViewAdapter::get_Count() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_13);
V_1 = ((int32_t)il2cpp_codegen_subtract(L_14, 1));
}
IL_006b:
{
// if( currentTopIndex == -1 )
int32_t L_15 = __this->___currentTopIndex_12;
if ((!(((uint32_t)L_15) == ((uint32_t)(-1)))))
{
goto IL_0092;
}
}
{
// updateAllVisibleItems = true;
___0_updateAllVisibleItems = (bool)1;
// currentTopIndex = newTopIndex;
int32_t L_16 = V_0;
__this->___currentTopIndex_12 = L_16;
// currentBottomIndex = newBottomIndex;
int32_t L_17 = V_1;
__this->___currentBottomIndex_13 = L_17;
// CreateItemsBetweenIndices( newTopIndex, newBottomIndex );
int32_t L_18 = V_0;
int32_t L_19 = V_1;
RecycledListView_CreateItemsBetweenIndices_m4B0B02E117999A197E4A0DEA516A278F1584A0D2(__this, L_18, L_19, NULL);
goto IL_0158;
}
IL_0092:
{
// if( newBottomIndex < currentTopIndex || newTopIndex > currentBottomIndex )
int32_t L_20 = V_1;
int32_t L_21 = __this->___currentTopIndex_12;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_00a4;
}
}
{
int32_t L_22 = V_0;
int32_t L_23 = __this->___currentBottomIndex_13;
if ((((int32_t)L_22) <= ((int32_t)L_23)))
{
goto IL_00c6;
}
}
IL_00a4:
{
// updateAllVisibleItems = true;
___0_updateAllVisibleItems = (bool)1;
// DestroyItemsBetweenIndices( currentTopIndex, currentBottomIndex );
int32_t L_24 = __this->___currentTopIndex_12;
int32_t L_25 = __this->___currentBottomIndex_13;
RecycledListView_DestroyItemsBetweenIndices_m28F635E7219C4C10E6E39FF007655C4F529369D8(__this, L_24, L_25, NULL);
// CreateItemsBetweenIndices( newTopIndex, newBottomIndex );
int32_t L_26 = V_0;
int32_t L_27 = V_1;
RecycledListView_CreateItemsBetweenIndices_m4B0B02E117999A197E4A0DEA516A278F1584A0D2(__this, L_26, L_27, NULL);
goto IL_014a;
}
IL_00c6:
{
// if( newTopIndex > currentTopIndex )
int32_t L_28 = V_0;
int32_t L_29 = __this->___currentTopIndex_12;
if ((((int32_t)L_28) <= ((int32_t)L_29)))
{
goto IL_00de;
}
}
{
// DestroyItemsBetweenIndices( currentTopIndex, newTopIndex - 1 );
int32_t L_30 = __this->___currentTopIndex_12;
int32_t L_31 = V_0;
RecycledListView_DestroyItemsBetweenIndices_m28F635E7219C4C10E6E39FF007655C4F529369D8(__this, L_30, ((int32_t)il2cpp_codegen_subtract(L_31, 1)), NULL);
}
IL_00de:
{
// if( newBottomIndex < currentBottomIndex )
int32_t L_32 = V_1;
int32_t L_33 = __this->___currentBottomIndex_13;
if ((((int32_t)L_32) >= ((int32_t)L_33)))
{
goto IL_00f6;
}
}
{
// DestroyItemsBetweenIndices( newBottomIndex + 1, currentBottomIndex );
int32_t L_34 = V_1;
int32_t L_35 = __this->___currentBottomIndex_13;
RecycledListView_DestroyItemsBetweenIndices_m28F635E7219C4C10E6E39FF007655C4F529369D8(__this, ((int32_t)il2cpp_codegen_add(L_34, 1)), L_35, NULL);
}
IL_00f6:
{
// if( newTopIndex < currentTopIndex )
int32_t L_36 = V_0;
int32_t L_37 = __this->___currentTopIndex_12;
if ((((int32_t)L_36) >= ((int32_t)L_37)))
{
goto IL_0120;
}
}
{
// CreateItemsBetweenIndices( newTopIndex, currentTopIndex - 1 );
int32_t L_38 = V_0;
int32_t L_39 = __this->___currentTopIndex_12;
RecycledListView_CreateItemsBetweenIndices_m4B0B02E117999A197E4A0DEA516A278F1584A0D2(__this, L_38, ((int32_t)il2cpp_codegen_subtract(L_39, 1)), NULL);
// if( !updateAllVisibleItems )
bool L_40 = ___0_updateAllVisibleItems;
if (L_40)
{
goto IL_0120;
}
}
{
// UpdateItemContentsBetweenIndices( newTopIndex, currentTopIndex - 1 );
int32_t L_41 = V_0;
int32_t L_42 = __this->___currentTopIndex_12;
RecycledListView_UpdateItemContentsBetweenIndices_m0E70EA7697E8AC97244265F6BF2754470410CF4F(__this, L_41, ((int32_t)il2cpp_codegen_subtract(L_42, 1)), NULL);
}
IL_0120:
{
// if( newBottomIndex > currentBottomIndex )
int32_t L_43 = V_1;
int32_t L_44 = __this->___currentBottomIndex_13;
if ((((int32_t)L_43) <= ((int32_t)L_44)))
{
goto IL_014a;
}
}
{
// CreateItemsBetweenIndices( currentBottomIndex + 1, newBottomIndex );
int32_t L_45 = __this->___currentBottomIndex_13;
int32_t L_46 = V_1;
RecycledListView_CreateItemsBetweenIndices_m4B0B02E117999A197E4A0DEA516A278F1584A0D2(__this, ((int32_t)il2cpp_codegen_add(L_45, 1)), L_46, NULL);
// if( !updateAllVisibleItems )
bool L_47 = ___0_updateAllVisibleItems;
if (L_47)
{
goto IL_014a;
}
}
{
// UpdateItemContentsBetweenIndices( currentBottomIndex + 1, newBottomIndex );
int32_t L_48 = __this->___currentBottomIndex_13;
int32_t L_49 = V_1;
RecycledListView_UpdateItemContentsBetweenIndices_m0E70EA7697E8AC97244265F6BF2754470410CF4F(__this, ((int32_t)il2cpp_codegen_add(L_48, 1)), L_49, NULL);
}
IL_014a:
{
// currentTopIndex = newTopIndex;
int32_t L_50 = V_0;
__this->___currentTopIndex_12 = L_50;
// currentBottomIndex = newBottomIndex;
int32_t L_51 = V_1;
__this->___currentBottomIndex_13 = L_51;
}
IL_0158:
{
// if( updateAllVisibleItems )
bool L_52 = ___0_updateAllVisibleItems;
if (!L_52)
{
goto IL_0190;
}
}
{
// UpdateItemContentsBetweenIndices( currentTopIndex, currentBottomIndex );
int32_t L_53 = __this->___currentTopIndex_12;
int32_t L_54 = __this->___currentBottomIndex_13;
RecycledListView_UpdateItemContentsBetweenIndices_m0E70EA7697E8AC97244265F6BF2754470410CF4F(__this, L_53, L_54, NULL);
return;
}
IL_016e:
{
// else if( currentTopIndex != -1 )
int32_t L_55 = __this->___currentTopIndex_12;
if ((((int32_t)L_55) == ((int32_t)(-1))))
{
goto IL_0190;
}
}
{
// DestroyItemsBetweenIndices( currentTopIndex, currentBottomIndex );
int32_t L_56 = __this->___currentTopIndex_12;
int32_t L_57 = __this->___currentBottomIndex_13;
RecycledListView_DestroyItemsBetweenIndices_m28F635E7219C4C10E6E39FF007655C4F529369D8(__this, L_56, L_57, NULL);
// currentTopIndex = -1;
__this->___currentTopIndex_12 = (-1);
}
IL_0190:
{
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::CreateItemsBetweenIndices(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_CreateItemsBetweenIndices_m4B0B02E117999A197E4A0DEA516A278F1584A0D2 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_topIndex, int32_t ___1_bottomIndex, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_0 = ___0_topIndex;
V_0 = L_0;
goto IL_000f;
}
IL_0004:
{
// CreateItemAtIndex( i );
int32_t L_1 = V_0;
RecycledListView_CreateItemAtIndex_m3EE332AEF541E25FD8BD5FDBAA9E3EB4ED8F18E2(__this, L_1, NULL);
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
}
IL_000f:
{
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_3 = V_0;
int32_t L_4 = ___1_bottomIndex;
if ((((int32_t)L_3) <= ((int32_t)L_4)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::CreateItemAtIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_CreateItemAtIndex_m3EE332AEF541E25FD8BD5FDBAA9E3EB4ED8F18E2 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7A87FE6684BC522309696445F66237AAD2D50827_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m2DB79BEEAC46CA0F95E450AB79CF477496FA634D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m9670CF8806836FEB46CE672C75CEA1ACB706CF2C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* V_0 = NULL;
{
// if( pooledItems.Count > 0 )
Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* L_0 = __this->___pooledItems_10;
NullCheck(L_0);
int32_t L_1;
L_1 = Stack_1_get_Count_m9670CF8806836FEB46CE672C75CEA1ACB706CF2C_inline(L_0, Stack_1_get_Count_m9670CF8806836FEB46CE672C75CEA1ACB706CF2C_RuntimeMethod_var);
if ((((int32_t)L_1) <= ((int32_t)0)))
{
goto IL_0028;
}
}
{
// item = pooledItems.Pop();
Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* L_2 = __this->___pooledItems_10;
NullCheck(L_2);
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_3;
L_3 = Stack_1_Pop_m2DB79BEEAC46CA0F95E450AB79CF477496FA634D(L_2, Stack_1_Pop_m2DB79BEEAC46CA0F95E450AB79CF477496FA634D_RuntimeMethod_var);
V_0 = L_3;
// item.gameObject.SetActive( true );
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_4 = V_0;
NullCheck(L_4);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL);
NullCheck(L_5);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_5, (bool)1, NULL);
goto IL_0052;
}
IL_0028:
{
// item = adapter.CreateItem();
RuntimeObject* L_6 = __this->___adapter_11;
NullCheck(L_6);
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_7;
L_7 = InterfaceFuncInvoker0< ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* >::Invoke(4 /* SimpleFileBrowser.ListItem SimpleFileBrowser.IListViewAdapter::CreateItem() */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_6);
V_0 = L_7;
// item.transform.SetParent( contentTransform, false );
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_8 = V_0;
NullCheck(L_8);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9;
L_9 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_8, NULL);
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_10 = __this->___contentTransform_5;
NullCheck(L_9);
Transform_SetParent_m9BDD7B7476714B2D7919B10BDC22CE75C0A0A195(L_9, L_10, (bool)0, NULL);
// item.SetAdapter( adapter );
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_11 = V_0;
RuntimeObject* L_12 = __this->___adapter_11;
NullCheck(L_11);
ListItem_SetAdapter_m1803AD912C0AF6D5DFF1174084D94CF168BF11E0_inline(L_11, L_12, NULL);
}
IL_0052:
{
// ( (RectTransform) item.transform ).anchoredPosition = new Vector2( 1f, -index * itemHeight );
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_13 = V_0;
NullCheck(L_13);
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_14;
L_14 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(L_13, NULL);
int32_t L_15 = ___0_index;
float L_16 = __this->___itemHeight_6;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_17;
memset((&L_17), 0, sizeof(L_17));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_17), (1.0f), ((float)il2cpp_codegen_multiply(((float)((-L_15))), L_16)), /*hidden argument*/NULL);
NullCheck(((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_14, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)));
RectTransform_set_anchoredPosition_mF903ACE04F6959B1CD67E2B94FABC0263068F965(((RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5*)CastclassSealed((RuntimeObject*)L_14, RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5_il2cpp_TypeInfo_var)), L_17, NULL);
// items[index] = item;
Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* L_18 = __this->___items_9;
int32_t L_19 = ___0_index;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_20 = V_0;
NullCheck(L_18);
Dictionary_2_set_Item_m7A87FE6684BC522309696445F66237AAD2D50827(L_18, L_19, L_20, Dictionary_2_set_Item_m7A87FE6684BC522309696445F66237AAD2D50827_RuntimeMethod_var);
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::DestroyItemsBetweenIndices(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_DestroyItemsBetweenIndices_m28F635E7219C4C10E6E39FF007655C4F529369D8 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_topIndex, int32_t ___1_bottomIndex, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mD9EE743EA81C0D6BD49D98ED4F5780142A7FFB28_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* V_1 = NULL;
{
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_0 = ___0_topIndex;
V_0 = L_0;
goto IL_002d;
}
IL_0004:
{
// ListItem item = items[i];
Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* L_1 = __this->___items_9;
int32_t L_2 = V_0;
NullCheck(L_1);
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_3;
L_3 = Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58(L_1, L_2, Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58_RuntimeMethod_var);
V_1 = L_3;
// item.gameObject.SetActive( false );
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_4 = V_1;
NullCheck(L_4);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_5;
L_5 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_4, NULL);
NullCheck(L_5);
GameObject_SetActive_m638E92E1E75E519E5B24CF150B08CA8E0CDFAB92(L_5, (bool)0, NULL);
// pooledItems.Push( item );
Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* L_6 = __this->___pooledItems_10;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_7 = V_1;
NullCheck(L_6);
Stack_1_Push_mD9EE743EA81C0D6BD49D98ED4F5780142A7FFB28(L_6, L_7, Stack_1_Push_mD9EE743EA81C0D6BD49D98ED4F5780142A7FFB28_RuntimeMethod_var);
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_002d:
{
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_9 = V_0;
int32_t L_10 = ___1_bottomIndex;
if ((((int32_t)L_9) <= ((int32_t)L_10)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::UpdateItemContentsBetweenIndices(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_UpdateItemContentsBetweenIndices_m0E70EA7697E8AC97244265F6BF2754470410CF4F (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, int32_t ___0_topIndex, int32_t ___1_bottomIndex, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* V_1 = NULL;
{
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_0 = ___0_topIndex;
V_0 = L_0;
goto IL_0028;
}
IL_0004:
{
// ListItem item = items[i];
Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* L_1 = __this->___items_9;
int32_t L_2 = V_0;
NullCheck(L_1);
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_3;
L_3 = Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58(L_1, L_2, Dictionary_2_get_Item_m0E1C03676D4E791872A99AB041C306C8B902EB58_RuntimeMethod_var);
V_1 = L_3;
// item.Position = i;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_4 = V_1;
int32_t L_5 = V_0;
NullCheck(L_4);
ListItem_set_Position_m418B3AB7AE5529DD304CA048D3C3012849DFEAC3_inline(L_4, L_5, NULL);
// adapter.SetItemContent( item );
RuntimeObject* L_6 = __this->___adapter_11;
ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* L_7 = V_1;
NullCheck(L_6);
InterfaceActionInvoker1< ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* >::Invoke(5 /* System.Void SimpleFileBrowser.IListViewAdapter::SetItemContent(SimpleFileBrowser.ListItem) */, IListViewAdapter_t0C56A476D633EE59CF37ECDAA6BF0AC594C77AF6_il2cpp_TypeInfo_var, L_6, L_7);
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0028:
{
// for( int i = topIndex; i <= bottomIndex; i++ )
int32_t L_9 = V_0;
int32_t L_10 = ___1_bottomIndex;
if ((((int32_t)L_9) <= ((int32_t)L_10)))
{
goto IL_0004;
}
}
{
// }
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView__ctor_m10EA302D51AB4A0C521E642C1D45217946502EF8 (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mB70BDA2D428588C94AC1C399CEC6CADAE6371FE7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m8E7BCB8B45FC4751476B177A619B2686668DB34E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// private readonly Dictionary<int, ListItem> items = new Dictionary<int, ListItem>();
Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA* L_0 = (Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA*)il2cpp_codegen_object_new(Dictionary_2_t0621E02366D48905CF6F8CC02D6E7E2B3D8478FA_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_mB70BDA2D428588C94AC1C399CEC6CADAE6371FE7(L_0, Dictionary_2__ctor_mB70BDA2D428588C94AC1C399CEC6CADAE6371FE7_RuntimeMethod_var);
__this->___items_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___items_9), (void*)L_0);
// private readonly Stack<ListItem> pooledItems = new Stack<ListItem>();
Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78* L_1 = (Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78*)il2cpp_codegen_object_new(Stack_1_tBF7743628E262EA8EBA9E01EB37F7100FFC92E78_il2cpp_TypeInfo_var);
NullCheck(L_1);
Stack_1__ctor_m8E7BCB8B45FC4751476B177A619B2686668DB34E(L_1, Stack_1__ctor_m8E7BCB8B45FC4751476B177A619B2686668DB34E_RuntimeMethod_var);
__this->___pooledItems_10 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___pooledItems_10), (void*)L_1);
// private int currentTopIndex = -1, currentBottomIndex = -1;
__this->___currentTopIndex_12 = (-1);
// private int currentTopIndex = -1, currentBottomIndex = -1;
__this->___currentBottomIndex_13 = (-1);
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
// System.Void SimpleFileBrowser.RecycledListView::<Start>b__10_0(UnityEngine.Vector2)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecycledListView_U3CStartU3Eb__10_0_m9D297D1FB7516BBBB724598CEAD4B797BAB1211E (RecycledListView_tAC11EBE068D502DAE0E31A98843809F511199E35* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_pos, const RuntimeMethod* method)
{
{
// GetComponent<ScrollRect>().onValueChanged.AddListener( ( pos ) => UpdateItemsInTheList() );
RecycledListView_UpdateItemsInTheList_mB07D3C000F36B8624BF3C976062F0282F1A07735(__this, (bool)0, 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.Object MiniJSON.Json::Deserialize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Json_Deserialize_m20B6C20404B17D91C466790EDD4DFD5B687C2BB3 (String_t* ___0_json, const RuntimeMethod* method)
{
{
// if (json == null) {
String_t* L_0 = ___0_json;
if (L_0)
{
goto IL_0005;
}
}
{
// return null;
return NULL;
}
IL_0005:
{
// return Parser.Parse(json);
String_t* L_1 = ___0_json;
RuntimeObject* L_2;
L_2 = Parser_Parse_m048E00F05C588343625E4A1CD3D62038E17722F1(L_1, NULL);
return L_2;
}
}
// System.String MiniJSON.Json::Serialize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Json_Serialize_mB6F04E24EEDCE8B987E123C8EB4CB39B0DE0A338 (RuntimeObject* ___0_obj, const RuntimeMethod* method)
{
{
// return Serializer.Serialize(obj);
RuntimeObject* L_0 = ___0_obj;
String_t* L_1;
L_1 = Serializer_Serialize_m4BE25E76C9FAEE7FF83100AD8F13DC2349251887(L_0, NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean MiniJSON.Json/Parser::IsWordBreak(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_IsWordBreak_m76B748761F3D3C4CECCD0B7CF3A9A6A8082ADF4A (Il2CppChar ___0_c, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84C1E07F84B6E7BDCC02A904AFEC3BBD2CAE6EAA);
s_Il2CppMethodInitialized = true;
}
{
// return Char.IsWhiteSpace(c) || WORD_BREAK.IndexOf(c) != -1;
Il2CppChar L_0 = ___0_c;
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_0, NULL);
if (L_1)
{
goto IL_001a;
}
}
{
Il2CppChar L_2 = ___0_c;
NullCheck(_stringLiteral84C1E07F84B6E7BDCC02A904AFEC3BBD2CAE6EAA);
int32_t L_3;
L_3 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(_stringLiteral84C1E07F84B6E7BDCC02A904AFEC3BBD2CAE6EAA, L_2, NULL);
return (bool)((((int32_t)((((int32_t)L_3) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_001a:
{
return (bool)1;
}
}
// System.Void MiniJSON.Json/Parser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__ctor_m5F80E026C9D94E94EF918063572F0ACE937D6E62 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, String_t* ___0_jsonString, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// Parser(string jsonString) {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// json = new StringReader(jsonString);
String_t* L_0 = ___0_jsonString;
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_1 = (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)il2cpp_codegen_object_new(StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
NullCheck(L_1);
StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0(L_1, L_0, NULL);
__this->___json_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___json_1), (void*)L_1);
// }
return;
}
}
// System.Object MiniJSON.Json/Parser::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_Parse_m048E00F05C588343625E4A1CD3D62038E17722F1 (String_t* ___0_jsonString, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
// using (var instance = new Parser(jsonString)) {
String_t* L_0 = ___0_jsonString;
Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* L_1 = (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066*)il2cpp_codegen_object_new(Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066_il2cpp_TypeInfo_var);
NullCheck(L_1);
Parser__ctor_m5F80E026C9D94E94EF918063572F0ACE937D6E62(L_1, L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0010:
{// begin finally (depth: 1)
{
Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* L_2 = V_0;
if (!L_2)
{
goto IL_0019;
}
}
{
Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0019:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return instance.ParseValue();
Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* L_4 = V_0;
NullCheck(L_4);
RuntimeObject* L_5;
L_5 = Parser_ParseValue_mA4C23822F44634EA0944A828112D706B98AB0C61(L_4, NULL);
V_1 = L_5;
goto IL_001a;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_001a:
{
// }
RuntimeObject* L_6 = V_1;
return L_6;
}
}
// System.Void MiniJSON.Json/Parser::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_Dispose_m912B7F3C99DBEE37A3E5EA2C5F866DE2AFB7FA75 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
{
// json.Dispose();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_0 = __this->___json_1;
NullCheck(L_0);
TextReader_Dispose_mDCB332EFA06970A9CC7EC4596FCC5220B9512616(L_0, NULL);
// json = null;
__this->___json_1 = (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___json_1), (void*)(StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)NULL);
// }
return;
}
}
// System.Collections.Generic.Dictionary`2<System.String,System.Object> MiniJSON.Json/Parser::ParseObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* Parser_ParseObject_mCE27A97DD550BE01B8F50E0B5354A2FCF5B43349 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
// Dictionary<string, object> table = new Dictionary<string, object>();
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_0 = (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)il2cpp_codegen_object_new(Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710_il2cpp_TypeInfo_var);
NullCheck(L_0);
Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9(L_0, Dictionary_2__ctor_mC4F3DF292BAD88F4BF193C49CD689FAEBC4570A9_RuntimeMethod_var);
V_0 = L_0;
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_1 = __this->___json_1;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_1);
}
IL_0012:
{
// switch (NextToken) {
int32_t L_3;
L_3 = Parser_get_NextToken_m34C299688A8015C06F6BB7068C84D6FE7A68A747(__this, NULL);
V_2 = L_3;
int32_t L_4 = V_2;
if (!L_4)
{
goto IL_0026;
}
}
{
int32_t L_5 = V_2;
if ((((int32_t)L_5) == ((int32_t)2)))
{
goto IL_0028;
}
}
{
int32_t L_6 = V_2;
if ((((int32_t)L_6) == ((int32_t)6)))
{
goto IL_0012;
}
}
{
goto IL_002a;
}
IL_0026:
{
// return null;
return (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)NULL;
}
IL_0028:
{
// return table;
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_7 = V_0;
return L_7;
}
IL_002a:
{
// string name = ParseString();
String_t* L_8;
L_8 = Parser_ParseString_m875C2B5594D3C6A50C8166D7444A1EED5372CF85(__this, NULL);
V_1 = L_8;
// if (name == null) {
String_t* L_9 = V_1;
if (L_9)
{
goto IL_0036;
}
}
{
// return null;
return (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)NULL;
}
IL_0036:
{
// if (NextToken != TOKEN.COLON) {
int32_t L_10;
L_10 = Parser_get_NextToken_m34C299688A8015C06F6BB7068C84D6FE7A68A747(__this, NULL);
if ((((int32_t)L_10) == ((int32_t)5)))
{
goto IL_0041;
}
}
{
// return null;
return (Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710*)NULL;
}
IL_0041:
{
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_11 = __this->___json_1;
NullCheck(L_11);
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_11);
// table[name] = ParseValue();
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_13 = V_0;
String_t* L_14 = V_1;
RuntimeObject* L_15;
L_15 = Parser_ParseValue_mA4C23822F44634EA0944A828112D706B98AB0C61(__this, NULL);
NullCheck(L_13);
Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341(L_13, L_14, L_15, Dictionary_2_set_Item_m7CCA97075B48AFB2B97E5A072B94BC7679374341_RuntimeMethod_var);
// break;
goto IL_0012;
}
}
// System.Collections.Generic.List`1<System.Object> MiniJSON.Json/Parser::ParseArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* Parser_ParseArray_mFB0A61F43183970F6D05E94BDF8860371C715591 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
{
// List<object> array = new List<object>();
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_0 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_0, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
V_0 = L_0;
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_1 = __this->___json_1;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_1);
// var parsing = true;
V_1 = (bool)1;
goto IL_003f;
}
IL_0016:
{
// TOKEN nextToken = NextToken;
int32_t L_3;
L_3 = Parser_get_NextToken_m34C299688A8015C06F6BB7068C84D6FE7A68A747(__this, NULL);
V_2 = L_3;
int32_t L_4 = V_2;
if (!L_4)
{
goto IL_002a;
}
}
{
int32_t L_5 = V_2;
if ((((int32_t)L_5) == ((int32_t)4)))
{
goto IL_002c;
}
}
{
int32_t L_6 = V_2;
if ((((int32_t)L_6) == ((int32_t)6)))
{
goto IL_003f;
}
}
{
goto IL_0030;
}
IL_002a:
{
// return null;
return (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)NULL;
}
IL_002c:
{
// parsing = false;
V_1 = (bool)0;
// break;
goto IL_003f;
}
IL_0030:
{
// object value = ParseByToken(nextToken);
int32_t L_7 = V_2;
RuntimeObject* L_8;
L_8 = Parser_ParseByToken_mD062F21DCF05ACF7D4939F0D5D4C9D214ED15D0F(__this, L_7, NULL);
V_3 = L_8;
// array.Add(value);
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_9 = V_0;
RuntimeObject* L_10 = V_3;
NullCheck(L_9);
List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_9, L_10, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var);
}
IL_003f:
{
// while (parsing) {
bool L_11 = V_1;
if (L_11)
{
goto IL_0016;
}
}
{
// return array;
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_12 = V_0;
return L_12;
}
}
// System.Object MiniJSON.Json/Parser::ParseValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_ParseValue_mA4C23822F44634EA0944A828112D706B98AB0C61 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// TOKEN nextToken = NextToken;
int32_t L_0;
L_0 = Parser_get_NextToken_m34C299688A8015C06F6BB7068C84D6FE7A68A747(__this, NULL);
V_0 = L_0;
// return ParseByToken(nextToken);
int32_t L_1 = V_0;
RuntimeObject* L_2;
L_2 = Parser_ParseByToken_mD062F21DCF05ACF7D4939F0D5D4C9D214ED15D0F(__this, L_1, NULL);
return L_2;
}
}
// System.Object MiniJSON.Json/Parser::ParseByToken(MiniJSON.Json/Parser/TOKEN)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_ParseByToken_mD062F21DCF05ACF7D4939F0D5D4C9D214ED15D0F (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, int32_t ___0_token, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___0_token;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 1)))
{
case 0:
{
goto IL_0044;
}
case 1:
{
goto IL_0062;
}
case 2:
{
goto IL_004b;
}
case 3:
{
goto IL_0062;
}
case 4:
{
goto IL_0062;
}
case 5:
{
goto IL_0062;
}
case 6:
{
goto IL_0036;
}
case 7:
{
goto IL_003d;
}
case 8:
{
goto IL_0052;
}
case 9:
{
goto IL_0059;
}
case 10:
{
goto IL_0060;
}
}
}
{
goto IL_0062;
}
IL_0036:
{
// return ParseString();
String_t* L_1;
L_1 = Parser_ParseString_m875C2B5594D3C6A50C8166D7444A1EED5372CF85(__this, NULL);
return L_1;
}
IL_003d:
{
// return ParseNumber();
RuntimeObject* L_2;
L_2 = Parser_ParseNumber_mFB791DAA1FC9AEABAA6E8CD067617AEE2CDE9512(__this, NULL);
return L_2;
}
IL_0044:
{
// return ParseObject();
Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* L_3;
L_3 = Parser_ParseObject_mCE27A97DD550BE01B8F50E0B5354A2FCF5B43349(__this, NULL);
return L_3;
}
IL_004b:
{
// return ParseArray();
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_4;
L_4 = Parser_ParseArray_mFB0A61F43183970F6D05E94BDF8860371C715591(__this, NULL);
return L_4;
}
IL_0052:
{
// return true;
bool L_5 = ((bool)1);
RuntimeObject* L_6 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_5);
return L_6;
}
IL_0059:
{
// return false;
bool L_7 = ((bool)0);
RuntimeObject* L_8 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_7);
return L_8;
}
IL_0060:
{
// return null;
return NULL;
}
IL_0062:
{
// return null;
return NULL;
}
}
// System.String MiniJSON.Json/Parser::ParseString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_ParseString_m875C2B5594D3C6A50C8166D7444A1EED5372CF85 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
Il2CppChar V_1 = 0x0;
bool V_2 = false;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL;
int32_t V_4 = 0;
{
// StringBuilder s = new StringBuilder();
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_1 = __this->___json_1;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_1);
// bool parsing = true;
V_2 = (bool)1;
goto IL_0137;
}
IL_0019:
{
// if (json.Peek() == -1) {
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_3 = __this->___json_1;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, L_3);
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
{
goto IL_002e;
}
}
{
// parsing = false;
V_2 = (bool)0;
// break;
goto IL_013d;
}
IL_002e:
{
// c = NextChar;
Il2CppChar L_5;
L_5 = Parser_get_NextChar_m800FCEF9B0C72DC84F739DBAC8CC12864D1AA430(__this, NULL);
V_1 = L_5;
Il2CppChar L_6 = V_1;
if ((((int32_t)L_6) == ((int32_t)((int32_t)34))))
{
goto IL_0044;
}
}
{
Il2CppChar L_7 = V_1;
if ((((int32_t)L_7) == ((int32_t)((int32_t)92))))
{
goto IL_004b;
}
}
{
goto IL_012f;
}
IL_0044:
{
// parsing = false;
V_2 = (bool)0;
// break;
goto IL_0137;
}
IL_004b:
{
// if (json.Peek() == -1) {
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_8 = __this->___json_1;
NullCheck(L_8);
int32_t L_9;
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, L_8);
if ((!(((uint32_t)L_9) == ((uint32_t)(-1)))))
{
goto IL_0060;
}
}
{
// parsing = false;
V_2 = (bool)0;
// break;
goto IL_0137;
}
IL_0060:
{
// c = NextChar;
Il2CppChar L_10;
L_10 = Parser_get_NextChar_m800FCEF9B0C72DC84F739DBAC8CC12864D1AA430(__this, NULL);
V_1 = L_10;
Il2CppChar L_11 = V_1;
if ((!(((uint32_t)L_11) <= ((uint32_t)((int32_t)92)))))
{
goto IL_0080;
}
}
{
Il2CppChar L_12 = V_1;
if ((((int32_t)L_12) == ((int32_t)((int32_t)34))))
{
goto IL_00b7;
}
}
{
Il2CppChar L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)((int32_t)47))))
{
goto IL_00b7;
}
}
{
Il2CppChar L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)92))))
{
goto IL_00b7;
}
}
{
goto IL_0137;
}
IL_0080:
{
Il2CppChar L_15 = V_1;
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)102)))))
{
goto IL_0094;
}
}
{
Il2CppChar L_16 = V_1;
if ((((int32_t)L_16) == ((int32_t)((int32_t)98))))
{
goto IL_00c1;
}
}
{
Il2CppChar L_17 = V_1;
if ((((int32_t)L_17) == ((int32_t)((int32_t)102))))
{
goto IL_00cb;
}
}
{
goto IL_0137;
}
IL_0094:
{
Il2CppChar L_18 = V_1;
if ((((int32_t)L_18) == ((int32_t)((int32_t)110))))
{
goto IL_00d6;
}
}
{
Il2CppChar L_19 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, ((int32_t)114))))
{
case 0:
{
goto IL_00e1;
}
case 1:
{
goto IL_0137;
}
case 2:
{
goto IL_00ec;
}
case 3:
{
goto IL_00f7;
}
}
}
{
goto IL_0137;
}
IL_00b7:
{
// s.Append(c);
StringBuilder_t* L_20 = V_0;
Il2CppChar L_21 = V_1;
NullCheck(L_20);
StringBuilder_t* L_22;
L_22 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_20, L_21, NULL);
// break;
goto IL_0137;
}
IL_00c1:
{
// s.Append('\b');
StringBuilder_t* L_23 = V_0;
NullCheck(L_23);
StringBuilder_t* L_24;
L_24 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_23, 8, NULL);
// break;
goto IL_0137;
}
IL_00cb:
{
// s.Append('\f');
StringBuilder_t* L_25 = V_0;
NullCheck(L_25);
StringBuilder_t* L_26;
L_26 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_25, ((int32_t)12), NULL);
// break;
goto IL_0137;
}
IL_00d6:
{
// s.Append('\n');
StringBuilder_t* L_27 = V_0;
NullCheck(L_27);
StringBuilder_t* L_28;
L_28 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_27, ((int32_t)10), NULL);
// break;
goto IL_0137;
}
IL_00e1:
{
// s.Append('\r');
StringBuilder_t* L_29 = V_0;
NullCheck(L_29);
StringBuilder_t* L_30;
L_30 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_29, ((int32_t)13), NULL);
// break;
goto IL_0137;
}
IL_00ec:
{
// s.Append('\t');
StringBuilder_t* L_31 = V_0;
NullCheck(L_31);
StringBuilder_t* L_32;
L_32 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_31, ((int32_t)9), NULL);
// break;
goto IL_0137;
}
IL_00f7:
{
// var hex = new char[4];
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)4);
V_3 = L_33;
// for (int i=0; i< 4; i++) {
V_4 = 0;
goto IL_0113;
}
IL_0103:
{
// hex[i] = NextChar;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = V_3;
int32_t L_35 = V_4;
Il2CppChar L_36;
L_36 = Parser_get_NextChar_m800FCEF9B0C72DC84F739DBAC8CC12864D1AA430(__this, NULL);
NullCheck(L_34);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(L_35), (Il2CppChar)L_36);
// for (int i=0; i< 4; i++) {
int32_t L_37 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_37, 1));
}
IL_0113:
{
// for (int i=0; i< 4; i++) {
int32_t L_38 = V_4;
if ((((int32_t)L_38) < ((int32_t)4)))
{
goto IL_0103;
}
}
{
// s.Append((char) Convert.ToInt32(new string(hex), 16));
StringBuilder_t* L_39 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_40 = V_3;
String_t* L_41;
L_41 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_40, NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int32_t L_42;
L_42 = Convert_ToInt32_mD1B3AFBDA26E52D0382434804364FEF8BA241FB4(L_41, ((int32_t)16), NULL);
NullCheck(L_39);
StringBuilder_t* L_43;
L_43 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_39, ((int32_t)(uint16_t)L_42), NULL);
// break;
goto IL_0137;
}
IL_012f:
{
// s.Append(c);
StringBuilder_t* L_44 = V_0;
Il2CppChar L_45 = V_1;
NullCheck(L_44);
StringBuilder_t* L_46;
L_46 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_44, L_45, NULL);
}
IL_0137:
{
// while (parsing) {
bool L_47 = V_2;
if (L_47)
{
goto IL_0019;
}
}
IL_013d:
{
// return s.ToString();
StringBuilder_t* L_48 = V_0;
NullCheck(L_48);
String_t* L_49;
L_49 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_48);
return L_49;
}
}
// System.Object MiniJSON.Json/Parser::ParseNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Parser_ParseNumber_mFB791DAA1FC9AEABAA6E8CD067617AEE2CDE9512 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
double V_1 = 0.0;
int64_t V_2 = 0;
{
// string number = NextWord;
String_t* L_0;
L_0 = Parser_get_NextWord_mA4DBE6A91BA864C8F7693937F89209E2E7D0220A(__this, NULL);
V_0 = L_0;
// if (number.IndexOf('.') == -1) {
String_t* L_1 = V_0;
NullCheck(L_1);
int32_t L_2;
L_2 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_1, ((int32_t)46), NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_0022;
}
}
{
// Int64.TryParse(number, out parsedInt);
String_t* L_3 = V_0;
bool L_4;
L_4 = Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2(L_3, (&V_2), NULL);
// return parsedInt;
int64_t L_5 = V_2;
int64_t L_6 = L_5;
RuntimeObject* L_7 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_6);
return L_7;
}
IL_0022:
{
// Double.TryParse(number, out parsedDouble);
String_t* L_8 = V_0;
bool L_9;
L_9 = Double_TryParse_m60AD55BC181D70F661BC2A2294E66B5466C3C018(L_8, (&V_1), NULL);
// return parsedDouble;
double L_10 = V_1;
double L_11 = L_10;
RuntimeObject* L_12 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_11);
return L_12;
}
}
// System.Void MiniJSON.Json/Parser::EatWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser_EatWhitespace_m912C05CB24F4164C96C7E431DF942EB1356285C7 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
goto IL_001c;
}
IL_0002:
{
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_0 = __this->___json_1;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_0);
// if (json.Peek() == -1) {
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_2 = __this->___json_1;
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, L_2);
if ((((int32_t)L_3) == ((int32_t)(-1))))
{
goto IL_0029;
}
}
IL_001c:
{
// while (Char.IsWhiteSpace(PeekChar)) {
Il2CppChar L_4;
L_4 = Parser_get_PeekChar_mA1EAD1C91D69B29C281D03976BDCD15E2B4411E5(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_4, NULL);
if (L_5)
{
goto IL_0002;
}
}
IL_0029:
{
// }
return;
}
}
// System.Char MiniJSON.Json/Parser::get_PeekChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_PeekChar_mA1EAD1C91D69B29C281D03976BDCD15E2B4411E5 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return Convert.ToChar(json.Peek());
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_0 = __this->___json_1;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, L_0);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Il2CppChar L_2;
L_2 = Convert_ToChar_mF1B1B205DDEFDE52251235514E7DAFCAB37D1F24(L_1, NULL);
return L_2;
}
}
// System.Char MiniJSON.Json/Parser::get_NextChar()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Parser_get_NextChar_m800FCEF9B0C72DC84F739DBAC8CC12864D1AA430 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return Convert.ToChar(json.Read());
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_0 = __this->___json_1;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_0);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Il2CppChar L_2;
L_2 = Convert_ToChar_mF1B1B205DDEFDE52251235514E7DAFCAB37D1F24(L_1, NULL);
return L_2;
}
}
// System.String MiniJSON.Json/Parser::get_NextWord()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Parser_get_NextWord_mA4DBE6A91BA864C8F7693937F89209E2E7D0220A (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
{
// StringBuilder word = new StringBuilder();
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
goto IL_0023;
}
IL_0008:
{
// word.Append(NextChar);
StringBuilder_t* L_1 = V_0;
Il2CppChar L_2;
L_2 = Parser_get_NextChar_m800FCEF9B0C72DC84F739DBAC8CC12864D1AA430(__this, NULL);
NullCheck(L_1);
StringBuilder_t* L_3;
L_3 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_1, L_2, NULL);
// if (json.Peek() == -1) {
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_4 = __this->___json_1;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, L_4);
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_0030;
}
}
IL_0023:
{
// while (!IsWordBreak(PeekChar)) {
Il2CppChar L_6;
L_6 = Parser_get_PeekChar_mA1EAD1C91D69B29C281D03976BDCD15E2B4411E5(__this, NULL);
bool L_7;
L_7 = Parser_IsWordBreak_m76B748761F3D3C4CECCD0B7CF3A9A6A8082ADF4A(L_6, NULL);
if (!L_7)
{
goto IL_0008;
}
}
IL_0030:
{
// return word.ToString();
StringBuilder_t* L_8 = V_0;
NullCheck(L_8);
String_t* L_9;
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
return L_9;
}
}
// MiniJSON.Json/Parser/TOKEN MiniJSON.Json/Parser::get_NextToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Parser_get_NextToken_m34C299688A8015C06F6BB7068C84D6FE7A68A747 (Parser_tBB602823FB0EE19E5307623D0E0A2465F4BB1066* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
String_t* V_1 = NULL;
{
// EatWhitespace();
Parser_EatWhitespace_m912C05CB24F4164C96C7E431DF942EB1356285C7(__this, NULL);
// if (json.Peek() == -1) {
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_0 = __this->___json_1;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.IO.TextReader::Peek() */, L_0);
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_0016;
}
}
{
// return TOKEN.NONE;
return (int32_t)(0);
}
IL_0016:
{
// switch (PeekChar) {
Il2CppChar L_2;
L_2 = Parser_get_PeekChar_mA1EAD1C91D69B29C281D03976BDCD15E2B4411E5(__this, NULL);
V_0 = L_2;
Il2CppChar L_3 = V_0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)91)))))
{
goto IL_0096;
}
}
{
Il2CppChar L_4 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)34))))
{
case 0:
{
goto IL_00d5;
}
case 1:
{
goto IL_00db;
}
case 2:
{
goto IL_00db;
}
case 3:
{
goto IL_00db;
}
case 4:
{
goto IL_00db;
}
case 5:
{
goto IL_00db;
}
case 6:
{
goto IL_00db;
}
case 7:
{
goto IL_00db;
}
case 8:
{
goto IL_00db;
}
case 9:
{
goto IL_00db;
}
case 10:
{
goto IL_00c7;
}
case 11:
{
goto IL_00d9;
}
case 12:
{
goto IL_00db;
}
case 13:
{
goto IL_00db;
}
case 14:
{
goto IL_00d9;
}
case 15:
{
goto IL_00d9;
}
case 16:
{
goto IL_00d9;
}
case 17:
{
goto IL_00d9;
}
case 18:
{
goto IL_00d9;
}
case 19:
{
goto IL_00d9;
}
case 20:
{
goto IL_00d9;
}
case 21:
{
goto IL_00d9;
}
case 22:
{
goto IL_00d9;
}
case 23:
{
goto IL_00d9;
}
case 24:
{
goto IL_00d7;
}
}
}
{
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)91))))
{
goto IL_00b7;
}
}
{
goto IL_00db;
}
IL_0096:
{
Il2CppChar L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)93))))
{
goto IL_00b9;
}
}
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)123))))
{
goto IL_00a7;
}
}
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)125))))
{
goto IL_00a9;
}
}
{
goto IL_00db;
}
IL_00a7:
{
// return TOKEN.CURLY_OPEN;
return (int32_t)(1);
}
IL_00a9:
{
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_9 = __this->___json_1;
NullCheck(L_9);
int32_t L_10;
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_9);
// return TOKEN.CURLY_CLOSE;
return (int32_t)(2);
}
IL_00b7:
{
// return TOKEN.SQUARED_OPEN;
return (int32_t)(3);
}
IL_00b9:
{
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_11 = __this->___json_1;
NullCheck(L_11);
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_11);
// return TOKEN.SQUARED_CLOSE;
return (int32_t)(4);
}
IL_00c7:
{
// json.Read();
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_13 = __this->___json_1;
NullCheck(L_13);
int32_t L_14;
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.IO.TextReader::Read() */, L_13);
// return TOKEN.COMMA;
return (int32_t)(6);
}
IL_00d5:
{
// return TOKEN.STRING;
return (int32_t)(7);
}
IL_00d7:
{
// return TOKEN.COLON;
return (int32_t)(5);
}
IL_00d9:
{
// return TOKEN.NUMBER;
return (int32_t)(8);
}
IL_00db:
{
// switch (NextWord) {
String_t* L_15;
L_15 = Parser_get_NextWord_mA4DBE6A91BA864C8F7693937F89209E2E7D0220A(__this, NULL);
V_1 = L_15;
String_t* L_16 = V_1;
bool L_17;
L_17 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_16, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL);
if (L_17)
{
goto IL_010b;
}
}
{
String_t* L_18 = V_1;
bool L_19;
L_19 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL);
if (L_19)
{
goto IL_010e;
}
}
{
String_t* L_20 = V_1;
bool L_21;
L_21 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_20, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, NULL);
if (L_21)
{
goto IL_0111;
}
}
{
goto IL_0114;
}
IL_010b:
{
// return TOKEN.FALSE;
return (int32_t)(((int32_t)10));
}
IL_010e:
{
// return TOKEN.TRUE;
return (int32_t)(((int32_t)9));
}
IL_0111:
{
// return TOKEN.NULL;
return (int32_t)(((int32_t)11));
}
IL_0114:
{
// return TOKEN.NONE;
return (int32_t)(0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MiniJSON.Json/Serializer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer__ctor_m9DA8616EA7E0284CA21D5B6665D7798875D52A29 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// Serializer() {
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
// builder = new StringBuilder();
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
__this->___builder_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___builder_0), (void*)L_0);
// }
return;
}
}
// System.String MiniJSON.Json/Serializer::Serialize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Serializer_Serialize_m4BE25E76C9FAEE7FF83100AD8F13DC2349251887 (RuntimeObject* ___0_obj, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// var instance = new Serializer();
Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* L_0 = (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737*)il2cpp_codegen_object_new(Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737_il2cpp_TypeInfo_var);
NullCheck(L_0);
Serializer__ctor_m9DA8616EA7E0284CA21D5B6665D7798875D52A29(L_0, NULL);
// instance.SerializeValue(obj);
Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* L_1 = L_0;
RuntimeObject* L_2 = ___0_obj;
NullCheck(L_1);
Serializer_SerializeValue_m3B2D1698CC74A23CF8E1DE1829676590823459DC(L_1, L_2, NULL);
// return instance.builder.ToString();
NullCheck(L_1);
StringBuilder_t* L_3 = L_1->___builder_0;
NullCheck(L_3);
String_t* L_4;
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
return L_4;
}
}
// System.Void MiniJSON.Json/Serializer::SerializeValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeValue_m3B2D1698CC74A23CF8E1DE1829676590823459DC (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
String_t* V_2 = NULL;
StringBuilder_t* G_B7_0 = NULL;
StringBuilder_t* G_B6_0 = NULL;
String_t* G_B8_0 = NULL;
StringBuilder_t* G_B8_1 = NULL;
{
// if (value == null) {
RuntimeObject* L_0 = ___0_value;
if (L_0)
{
goto IL_0015;
}
}
{
// builder.Append("null");
StringBuilder_t* L_1 = __this->___builder_0;
NullCheck(L_1);
StringBuilder_t* L_2;
L_2 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_1, _stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174, NULL);
return;
}
IL_0015:
{
// } else if ((asStr = value as string) != null) {
RuntimeObject* L_3 = ___0_value;
String_t* L_4 = ((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var));
V_2 = L_4;
if (!L_4)
{
goto IL_0027;
}
}
{
// SerializeString(asStr);
String_t* L_5 = V_2;
Serializer_SerializeString_m3195D253DADD72083860BC3A85E82DDFEC958BA7(__this, L_5, NULL);
return;
}
IL_0027:
{
// } else if (value is bool) {
RuntimeObject* L_6 = ___0_value;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_6, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_0050;
}
}
{
// builder.Append((bool) value ? "true" : "false");
StringBuilder_t* L_7 = __this->___builder_0;
RuntimeObject* L_8 = ___0_value;
G_B6_0 = L_7;
if (((*(bool*)((bool*)(bool*)UnBox(L_8, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))))
{
G_B7_0 = L_7;
goto IL_0044;
}
}
{
G_B8_0 = _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB;
G_B8_1 = G_B6_0;
goto IL_0049;
}
IL_0044:
{
G_B8_0 = _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2;
G_B8_1 = G_B7_0;
}
IL_0049:
{
NullCheck(G_B8_1);
StringBuilder_t* L_9;
L_9 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(G_B8_1, G_B8_0, NULL);
return;
}
IL_0050:
{
// } else if ((asList = value as IList) != null) {
RuntimeObject* L_10 = ___0_value;
RuntimeObject* L_11 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var));
V_0 = L_11;
if (!L_11)
{
goto IL_0062;
}
}
{
// SerializeArray(asList);
RuntimeObject* L_12 = V_0;
Serializer_SerializeArray_m61D80EEDA84A38B6DBF53609B88CA57B00C77FE1(__this, L_12, NULL);
return;
}
IL_0062:
{
// } else if ((asDict = value as IDictionary) != null) {
RuntimeObject* L_13 = ___0_value;
RuntimeObject* L_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var));
V_1 = L_14;
if (!L_14)
{
goto IL_0074;
}
}
{
// SerializeObject(asDict);
RuntimeObject* L_15 = V_1;
Serializer_SerializeObject_m8B31489C19418217A903E21A210D76F370334FF3(__this, L_15, NULL);
return;
}
IL_0074:
{
// } else if (value is char) {
RuntimeObject* L_16 = ___0_value;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_16, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))
{
goto IL_008f;
}
}
{
// SerializeString(new string((char) value, 1));
RuntimeObject* L_17 = ___0_value;
String_t* L_18;
L_18 = String_CreateString_mAA0705B41B390BDB42F67894B9B67C956814C71B(NULL, ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_17, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var)))), 1, NULL);
Serializer_SerializeString_m3195D253DADD72083860BC3A85E82DDFEC958BA7(__this, L_18, NULL);
return;
}
IL_008f:
{
// SerializeOther(value);
RuntimeObject* L_19 = ___0_value;
Serializer_SerializeOther_mE8E1FF5662A69CBB95590F57A3EAB23CBCBDC711(__this, L_19, NULL);
// }
return;
}
}
// System.Void MiniJSON.Json/Serializer::SerializeObject(System.Collections.IDictionary)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeObject_m8B31489C19418217A903E21A210D76F370334FF3 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
// bool first = true;
V_0 = (bool)1;
// builder.Append('{');
StringBuilder_t* L_0 = __this->___builder_0;
NullCheck(L_0);
StringBuilder_t* L_1;
L_1 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_0, ((int32_t)123), NULL);
// foreach (object e in obj.Keys) {
RuntimeObject* L_2 = ___0_obj;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Collections.ICollection System.Collections.IDictionary::get_Keys() */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_2);
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_3);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0069:
{// begin finally (depth: 1)
{
RuntimeObject* L_5 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_6 = V_3;
if (!L_6)
{
goto IL_0079;
}
}
{
RuntimeObject* L_7 = V_3;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
}
IL_0079:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_005f_1;
}
IL_001e_1:
{
// foreach (object e in obj.Keys) {
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8);
V_2 = L_9;
// if (!first) {
bool L_10 = V_0;
if (L_10)
{
goto IL_0036_1;
}
}
{
// builder.Append(',');
StringBuilder_t* L_11 = __this->___builder_0;
NullCheck(L_11);
StringBuilder_t* L_12;
L_12 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_11, ((int32_t)44), NULL);
}
IL_0036_1:
{
// SerializeString(e.ToString());
RuntimeObject* L_13 = V_2;
NullCheck(L_13);
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
Serializer_SerializeString_m3195D253DADD72083860BC3A85E82DDFEC958BA7(__this, L_14, NULL);
// builder.Append(':');
StringBuilder_t* L_15 = __this->___builder_0;
NullCheck(L_15);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_15, ((int32_t)58), NULL);
// SerializeValue(obj[e]);
RuntimeObject* L_17 = ___0_obj;
RuntimeObject* L_18 = V_2;
NullCheck(L_17);
RuntimeObject* L_19;
L_19 = InterfaceFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(0 /* System.Object System.Collections.IDictionary::get_Item(System.Object) */, IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220_il2cpp_TypeInfo_var, L_17, L_18);
Serializer_SerializeValue_m3B2D1698CC74A23CF8E1DE1829676590823459DC(__this, L_19, NULL);
// first = false;
V_0 = (bool)0;
}
IL_005f_1:
{
// foreach (object e in obj.Keys) {
RuntimeObject* L_20 = V_1;
NullCheck(L_20);
bool L_21;
L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20);
if (L_21)
{
goto IL_001e_1;
}
}
{
goto IL_007a;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_007a:
{
// builder.Append('}');
StringBuilder_t* L_22 = __this->___builder_0;
NullCheck(L_22);
StringBuilder_t* L_23;
L_23 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_22, ((int32_t)125), NULL);
// }
return;
}
}
// System.Void MiniJSON.Json/Serializer::SerializeArray(System.Collections.IList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeArray_m61D80EEDA84A38B6DBF53609B88CA57B00C77FE1 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_anArray, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
// builder.Append('[');
StringBuilder_t* L_0 = __this->___builder_0;
NullCheck(L_0);
StringBuilder_t* L_1;
L_1 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_0, ((int32_t)91), NULL);
// bool first = true;
V_0 = (bool)1;
// foreach (object obj in anArray) {
RuntimeObject* L_2 = ___0_anArray;
NullCheck(L_2);
RuntimeObject* L_3;
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_2);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0044:
{// begin finally (depth: 1)
{
RuntimeObject* L_4 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_3;
if (!L_5)
{
goto IL_0054;
}
}
{
RuntimeObject* L_6 = V_3;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
}
IL_0054:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003a_1;
}
IL_0019_1:
{
// foreach (object obj in anArray) {
RuntimeObject* L_7 = V_1;
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
V_2 = L_8;
// if (!first) {
bool L_9 = V_0;
if (L_9)
{
goto IL_0031_1;
}
}
{
// builder.Append(',');
StringBuilder_t* L_10 = __this->___builder_0;
NullCheck(L_10);
StringBuilder_t* L_11;
L_11 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_10, ((int32_t)44), NULL);
}
IL_0031_1:
{
// SerializeValue(obj);
RuntimeObject* L_12 = V_2;
Serializer_SerializeValue_m3B2D1698CC74A23CF8E1DE1829676590823459DC(__this, L_12, NULL);
// first = false;
V_0 = (bool)0;
}
IL_003a_1:
{
// foreach (object obj in anArray) {
RuntimeObject* L_13 = V_1;
NullCheck(L_13);
bool L_14;
L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
if (L_14)
{
goto IL_0019_1;
}
}
{
goto IL_0055;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0055:
{
// builder.Append(']');
StringBuilder_t* L_15 = __this->___builder_0;
NullCheck(L_15);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_15, ((int32_t)93), NULL);
// }
return;
}
}
// System.Void MiniJSON.Json/Serializer::SerializeString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeString_m3195D253DADD72083860BC3A85E82DDFEC958BA7 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, String_t* ___0_str, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78F235D4291950A7D101307609C259F3E1F033F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE727BF366E3CC855B808D806440542BF7152AF19);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
int32_t V_3 = 0;
{
// builder.Append('\"');
StringBuilder_t* L_0 = __this->___builder_0;
NullCheck(L_0);
StringBuilder_t* L_1;
L_1 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_0, ((int32_t)34), NULL);
// char[] charArray = str.ToCharArray();
String_t* L_2 = ___0_str;
NullCheck(L_2);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3;
L_3 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_2, NULL);
// foreach (var c in charArray) {
V_0 = L_3;
V_1 = 0;
goto IL_012d;
}
IL_001c:
{
// foreach (var c in charArray) {
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_2 = L_7;
Il2CppChar L_8 = V_2;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, 8)))
{
case 0:
{
goto IL_007b;
}
case 1:
{
goto IL_00cd;
}
case 2:
{
goto IL_00a7;
}
case 3:
{
goto IL_00e0;
}
case 4:
{
goto IL_0091;
}
case 5:
{
goto IL_00ba;
}
}
}
{
Il2CppChar L_9 = V_2;
if ((((int32_t)L_9) == ((int32_t)((int32_t)34))))
{
goto IL_004f;
}
}
{
Il2CppChar L_10 = V_2;
if ((((int32_t)L_10) == ((int32_t)((int32_t)92))))
{
goto IL_0065;
}
}
{
goto IL_00e0;
}
IL_004f:
{
// builder.Append("\\\"");
StringBuilder_t* L_11 = __this->___builder_0;
NullCheck(L_11);
StringBuilder_t* L_12;
L_12 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_11, _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD, NULL);
// break;
goto IL_0129;
}
IL_0065:
{
// builder.Append("\\\\");
StringBuilder_t* L_13 = __this->___builder_0;
NullCheck(L_13);
StringBuilder_t* L_14;
L_14 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_13, _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE, NULL);
// break;
goto IL_0129;
}
IL_007b:
{
// builder.Append("\\b");
StringBuilder_t* L_15 = __this->___builder_0;
NullCheck(L_15);
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_15, _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9, NULL);
// break;
goto IL_0129;
}
IL_0091:
{
// builder.Append("\\f");
StringBuilder_t* L_17 = __this->___builder_0;
NullCheck(L_17);
StringBuilder_t* L_18;
L_18 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_17, _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122, NULL);
// break;
goto IL_0129;
}
IL_00a7:
{
// builder.Append("\\n");
StringBuilder_t* L_19 = __this->___builder_0;
NullCheck(L_19);
StringBuilder_t* L_20;
L_20 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_19, _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51, NULL);
// break;
goto IL_0129;
}
IL_00ba:
{
// builder.Append("\\r");
StringBuilder_t* L_21 = __this->___builder_0;
NullCheck(L_21);
StringBuilder_t* L_22;
L_22 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_21, _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F, NULL);
// break;
goto IL_0129;
}
IL_00cd:
{
// builder.Append("\\t");
StringBuilder_t* L_23 = __this->___builder_0;
NullCheck(L_23);
StringBuilder_t* L_24;
L_24 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_23, _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462, NULL);
// break;
goto IL_0129;
}
IL_00e0:
{
// int codepoint = Convert.ToInt32(c);
Il2CppChar L_25 = V_2;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
int32_t L_26;
L_26 = Convert_ToInt32_mDBBE9318A7CCE1560974CE93F5BFED9931CF0052(L_25, NULL);
V_3 = L_26;
// if ((codepoint >= 32) && (codepoint <= 126)) {
int32_t L_27 = V_3;
if ((((int32_t)L_27) < ((int32_t)((int32_t)32))))
{
goto IL_0100;
}
}
{
int32_t L_28 = V_3;
if ((((int32_t)L_28) > ((int32_t)((int32_t)126))))
{
goto IL_0100;
}
}
{
// builder.Append(c);
StringBuilder_t* L_29 = __this->___builder_0;
Il2CppChar L_30 = V_2;
NullCheck(L_29);
StringBuilder_t* L_31;
L_31 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_29, L_30, NULL);
goto IL_0129;
}
IL_0100:
{
// builder.Append("\\u");
StringBuilder_t* L_32 = __this->___builder_0;
NullCheck(L_32);
StringBuilder_t* L_33;
L_33 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_32, _stringLiteralDA666908BB15F4E1D2649752EC5DCBD0D5C64699, NULL);
// builder.Append(codepoint.ToString("x4"));
StringBuilder_t* L_34 = __this->___builder_0;
String_t* L_35;
L_35 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9((&V_3), _stringLiteralE727BF366E3CC855B808D806440542BF7152AF19, NULL);
NullCheck(L_34);
StringBuilder_t* L_36;
L_36 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_34, L_35, NULL);
}
IL_0129:
{
int32_t L_37 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
}
IL_012d:
{
// foreach (var c in charArray) {
int32_t L_38 = V_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = V_0;
NullCheck(L_39);
if ((((int32_t)L_38) < ((int32_t)((int32_t)(((RuntimeArray*)L_39)->max_length)))))
{
goto IL_001c;
}
}
{
// builder.Append('\"');
StringBuilder_t* L_40 = __this->___builder_0;
NullCheck(L_40);
StringBuilder_t* L_41;
L_41 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_40, ((int32_t)34), NULL);
// }
return;
}
}
// System.Void MiniJSON.Json/Serializer::SerializeOther(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Serializer_SerializeOther_mE8E1FF5662A69CBB95590F57A3EAB23CBCBDC711 (Serializer_t16AEC54B6E63D85814C071E746A18E35CFA86737* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
double V_1 = 0.0;
{
// if (value is float) {
RuntimeObject* L_0 = ___0_value;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_0, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
{
goto IL_0028;
}
}
{
// builder.Append(((float) value).ToString("R"));
StringBuilder_t* L_1 = __this->___builder_0;
RuntimeObject* L_2 = ___0_value;
V_0 = ((*(float*)((float*)(float*)UnBox(L_2, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
String_t* L_3;
L_3 = Single_ToString_m3F2C4433B6ADFA5ED8E3F14ED19CD23014E5179D((&V_0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, NULL);
NullCheck(L_1);
StringBuilder_t* L_4;
L_4 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_1, L_3, NULL);
return;
}
IL_0028:
{
// } else if (value is int
// || value is uint
// || value is long
// || value is sbyte
// || value is byte
// || value is short
// || value is ushort
// || value is ulong) {
RuntimeObject* L_5 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_5, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
{
goto IL_0068;
}
}
{
RuntimeObject* L_6 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_6, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))
{
goto IL_0068;
}
}
{
RuntimeObject* L_7 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
{
goto IL_0068;
}
}
{
RuntimeObject* L_8 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_8, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))
{
goto IL_0068;
}
}
{
RuntimeObject* L_9 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))
{
goto IL_0068;
}
}
{
RuntimeObject* L_10 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_10, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
{
goto IL_0068;
}
}
{
RuntimeObject* L_11 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_11, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))
{
goto IL_0068;
}
}
{
RuntimeObject* L_12 = ___0_value;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_12, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))
{
goto IL_0076;
}
}
IL_0068:
{
// builder.Append(value);
StringBuilder_t* L_13 = __this->___builder_0;
RuntimeObject* L_14 = ___0_value;
NullCheck(L_13);
StringBuilder_t* L_15;
L_15 = StringBuilder_Append_m3A7D629DAA5E0E36B8A617A911E34F79AF84AE63(L_13, L_14, NULL);
return;
}
IL_0076:
{
// } else if (value is double
// || value is decimal) {
RuntimeObject* L_16 = ___0_value;
if (((RuntimeObject*)IsInstSealed((RuntimeObject*)L_16, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_0086;
}
}
{
RuntimeObject* L_17 = ___0_value;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_17, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))
{
goto IL_00a6;
}
}
IL_0086:
{
// builder.Append(Convert.ToDouble(value).ToString("R"));
StringBuilder_t* L_18 = __this->___builder_0;
RuntimeObject* L_19 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
double L_20;
L_20 = Convert_ToDouble_m86FF4F837721833186E883102C056A35F0860EB0(L_19, NULL);
V_1 = L_20;
String_t* L_21;
L_21 = Double_ToString_m70EC76E1DAD7E8B5B47AF9292189BF3711B24B75((&V_1), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, NULL);
NullCheck(L_18);
StringBuilder_t* L_22;
L_22 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_18, L_21, NULL);
return;
}
IL_00a6:
{
// SerializeString(value.ToString());
RuntimeObject* L_23 = ___0_value;
NullCheck(L_23);
String_t* L_24;
L_24 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
Serializer_SerializeString_m3195D253DADD72083860BC3A85E82DDFEC958BA7(__this, L_24, NULL);
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean GoldenSDK.TimerBehaviour::get_running()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimerBehaviour_get_running_m88A3F82ABD53B901A847EA99E1CF8B6095CF0D18 (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// public bool running { get { return m_running; } }
bool L_0 = __this->___m_running_9;
return L_0;
}
}
// System.Boolean GoldenSDK.TimerBehaviour::get_autoDestroy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TimerBehaviour_get_autoDestroy_mB19AF5932FBC3B3047DE07BD85E47263D4C9FCC9 (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// public bool autoDestroy { get { return m_autoDestroy; } set { m_autoDestroy = value; } }
bool L_0 = __this->___m_autoDestroy_12;
return L_0;
}
}
// System.Void GoldenSDK.TimerBehaviour::set_autoDestroy(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_set_autoDestroy_mED3A03B0A4B90553CD69279482F6F1D7C56FBEA7 (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool autoDestroy { get { return m_autoDestroy; } set { m_autoDestroy = value; } }
bool L_0 = ___0_value;
__this->___m_autoDestroy_12 = L_0;
// public bool autoDestroy { get { return m_autoDestroy; } set { m_autoDestroy = value; } }
return;
}
}
// System.Int32 GoldenSDK.TimerBehaviour::get_currentCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimerBehaviour_get_currentCount_m0FCDAC2AAB79EECE7D9A7C752D320FA9095D0002 (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// public int currentCount { get { return m_currentCount; } }
int32_t L_0 = __this->___m_currentCount_10;
return L_0;
}
}
// System.Int32 GoldenSDK.TimerBehaviour::get_repeatCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimerBehaviour_get_repeatCount_m2E61BD95253E2404A0059B0BAC56AF1FF0705BFC (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// public int repeatCount { get { return m_repeatCount; } }
int32_t L_0 = __this->___m_repeatCount_11;
return L_0;
}
}
// System.Void GoldenSDK.TimerBehaviour::Awake()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_Awake_mED1B038EA2B0D67DCD484B58B930E7287F7B9B2F (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// if (!m_running) enabled = false;
bool L_0 = __this->___m_running_9;
if (L_0)
{
goto IL_000f;
}
}
{
// if (!m_running) enabled = false;
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(__this, (bool)0, NULL);
}
IL_000f:
{
// }
return;
}
}
// System.Void GoldenSDK.TimerBehaviour::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_Update_m0DEC065E6ED35A738090701873A19CB0E2ABAD9B (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* V_1 = NULL;
{
// float nowTime = Time.time;
float L_0;
L_0 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
V_0 = L_0;
goto IL_0087;
}
IL_0008:
{
// m_currentCount++;
int32_t L_1 = __this->___m_currentCount_10;
__this->___m_currentCount_10 = ((int32_t)il2cpp_codegen_add(L_1, 1));
// m_actionTime = m_actionTime + m_delay;
float L_2 = __this->___m_actionTime_6;
float L_3 = __this->___m_delay_5;
__this->___m_actionTime_6 = ((float)il2cpp_codegen_add(L_2, L_3));
// if (m_onUpdate != null) m_onUpdate.Invoke();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = __this->___m_onUpdate_7;
if (!L_4)
{
goto IL_003c;
}
}
{
// if (m_onUpdate != null) m_onUpdate.Invoke();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = __this->___m_onUpdate_7;
NullCheck(L_5);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_5, NULL);
}
IL_003c:
{
// if (m_repeatCount > 0 && m_currentCount >= m_repeatCount)
int32_t L_6 = __this->___m_repeatCount_11;
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_0087;
}
}
{
int32_t L_7 = __this->___m_currentCount_10;
int32_t L_8 = __this->___m_repeatCount_11;
if ((((int32_t)L_7) < ((int32_t)L_8)))
{
goto IL_0087;
}
}
{
// m_running = false;
__this->___m_running_9 = (bool)0;
// var onEnd = m_onEnd;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_9 = __this->___m_onEnd_8;
V_1 = L_9;
// m_onEnd = null;
__this->___m_onEnd_8 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_onEnd_8), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
// m_onUpdate = null;
__this->___m_onUpdate_7 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_onUpdate_7), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
// if (onEnd != null) onEnd.Invoke();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_10 = V_1;
if (!L_10)
{
goto IL_0078;
}
}
{
// if (onEnd != null) onEnd.Invoke();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_11 = V_1;
NullCheck(L_11);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_11, NULL);
}
IL_0078:
{
// if (m_autoDestroy) Destroy(this);
bool L_12 = __this->___m_autoDestroy_12;
if (!L_12)
{
goto IL_00a8;
}
}
{
// if (m_autoDestroy) Destroy(this);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(__this, NULL);
// break;
return;
}
IL_0087:
{
// while (m_running && m_actionTime > 0 && nowTime >= m_actionTime)
bool L_13 = __this->___m_running_9;
if (!L_13)
{
goto IL_00a8;
}
}
{
float L_14 = __this->___m_actionTime_6;
if ((!(((float)L_14) > ((float)(0.0f)))))
{
goto IL_00a8;
}
}
{
float L_15 = V_0;
float L_16 = __this->___m_actionTime_6;
if ((((float)L_15) >= ((float)L_16)))
{
goto IL_0008;
}
}
IL_00a8:
{
// }
return;
}
}
// GoldenSDK.TimerBehaviour GoldenSDK.TimerBehaviour::SetTimer(System.Action,System.Single,System.Int32,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* TimerBehaviour_SetTimer_mA76C457ACD024C6CD6F33444E60AA1B032C27B5D (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_onEnd, float ___1_delayTime, int32_t ___2_count, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___3_onUpdate, const RuntimeMethod* method)
{
{
// m_delay = delayTime;
float L_0 = ___1_delayTime;
__this->___m_delay_5 = L_0;
// m_onEnd = onEnd;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_1 = ___0_onEnd;
__this->___m_onEnd_8 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_onEnd_8), (void*)L_1);
// m_onUpdate = onUpdate;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_2 = ___3_onUpdate;
__this->___m_onUpdate_7 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_onUpdate_7), (void*)L_2);
// m_currentCount = 0;
__this->___m_currentCount_10 = 0;
// m_repeatCount = count;
int32_t L_3 = ___2_count;
__this->___m_repeatCount_11 = L_3;
// return this;
return __this;
}
}
// System.Void GoldenSDK.TimerBehaviour::ReStart()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_ReStart_mB1C07C37A82FB0100CBCA8C5017AA11A1954D97C (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// m_currentCount = 0;
__this->___m_currentCount_10 = 0;
// m_begin = Time.time;
float L_0;
L_0 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
__this->___m_begin_4 = L_0;
// m_actionTime = m_begin + m_delay;
float L_1 = __this->___m_begin_4;
float L_2 = __this->___m_delay_5;
__this->___m_actionTime_6 = ((float)il2cpp_codegen_add(L_1, L_2));
// m_running = true;
__this->___m_running_9 = (bool)1;
// enabled = true;
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void GoldenSDK.TimerBehaviour::ReStart(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_ReStart_mDADB0809E834A4C30B2EDAF27691A8B0562D988A (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, float ___0_delay, const RuntimeMethod* method)
{
{
// m_delay = delay;
float L_0 = ___0_delay;
__this->___m_delay_5 = L_0;
// ReStart();
TimerBehaviour_ReStart_mB1C07C37A82FB0100CBCA8C5017AA11A1954D97C(__this, NULL);
// }
return;
}
}
// System.Void GoldenSDK.TimerBehaviour::Play()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_Play_m313B984DBCB431F75AF574439BE411344606C73D (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// if (m_running) return;
bool L_0 = __this->___m_running_9;
if (!L_0)
{
goto IL_0009;
}
}
{
// if (m_running) return;
return;
}
IL_0009:
{
// m_begin = Time.time;
float L_1;
L_1 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
__this->___m_begin_4 = L_1;
// m_actionTime = m_begin + m_delay;
float L_2 = __this->___m_begin_4;
float L_3 = __this->___m_delay_5;
__this->___m_actionTime_6 = ((float)il2cpp_codegen_add(L_2, L_3));
// m_running = true;
__this->___m_running_9 = (bool)1;
// enabled = true;
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(__this, (bool)1, NULL);
// }
return;
}
}
// System.Void GoldenSDK.TimerBehaviour::Stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour_Stop_m38A7B9D5131712A58CA003047EB18C3F33F1ECEC (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// m_running = false;
__this->___m_running_9 = (bool)0;
// enabled = false;
Behaviour_set_enabled_mF1DCFE60EB09E0529FE9476CA804A3AA2D72B16A(__this, (bool)0, NULL);
// }
return;
}
}
// GoldenSDK.TimerBehaviour GoldenSDK.TimerBehaviour::SetTimeout(System.Action,System.Single,UnityEngine.GameObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* TimerBehaviour_SetTimeout_mDD12F4BA102578B5E7DA2569E71A14574534EB9C (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_onEnd, float ___1_delayTime, GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___2_target, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisTimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6_m856E0CD35A82368F042DE784E476A004D82CFB30_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
// TimerBehaviour timer = target.AddComponent<TimerBehaviour>();
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = ___2_target;
NullCheck(L_0);
TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* L_1;
L_1 = GameObject_AddComponent_TisTimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6_m856E0CD35A82368F042DE784E476A004D82CFB30(L_0, GameObject_AddComponent_TisTimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6_m856E0CD35A82368F042DE784E476A004D82CFB30_RuntimeMethod_var);
// timer.SetTimer(onEnd, delayTime, 1).Play();
TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* L_2 = L_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_3 = ___0_onEnd;
float L_4 = ___1_delayTime;
NullCheck(L_2);
TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* L_5;
L_5 = TimerBehaviour_SetTimer_mA76C457ACD024C6CD6F33444E60AA1B032C27B5D(L_2, L_3, L_4, 1, (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL, NULL);
NullCheck(L_5);
TimerBehaviour_Play_m313B984DBCB431F75AF574439BE411344606C73D(L_5, NULL);
// return timer;
return L_2;
}
}
// System.Collections.IEnumerator GoldenSDK.TimerBehaviour::DelayCall(System.Single,System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TimerBehaviour_DelayCall_mA09CC706D37E3995578DD80684AF69F848AAF837 (float ___0_time, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_onEnd, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* L_0 = (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099*)il2cpp_codegen_object_new(U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CDelayCallU3Ed__26__ctor_m3B24BFF255D168C30AB01DBEC710ED5A2B46F18D(L_0, 0, NULL);
U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* L_1 = L_0;
float L_2 = ___0_time;
NullCheck(L_1);
L_1->___time_2 = L_2;
U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* L_3 = L_1;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_4 = ___1_onEnd;
NullCheck(L_3);
L_3->___onEnd_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___onEnd_3), (void*)L_4);
return L_3;
}
}
// System.Void GoldenSDK.TimerBehaviour::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerBehaviour__ctor_m3613366595938E9F0F83C3EE596EEEBE7090B116 (TimerBehaviour_t884CE2AFC4EB006FFB5D64F6EF4275E03937FCE6* __this, const RuntimeMethod* method)
{
{
// private float m_actionTime = -1;
__this->___m_actionTime_6 = (-1.0f);
// private bool m_autoDestroy = true;
__this->___m_autoDestroy_12 = (bool)1;
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void GoldenSDK.TimerBehaviour/<DelayCall>d__26::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayCallU3Ed__26__ctor_m3B24BFF255D168C30AB01DBEC710ED5A2B46F18D (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___0_U3CU3E1__state;
__this->___U3CU3E1__state_0 = L_0;
return;
}
}
// System.Void GoldenSDK.TimerBehaviour/<DelayCall>d__26::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayCallU3Ed__26_System_IDisposable_Dispose_m2E4E001C3738C005768E053641C8B64C7C463F77 (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Boolean GoldenSDK.TimerBehaviour/<DelayCall>d__26::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CDelayCallU3Ed__26_MoveNext_m78A39CDBEFD4DEEE9693B1E0C1D5E4FCC44E6453 (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->___U3CU3E1__state_0;
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_0031;
}
}
{
return (bool)0;
}
IL_0010:
{
__this->___U3CU3E1__state_0 = (-1);
// yield return new WaitForSeconds(time);
float L_3 = __this->___time_2;
WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3* L_4 = (WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3*)il2cpp_codegen_object_new(WaitForSeconds_tF179DF251655B8DF044952E70A60DF4B358A3DD3_il2cpp_TypeInfo_var);
NullCheck(L_4);
WaitForSeconds__ctor_m579F95BADEDBAB4B3A7E302C6EE3995926EF2EFC(L_4, L_3, NULL);
__this->___U3CU3E2__current_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_4);
__this->___U3CU3E1__state_0 = 1;
return (bool)1;
}
IL_0031:
{
__this->___U3CU3E1__state_0 = (-1);
// onEnd.Invoke();
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_5 = __this->___onEnd_3;
NullCheck(L_5);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_5, NULL);
// }
return (bool)0;
}
}
// System.Object GoldenSDK.TimerBehaviour/<DelayCall>d__26::System.Collections.Generic.IEnumerator<System.Object>.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayCallU3Ed__26_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_m8CA06AE18B400837791150A2E9A3E2275B47EAD6 (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
// System.Void GoldenSDK.TimerBehaviour/<DelayCall>d__26::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CDelayCallU3Ed__26_System_Collections_IEnumerator_Reset_mEF4624E72F5A55B5F05C17D3F244D14ACC8DB88B (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* __this, const RuntimeMethod* method)
{
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_0);
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CDelayCallU3Ed__26_System_Collections_IEnumerator_Reset_mEF4624E72F5A55B5F05C17D3F244D14ACC8DB88B_RuntimeMethod_var)));
}
}
// System.Object GoldenSDK.TimerBehaviour/<DelayCall>d__26::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CDelayCallU3Ed__26_System_Collections_IEnumerator_get_Current_m37EFEE39413BD1D7929FB580526AA3A969AEF817 (U3CDelayCallU3Ed__26_t9D4459844BCB770AAE67422E148C5235D51E0099* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___U3CU3E2__current_1;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void GoldenSDK.UIColorTween::Start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_Start_m4CBD2D17BC7479A57492ED437FC80D34DD8E9756 (UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mFE18E20FC92395F90E776DBC4CD214A4F2D97D90_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if (m_img == null) m_img = GetComponent<Graphic>();
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = __this->___m_img_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
// if (m_img == null) m_img = GetComponent<Graphic>();
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_2;
L_2 = Component_GetComponent_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mFE18E20FC92395F90E776DBC4CD214A4F2D97D90(__this, Component_GetComponent_TisGraphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931_mFE18E20FC92395F90E776DBC4CD214A4F2D97D90_RuntimeMethod_var);
__this->___m_img_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_img_4), (void*)L_2);
}
IL_001a:
{
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::Update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_Update_m2A9D21737D9E7379CE41F8F4A44AF35E4A2B3794 (UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
float V_1 = 0.0f;
{
// if (!m_isRun) return;
bool L_0 = __this->___m_isRun_10;
if (L_0)
{
goto IL_0009;
}
}
{
// if (!m_isRun) return;
return;
}
IL_0009:
{
// float now = Time.time;
float L_1;
L_1 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
V_0 = L_1;
// if (now < m_begin + m_time)
float L_2 = V_0;
float L_3 = __this->___m_begin_9;
float L_4 = __this->___m_time_8;
if ((!(((float)L_2) < ((float)((float)il2cpp_codegen_add(L_3, L_4))))))
{
goto IL_0052;
}
}
{
// float val = ((now - m_begin) / m_time);
float L_5 = V_0;
float L_6 = __this->___m_begin_9;
float L_7 = __this->___m_time_8;
V_1 = ((float)(((float)il2cpp_codegen_subtract(L_5, L_6))/L_7));
// m_img.color = m_src + (m_offset * val);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_8 = __this->___m_img_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = __this->___m_src_5;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = __this->___m_offset_7;
float L_11 = V_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12;
L_12 = Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline(L_10, L_11, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
L_13 = Color_op_Addition_mA7A51CACA49ED8D23D3D9CA3A0092D32F657E053_inline(L_9, L_12, NULL);
NullCheck(L_8);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_8, L_13);
return;
}
IL_0052:
{
// m_img.color = m_dist;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_14 = __this->___m_img_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15 = __this->___m_dist_6;
NullCheck(L_14);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_14, L_15);
// m_isRun = false;
__this->___m_isRun_10 = (bool)0;
// Destroy(this);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(__this, NULL);
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::Tween(UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_Tween_mE6A52C3D6703D230FC2F6BD0630B53BEC5DE7F9C (UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_dist, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_src, float ___2_time, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// m_isRun = true;
__this->___m_isRun_10 = (bool)1;
// m_begin = Time.time;
float L_0;
L_0 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL);
__this->___m_begin_9 = L_0;
// m_time = time;
float L_1 = ___2_time;
__this->___m_time_8 = L_1;
// m_src = src;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_src;
__this->___m_src_5 = L_2;
// m_dist = dist;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___0_dist;
__this->___m_dist_6 = L_3;
// m_offset = m_dist - m_src;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = __this->___m_dist_6;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = __this->___m_src_5;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6;
L_6 = Color_op_Subtraction_mF003448D819F2A41405BB6D85F1563CDA900B07F_inline(L_4, L_5, NULL);
__this->___m_offset_7 = L_6;
// if (m_img != null) m_img.color = src;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_7 = __this->___m_img_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_8)
{
goto IL_0058;
}
}
{
// if (m_img != null) m_img.color = src;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_9 = __this->___m_img_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___1_src;
NullCheck(L_9);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_9, L_10);
}
IL_0058:
{
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::SetImg(UnityEngine.UI.Graphic)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_SetImg_m3C614F48EF3DBA7CD8D5FD9473F01D25C5931059 (UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* __this, Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// m_img = img;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = ___0_img;
__this->___m_img_4 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_img_4), (void*)L_0);
// if (m_isRun && m_img != null) m_img.color = m_src;
bool L_1 = __this->___m_isRun_10;
if (!L_1)
{
goto IL_002e;
}
}
{
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_2 = __this->___m_img_4;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_3)
{
goto IL_002e;
}
}
{
// if (m_isRun && m_img != null) m_img.color = m_src;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_4 = __this->___m_img_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = __this->___m_src_5;
NullCheck(L_4);
VirtualActionInvoker1< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(23 /* System.Void UnityEngine.UI.Graphic::set_color(UnityEngine.Color) */, L_4, L_5);
}
IL_002e:
{
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::ColorTo(UnityEngine.UI.Graphic,UnityEngine.Color,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_ColorTo_m7B14DDC6E2CF7E92790286007DCD8CEF95651FF7 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_dist, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_src, float ___3_time, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m552F4B8CD9C4ACCF87EEFD705707A9C1F66270B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m91883829E45DE147442FAD8084EA46A1E0ADB8BE_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* V_0 = NULL;
{
// if (img == null) return;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = ___0_img;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// if (img == null) return;
return;
}
IL_000a:
{
// var tween = img.GetComponent<UIColorTween>();
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_2 = ___0_img;
NullCheck(L_2);
UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* L_3;
L_3 = Component_GetComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m552F4B8CD9C4ACCF87EEFD705707A9C1F66270B9(L_2, Component_GetComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m552F4B8CD9C4ACCF87EEFD705707A9C1F66270B9_RuntimeMethod_var);
V_0 = L_3;
// if (tween == null)
UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_4, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_5)
{
goto IL_002d;
}
}
{
// tween = img.gameObject.AddComponent<UIColorTween>();
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_6 = ___0_img;
NullCheck(L_6);
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7;
L_7 = Component_get_gameObject_m57AEFBB14DB39EC476F740BA000E170355DE691B(L_6, NULL);
NullCheck(L_7);
UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* L_8;
L_8 = GameObject_AddComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m91883829E45DE147442FAD8084EA46A1E0ADB8BE(L_7, GameObject_AddComponent_TisUIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A_m91883829E45DE147442FAD8084EA46A1E0ADB8BE_RuntimeMethod_var);
V_0 = L_8;
// tween.SetImg(img);
UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* L_9 = V_0;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_10 = ___0_img;
NullCheck(L_9);
UIColorTween_SetImg_m3C614F48EF3DBA7CD8D5FD9473F01D25C5931059(L_9, L_10, NULL);
}
IL_002d:
{
// tween.Tween(dist, src, time);
UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* L_11 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___1_dist;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = ___2_src;
float L_14 = ___3_time;
NullCheck(L_11);
UIColorTween_Tween_mE6A52C3D6703D230FC2F6BD0630B53BEC5DE7F9C(L_11, L_12, L_13, L_14, NULL);
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::AlphaIn(UnityEngine.UI.Graphic,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_AlphaIn_m6BD627C124A28DA79F2E6778E363EFA8498617B1 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, float ___1_time, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (img == null) return;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = ___0_img;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// if (img == null) return;
return;
}
IL_000a:
{
// var c = img.color;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_2 = ___0_img;
NullCheck(L_2);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
L_3 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_2);
V_0 = L_3;
// if (c.a == 0) c.a = 1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = V_0;
float L_5 = L_4.___a_3;
if ((!(((float)L_5) == ((float)(0.0f)))))
{
goto IL_002a;
}
}
{
// if (c.a == 0) c.a = 1;
(&V_0)->___a_3 = (1.0f);
}
IL_002a:
{
// ColorTo(img, c, new Color(c.r, c.g, c.b, 0), time);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_6 = ___0_img;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_0;
float L_9 = L_8.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = V_0;
float L_11 = L_10.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = V_0;
float L_13 = L_12.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14;
memset((&L_14), 0, sizeof(L_14));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_14), L_9, L_11, L_13, (0.0f), /*hidden argument*/NULL);
float L_15 = ___1_time;
UIColorTween_ColorTo_m7B14DDC6E2CF7E92790286007DCD8CEF95651FF7(L_6, L_7, L_14, L_15, NULL);
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::AlphaIn(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_AlphaIn_mC4083A93A815C269F774A1388E56D8A3BEDE9C05 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_src, float ___2_time, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (img == null) return;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = ___0_img;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// if (img == null) return;
return;
}
IL_000a:
{
// var c = src;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_src;
V_0 = L_2;
// ColorTo(img, c, new Color(c.r, c.g, c.b, 0), time);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_3 = ___0_img;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = V_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_5 = V_0;
float L_6 = L_5.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = V_0;
float L_8 = L_7.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
float L_10 = L_9.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11;
memset((&L_11), 0, sizeof(L_11));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_11), L_6, L_8, L_10, (0.0f), /*hidden argument*/NULL);
float L_12 = ___2_time;
UIColorTween_ColorTo_m7B14DDC6E2CF7E92790286007DCD8CEF95651FF7(L_3, L_4, L_11, L_12, NULL);
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::AlphaOut(UnityEngine.UI.Graphic,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_AlphaOut_m55F912E7F49B343BCEE16D6204703795AC3DF9E1 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, float ___1_time, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (img == null) return;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = ___0_img;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// if (img == null) return;
return;
}
IL_000a:
{
// var c = img.color;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_2 = ___0_img;
NullCheck(L_2);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3;
L_3 = VirtualFuncInvoker0< Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(22 /* UnityEngine.Color UnityEngine.UI.Graphic::get_color() */, L_2);
V_0 = L_3;
// if (c.a == 0) c.a = 1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = V_0;
float L_5 = L_4.___a_3;
if ((!(((float)L_5) == ((float)(0.0f)))))
{
goto IL_002a;
}
}
{
// if (c.a == 0) c.a = 1;
(&V_0)->___a_3 = (1.0f);
}
IL_002a:
{
// ColorTo(img, new Color(c.r, c.g, c.b, 0), c, time);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_6 = ___0_img;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7 = V_0;
float L_8 = L_7.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
float L_10 = L_9.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11 = V_0;
float L_12 = L_11.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
memset((&L_13), 0, sizeof(L_13));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_13), L_8, L_10, L_12, (0.0f), /*hidden argument*/NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = V_0;
float L_15 = ___1_time;
UIColorTween_ColorTo_m7B14DDC6E2CF7E92790286007DCD8CEF95651FF7(L_6, L_13, L_14, L_15, NULL);
// }
return;
}
}
// System.Void GoldenSDK.UIColorTween::AlphaOut(UnityEngine.UI.Graphic,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween_AlphaOut_m14CA570D43222FC0E368792295919B37A76160D1 (Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* ___0_img, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_src, float ___2_time, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
// if (img == null) return;
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = ___0_img;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
// if (img == null) return;
return;
}
IL_000a:
{
// var c = src;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_src;
V_0 = L_2;
// ColorTo(img, new Color(c.r, c.g, c.b, 0), c, time);
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_3 = ___0_img;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = V_0;
float L_5 = L_4.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = V_0;
float L_7 = L_6.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_0;
float L_9 = L_8.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
memset((&L_10), 0, sizeof(L_10));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_10), L_5, L_7, L_9, (0.0f), /*hidden argument*/NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_11 = V_0;
float L_12 = ___2_time;
UIColorTween_ColorTo_m7B14DDC6E2CF7E92790286007DCD8CEF95651FF7(L_3, L_10, L_11, L_12, NULL);
// }
return;
}
}
// UnityEngine.Color GoldenSDK.UIColorTween::GetAlphaColor(UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F UIColorTween_GetAlphaColor_mA5C83DB310EF0DE21AA5640D8AB7440E3DE972C9 (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_color, float ___1_alpha, const RuntimeMethod* method)
{
{
// return new Color(color.r, color.g, color.b, alpha);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_color;
float L_1 = L_0.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___0_color;
float L_3 = L_2.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_color;
float L_5 = L_4.___b_2;
float L_6 = ___1_alpha;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
memset((&L_7), 0, sizeof(L_7));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_7), L_1, L_3, L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Void GoldenSDK.UIColorTween::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIColorTween__ctor_m9BDCC0F4FAA9A3194F570F0F0BAB726DD944B1F4 (UIColorTween_t032176A2895F6AE9A9D56B7CBE963F1010739E8A* __this, const RuntimeMethod* method)
{
{
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.AudioClip GoldenSDK.Audio.AudioClipEncoder::CreateClipFromRaw(System.Single[],System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* AudioClipEncoder_CreateClipFromRaw_mF04EAF0CC4DBD24422264CF66A13CD3D5CE9CCD6 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_sound, String_t* ___1_name, int32_t ___2_channels, int32_t ___3_frequency, const RuntimeMethod* method)
{
{
// UnityEngine.AudioClip ac = UnityEngine.AudioClip.Create(name, sound.Length, channels, frequency, false);
String_t* L_0 = ___1_name;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_sound;
NullCheck(L_1);
int32_t L_2 = ___2_channels;
int32_t L_3 = ___3_frequency;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_4;
L_4 = AudioClip_Create_mE8111F06981E42666B6A9A59D0A3EBE002D2CDFB(L_0, ((int32_t)(((RuntimeArray*)L_1)->max_length)), L_2, L_3, (bool)0, NULL);
// ac.SetData(sound, 0);
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_5 = L_4;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_6 = ___0_sound;
NullCheck(L_5);
bool L_7;
L_7 = AudioClip_SetData_m7B473C614C11953D746770F4F89B44600B5A6AF3(L_5, L_6, 0, NULL);
// return ac;
return L_5;
}
}
// UnityEngine.AudioClip GoldenSDK.Audio.AudioClipEncoder::CreateClipFromRaw(System.String,System.String,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* AudioClipEncoder_CreateClipFromRaw_mAA959EDC6CEFC6FA06849DE7E6D1A4A79F146E57 (String_t* ___0_code64, String_t* ___1_name, int32_t ___2_channels, int32_t ___3_frequency, bool ___4_useCompress, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// float[] sound = DecodeByteToFloat(Convert.FromBase64String(code64), useCompress: useCompress);
String_t* L_0 = ___0_code64;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1;
L_1 = Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C(L_0, NULL);
bool L_2 = ___4_useCompress;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3;
L_3 = AudioClipEncoder_DecodeByteToFloat_m4330D6C25163B075A7DA694D8693AF8ABBA3E9ED(L_1, L_2, NULL);
// return CreateClipFromRaw(sound, name, channels, frequency);
String_t* L_4 = ___1_name;
int32_t L_5 = ___2_channels;
int32_t L_6 = ___3_frequency;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_7;
L_7 = AudioClipEncoder_CreateClipFromRaw_mF04EAF0CC4DBD24422264CF66A13CD3D5CE9CCD6(L_3, L_4, L_5, L_6, NULL);
return L_7;
}
}
// UnityEngine.AudioClip GoldenSDK.Audio.AudioClipEncoder::CreateClipFromRaw(System.Byte[],System.String,System.Int32,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* AudioClipEncoder_CreateClipFromRaw_mA9C02189E363803C8A6653AD5401A4E362854F4C (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, String_t* ___1_name, int32_t ___2_channels, int32_t ___3_frequency, bool ___4_useCompress, const RuntimeMethod* method)
{
{
// float[] sound = DecodeByteToFloat(bytes, useCompress: useCompress);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_bytes;
bool L_1 = ___4_useCompress;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2;
L_2 = AudioClipEncoder_DecodeByteToFloat_m4330D6C25163B075A7DA694D8693AF8ABBA3E9ED(L_0, L_1, NULL);
// return CreateClipFromRaw(sound, name, channels, frequency);
String_t* L_3 = ___1_name;
int32_t L_4 = ___2_channels;
int32_t L_5 = ___3_frequency;
AudioClip_t5D272C4EB4F2D3ED49F1C346DEA373CF6D585F20* L_6;
L_6 = AudioClipEncoder_CreateClipFromRaw_mF04EAF0CC4DBD24422264CF66A13CD3D5CE9CCD6(L_2, L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::EncodeFloatToByte(System.Single[],System.Int32,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_EncodeFloatToByte_mD1EDDDF46D729236773F84C0B7577C85E4821B74 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_data, int32_t ___1_frequency, float ___2_scale, bool ___3_useCompress, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
{
// if (data == null) return null;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = ___0_data;
if (L_0)
{
goto IL_0005;
}
}
{
// if (data == null) return null;
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_0005:
{
// byte[] bytes = new byte[data.Length * 4];
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_data;
NullCheck(L_1);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_1)->max_length)), 4)));
V_0 = L_2;
// return EncodeFloatToByte(data, ref bytes, frequency, scale, useCompress);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3 = ___0_data;
int32_t L_4 = ___1_frequency;
float L_5 = ___2_scale;
bool L_6 = ___3_useCompress;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
L_7 = AudioClipEncoder_EncodeFloatToByte_mFAF462A1EA070B0A65D72F8D32C7EF9D1D224A76(L_3, (&V_0), L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::EncodeFloatToByte(System.Single[],System.Byte[]&,System.Int32,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_EncodeFloatToByte_mFAF462A1EA070B0A65D72F8D32C7EF9D1D224A76 (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_data, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** ___1_bytes, int32_t ___2_frequency, float ___3_scale, bool ___4_useCompress, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_4 = NULL;
{
// for (begin = 0; begin < data.Length; begin++) if (data[begin] != 0) break;
V_0 = 0;
goto IL_0012;
}
IL_0004:
{
// for (begin = 0; begin < data.Length; begin++) if (data[begin] != 0) break;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = ___0_data;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
float L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
if ((!(((float)L_3) == ((float)(0.0f)))))
{
goto IL_0018;
}
}
{
// for (begin = 0; begin < data.Length; begin++) if (data[begin] != 0) break;
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0012:
{
// for (begin = 0; begin < data.Length; begin++) if (data[begin] != 0) break;
int32_t L_5 = V_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_6 = ___0_data;
NullCheck(L_6);
if ((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))
{
goto IL_0004;
}
}
IL_0018:
{
// end = data.Length;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_7 = ___0_data;
NullCheck(L_7);
V_1 = ((int32_t)(((RuntimeArray*)L_7)->max_length));
// for (int i = begin; i < end; i++) data[i] *= scale;
int32_t L_8 = V_0;
V_3 = L_8;
goto IL_0030;
}
IL_0020:
{
// for (int i = begin; i < end; i++) data[i] *= scale;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = ___0_data;
int32_t L_10 = V_3;
NullCheck(L_9);
float* L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)));
float L_12 = *((float*)L_11);
float L_13 = ___3_scale;
*((float*)L_11) = (float)((float)il2cpp_codegen_multiply(L_12, L_13));
// for (int i = begin; i < end; i++) data[i] *= scale;
int32_t L_14 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0030:
{
// for (int i = begin; i < end; i++) data[i] *= scale;
int32_t L_15 = V_3;
int32_t L_16 = V_1;
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_0020;
}
}
{
// begin = (begin / frequency) * frequency;
int32_t L_17 = V_0;
int32_t L_18 = ___2_frequency;
int32_t L_19 = ___2_frequency;
V_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(L_17/L_18)), L_19));
// int len = end - begin;
int32_t L_20 = V_1;
int32_t L_21 = V_0;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_20, L_21));
// if (bytes == null || len * 4 != bytes.Length) bytes = new byte[len * 4];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_22 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_22);
if (!L_23)
{
goto IL_004b;
}
}
{
int32_t L_24 = V_2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_25 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_25);
NullCheck(L_26);
if ((((int32_t)((int32_t)il2cpp_codegen_multiply(L_24, 4))) == ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
{
goto IL_0055;
}
}
IL_004b:
{
// if (bytes == null || len * 4 != bytes.Length) bytes = new byte[len * 4];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_27 = ___1_bytes;
int32_t L_28 = V_2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_28, 4)));
*((RuntimeObject**)L_27) = (RuntimeObject*)L_29;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_29);
}
IL_0055:
{
// Buffer.BlockCopy(data, begin, bytes, 0, bytes.Length);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_30 = ___0_data;
int32_t L_31 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_32 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_32);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_34 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_34);
NullCheck(L_35);
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_30, L_31, (RuntimeArray*)L_33, 0, ((int32_t)(((RuntimeArray*)L_35)->max_length)), NULL);
// if (useCompress) { return bytes = Compress(bytes); }
bool L_36 = ___4_useCompress;
if (!L_36)
{
goto IL_0076;
}
}
{
// if (useCompress) { return bytes = Compress(bytes); }
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_37 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_38 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_38);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40;
L_40 = AudioClipEncoder_Compress_m1EE28D2AC2D74127269D0FF33CDB67C195C3E4E3(L_39, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = L_40;
V_4 = L_41;
*((RuntimeObject**)L_37) = (RuntimeObject*)L_41;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_37, (void*)(RuntimeObject*)L_41);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = V_4;
return L_42;
}
IL_0076:
{
// return bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** L_43 = ___1_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = *((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031**)L_43);
return L_44;
}
}
// System.Single[] GoldenSDK.Audio.AudioClipEncoder::DecodeByteToFloat(System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* AudioClipEncoder_DecodeByteToFloat_m4330D6C25163B075A7DA694D8693AF8ABBA3E9ED (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, bool ___1_useCompress, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* V_0 = NULL;
{
// float[] data = new float[bytes.Length / 4];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_bytes;
NullCheck(L_0);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((int32_t)(((RuntimeArray*)L_0)->max_length))/4)));
V_0 = L_1;
// return DecodeByteToFloat(bytes, ref data, useCompress);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_bytes;
bool L_3 = ___1_useCompress;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_4;
L_4 = AudioClipEncoder_DecodeByteToFloat_m7F161EF6A9DE121C0CD33BB7407BCDDF51A013C9(L_2, (&V_0), L_3, NULL);
return L_4;
}
}
// System.Single[] GoldenSDK.Audio.AudioClipEncoder::DecodeByteToFloat(System.Byte[],System.Single[]&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* AudioClipEncoder_DecodeByteToFloat_m7F161EF6A9DE121C0CD33BB7407BCDDF51A013C9 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** ___1_data, bool ___2_useCompress, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// if (bytes == null) { return null; }
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_bytes;
if (L_0)
{
goto IL_0005;
}
}
{
// if (bytes == null) { return null; }
return (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)NULL;
}
IL_0005:
{
// if (useCompress) { bytes = Decompress(bytes); }
bool L_1 = ___2_useCompress;
if (!L_1)
{
goto IL_0010;
}
}
{
// if (useCompress) { bytes = Decompress(bytes); }
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_bytes;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
L_3 = AudioClipEncoder_Decompress_m89431C6674A2F224B3A5D1991FEDB8EB7CA36C69(L_2, NULL);
___0_bytes = L_3;
}
IL_0010:
{
// if (data == null || bytes.Length / 4 != data.Length) data = new float[bytes.Length / 4];
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_4 = ___1_data;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_5 = *((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C**)L_4);
if (!L_5)
{
goto IL_001f;
}
}
{
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_bytes;
NullCheck(L_6);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_7 = ___1_data;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_8 = *((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C**)L_7);
NullCheck(L_8);
if ((((int32_t)((int32_t)(((int32_t)(((RuntimeArray*)L_6)->max_length))/4))) == ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
{
goto IL_002b;
}
}
IL_001f:
{
// if (data == null || bytes.Length / 4 != data.Length) data = new float[bytes.Length / 4];
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_9 = ___1_data;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___0_bytes;
NullCheck(L_10);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_11 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((int32_t)(((RuntimeArray*)L_10)->max_length))/4)));
*((RuntimeObject**)L_9) = (RuntimeObject*)L_11;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_11);
}
IL_002b:
{
// for (int i = 0; i < bytes.Length; i += 4) data[i / 4] = BitConverter.ToSingle(bytes, i);
V_0 = 0;
goto IL_0040;
}
IL_002f:
{
// for (int i = 0; i < bytes.Length; i += 4) data[i / 4] = BitConverter.ToSingle(bytes, i);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_12 = ___1_data;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_13 = *((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C**)L_12);
int32_t L_14 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_bytes;
int32_t L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
float L_17;
L_17 = BitConverter_ToSingle_m61C4AA4550F008C0F7681DFF8D6FAE889FA149FD(L_15, L_16, NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)(L_14/4))), (float)L_17);
// for (int i = 0; i < bytes.Length; i += 4) data[i / 4] = BitConverter.ToSingle(bytes, i);
int32_t L_18 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_18, 4));
}
IL_0040:
{
// for (int i = 0; i < bytes.Length; i += 4) data[i / 4] = BitConverter.ToSingle(bytes, i);
int32_t L_19 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___0_bytes;
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))
{
goto IL_002f;
}
}
{
// return data;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_21 = ___1_data;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_22 = *((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C**)L_21);
return L_22;
}
}
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::Compress(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_Compress_m1EE28D2AC2D74127269D0FF33CDB67C195C3E4E3 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_0 = NULL;
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_1 = NULL;
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* V_2 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
{
// using (var msi = new System.IO.MemoryStream(data))
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_1 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
NullCheck(L_1);
MemoryStream__ctor_m662CA0D5A0004A2E3B475FE8DCD687B654870AA2(L_1, L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003b:
{// begin finally (depth: 1)
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_2 = V_0;
if (!L_2)
{
goto IL_0044;
}
}
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0044:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// using (var mso = new System.IO.MemoryStream())
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_4 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
NullCheck(L_4);
MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_4, NULL);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0031_1:
{// begin finally (depth: 2)
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_5 = V_1;
if (!L_5)
{
goto IL_003a_1;
}
}
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_6 = V_1;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
}
IL_003a_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
// using (var gs = new System.IO.Compression.GZipStream(mso, System.IO.Compression.CompressionMode.Compress))
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_7 = V_1;
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_8 = (GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0*)il2cpp_codegen_object_new(GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
NullCheck(L_8);
GZipStream__ctor_m25053634B041374B528EB0F01612B072A9AF2E05(L_8, L_7, 1, NULL);
V_2 = L_8;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001e_2:
{// begin finally (depth: 3)
{
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_9 = V_2;
if (!L_9)
{
goto IL_0027_2;
}
}
{
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_10 = V_2;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
}
IL_0027_2:
{
return;
}
}// end finally (depth: 3)
});
try
{// begin try (depth: 3)
// CopyTo(msi, gs);
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_11 = V_0;
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_12 = V_2;
AudioClipEncoder_CopyTo_m6B115EF1E9B84FAF2C10D92FEFC97678A136FA5A(L_11, L_12, NULL);
// }
goto IL_0028_2;
}// end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0028_2:
{
// return mso.ToArray();
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_13 = V_1;
NullCheck(L_13);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14;
L_14 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(32 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_13);
V_3 = L_14;
goto IL_0045;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0045:
{
// }
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_3;
return L_15;
}
}
// System.Byte[] GoldenSDK.Audio.AudioClipEncoder::Decompress(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* AudioClipEncoder_Decompress_m89431C6674A2F224B3A5D1991FEDB8EB7CA36C69 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_0 = NULL;
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* V_1 = NULL;
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* V_2 = NULL;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
{
// using (var msi = new System.IO.MemoryStream(data))
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_data;
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_1 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
NullCheck(L_1);
MemoryStream__ctor_m662CA0D5A0004A2E3B475FE8DCD687B654870AA2(L_1, L_0, NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_003b:
{// begin finally (depth: 1)
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_2 = V_0;
if (!L_2)
{
goto IL_0044;
}
}
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0044:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// using (var mso = new System.IO.MemoryStream())
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_4 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
NullCheck(L_4);
MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_4, NULL);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0031_1:
{// begin finally (depth: 2)
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_5 = V_1;
if (!L_5)
{
goto IL_003a_1;
}
}
{
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_6 = V_1;
NullCheck(L_6);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
}
IL_003a_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
{
// using (var gs = new System.IO.Compression.GZipStream(msi, System.IO.Compression.CompressionMode.Decompress))
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_7 = V_0;
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_8 = (GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0*)il2cpp_codegen_object_new(GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
NullCheck(L_8);
GZipStream__ctor_m25053634B041374B528EB0F01612B072A9AF2E05(L_8, L_7, 0, NULL);
V_2 = L_8;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001e_2:
{// begin finally (depth: 3)
{
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_9 = V_2;
if (!L_9)
{
goto IL_0027_2;
}
}
{
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_10 = V_2;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
}
IL_0027_2:
{
return;
}
}// end finally (depth: 3)
});
try
{// begin try (depth: 3)
// CopyTo(gs, mso);
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_11 = V_2;
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_12 = V_1;
AudioClipEncoder_CopyTo_m6B115EF1E9B84FAF2C10D92FEFC97678A136FA5A(L_11, L_12, NULL);
// }
goto IL_0028_2;
}// end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0028_2:
{
// return mso.ToArray();
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_13 = V_1;
NullCheck(L_13);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14;
L_14 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(32 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_13);
V_3 = L_14;
goto IL_0045;
}
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0045:
{
// }
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = V_3;
return L_15;
}
}
// System.Void GoldenSDK.Audio.AudioClipEncoder::CopyTo(System.IO.Stream,System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AudioClipEncoder_CopyTo_m6B115EF1E9B84FAF2C10D92FEFC97678A136FA5A (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_src, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_dest, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
int32_t V_1 = 0;
{
// byte[] bytes = new byte[4096];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
V_0 = L_0;
goto IL_0016;
}
IL_000d:
{
// dest.Write(bytes, 0, cnt);
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_dest;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_1);
VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(26 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, 0, L_3);
}
IL_0016:
{
// while ((cnt = src.Read(bytes, 0, bytes.Length)) != 0)
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = ___0_src;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
NullCheck(L_6);
NullCheck(L_4);
int32_t L_7;
L_7 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(23 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)(((RuntimeArray*)L_6)->max_length)));
int32_t L_8 = L_7;
V_1 = L_8;
if (L_8)
{
goto IL_000d;
}
}
{
// }
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m6EA1F233618497AEFF8902A5EDFA24C74E2F2876 (String_t* ___0_s, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
String_t* L_0 = ___0_s;
if (!L_0)
{
goto IL_002a;
}
}
{
V_0 = ((int32_t)-2128831035);
V_1 = 0;
goto IL_0021;
}
IL_000d:
{
String_t* L_1 = ___0_s;
int32_t L_2 = V_1;
NullCheck(L_1);
Il2CppChar L_3;
L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL);
uint32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)((int32_t)L_3^(int32_t)L_4)), ((int32_t)16777619)));
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0021:
{
int32_t L_6 = V_1;
String_t* L_7 = ___0_s;
NullCheck(L_7);
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
if ((((int32_t)L_6) < ((int32_t)L_8)))
{
goto IL_000d;
}
}
IL_002a:
{
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
#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_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextToSpeech_set_audioSource_mB770C4BEC940AB6701CF0BD04D49480FCFF2FE57_inline (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* ___0_value, const RuntimeMethod* method)
{
{
// public AudioSource audioSource { get; private set; }
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_0 = ___0_value;
__this->___U3CaudioSourceU3Ek__BackingField_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CaudioSourceU3Ek__BackingField_10), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* TextToSpeech_get_audioSource_m73E1FEE83047A5FEA445FD161285253D5A965EB4_inline (TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* __this, const RuntimeMethod* method)
{
{
// public AudioSource audioSource { get; private set; }
AudioSource_t871AC2272F896738252F04EE949AEF5B241D3299* L_0 = __this->___U3CaudioSourceU3Ek__BackingField_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Addition_m78C0EC70CB66E8DCAC225743D82B268DAEE92067_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
float L_3 = L_2.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
float L_5 = L_4.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
float L_7 = L_6.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
float L_9 = L_8.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
float L_11 = L_10.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
float L_1 = L_0.___x_2;
float L_2 = ___1_d;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
float L_4 = L_3.___y_3;
float L_5 = ___1_d;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
float L_7 = L_6.___z_4;
float L_8 = ___1_d;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
memset((&L_9), 0, sizeof(L_9));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), /*hidden argument*/NULL);
V_0 = L_9;
goto IL_0021;
}
IL_0021:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
return L_10;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m5F87930F9B0828E5652E2D9D01ED907C01122C86_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_2 = L_0;
float L_1 = ___1_y;
__this->___y_3 = L_1;
__this->___z_4 = (0.0f);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Subtraction_mE42023FF80067CB44A1D4A27EB7CF2B24CABB828_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_b, const RuntimeMethod* method)
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
float L_1 = L_0.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_b;
float L_3 = L_2.___x_2;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_a;
float L_5 = L_4.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_b;
float L_7 = L_6.___y_3;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_a;
float L_9 = L_8.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_b;
float L_11 = L_10.___z_4;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_12;
memset((&L_12), 0, sizeof(L_12));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_12), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0030;
}
IL_0030:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* ScrollRect_get_viewport_m85092216DD476F77E78F5CE50F9C4E70063ECCF9_inline (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, const RuntimeMethod* method)
{
{
// public RectTransform viewport { get { return m_Viewport; } set { m_Viewport = value; SetDirtyCaching(); } }
RectTransform_t6C5DA5E41A89E0F488B001E45E58963480E543A5* L_0 = __this->___m_Viewport_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Vector2_Equals_mDF84D5ED14E018609C6A9C9BAE016C1B33BCFF4C_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_other, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B3_0 = 0;
{
float L_0 = __this->___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = ___0_other;
float L_2 = L_1.___x_0;
if ((!(((float)L_0) == ((float)L_2))))
{
goto IL_001f;
}
}
{
float L_3 = __this->___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_other;
float L_5 = L_4.___y_1;
G_B3_0 = ((((float)L_3) == ((float)L_5))? 1 : 0);
goto IL_0020;
}
IL_001f:
{
G_B3_0 = 0;
}
IL_0020:
{
V_0 = (bool)G_B3_0;
goto IL_0023;
}
IL_0023:
{
bool L_6 = V_0;
return L_6;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_0 = L_0;
float L_1 = ___1_y;
__this->___y_1 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* Badminton_get_instance_m8D1147DB4CD993BAEA977D0AB0F4A93E6BA68914_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static Badminton instance { get; private set; }
Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* L_0 = ((Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A_StaticFields*)il2cpp_codegen_static_fields_for(Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A_il2cpp_TypeInfo_var))->___U3CinstanceU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ScoreBoard_get_autoSpeak_mA7D024D531DC85E5805F942487B5F0F754CA48FD_inline (ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* __this, const RuntimeMethod* method)
{
{
// public bool autoSpeak { get { return m_autoSpeak; } set { m_autoSpeak = value; } }
bool L_0 = __this->___m_autoSpeak_26;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ScoreBoard_set_autoSpeak_m04D60C7AB748EDF828AF4B6B0A6D88F07CAFDF96_inline (ScoreBoard_t9F03DA6265274A257ECB8D2E5664E270620C9A81* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool autoSpeak { get { return m_autoSpeak; } set { m_autoSpeak = value; } }
bool L_0 = ___0_value;
__this->___m_autoSpeak_26 = L_0;
// public bool autoSpeak { get { return m_autoSpeak; } set { m_autoSpeak = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* Badminton_get_textToSpeech_m4C1A8E3FC186C85A7B23CE009F4767CB3E5A67CB_inline (Badminton_tF5D22FEC7ACF6DECE3F0643AE6EE6E37F90B0B4A* __this, const RuntimeMethod* method)
{
{
// public TextToSpeech textToSpeech { get; private set; }
TextToSpeech_t7CE7083DDFA6A836A1BDF86981A47831016A857A* L_0 = __this->___U3CtextToSpeechU3Ek__BackingField_20;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AudioListSwitch_get_autoPlayNext_mAF9FFCC453AE1F81AE4F1620C574361A867C942B_inline (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, const RuntimeMethod* method)
{
{
// public bool autoPlayNext { get { return m_autoPlayNext; } set { m_autoPlayNext = value; m_sec = -1; UpdateView(); } }
bool L_0 = __this->___m_autoPlayNext_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* AudioListSwitch_get_audioList_mB379D3E17C4AFE43944E5725E449CBACD66047B6_inline (AudioListSwitch_t7DD42B9A224D666E6CFB627EB4B3EE18C0C48CC5* __this, const RuntimeMethod* method)
{
{
// public List<AudioInfo> audioList { get { return m_list; } }
List_1_t165DED00A78F3C8E340AECFC0B3A94F3B5FC93C1* L_0 = __this->___m_list_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* Button_get_onClick_m701712A7F7F000CC80D517C4510697E15722C35C_inline (Button_t6786514A57F7AFDEE5431112FEA0CAB24F5AE098* __this, const RuntimeMethod* method)
{
{
// get { return m_OnClick; }
ButtonClickedEvent_t8EA72E90B3BD1392FB3B3EF167D5121C23569E4C* L_0 = __this->___m_OnClick_20;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowser_get_Success_mB4A283ECDCCAC9610C7AEED3CC2107C466431FB6_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool Success { get; private set; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CSuccessU3Ek__BackingField_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FileBrowser_get_Result_m842C8B7AD5F1B2ADA4C4685D4B4B5F6DB9F631FE_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static string Result { get; private set; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
String_t* L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CResultU3Ek__BackingField_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001d;
}
IL_001d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ListItem_get_Position_m77F63B6D9D6144C78DF9DF9BA48B34A5F728E47A_inline (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, const RuntimeMethod* method)
{
{
// public int Position { get; set; }
int32_t L_0 = __this->___U3CPositionU3Ek__BackingField_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowserItem_get_IsDirectory_m0B8AB857C96E632AB1D0DB602F8A772244E920A4_inline (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, const RuntimeMethod* method)
{
{
// public bool IsDirectory { get; private set; }
bool L_0 = __this->___U3CIsDirectoryU3Ek__BackingField_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OptionData_set_text_mA6022A455FC38025B0CA97B4E3629DA10FDE259E_inline (OptionData_t68DC820D58A3ABBAE844326B15A7F14D48FAE55F* __this, String_t* ___0_value, const RuntimeMethod* method)
{
{
// public string text { get { return m_Text; } set { m_Text = value; } }
String_t* L_0 = ___0_value;
__this->___m_Text_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Text_0), (void*)L_0);
// public string text { get { return m_Text; } set { m_Text = value; } }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* InputField_get_placeholder_m84C2F2E414B8A03B372C7CEB3C97A2AE72F3A39F_inline (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, const RuntimeMethod* method)
{
{
// public Graphic placeholder { get { return m_Placeholder; } set { SetPropertyUtility.SetClass(ref m_Placeholder, value); } }
Graphic_tCBFCA4585A19E2B75465AECFEAC43F4016BF7931* L_0 = __this->___m_Placeholder_24;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_ItemHeight_m1A074E1B611E8D3DF789F7A76BB3B7FA042B8260_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, float ___0_value, const RuntimeMethod* method)
{
{
// public float ItemHeight { get; private set; }
float L_0 = ___0_value;
__this->___U3CItemHeightU3Ek__BackingField_70 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* InputField_get_onValidateInput_m370D93274B6040422092981DD3A34E4B88E96EBC_inline (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, const RuntimeMethod* method)
{
{
// public OnValidateInput onValidateInput { get { return m_OnValidateInput; } set { SetPropertyUtility.SetClass(ref m_OnValidateInput, value); } }
OnValidateInput_t48916A4E9C9FD6204401FF0808C2B7A93D73418B* L_0 = __this->___m_OnValidateInput_36;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowserItem_SetFileBrowser_mF7299821CE4896F0A32A7BD2796106490A9F0C41_inline (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* ___0_fileBrowser, const RuntimeMethod* method)
{
{
// this.fileBrowser = fileBrowser;
FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* L_0 = ___0_fileBrowser;
__this->___fileBrowser_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fileBrowser_8), (void*)L_0);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* InputField_get_text_m6E0796350FF559505E4DF17311803962699D6704_inline (InputField_tABEA115F23FBD374EBE80D4FAC1D15BD6E37A140* __this, const RuntimeMethod* method)
{
{
// return m_Text;
String_t* L_0 = __this->___m_Text_40;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Dropdown_get_value_m386913162D5E273B762657FE5156DC567602BC3C_inline (Dropdown_t54C0BDC1441E058BE37E796F68886671C270EF89* __this, const RuntimeMethod* method)
{
{
// return m_Value;
int32_t L_0 = __this->___m_Value_25;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_Success_m2391B20721DF300F437B5BBA4BF530ACC5E72817_inline (bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool Success { get; private set; }
bool L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CSuccessU3Ek__BackingField_8 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_Result_m99B34108E82385EFE90312AE6B8125DCB775F8F3_inline (String_t* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static string Result { get; private set; }
String_t* L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CResultU3Ek__BackingField_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CResultU3Ek__BackingField_9), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnSuccess_Invoke_mE4A9D25CFE3F5FC2BD4B005FE3A93152EFFBB1FC_inline (OnSuccess_t4C073BB20F440FCD4682C12350F071246BB3B7C9* __this, String_t* ___0_path, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_path, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnCancel_Invoke_mB33450C68364418702BDF6C78B620294A0F3F7CE_inline (OnCancel_t0B79566E5ECED9ADC8170B98E037657346F39919* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FileBrowserQuickLink_get_TargetPath_m6F4B9B6BBB4A415F70942DD572901C704185E872_inline (FileBrowserQuickLink_t306165881C5444A33F8F9801FE571444CCD52183* __this, const RuntimeMethod* method)
{
{
// public string TargetPath { get { return m_targetPath; } }
String_t* L_0 = __this->___m_targetPath_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowser_get_AskPermissions_m891185CDC3B4D5686F4311F54A2E58AB7736B44D_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return m_askPermissions; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_askPermissions_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_IsOpen_m63B35B23A07EFDDC9BE7F7CC9D15A48D12B95814_inline (bool ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public static bool IsOpen { get; private set; }
bool L_0 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___U3CIsOpenU3Ek__BackingField_7 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Toggle_get_isOn_m89A609E936CD67F460E336CA8E03C4047BFB6619_inline (Toggle_tBF13F3EBA485E06826FD8A38F4B4C1380DF21A1F* __this, const RuntimeMethod* method)
{
{
// get { return m_IsOn; }
bool L_0 = __this->___m_IsOn_24;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FileBrowser_get_ItemHeight_mFEE080A4D6288886AAB1F6688EE35010660653DB_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// public float ItemHeight { get; private set; }
float L_0 = __this->___U3CItemHeightU3Ek__BackingField_70;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Multiply_m2D984B613020089BF5165BA4CA10988E2DC771FE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, float ___1_d, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
float L_1 = L_0.___x_0;
float L_2 = ___1_d;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_3 = ___0_a;
float L_4 = L_3.___y_1;
float L_5 = ___1_d;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6;
memset((&L_6), 0, sizeof(L_6));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_6), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), /*hidden argument*/NULL);
V_0 = L_6;
goto IL_0019;
}
IL_0019:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_7 = V_0;
return L_7;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Subtraction_m44475FCDAD2DA2F98D78A6625EC2DCDFE8803837_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_op_Addition_m8136742CE6EE33BA4EB81C5F584678455917D2AE_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___0_a, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_b, const RuntimeMethod* method)
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ___0_a;
float L_1 = L_0.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_2 = ___1_b;
float L_3 = L_2.___x_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_4 = ___0_a;
float L_5 = L_4.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___1_b;
float L_7 = L_6.___y_1;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8;
memset((&L_8), 0, sizeof(L_8));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_8), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0023;
}
IL_0023:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* FileBrowser_get_CurrentPath_m61E6A3CC272FC9EED2F2C4FA9522818045E6052B_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// get { return m_currentPath; }
String_t* L_0 = __this->___m_currentPath_62;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowser_set_AcceptNonExistingFilename_m9DA072086B51BFE59C0DB03A67A530335783A981_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// set { m_acceptNonExistingFilename = value; }
bool L_0 = ___0_value;
__this->___m_acceptNonExistingFilename_66 = L_0;
// set { m_acceptNonExistingFilename = value; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___0_a;
int32_t L_1 = ___1_b;
if ((((int32_t)L_0) > ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
int32_t L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method)
{
{
__this->___rgba_0 = 0;
uint8_t L_0 = ___0_r;
__this->___r_1 = L_0;
uint8_t L_1 = ___1_g;
__this->___g_2 = L_1;
uint8_t L_2 = ___2_b;
__this->___b_3 = L_2;
uint8_t L_3 = ___3_a;
__this->___a_4 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color32_op_Implicit_m47CBB138122B400E0B1F4BFD7C30A6C2C00FCA3E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___0_c, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_0 = ___0_c;
uint8_t L_1 = L_0.___r_1;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_2 = ___0_c;
uint8_t L_3 = L_2.___g_2;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_4 = ___0_c;
uint8_t L_5 = L_4.___b_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_6 = ___0_c;
uint8_t L_7 = L_6.___a_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), ((float)(((float)L_1)/(255.0f))), ((float)(((float)L_3)/(255.0f))), ((float)(((float)L_5)/(255.0f))), ((float)(((float)L_7)/(255.0f))), /*hidden argument*/NULL);
V_0 = L_8;
goto IL_003d;
}
IL_003d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FileBrowserItem_set_IsDirectory_m9F7592FBAF14295A01ED6D87656F7A648229FA2B_inline (FileBrowserItem_t4B972F1E011AED692D7DEE27B1066C248B480E98* __this, bool ___0_value, const RuntimeMethod* method)
{
{
// public bool IsDirectory { get; private set; }
bool L_0 = ___0_value;
__this->___U3CIsDirectoryU3Ek__BackingField_14 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool FileBrowser_get_SingleClickMode_m4068E0D1A5119C8C798858053842B82D5B93D35F_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// get { return m_singleClickMode; }
il2cpp_codegen_runtime_class_init_inline(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var);
bool L_0 = ((FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_StaticFields*)il2cpp_codegen_static_fields_for(FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC_il2cpp_TypeInfo_var))->___m_singleClickMode_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t FileBrowser_get_SelectedFilePosition_mF9756DE445A599A0A1C5FA5FADDA9D261F67B68A_inline (FileBrowser_t200E44FBF6C477AD7BC8A4EE92C102DA168F33FC* __this, const RuntimeMethod* method)
{
{
// public int SelectedFilePosition { get { return m_selectedFilePosition; } }
int32_t L_0 = __this->___m_selectedFilePosition_64;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_pressPosition_m8A6788DA6BF81481E4EBCBA2ED1838F786EBAE63_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method)
{
{
// public Vector2 pressPosition { get; set; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CpressPositionU3Ek__BackingField_15;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 PointerEventData_get_position_m5BE71C28EB72EFB8435749E4E6E839213AEF458C_inline (PointerEventData_t9670F3C7D823CCB738A1604C72A1EB90292396FB* __this, const RuntimeMethod* method)
{
{
// public Vector2 position { get; set; }
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = __this->___U3CpositionU3Ek__BackingField_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnItemClickedHandler_Invoke_mF966C8FC22279A5883E14DCA7F42AAE056A3B41D_inline (OnItemClickedHandler_t958DC0A645AE1507E2E13FEF35EA297416FE532A* __this, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* ___0_item, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_item, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26* ScrollRect_get_onValueChanged_mA6AF3832A97E82D31BB8C20BCD6E87A300E56C05_inline (ScrollRect_t17D2F2939CA8953110180DF53164CFC3DC88D70E* __this, const RuntimeMethod* method)
{
{
// public ScrollRectEvent onValueChanged { get { return m_OnValueChanged; } set { m_OnValueChanged = value; } }
ScrollRectEvent_t812C011901E6101F2A0FFC34C66AC5F65C0DEC26* L_0 = __this->___m_OnValueChanged_19;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___0_a;
float L_1 = ___1_b;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListItem_SetAdapter_m1803AD912C0AF6D5DFF1174084D94CF168BF11E0_inline (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, RuntimeObject* ___0_listView, const RuntimeMethod* method)
{
{
// this.adapter = listView;
RuntimeObject* L_0 = ___0_listView;
__this->___adapter_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___adapter_6), (void*)L_0);
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ListItem_set_Position_m418B3AB7AE5529DD304CA048D3C3012849DFEAC3_inline (ListItem_t3756980E97368EBB634AE1C4D84067F932E23FD6* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
// public int Position { get; set; }
int32_t L_0 = ___0_value;
__this->___U3CPositionU3Ek__BackingField_5 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Multiply_m379B20A820266ACF82A21425B9CAE8DCD773CFBB_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, float ___1_b, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
float L_1 = L_0.___r_0;
float L_2 = ___1_b;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_3 = ___0_a;
float L_4 = L_3.___g_1;
float L_5 = ___1_b;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___0_a;
float L_7 = L_6.___b_2;
float L_8 = ___1_b;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = ___0_a;
float L_10 = L_9.___a_3;
float L_11 = ___1_b;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12;
memset((&L_12), 0, sizeof(L_12));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_10, L_11)), /*hidden argument*/NULL);
V_0 = L_12;
goto IL_0029;
}
IL_0029:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13 = V_0;
return L_13;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Addition_mA7A51CACA49ED8D23D3D9CA3A0092D32F657E053_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
float L_1 = L_0.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_b;
float L_3 = L_2.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_a;
float L_5 = L_4.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___1_b;
float L_7 = L_6.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_a;
float L_9 = L_8.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___1_b;
float L_11 = L_10.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_a;
float L_13 = L_12.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___1_b;
float L_15 = L_14.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
memset((&L_16), 0, sizeof(L_16));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_16), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), ((float)il2cpp_codegen_add(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Subtraction_mF003448D819F2A41405BB6D85F1563CDA900B07F_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___0_a, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_b, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0 = ___0_a;
float L_1 = L_0.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_2 = ___1_b;
float L_3 = L_2.___r_0;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_4 = ___0_a;
float L_5 = L_4.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_6 = ___1_b;
float L_7 = L_6.___g_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = ___0_a;
float L_9 = L_8.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10 = ___1_b;
float L_11 = L_10.___b_2;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12 = ___0_a;
float L_13 = L_12.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___1_b;
float L_15 = L_14.___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_16;
memset((&L_16), 0, sizeof(L_16));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_16), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), ((float)il2cpp_codegen_subtract(L_13, L_15)), /*hidden argument*/NULL);
V_0 = L_16;
goto IL_003d;
}
IL_003d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_17 = V_0;
return L_17;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
{
{
float L_0 = ___0_r;
__this->___r_0 = L_0;
float L_1 = ___1_g;
__this->___g_1 = L_1;
float L_2 = ___2_b;
__this->___b_2 = L_2;
float L_3 = ___3_a;
__this->___a_3 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m289E50C53DE62E6913B2ED1A26A78DC51AD12F39_gshared_inline (List_1_t09F8990ACE8783E311B473B0090859BA9C00FC2A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m0248A96C5334E9A93E6994B7780478BCD994EA3D_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, int32_t ___0_item, const RuntimeMethod* method)
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = V_0;
int32_t L_7 = V_1;
int32_t L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (int32_t)L_8);
return;
}
IL_0034:
{
int32_t L_9 = ___0_item;
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, int32_t, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mF590592E32D421DE2C6E2F0D5C2F62FB14CCEFDF_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___0_item;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m945E520651CDB43EC4A8C2BEAAD93DC6B6A92EA9_gshared_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m2200B8D9D741E031815886C1B218F9A2A519422C_gshared_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_3 = (FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m178A097962DB9BCC5CB87E027FBD0CD5C004BE4F_gshared_inline (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926* __this, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 ___0_item, const RuntimeMethod* method)
{
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_1 = (FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
FileSystemEntryU5BU5D_t57A1007241C194F10F81F90472D3C613EA1F972D* L_6 = V_0;
int32_t L_7 = V_1;
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246)L_8);
return;
}
IL_0034:
{
FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246 L_9 = ___0_item;
(( void (*) (List_1_t5D818DED56F6D90F2F1BC32567F7A20945EE6926*, FileSystemEntry_t6D99D98D54FEA30F39FFE18734761C3B27ADD246, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m139A176CD271A0532D75BE08DA7831C8C45CE28F_gshared_inline (Enumerator_t72556E98D7DDBE118A973D782D523D15A96461C8* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_2 = L_0;
float L_1 = ___1_y;
__this->___y_3 = L_1;
float L_2 = ___2_z;
__this->___z_4 = L_2;
return;
}
}