#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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 struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct InvokerActionInvoker1 { 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 struct InvokerActionInvoker2; template struct InvokerActionInvoker2 { 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t3D5C4496A22EAD3D8DD55DCDFBB4F4E9BE8311FF; // System.Collections.Generic.Dictionary`2> struct Dictionary_2_t103D0AE280060A707280D1A6221B0F0DB05F988E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tFC42698FFD804804094D8C989401C095D5FF8E11; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C; // System.EventHandler`1 struct EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t0E2A788AF4E4FA2B47C39B7930B50D725B69338D; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_tF9AB789CF3F442A483C06E1695856FA2D543E37F; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t5407D2BA8E9222EC903DF6547568BDA200FD1ED5; // System.Func`2 struct Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C; // System.Func`2 struct Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8; // System.Func`2 struct Func_2_tFB5F2454526EA057FC21D7028A8B1EADDF2F531F; // System.Func`2 struct Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021; // System.Func`2 struct Func_2_tDAB1EFD8F3492D1E3B3EA65F829491FADA2C08E5; // System.Func`2 struct Func_2_tB98BB93B60A3562C54694B9F37AEBD38DE206A9C; // System.Func`2 struct Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84; // System.Func`2 struct Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598; // System.Func`2 struct Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC; // System.Func`2 struct Func_2_tAF4123F8D69F1A665BBB864E1C97131C05AEBBEB; // System.Func`2 struct Func_2_tC5B959A6DD6FDE84607DD9ECC529B9BE485C63C5; // System.Func`2 struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00; // System.Func`2 struct Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B; // System.Func`2 struct Func_2_t213311159653563BDCC21CC060B449705C96791F; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Func`2 struct Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12; // System.Collections.Generic.HashSet`1 struct HashSet_1_t015F1F38EE02675ACF63C72E1E1D832249BB06DA; // System.Collections.Generic.HashSet`1 struct HashSet_1_tAE2F12E55878645F5BE7C4D5603228A6FAB429C7; // System.Collections.Generic.ICollection`1 struct ICollection_1_tAEF1C056C36E7D5FEA74D8B3050426267827D51F; // Unity.VisualScripting.IConnectionCollection`3 struct IConnectionCollection_3_t3FEDE29075183F9ACBC556BA0F14BF8852E55CD8; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA4865686075F28C30D0D52D0A4F361222A1C3F6C; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t0C79004BFE79D9DBCE6C2250109D31D468A9A68E; // Unity.VisualScripting.IUnitPortCollection`1 struct IUnitPortCollection_1_t3F6779B00496B9FD84FEF2783F509958D57F354E; // Unity.VisualScripting.IUnitPortCollection`1 struct IUnitPortCollection_1_t867A0E5526AAABA203704CD692FBEA4174C71C05; // Unity.VisualScripting.IUnitPortCollection`1 struct IUnitPortCollection_1_t3839C272AE6727AE9A1BAC110A75614EBFE42B31; // Unity.VisualScripting.IUnitPortCollection`1 struct IUnitPortCollection_1_t0F2047F1654080ECEB25DFDFAE47ED18B2E4C0F7; // Unity.VisualScripting.IUnitPortCollection`1 struct IUnitPortCollection_1_t3B86C97EE8F1E1DB05CEFB161850DF05862EAFD4; // Unity.VisualScripting.IUnitPortCollection`1 struct IUnitPortCollection_1_tA11C7DC2E90483113DB83CE13759F647978FFF63; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t05FA9C92EA735172E0CDDD73F148CC7FB45910D4; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tE6ECA4C3A9983994E88973EEAA9A17BD28C334F7; // System.Collections.Generic.List`1 struct List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3; // System.Collections.Generic.List`1 struct List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B; // System.Collections.Generic.List`1 struct List_1_tBDCF1E0892E8DA197607E498736F867735A73137; // System.Collections.Generic.List`1 struct List_1_tE97B7994B98675F18C70DDD8DEB61E4FE5491DA1; // System.Collections.Generic.List`1 struct List_1_tF1785B2080B8536D64E747DAE8C2DE0D44A75E27; // System.Collections.Generic.List`1 struct List_1_t1715D0D9950CCCC39A77E9597CA69B346CD7E3E5; // System.Collections.Generic.List`1 struct List_1_tF8892BD96CF6B23CD95F24F5381A6E7237540FD1; // System.Collections.Generic.List`1 struct List_1_t645DF2A1E7B0FB808EDE07ED53B8C56194AF35E6; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Predicate`1 struct Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Collections.Generic.Queue`1 struct Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153; // Unity.VisualScripting.Recursion`1 struct Recursion_1_tDFF1B549E70648F1694033FADF89F8F0EB28587D; // System.Collections.Generic.Stack`1 struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6; // UnityEngine.SubsystemDescriptor`1 struct SubsystemDescriptor_1_t566EA771D29FA6FC4CE5AD4A45252B9EAEC5448D; // UnityEngine.SubsystemDescriptor`1 struct SubsystemDescriptor_1_t0C07FD85B1F9D6B227053620025A06960D8603DA; // UnityEngine.Subsystem`1 struct Subsystem_1_t6436576E2E2D8870B122767439E50A43338FB1FA; // UnityEngine.Subsystem`1 struct Subsystem_1_t75B62C9B687446D6D9E3C8FB0A841F2CC5A174C8; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t2CF898B255C2BDEB3DC15B9CD51B94B6EB9447D1; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tA17812F6E5394531761CCFD8ED2676AB6F2AF2CD; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t2AB9559A44E0AC45AC3F64FDF8BBBD4EF2350621; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t25553CF3849BFB9FBDD56557F4026165D68A89D7; // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader[] struct AdaptivePerformanceLoaderU5BU5D_t3E2A4408B54F366525196F6E4B6EC5BDB369A5F0; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler[] struct AdaptivePerformanceScalerU5BU5D_t5439258EA03E0CA30BD7CB1B20A2119626B4835F; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile[] struct AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor[] struct AdaptivePerformanceSubsystemDescriptorU5BU5D_tE478BE4CA194FF832B443F6091F40CCF7F1BEA20; // System.Reflection.Assembly[] struct AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // UnityEngine.FrameTiming[] struct FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7; // System.Single[] struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // AdaptivePerformanceProfilerStats/ScalerInfo[] struct ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // UnityEngine.AdaptivePerformance.AdaptiveBatching struct AdaptiveBatching_t77F425AEC56C7E0DE9E5F5B39F6E7DC6A0420B72; // UnityEngine.AdaptivePerformance.AdaptiveDecals struct AdaptiveDecals_t8012E665DB185647D65EECBC640BD0637231DD3A; // UnityEngine.AdaptivePerformance.AdaptiveFramerate struct AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104; // UnityEngine.AdaptivePerformance.AdaptiveLOD struct AdaptiveLOD_t431D7DB4C0E76F630B4FB64D9D3EB84357E0A049; // UnityEngine.AdaptivePerformance.AdaptiveLayerCulling struct AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E; // UnityEngine.AdaptivePerformance.AdaptiveLut struct AdaptiveLut_t395FAB268B6C2B89CAE757BEDE26FE8903647478; // UnityEngine.AdaptivePerformance.AdaptiveMSAA struct AdaptiveMSAA_tAD23E8AB2F9DBC3A20819AD3D2FFCA632C5F45F8; // UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute struct AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB; // UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings struct AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8; // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer struct AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73; // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings struct AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6; // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader struct AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E; // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoaderHelper struct AdaptivePerformanceLoaderHelper_t43D3768280F68D5528D8DCF87E0FC143DCF9A14F; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager struct AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings struct AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner struct AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler struct AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker struct AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile struct AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings struct AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase struct AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem struct AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase struct AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor struct AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82; // UnityEngine.AdaptivePerformance.AdaptivePhysics struct AdaptivePhysics_t672F42FEC7114552CC1A7756AD8D6A3822331ACC; // UnityEngine.AdaptivePerformance.AdaptiveResolution struct AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25; // UnityEngine.AdaptivePerformance.AdaptiveShadowCascade struct AdaptiveShadowCascade_t0CFEEE119686B77769DF3A33BCD8CFA90547D35E; // UnityEngine.AdaptivePerformance.AdaptiveShadowDistance struct AdaptiveShadowDistance_t4D0E4E782BD6BD998FB73E0ACCB494468EED90A0; // UnityEngine.AdaptivePerformance.AdaptiveShadowQuality struct AdaptiveShadowQuality_t850800F7BE5A8F82FC82D35C11FC4EE70B309EBB; // UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution struct AdaptiveShadowmapResolution_t83B2348D9E39A649B9795047F9B696FC9C09D3DE; // UnityEngine.AdaptivePerformance.AdaptiveSorting struct AdaptiveSorting_t7AF813994D0847172CB6DD322303BAAA90ED7C2E; // UnityEngine.AdaptivePerformance.AdaptiveTransparency struct AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175; // UnityEngine.AdaptivePerformance.AdaptiveViewDistance struct AdaptiveViewDistance_tC58AE1BFB8F375552BE5FE700AE912039CD69BF7; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F; // System.Reflection.Assembly struct Assembly_t; // System.AssemblyLoadEventHandler struct AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA; // UnityEngine.AdaptivePerformance.AutoPerformanceLevelController struct AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // UnityEngine.AdaptivePerformance.BottleneckUtil struct BottleneckUtil_t49F55B34B48C00C1046CC143ACFEE4D5CB9A86EC; // UnityEngine.Camera struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184; // UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit struct ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1; // System.Globalization.CodePageDataItem struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7; // Unity.VisualScripting.ControlInput struct ControlInput_t1AD434958538C865F55A62C66B9C24DA82AD31FE; // Unity.VisualScripting.ControlOutput struct ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9; // UnityEngine.Coroutine struct Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B; // UnityEngine.AdaptivePerformance.CpuTimeProvider struct CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB; // System.Text.DecoderFallback struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl struct DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D; // System.Text.EncoderFallback struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095; // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; // System.EventHandler struct EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82; // System.Exception struct Exception_t; // UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit struct FPSUnit_t4D339A9BA221B733E0CD0E09AEBD4586CAA7A900; // Unity.VisualScripting.Flow struct Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582; // Unity.VisualScripting.FlowGraph struct FlowGraph_tF9E42FECF535CD5BAB10F75672B5BCE285627A45; // UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit struct FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8; // UnityEngine.GameObject struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F; // UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit struct GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4; // UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit struct GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C; // UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit struct GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135; // UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit struct GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9; // UnityEngine.AdaptivePerformance.GpuTimeProvider struct GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD; // Unity.VisualScripting.GraphReference struct GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9; // Unity.VisualScripting.GraphStack struct GraphStack_tD9049F5FB5F8D9E9CD80764D18067D0F87343E7C; // UnityEngine.AdaptivePerformance.IAdaptivePerformance struct IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings struct IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8; // UnityEngine.AdaptivePerformance.Provider.IApplicationLifecycle struct IApplicationLifecycle_tD2CAC721E42E96F6573349B22EADAF166F7A4DCC; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // UnityEngine.AdaptivePerformance.IDevelopmentSettings struct IDevelopmentSettings_t8C2F356B34ADAC4830A399DF10A54E5D162223A3; // UnityEngine.AdaptivePerformance.IDevicePerformanceControl struct IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427; // UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl struct IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // Unity.VisualScripting.IGraphRoot struct IGraphRoot_t84A87B1D402F522D84DF0B9D1FBCA3FBDEEFCC81; // UnityEngine.AdaptivePerformance.IPerformanceStatus struct IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0; // UnityEngine.ISubsystemDescriptor struct ISubsystemDescriptor_tEF29944D579CC7D70F52CB883150735991D54E6E; // UnityEngine.AdaptivePerformance.IThermalStatus struct IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22; // Unity.VisualScripting.IUnit struct IUnit_tDD8B7D0F06EA3DB55DEBE4DF3CC85F4A63FBB98E; // Unity.VisualScripting.IUnitValuePort struct IUnitValuePort_t066179230A251E8FFC4D9091EE2D9B4B95F649A9; // UnityEngine.AdaptivePerformance.MainThreadCpuTime struct MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodInfo struct MethodInfo_t; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C; // UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit struct OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3; // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit struct OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D; // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit struct OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618; // UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit struct OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28; // UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit struct OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83; // UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6; // UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler struct PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68; // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler struct PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61; // UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838; // UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler struct PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B; // UnityEngine.AdaptivePerformance.PerformanceStateTracker struct PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43; // System.Reflection.PropertyInfo struct PropertyInfo_t; // UnityEngine.AdaptivePerformance.RenderThreadCpuTime struct RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF; // System.ResolveEventHandler struct ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692; // UnityEngine.AdaptivePerformance.RunningAverage struct RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // UnityEngine.ScriptableObject struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A; // UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit struct SetBoostUnit_t90DB344230E13439B7F792D4A9B62430C6F92C03; // UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit struct SetPerformanceLevelsUnit_tE86344167BC07ED2549DEC0983994515BD69261C; // System.String struct String_t; // UnityEngine.Subsystem struct Subsystem_t5E67EE95D848FB950AD5D76325BF8959A6F7C7D7; // UnityEngine.SubsystemDescriptor struct SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71; // UnityEngine.AdaptivePerformance.TemperatureTrend struct TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894; // UnityEngine.AdaptivePerformance.ThermalEventHandler struct ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27; // UnityEngine.AdaptivePerformance.ThermalStateTracker struct ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904; // System.Type struct Type_t; // System.UnhandledExceptionEventHandler struct UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C; // Unity.VisualScripting.Unit struct Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191; // Unity.VisualScripting.ValueInput struct ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392; // Unity.VisualScripting.ValueOutput struct ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B; // Unity.VisualScripting.VariableDeclarations struct VariableDeclarations_t7701E0B99E3AED5CDC693ABFBDD6D1C73945B405; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94 struct U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20 struct U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF; // UnityEngine.Camera/CameraCallback struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0 struct U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE; // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c struct U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90; // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c struct U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38; IL2CPP_EXTERN_C RuntimeClass* APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IApplicationLifecycle_tD2CAC721E42E96F6573349B22EADAF166F7A4DCC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tBDCF1E0892E8DA197607E498736F867735A73137_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnDemandRendering_t3ED2CE20D351518F912948DF1D2D03079F5CE34E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubsystemManager_t9A7261E4D0B53B996F04B8707D8E1C33AB65E824_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00FA8603E37F73D0CB301F5F55E831C64F1B62CE; IL2CPP_EXTERN_C String_t* _stringLiteral08B85E8D4093C5C3C14B233180B896CEE451FE37; IL2CPP_EXTERN_C String_t* _stringLiteral0D0FF5E8DD7BAFF34922E7A97F6C66AF34042189; IL2CPP_EXTERN_C String_t* _stringLiteral0D6D01F990FD92ECA780E51008830C79F8745021; IL2CPP_EXTERN_C String_t* _stringLiteral0D93ED636075E623081409150A223B81D62A0BC4; IL2CPP_EXTERN_C String_t* _stringLiteral122E41983F0C4CFCBA2EE2B86D73EAEDE17F1445; IL2CPP_EXTERN_C String_t* _stringLiteral12CA6ADDAD9731A641A05ADAD44E83BB50DC5037; IL2CPP_EXTERN_C String_t* _stringLiteral14E0AF5D836F93EEE4EF8E5E6828E58CC4ECDD45; IL2CPP_EXTERN_C String_t* _stringLiteral1B10E1B4A1876CAAB09418C2EB99632134F89518; IL2CPP_EXTERN_C String_t* _stringLiteral1B1889DD957D0331955CF5DFFDA9DCE2E54A3201; IL2CPP_EXTERN_C String_t* _stringLiteral1DC94ED97382AEFF5C88A0CFEA74BDE5DB7BF60E; IL2CPP_EXTERN_C String_t* _stringLiteral26AA38F7AAA5BF57D0E3B881EE0C131A9887393A; IL2CPP_EXTERN_C String_t* _stringLiteral28B2EC9221E65E4CB6689FE3F302D330C507CBF9; IL2CPP_EXTERN_C String_t* _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968; IL2CPP_EXTERN_C String_t* _stringLiteral2F24DB6E835575CF9713442B4458223E4CE99BA7; IL2CPP_EXTERN_C String_t* _stringLiteral339AEA81B4B49AF9D2395346F8886DF3B86D797A; IL2CPP_EXTERN_C String_t* _stringLiteral391ABBEA97397F56825F51B32390FAE173FDA5B9; IL2CPP_EXTERN_C String_t* _stringLiteral43DBB616072549816084E0AF8ECB417D3DA6F56C; IL2CPP_EXTERN_C String_t* _stringLiteral4446ACE00868A657F870391E2FCDFDD91265A28F; IL2CPP_EXTERN_C String_t* _stringLiteral4513274BED293D258EFDF56A4965D130BA8D605E; IL2CPP_EXTERN_C String_t* _stringLiteral473773F0B6BF43914D478D87B2483FB7893CD347; IL2CPP_EXTERN_C String_t* _stringLiteral490CCA44A036B4A6E9CBBAD4EF887B07DEE062CF; IL2CPP_EXTERN_C String_t* _stringLiteral4CB97CA155405AB24C1707844F9E91B8745C3E8F; IL2CPP_EXTERN_C String_t* _stringLiteral532C5C172A5DC89F3BEFDA1009C5E892ADDCDCE2; IL2CPP_EXTERN_C String_t* _stringLiteral5702570B573859A9720827AF07FB4C80524BC323; IL2CPP_EXTERN_C String_t* _stringLiteral5713F4896AF9A5CD8CDA98FB0891EF8FF91BB44B; IL2CPP_EXTERN_C String_t* _stringLiteral5BBE98B931C5029FDB1B93355C87795C8B508B12; IL2CPP_EXTERN_C String_t* _stringLiteral5D54E959817188DBAD9E65FA3DB55F06B70F5E3C; IL2CPP_EXTERN_C String_t* _stringLiteral650A039E112F8F5AAD75AA196190A04347DC940D; IL2CPP_EXTERN_C String_t* _stringLiteral68977CD98A99C90E071EAF5D6C5DF98D7673E8B2; IL2CPP_EXTERN_C String_t* _stringLiteral6A2C5A37B65D5C0EE5D4A4D278D7C3E41B679FE1; IL2CPP_EXTERN_C String_t* _stringLiteral6D8694AAD25E77A79A8298F226AB2C83B96DEAEC; IL2CPP_EXTERN_C String_t* _stringLiteral72028A36447AF378ACA48B17DE072331555F2935; IL2CPP_EXTERN_C String_t* _stringLiteral79E301C358739B3F1F7F139BA367FB4B14D300E9; IL2CPP_EXTERN_C String_t* _stringLiteral7AB9D6672FA1F03F20A0833387CBDDE652037151; IL2CPP_EXTERN_C String_t* _stringLiteral7AFCFE78D0035460BC15B679E5827F85A0867D6A; IL2CPP_EXTERN_C String_t* _stringLiteral7C58DA39C7DE4A951378C863F054C8B233A1790F; IL2CPP_EXTERN_C String_t* _stringLiteral7F099B772E48B6810ABB64CCEE81ABEF6ABF6CF1; IL2CPP_EXTERN_C String_t* _stringLiteral7FC0B6F87B4601A029AA190A804BF1682C62A6B1; IL2CPP_EXTERN_C String_t* _stringLiteral83C0D26BCE2C5FF7904F5EF9E0285DFDB01E0E23; IL2CPP_EXTERN_C String_t* _stringLiteral853A9F890B7A62103E2DA4D88598550FEF14A96C; IL2CPP_EXTERN_C String_t* _stringLiteral88C62927EDCC7FE008DFF103B740F411E4DAB56F; IL2CPP_EXTERN_C String_t* _stringLiteral8ADC1761F734FD5D3BA96BD72147C8FD0451F36E; IL2CPP_EXTERN_C String_t* _stringLiteral95DAD4257816ED9B3D6718A6CBD69EFFCF321CAD; IL2CPP_EXTERN_C String_t* _stringLiteral95E6FE210D006AB296453829EB799F5373CCE3B1; IL2CPP_EXTERN_C String_t* _stringLiteral976C3054479731D26746BBBA23D08415884BB5F2; IL2CPP_EXTERN_C String_t* _stringLiteral9787136B8850D0C6064BB9F2F78CE017722D3530; IL2CPP_EXTERN_C String_t* _stringLiteral9AECD6CD6D1D6C84754C8902A40C0FC3258E83A8; IL2CPP_EXTERN_C String_t* _stringLiteral9DE6D4768EA039BD98423DCFF6932448B95053AB; IL2CPP_EXTERN_C String_t* _stringLiteralA0700A9A2E43FEDF1012C9415E63AE66D7A76B93; IL2CPP_EXTERN_C String_t* _stringLiteralA07B958ECD8BEA766D91B660EE540985BAC69F56; IL2CPP_EXTERN_C String_t* _stringLiteralA249F54969690BDE5588E358FF3B98C56E89D6BE; IL2CPP_EXTERN_C String_t* _stringLiteralA41560538B6207B3B2C6A5CBFD4304C7640B9486; IL2CPP_EXTERN_C String_t* _stringLiteralA56E0D1F247ACBD314CCE7C0E51144FCB0908AA7; IL2CPP_EXTERN_C String_t* _stringLiteralAAE11F1D057CA41D1DB41DCFD6201AFC84A48697; IL2CPP_EXTERN_C String_t* _stringLiteralAFEF2EC068AE7601A5A37B9A09E0B8565435029B; IL2CPP_EXTERN_C String_t* _stringLiteralB06D9CA6876DFD9DA1213648D6C529CBD37B1491; IL2CPP_EXTERN_C String_t* _stringLiteralB1B44040563153ADF830CFA2665FFA747B601B88; IL2CPP_EXTERN_C String_t* _stringLiteralB2F63526DF042A4D590522118358CCE1C96BC5CB; IL2CPP_EXTERN_C String_t* _stringLiteralB515A7A911E4D87B68A1F38E143F11C5767452B5; IL2CPP_EXTERN_C String_t* _stringLiteralB6D787970407530F33F79840CF9AA252F9840A87; IL2CPP_EXTERN_C String_t* _stringLiteralB9224F1101469CE6402B33995DE063ACE95B27C5; IL2CPP_EXTERN_C String_t* _stringLiteralB9B2EA25C689DE0BEF7B355F9319DD2AFB6F6E87; IL2CPP_EXTERN_C String_t* _stringLiteralBBEFB2C30FEE4229175FCCA2895CCF02E654829C; IL2CPP_EXTERN_C String_t* _stringLiteralBC842E98B3298FC326FB5B7C4F396E36AB78A6EA; IL2CPP_EXTERN_C String_t* _stringLiteralBED550D57559D43CE3857CCC3B820F6DD5FF643B; IL2CPP_EXTERN_C String_t* _stringLiteralC37C1C4555D17E2265CBC6C41241BAE5D11B1486; IL2CPP_EXTERN_C String_t* _stringLiteralCC2BDF51B7AA6ACCD552BB8282F1F784E5A2A172; IL2CPP_EXTERN_C String_t* _stringLiteralCE1F31FA91E27BDD7187F345C44291049236E78A; IL2CPP_EXTERN_C String_t* _stringLiteralD54B6D809EDFCE6B3DF92F64C05E749EDC598F34; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDC8516CF64DB87BA9D9ADEA1A6290857F6B41B09; IL2CPP_EXTERN_C String_t* _stringLiteralE0178CF81A82D7476DD59ACDAE896230D11BC90D; IL2CPP_EXTERN_C String_t* _stringLiteralE11DB328075F02ACDA8E87255BF1AAFE02B2C9B6; IL2CPP_EXTERN_C String_t* _stringLiteralE388D17835332E550F166A86D448DC530F993FF6; IL2CPP_EXTERN_C String_t* _stringLiteralE97E39CE91F1F09C058F0C6B4A1E8FF04420857A; IL2CPP_EXTERN_C String_t* _stringLiteralEEDDCED884AF63EBFC6803C8820BDF2631B8543F; IL2CPP_EXTERN_C String_t* _stringLiteralEF47D393F5B939CDC6D733486C9AF31DDDA7DA1D; IL2CPP_EXTERN_C String_t* _stringLiteralF0C8B88E789EF2CA8C75105A445BF77B90E19FE3; IL2CPP_EXTERN_C String_t* _stringLiteralF248FC9A3B99A408838E0C7A1B1019FD7EBCC5AC; IL2CPP_EXTERN_C String_t* _stringLiteralFCAF06E8E1FA175CF619155CB2EEA0D3F8C46ABC; IL2CPP_EXTERN_C String_t* _stringLiteralFD256C25FFCB5B88B4F3503AB1C2F86C343A3DE7; IL2CPP_EXTERN_C String_t* _stringLiteralFE957E0A0E7C8C8269AEF8F0D6525E66502B29A4; IL2CPP_EXTERN_C const RuntimeMethod* AdaptivePerformanceGeneralSettings_Quit_mC3098147642569D292FF8661C98B5AC5AF53A605_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdaptivePerformanceManager_U3CAwakeU3Eb__86_0_m446830414529745F83DDA16B3F96424B170AAD58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdaptivePerformanceManager_U3CAwakeU3Eb__86_1_m4563C8CA4DBCF402EC42A44178D5B7971B89D5F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdaptivePerformanceManager_U3CAwakeU3Eb__86_2_mD3E57DCB4C8BC6EC83CD5AA63504506F0246C699_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AdaptivePerformanceManager_U3CAwakeU3Eb__86_3_m6AFF788EE5345618071FBF0B81EAD4D71F1E9FA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AutoPerformanceLevelController_U3C_ctorU3Eb__43_0_m2FE9DD040C152709EED40E08DE00E57E44BD2FE1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClusterInfoUnit_U3CDefinitionU3Eb__6_0_mC0FE05C39B95CDE9098156A6868C4FE9D1BDE198_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClusterInfoUnit_U3CDefinitionU3Eb__6_1_mF61ECF7CA7BCF5424CCC78E03CF3F55654435320_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ClusterInfoUnit_U3CDefinitionU3Eb__6_2_m2AC4E0E868FAC779E262EAAF520522CE022C609D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m74F022DD53114C435F03B1402534B396EAF83414_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m64E5244EC38185D18BDBBD9843498A15D1FE8455_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mC3F82D6BA19A65FA055D9841B2DB22E8E55C0CC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m2721D1FAD4652B69CFBBDE0FC60C2B772629249D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCCAE8E8620E1F7596EBB9710A40F6D0D520EED0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mA2BF7A25438AB17AB90EE89D8662AA02FF2A2FE4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_m76F52F2566E0A357E40D917709BA513BEC4AC1E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mC03954B04748CCA3592715F5B417465827EE4DE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m22D5FF72E74C304B067EE723AB2B1F4C459D77CE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mA12045B209D4CD053F073D33AB0F489FAA334384_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m14CD7D3B0839EA95FCAC902634BDF17844133B2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m5CCBECB6D2882395D3FACC9FC31FD2313C421063_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m62E368A4DD097851C75B69B36879B2EBF17672BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m69BED22DD31F950CB36327DEC1B567630B32DB05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBus_Trigger_TisPerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_m45AB12E447C2F40CDF999EDB2890D53F0E354352_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBus_Trigger_TisPerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_m8D03905D893D98EFDB1698B8E2DC3A826F684AA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBus_Trigger_TisPerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_mBF2DC3DD720A945058B9CD910DC77443B579D79D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventBus_Trigger_TisWarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_m1B049118978BAAEC0F3B16060F213B6254C46307_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1_Definition_m0719DFED4E3C7F62A6CF3D83B98996F227CADDA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1_Definition_m1112634E31676C6816390CD36F63C460DA716F8D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1_Definition_m16EE49A38370A00D72816EBED7C9C6E61817410C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1_Definition_mB1554408D9B72464A8D779B64C7247AE16FD4C4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1_Definition_mBCDE5A24B042F4026BFE6872173D44A45FC2E133_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1__ctor_m093DF243242121AFB9F16E26D8BCEB72746A1897_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1__ctor_m096C0AC93618DA40B992321958FABBFC4364E960_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1__ctor_m508AE1FCD794BAB90322AB826916F01B4229B9BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1__ctor_mB9E8B8B06EAB0F5EB38AF127EB55D7CA63EBFEF3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventUnit_1__ctor_mFAD1D8B633E93FD5D4954C516EE017ACACDFB519_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FPSUnit_U3CDefinitionU3Eb__2_0_m0260D7A4C622F5C73D535715DDD5072635573275_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FrameTimingUnit_U3CDefinitionU3Eb__12_0_m13680A70173C71B65BD4EEA67E386E48BE1C865B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FrameTimingUnit_U3CDefinitionU3Eb__12_1_m5C3CBF6B6F4DDAFB643C03B3ECEDDB5A8D5811ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FrameTimingUnit_U3CDefinitionU3Eb__12_2_m895A358061ADEB2EF45A1C9AAE9A9FC4D4B94A6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FrameTimingUnit_U3CDefinitionU3Eb__12_3_m428AA6BF988570C1067EACD1AC9139FBF3116306_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FrameTimingUnit_U3CDefinitionU3Eb__12_4_m3AAD64C6D173A1616D3EB3D04106D917F29DD514_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* FrameTimingUnit_U3CDefinitionU3Eb__12_5_m81FDD719C86E1332F6E152C4180DA23FC9E2DAD9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GameObject_AddComponent_TisAdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D_m2BA8407C175E7094DB448937CA21108F8BF81FA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetBoostUnit_U3CDefinitionU3Eb__4_0_mF248A78C36ED68B87A5A7329EE5CC7C9790CB303_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetBoostUnit_U3CDefinitionU3Eb__4_1_m62753D247AD0148DCFB727EFBEB8B82622C11621_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetIndexerUnit_U3CDefinitionU3Eb__6_0_mA1323F1CF278B80011A4DE7B4C8EC2D19C8076E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetIndexerUnit_U3CDefinitionU3Eb__6_1_mF577CFF13587E6A9F94FB63D138A3D0874D000A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetIndexerUnit_U3CDefinitionU3Eb__6_2_m7E3F9561658430DE5DB3112AC9DEAE709783232A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m8E7F8ADF28B385FAD7BC624BD494A497661BF1F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_1_mDAC0B8FBDAC2A9E95025B100610328232D6BDE66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetThermalMetricUnit_U3CDefinitionU3Eb__13_0_mA1FF8C17F540D27F7B814F9B3394FF17590EFC4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetThermalMetricUnit_U3CDefinitionU3Eb__13_1_mA5FF18886F5036493800F5C4030C2F23B090B25C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetThermalMetricUnit_U3CDefinitionU3Eb__13_2_mF045FD9143A6457D94E83E68BC10792FBFAECF4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetThermalMetricUnit_U3CDefinitionU3Eb__13_3_m1C7B93E8EEBE0F7CB4068D26DA06161E6EBB7AB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* GetThermalMetricUnit_U3CDefinitionU3Eb__13_4_m70E80E02133C64BE2CDAF238FFA15C4CA173DA82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Find_m2A476A218D406C7330D31D38E8928FFBD74814D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mA75C25FAA6EB3D5DE48BBEC9F011B1BF3A2B458E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m46DA18DA8BBC2BB5B3B9A816B94E4E9F2A7B6C11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDB1225A75BFAF418EF64307D04DBE72CF9246A03_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnBoostUnit_U3CDefinitionU3Eb__8_0_m88E458F494EA3311A924A4EB338850E5284F988C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnBoostUnit_U3CDefinitionU3Eb__8_1_mC8B3CF123C460F1BBC367FC67C27866404E05A5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_0_m4B8BF01ADAE4D17AD80B2F7FD70E47AF53647F2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_1_mE8C75F975190225CB971CBBB2131DB7309A530A5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnThermalMetricUnit_U3CDefinitionU3Eb__13_0_m32BC286AA8CB86EC484A6721512A3E170EE9F40E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnThermalMetricUnit_U3CDefinitionU3Eb__13_1_mB732F5DBA9934A66D686839945259B58507426E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* OnThermalMetricUnit_U3CDefinitionU3Eb__13_2_m3BE8069BC7229F2EF6390531F1281098B8599098_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Dequeue_mBACC5C5C572CEE16EEC3D0BE7BD08D625CF31F70_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_Enqueue_m14504EB7E4AE1EA85E3D4D88BEBA493C1595B459_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_GetEnumerator_m142C9D8C0C21B0EDBE627636B32E20D752BE46E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1__ctor_mBA54E63FD043CDF50C61B6BAC72D6C1FC596E8FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ScriptableObject_CreateInstance_TisAdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607_m1336687A4EBCC649895326893CCD6C6FED5DD541_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SetBoostUnit_U3CDefinitionU3Eb__4_0_mC006E41478D9B3E6F1E8B3F9E9A9657F2EE6260D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m88667C0F6EFE1F487FD64467A2A0730890793E95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemDescriptor_1__ctor_mD3C490FE3C20E74165FC628F1D9A8A7CE8C322EE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SubsystemManager_GetSubsystemDescriptors_TisAdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_m31A5D9DB9DAD1D33EC7BDDE59C61699BD66FFA04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Subsystem_1__ctor_mD0EE44CF7568246C8102E9816BAD23F668BD62AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CInitializeLoaderU3Ed__20_System_Collections_IEnumerator_Reset_mEFA6B977DE813BFD340D70D18FE0936B10B6D34D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CInvokeEndOfFrameU3Ed__94_System_Collections_IEnumerator_Reset_m14706A7E1E8CA9160D451555F5BD8257F3622B7A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDefinitionU3Eb__11_0_mBACA09EBF5C5E59C3DF431A5F3C8B78052917D6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDefinitionU3Eb__11_1_m6622805D963E80196EE6D78A4B89359BA2553143_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDefinitionU3Eb__11_2_mCB06CBFAB648E5BF65E7C6409289D9BE76368AFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDefinitionU3Eb__11_3_mBC791049942993F1A76016F70758E60111002D85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDefinitionU3Eb__12_0_m945C31D68D1D2F0BA23C30631EF2F25A41C53503_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CDefinitionU3Eb__12_1_mE34C156CC017AA5D97537C8C45AC54B71F6E1098_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass25_0_U3CApplyScalerProfileToAllScalersU3Eb__0_m1506265FA900F6114FAAA19A73F16C38A6D2426C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unit_ValueOutput_TisStateAction_t7C06334815CF36CFDC70A02C7FC171EF1BF0C1E0_m34664E624A5DDBD6C7B3009297FAAE3EA93C416B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValueCollection_CopyTo_m5CDB72C68843610BF593D9100D64830A30BC675D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC_0_0_0_var; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6;; struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke; struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke;; struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838;; struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke; struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke;; struct AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7; struct AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7; struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; struct ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB; 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 // struct U3CModuleU3E_t6AA904DA5B8D7F05BA6028D186AABF3AD541B406 { }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t2AB9559A44E0AC45AC3F64FDF8BBBD4EF2350621* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_t05FA9C92EA735172E0CDDD73F148CC7FB45910D4* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t25553CF3849BFB9FBDD56557F4026165D68A89D7* ____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 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tE6ECA4C3A9983994E88973EEAA9A17BD28C334F7* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tA17812F6E5394531761CCFD8ED2676AB6F2AF2CD* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.EmptyArray`1 struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE : public RuntimeObject { }; // System.Collections.Generic.List`1 struct List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items AdaptivePerformanceLoaderU5BU5D_t3E2A4408B54F366525196F6E4B6EC5BDB369A5F0* ____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 struct List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items AdaptivePerformanceScalerU5BU5D_t5439258EA03E0CA30BD7CB1B20A2119626B4835F* ____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 struct List_1_tBDCF1E0892E8DA197607E498736F867735A73137 : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items AdaptivePerformanceSubsystemDescriptorU5BU5D_tE478BE4CA194FF832B443F6091F40CCF7F1BEA20* ____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 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.Queue`1 struct Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153 : public RuntimeObject { // T[] System.Collections.Generic.Queue`1::_array SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ____array_0; // System.Int32 System.Collections.Generic.Queue`1::_head int32_t ____head_1; // System.Int32 System.Collections.Generic.Queue`1::_tail int32_t ____tail_2; // System.Int32 System.Collections.Generic.Queue`1::_size int32_t ____size_3; // System.Int32 System.Collections.Generic.Queue`1::_version int32_t ____version_4; // System.Object System.Collections.Generic.Queue`1::_syncRoot RuntimeObject* ____syncRoot_5; }; // Unity.VisualScripting.UnitPort`3 struct UnitPort_3_t5D4915F350030D5D193DB8ABE809742B4E0A3816 : public RuntimeObject { // Unity.VisualScripting.IUnit Unity.VisualScripting.UnitPort`3::k__BackingField RuntimeObject* ___U3CunitU3Ek__BackingField_0; // System.String Unity.VisualScripting.UnitPort`3::k__BackingField String_t* ___U3CkeyU3Ek__BackingField_1; }; // Unity.VisualScripting.UnitPort`3 struct UnitPort_3_t0F0D7E0DAEC017C7CF07420E3F9BF8EA1BF4CA88 : public RuntimeObject { // Unity.VisualScripting.IUnit Unity.VisualScripting.UnitPort`3::k__BackingField RuntimeObject* ___U3CunitU3Ek__BackingField_0; // System.String Unity.VisualScripting.UnitPort`3::k__BackingField String_t* ___U3CkeyU3Ek__BackingField_1; }; // Unity.VisualScripting.UnitPort`3 struct UnitPort_3_t3120713700769DD514D6ED9ACFD105D4B583C09E : public RuntimeObject { // Unity.VisualScripting.IUnit Unity.VisualScripting.UnitPort`3::k__BackingField RuntimeObject* ___U3CunitU3Ek__BackingField_0; // System.String Unity.VisualScripting.UnitPort`3::k__BackingField String_t* ___U3CkeyU3Ek__BackingField_1; }; // Unity.VisualScripting.UnitPort`3 struct UnitPort_3_t3BDB6AF6AAF9927A0C940F08CFD19E645813CFB0 : public RuntimeObject { // Unity.VisualScripting.IUnit Unity.VisualScripting.UnitPort`3::k__BackingField RuntimeObject* ___U3CunitU3Ek__BackingField_0; // System.String Unity.VisualScripting.UnitPort`3::k__BackingField String_t* ___U3CkeyU3Ek__BackingField_1; }; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/ValueCollection::_dictionary Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* ____dictionary_0; }; // UnityEngine.AdaptivePerformance.APLog struct APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics struct AdaptivePerformanceAnalytics_t98A5B7A22FCCF5E2BE4747A099A9B49BCBF77943 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceEventHooks struct AdaptivePerformanceEventHooks_tAFEC2B2E0CE565ADB447C7773E493BE7B0DD4881 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer struct AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73 : public RuntimeObject { // System.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::m_UnappliedScalers List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* ___m_UnappliedScalers_0; // System.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::m_AppliedScalers List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* ___m_AppliedScalers_1; // System.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::m_DisabledScalers List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* ___m_DisabledScalers_2; // UnityEngine.AdaptivePerformance.ThermalStateTracker UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::m_ThermalStateTracker ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904* ___m_ThermalStateTracker_3; // UnityEngine.AdaptivePerformance.PerformanceStateTracker UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::m_PerformanceStateTracker PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* ___m_PerformanceStateTracker_4; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::m_ScalerEfficiencyTracker AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* ___m_ScalerEfficiencyTracker_5; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::m_Settings IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* ___m_Settings_6; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::k__BackingField float ___U3CTimeUntilNextActionU3Ek__BackingField_8; // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::k__BackingField int32_t ___U3CThermalActionU3Ek__BackingField_9; // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::k__BackingField int32_t ___U3CPerformanceActionU3Ek__BackingField_10; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings struct AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6 : public RuntimeObject { // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::m_Active bool ___m_Active_1; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::m_ThermalActionDelay float ___m_ThermalActionDelay_2; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::m_PerformanceActionDelay float ___m_PerformanceActionDelay_3; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceInitializer struct AdaptivePerformanceInitializer_tC7E5CC25575B36C2F5502727AF2221B7B0A5ADA5 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings struct AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker struct AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC : public RuntimeObject { // UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::m_Scaler AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___m_Scaler_0; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::m_LastAverageGpuFrameTime float ___m_LastAverageGpuFrameTime_1; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::m_LastAverageCpuFrameTime float ___m_LastAverageCpuFrameTime_2; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::m_IsApplied bool ___m_IsApplied_3; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings struct AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8 : public RuntimeObject { // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveFramerate AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveFramerate_0; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveResolution AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveResolution_1; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveBatching AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveBatching_2; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveLOD AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveLOD_3; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveLut AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveLut_4; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveMSAA AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveMSAA_5; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveShadowCascade AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveShadowCascade_6; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveShadowDistance AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveShadowDistance_8; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveShadowmapResolution AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveShadowmapResolution_9; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveShadowQuality AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveShadowQuality_10; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveSorting AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveSorting_11; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveTransparency AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveTransparency_12; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveViewDistance AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveViewDistance_13; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptivePhysics AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptivePhysics_14; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveDecals AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveDecals_15; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::m_AdaptiveLayerCulling AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_AdaptiveLayerCulling_16; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase struct AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA : public RuntimeObject { // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_Name String_t* ___m_Name_0; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_Enabled bool ___m_Enabled_1; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_Scale float ___m_Scale_2; // UnityEngine.AdaptivePerformance.ScalerVisualImpact UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_VisualImpact int32_t ___m_VisualImpact_3; // UnityEngine.AdaptivePerformance.ScalerTarget UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_Target int32_t ___m_Target_4; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_MaxLevel int32_t ___m_MaxLevel_5; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_MinBound float ___m_MinBound_6; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::m_MaxBound float ___m_MaxBound_7; }; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemRegistry struct AdaptivePerformanceSubsystemRegistry_tE2DCF9BCDDA4AB834A9BA4203B827C8E320AEA96 : public RuntimeObject { }; // System.Reflection.Assembly struct Assembly_t : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Reflection.Assembly struct Assembly_t_marshaled_com { }; // System.Attribute struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.AutoPerformanceLevelController struct AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE : public RuntimeObject { // UnityEngine.AdaptivePerformance.IDevicePerformanceControl UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_PerfControl RuntimeObject* ___m_PerfControl_0; // UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_PerfStats RuntimeObject* ___m_PerfStats_1; // UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_ThermalStats RuntimeObject* ___m_ThermalStats_2; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_LastChangeTimeStamp float ___m_LastChangeTimeStamp_3; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_LastGpuLevelRaiseTimeStamp float ___m_LastGpuLevelRaiseTimeStamp_4; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_LastCpuLevelRaiseTimeStamp float ___m_LastCpuLevelRaiseTimeStamp_5; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_TargetFrameRateHitTimestamp float ___m_TargetFrameRateHitTimestamp_6; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_BottleneckUnknownTimestamp float ___m_BottleneckUnknownTimestamp_7; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_TriedToResolveUnknownBottleneck bool ___m_TriedToResolveUnknownBottleneck_8; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_Enabled bool ___m_Enabled_9; // System.String UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::m_FeatureName String_t* ___m_FeatureName_10; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CTargetFrameTimeU3Ek__BackingField_11; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CAllowedCpuActiveTimeRatioU3Ek__BackingField_12; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CAllowedGpuActiveTimeRatioU3Ek__BackingField_13; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CGpuLevelBounceAvoidanceThresholdU3Ek__BackingField_14; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CCpuLevelBounceAvoidanceThresholdU3Ek__BackingField_15; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CUpdateIntervalU3Ek__BackingField_16; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CMinTargetFrameRateHitTimeU3Ek__BackingField_17; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::k__BackingField float ___U3CMaxTemperatureLevelU3Ek__BackingField_18; }; // UnityEngine.AdaptivePerformance.BottleneckUtil struct BottleneckUtil_t49F55B34B48C00C1046CC143ACFEE4D5CB9A86EC : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.Constants struct Constants_t1F7B4FB36899E58061884CAB7FD9ECC1139DCF2F : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.CpuTimeProvider struct CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB : public RuntimeObject { // UnityEngine.AdaptivePerformance.RenderThreadCpuTime UnityEngine.AdaptivePerformance.CpuTimeProvider::m_RenderThreadCpuTime RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* ___m_RenderThreadCpuTime_0; // UnityEngine.AdaptivePerformance.MainThreadCpuTime UnityEngine.AdaptivePerformance.CpuTimeProvider::m_MainThreadCpuTime MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* ___m_MainThreadCpuTime_1; }; // UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl struct DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D : public RuntimeObject { // UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::m_PerformanceLevelControl RuntimeObject* ___m_PerformanceLevelControl_0; // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::k__BackingField int32_t ___U3CPerformanceControlModeU3Ek__BackingField_1; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::k__BackingField int32_t ___U3CCpuLevelU3Ek__BackingField_2; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::k__BackingField int32_t ___U3CGpuLevelU3Ek__BackingField_3; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::k__BackingField int32_t ___U3CCurrentCpuLevelU3Ek__BackingField_4; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::k__BackingField int32_t ___U3CCurrentGpuLevelU3Ek__BackingField_5; // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::k__BackingField bool ___U3CCpuPerformanceBoostU3Ek__BackingField_6; // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::k__BackingField bool ___U3CGpuPerformanceBoostU3Ek__BackingField_7; }; // 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; }; // Unity.VisualScripting.Flow struct Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582 : public RuntimeObject { // Unity.VisualScripting.GraphStack Unity.VisualScripting.Flow::k__BackingField GraphStack_tD9049F5FB5F8D9E9CD80764D18067D0F87343E7C* ___U3CstackU3Ek__BackingField_0; // Unity.VisualScripting.Recursion`1 Unity.VisualScripting.Flow::recursion Recursion_1_tDFF1B549E70648F1694033FADF89F8F0EB28587D* ___recursion_1; // System.Collections.Generic.Dictionary`2 Unity.VisualScripting.Flow::locals Dictionary_2_t3D5C4496A22EAD3D8DD55DCDFBB4F4E9BE8311FF* ___locals_2; // Unity.VisualScripting.VariableDeclarations Unity.VisualScripting.Flow::variables VariableDeclarations_t7701E0B99E3AED5CDC693ABFBDD6D1C73945B405* ___variables_3; // System.Collections.Generic.Stack`1 Unity.VisualScripting.Flow::loops Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* ___loops_4; // System.Collections.Generic.HashSet`1 Unity.VisualScripting.Flow::preservedStacks HashSet_1_t015F1F38EE02675ACF63C72E1E1D832249BB06DA* ___preservedStacks_5; // UnityEngine.MonoBehaviour Unity.VisualScripting.Flow::k__BackingField MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* ___U3CcoroutineRunnerU3Ek__BackingField_6; // System.Collections.Generic.ICollection`1 Unity.VisualScripting.Flow::activeCoroutinesRegistry RuntimeObject* ___activeCoroutinesRegistry_7; // System.Boolean Unity.VisualScripting.Flow::coroutineStopRequested bool ___coroutineStopRequested_8; // System.Boolean Unity.VisualScripting.Flow::k__BackingField bool ___U3CisCoroutineU3Ek__BackingField_9; // System.Collections.IEnumerator Unity.VisualScripting.Flow::coroutineEnumerator RuntimeObject* ___coroutineEnumerator_10; // System.Boolean Unity.VisualScripting.Flow::k__BackingField bool ___U3CisPredictionU3Ek__BackingField_11; // System.Boolean Unity.VisualScripting.Flow::disposed bool ___disposed_12; // System.Int32 Unity.VisualScripting.Flow::loopIdentifier int32_t ___loopIdentifier_14; }; // UnityEngine.AdaptivePerformance.GpuTimeProvider struct GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD : public RuntimeObject { // UnityEngine.FrameTiming[] UnityEngine.AdaptivePerformance.GpuTimeProvider::m_FrameTiming FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E* ___m_FrameTiming_0; }; // Unity.VisualScripting.GraphPointer struct GraphPointer_t01C98F06D1A7635CB867665044B7DC1FE03D1C0B : public RuntimeObject { // Unity.VisualScripting.IGraphRoot Unity.VisualScripting.GraphPointer::k__BackingField RuntimeObject* ___U3CrootU3Ek__BackingField_0; // UnityEngine.GameObject Unity.VisualScripting.GraphPointer::k__BackingField GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___U3CgameObjectU3Ek__BackingField_1; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::parentStack List_1_tF8892BD96CF6B23CD95F24F5381A6E7237540FD1* ___parentStack_2; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::parentElementStack List_1_t645DF2A1E7B0FB808EDE07ED53B8C56194AF35E6* ___parentElementStack_3; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::graphStack List_1_tE97B7994B98675F18C70DDD8DEB61E4FE5491DA1* ___graphStack_4; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::dataStack List_1_tF1785B2080B8536D64E747DAE8C2DE0D44A75E27* ___dataStack_5; // System.Collections.Generic.List`1 Unity.VisualScripting.GraphPointer::debugDataStack List_1_t1715D0D9950CCCC39A77E9597CA69B346CD7E3E5* ___debugDataStack_6; }; // UnityEngine.AdaptivePerformance.Holder struct Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.MainThreadCpuTime struct MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85 : public RuntimeObject { // System.Double UnityEngine.AdaptivePerformance.MainThreadCpuTime::m_LastAbsoluteMainThreadCpuTime double ___m_LastAbsoluteMainThreadCpuTime_0; // System.Single UnityEngine.AdaptivePerformance.MainThreadCpuTime::m_LatestMainthreadCpuTime float ___m_LatestMainthreadCpuTime_1; }; // 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.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.PerformanceStateTracker struct PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43 : public RuntimeObject { // System.Collections.Generic.Queue`1 UnityEngine.AdaptivePerformance.PerformanceStateTracker::m_Samples Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* ___m_Samples_0; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceStateTracker::m_SampleCapacity int32_t ___m_SampleCapacity_1; // System.Single UnityEngine.AdaptivePerformance.PerformanceStateTracker::k__BackingField float ___U3CTrendU3Ek__BackingField_2; }; // UnityEngine.AdaptivePerformance.RenderThreadCpuTime struct RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF : public RuntimeObject { // UnityEngine.Rendering.CommandBuffer UnityEngine.AdaptivePerformance.RenderThreadCpuTime::m_Commandbuffer CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_Commandbuffer_0; }; // UnityEngine.AdaptivePerformance.RunningAverage struct RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0 : public RuntimeObject { // System.Single[] UnityEngine.AdaptivePerformance.RunningAverage::m_Values SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_Values_0; // System.Int32 UnityEngine.AdaptivePerformance.RunningAverage::m_NumValues int32_t ___m_NumValues_1; // System.Int32 UnityEngine.AdaptivePerformance.RunningAverage::m_LastIndex int32_t ___m_LastIndex_2; // System.Single UnityEngine.AdaptivePerformance.RunningAverage::m_AverageValue float ___m_AverageValue_3; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // UnityEngine.Subsystem struct Subsystem_t5E67EE95D848FB950AD5D76325BF8959A6F7C7D7 : public RuntimeObject { // UnityEngine.ISubsystemDescriptor UnityEngine.Subsystem::m_SubsystemDescriptor RuntimeObject* ___m_SubsystemDescriptor_0; }; // UnityEngine.SubsystemDescriptor struct SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71 : public RuntimeObject { // System.String UnityEngine.SubsystemDescriptor::k__BackingField String_t* ___U3CidU3Ek__BackingField_0; // System.Type UnityEngine.SubsystemDescriptor::k__BackingField Type_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1; }; // UnityEngine.AdaptivePerformance.TemperatureTrend struct TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894 : public RuntimeObject { // System.Boolean UnityEngine.AdaptivePerformance.TemperatureTrend::m_UseProviderTrend bool ___m_UseProviderTrend_0; // System.Double UnityEngine.AdaptivePerformance.TemperatureTrend::m_SumX double ___m_SumX_1; // System.Double UnityEngine.AdaptivePerformance.TemperatureTrend::m_SumY double ___m_SumY_2; // System.Double UnityEngine.AdaptivePerformance.TemperatureTrend::m_SumXY double ___m_SumXY_3; // System.Double UnityEngine.AdaptivePerformance.TemperatureTrend::m_SumXX double ___m_SumXX_4; // System.Single[] UnityEngine.AdaptivePerformance.TemperatureTrend::m_TimeStamps SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_TimeStamps_9; // System.Single[] UnityEngine.AdaptivePerformance.TemperatureTrend::m_Temperature SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_Temperature_10; // System.Int32 UnityEngine.AdaptivePerformance.TemperatureTrend::m_NumValues int32_t ___m_NumValues_11; // System.Int32 UnityEngine.AdaptivePerformance.TemperatureTrend::m_NextValueIndex int32_t ___m_NextValueIndex_12; // System.Int32 UnityEngine.AdaptivePerformance.TemperatureTrend::m_OldestValueIndex int32_t ___m_OldestValueIndex_13; // System.Single UnityEngine.AdaptivePerformance.TemperatureTrend::k__BackingField float ___U3CThermalTrendU3Ek__BackingField_14; }; // UnityEngine.AdaptivePerformance.ThermalStateTracker struct ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904 : public RuntimeObject { // System.Single UnityEngine.AdaptivePerformance.ThermalStateTracker::warningTemp float ___warningTemp_0; // System.Single UnityEngine.AdaptivePerformance.ThermalStateTracker::throttlingTemp float ___throttlingTemp_1; }; // 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 { }; // 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 { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics/AnalyticsLog struct AnalyticsLog_tDF8534E01B98ED595B9C43F45F16A51CE6074E70 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94 struct U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175 : public RuntimeObject { // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::<>2__current RuntimeObject* ___U3CU3E2__current_1; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::<>4__this AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* ___U3CU3E4__this_2; }; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0 struct U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE : public RuntimeObject { // System.Reflection.PropertyInfo UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0::property PropertyInfo_t* ___property_0; }; // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c struct U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c struct U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38 : public RuntimeObject { }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07 { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tBDCF1E0892E8DA197607E498736F867735A73137* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.Queue`1/Enumerator struct Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE { // System.Collections.Generic.Queue`1 System.Collections.Generic.Queue`1/Enumerator::_q Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* ____q_0; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_version int32_t ____version_1; // System.Int32 System.Collections.Generic.Queue`1/Enumerator::_index int32_t ____index_2; // T System.Collections.Generic.Queue`1/Enumerator::_currentElement float ____currentElement_3; }; // Unity.Profiling.ProfilerCounter`1 struct ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B { }; // Unity.Profiling.ProfilerCounter`1 struct ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 { }; // UnityEngine.SubsystemDescriptor`1 struct SubsystemDescriptor_1_t566EA771D29FA6FC4CE5AD4A45252B9EAEC5448D : public SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71 { }; // UnityEngine.Subsystem`1 struct Subsystem_1_t6436576E2E2D8870B122767439E50A43338FB1FA : public Subsystem_t5E67EE95D848FB950AD5D76325BF8959A6F7C7D7 { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute struct AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA { // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::k__BackingField String_t* ___U3CdisplayNameU3Ek__BackingField_0; // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::k__BackingField String_t* ___U3CbuildSettingsKeyU3Ek__BackingField_1; }; // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent struct AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D { // System.String UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent::Name String_t* ___Name_0; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent::Level int32_t ___Level_1; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent struct AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_pinvoke { char* ___Name_0; int32_t ___Level_1; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent struct AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_com { Il2CppChar* ___Name_0; int32_t ___Level_1; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile struct AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982 : public AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8 { // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile::m_Name String_t* ___m_Name_17; }; // 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; }; // UnityEngine.AdaptivePerformance.ClusterInfo struct ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 { // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::k__BackingField int32_t ___U3CBigCoreU3Ek__BackingField_0; // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::k__BackingField int32_t ___U3CMediumCoreU3Ek__BackingField_1; // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::k__BackingField int32_t ___U3CLittleCoreU3Ek__BackingField_2; }; // Unity.VisualScripting.ControlInput struct ControlInput_t1AD434958538C865F55A62C66B9C24DA82AD31FE : public UnitPort_3_t0F0D7E0DAEC017C7CF07420E3F9BF8EA1BF4CA88 { // System.Func`2 Unity.VisualScripting.ControlInput::action Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8* ___action_2; // System.Func`2 Unity.VisualScripting.ControlInput::coroutineAction Func_2_tFB5F2454526EA057FC21D7028A8B1EADDF2F531F* ___coroutineAction_3; }; // Unity.VisualScripting.ControlOutput struct ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9 : public UnitPort_3_t5D4915F350030D5D193DB8ABE809742B4E0A3816 { }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // 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 { }; // Unity.VisualScripting.EventHook struct EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 { // System.String Unity.VisualScripting.EventHook::name String_t* ___name_0; // System.Object Unity.VisualScripting.EventHook::target RuntimeObject* ___target_1; // System.Object Unity.VisualScripting.EventHook::tag RuntimeObject* ___tag_2; }; // Native definition for P/Invoke marshalling of Unity.VisualScripting.EventHook struct EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157_marshaled_pinvoke { char* ___name_0; Il2CppIUnknown* ___target_1; Il2CppIUnknown* ___tag_2; }; // Native definition for COM marshalling of Unity.VisualScripting.EventHook struct EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157_marshaled_com { Il2CppChar* ___name_0; Il2CppIUnknown* ___target_1; Il2CppIUnknown* ___tag_2; }; // UnityEngine.FrameTiming struct FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD { // System.UInt64 UnityEngine.FrameTiming::cpuTimePresentCalled uint64_t ___cpuTimePresentCalled_0; // System.Double UnityEngine.FrameTiming::cpuFrameTime double ___cpuFrameTime_1; // System.UInt64 UnityEngine.FrameTiming::cpuTimeFrameComplete uint64_t ___cpuTimeFrameComplete_2; // System.Double UnityEngine.FrameTiming::gpuFrameTime double ___gpuFrameTime_3; // System.Single UnityEngine.FrameTiming::heightScale float ___heightScale_4; // System.Single UnityEngine.FrameTiming::widthScale float ___widthScale_5; // System.UInt32 UnityEngine.FrameTiming::syncInterval uint32_t ___syncInterval_6; }; // UnityEngine.AdaptivePerformance.FrameTiming struct FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 { // System.Single UnityEngine.AdaptivePerformance.FrameTiming::k__BackingField float ___U3CCurrentFrameTimeU3Ek__BackingField_0; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::k__BackingField float ___U3CAverageFrameTimeU3Ek__BackingField_1; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::k__BackingField float ___U3CCurrentGpuFrameTimeU3Ek__BackingField_2; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::k__BackingField float ___U3CAverageGpuFrameTimeU3Ek__BackingField_3; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::k__BackingField float ___U3CCurrentCpuFrameTimeU3Ek__BackingField_4; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::k__BackingField float ___U3CAverageCpuFrameTimeU3Ek__BackingField_5; }; // Unity.VisualScripting.GraphReference struct GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9 : public GraphPointer_t01C98F06D1A7635CB867665044B7DC1FE03D1C0B { // System.Int32 Unity.VisualScripting.GraphReference::hashCode int32_t ___hashCode_8; }; // System.Guid struct Guid_t { // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; }; // 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.AdaptivePerformance.PerformanceBoostChangeEventArgs struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 { // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::k__BackingField bool ___U3CCpuBoostU3Ek__BackingField_0; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::k__BackingField bool ___U3CGpuBoostU3Ek__BackingField_1; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke { int32_t ___U3CCpuBoostU3Ek__BackingField_0; int32_t ___U3CGpuBoostU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs struct PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_com { int32_t ___U3CCpuBoostU3Ek__BackingField_0; int32_t ___U3CGpuBoostU3Ek__BackingField_1; }; // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs struct PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 { // UnityEngine.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs::k__BackingField int32_t ___U3CPerformanceBottleneckU3Ek__BackingField_0; }; // UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 { // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CCpuLevelU3Ek__BackingField_0; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CCpuLevelDeltaU3Ek__BackingField_1; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CGpuLevelU3Ek__BackingField_2; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CGpuLevelDeltaU3Ek__BackingField_3; // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField int32_t ___U3CPerformanceControlModeU3Ek__BackingField_4; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::k__BackingField bool ___U3CManualOverrideU3Ek__BackingField_5; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke { int32_t ___U3CCpuLevelU3Ek__BackingField_0; int32_t ___U3CCpuLevelDeltaU3Ek__BackingField_1; int32_t ___U3CGpuLevelU3Ek__BackingField_2; int32_t ___U3CGpuLevelDeltaU3Ek__BackingField_3; int32_t ___U3CPerformanceControlModeU3Ek__BackingField_4; int32_t ___U3CManualOverrideU3Ek__BackingField_5; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs struct PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_com { int32_t ___U3CCpuLevelU3Ek__BackingField_0; int32_t ___U3CCpuLevelDeltaU3Ek__BackingField_1; int32_t ___U3CGpuLevelU3Ek__BackingField_2; int32_t ___U3CGpuLevelDeltaU3Ek__BackingField_3; int32_t ___U3CPerformanceControlModeU3Ek__BackingField_4; int32_t ___U3CManualOverrideU3Ek__BackingField_5; }; // Unity.Profiling.ProfilerCategory struct ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC { union { struct { union { #pragma pack(push, tp, 1) struct { // System.UInt16 Unity.Profiling.ProfilerCategory::m_CategoryId uint16_t ___m_CategoryId_0; }; #pragma pack(pop, tp) struct { uint16_t ___m_CategoryId_0_forAlignmentOnly; }; }; }; uint8_t ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC__padding[2]; }; }; // System.Reflection.PropertyInfo struct PropertyInfo_t : public MemberInfo_t { }; // UnityEngine.Resolution struct Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 { // System.Int32 UnityEngine.Resolution::m_Width int32_t ___m_Width_0; // System.Int32 UnityEngine.Resolution::m_Height int32_t ___m_Height_1; // System.Int32 UnityEngine.Resolution::m_RefreshRate int32_t ___m_RefreshRate_2; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // UnityEngine.AdaptivePerformance.ThermalMetrics struct ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 { // UnityEngine.AdaptivePerformance.WarningLevel UnityEngine.AdaptivePerformance.ThermalMetrics::k__BackingField int32_t ___U3CWarningLevelU3Ek__BackingField_0; // System.Single UnityEngine.AdaptivePerformance.ThermalMetrics::k__BackingField float ___U3CTemperatureLevelU3Ek__BackingField_1; // System.Single UnityEngine.AdaptivePerformance.ThermalMetrics::k__BackingField float ___U3CTemperatureTrendU3Ek__BackingField_2; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // Unity.VisualScripting.ValueInput struct ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392 : public UnitPort_3_t3BDB6AF6AAF9927A0C940F08CFD19E645813CFB0 { // System.Type Unity.VisualScripting.ValueInput::k__BackingField Type_t* ___U3CtypeU3Ek__BackingField_2; // System.Boolean Unity.VisualScripting.ValueInput::k__BackingField bool ___U3CnullMeansSelfU3Ek__BackingField_3; // System.Boolean Unity.VisualScripting.ValueInput::k__BackingField bool ___U3CallowsNullU3Ek__BackingField_4; }; // Unity.VisualScripting.ValueOutput struct ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B : public UnitPort_3_t3120713700769DD514D6ED9ACFD105D4B583C09E { // System.Func`2 Unity.VisualScripting.ValueOutput::getValue Func_2_tB98BB93B60A3562C54694B9F37AEBD38DE206A9C* ___getValue_2; // System.Func`2 Unity.VisualScripting.ValueOutput::canPredictValue Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* ___canPredictValue_3; // System.Type Unity.VisualScripting.ValueOutput::k__BackingField Type_t* ___U3CtypeU3Ek__BackingField_4; }; // UnityEngine.Vector2 struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 { // System.Single UnityEngine.Vector2::x float ___x_0; // System.Single UnityEngine.Vector2::y float ___y_1; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // UnityEngine.WaitForEndOfFrame struct WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663 : public YieldInstruction_tFCE35FD0907950EFEE9BC2890AC664E41C53728D { }; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo struct Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB { // System.String UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::k__BackingField String_t* ___U3CidU3Ek__BackingField_0; // System.Type UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::k__BackingField Type_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo struct Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_pinvoke { char* ___U3CidU3Ek__BackingField_0; Type_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo struct Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_com { Il2CppChar* ___U3CidU3Ek__BackingField_0; Type_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1; }; // AdaptivePerformanceProfilerStats/ScalerInfo/e__FixedBuffer struct U3CscalerNameU3Ee__FixedBuffer_tE9480C944467F3CC109E75FC00E255F44E404E0E { union { struct { // System.Byte AdaptivePerformanceProfilerStats/ScalerInfo/e__FixedBuffer::FixedElementField uint8_t ___FixedElementField_0; }; uint8_t U3CscalerNameU3Ee__FixedBuffer_tE9480C944467F3CC109E75FC00E255F44E404E0E__padding[320]; }; }; // Unity.VisualScripting.GraphElement`1 struct GraphElement_1_t3220EDD6251B31FC22A192EC12682C1D8B28F16D : public RuntimeObject { // System.Guid Unity.VisualScripting.GraphElement`1::k__BackingField Guid_t ___U3CguidU3Ek__BackingField_0; // TGraph Unity.VisualScripting.GraphElement`1::k__BackingField FlowGraph_tF9E42FECF535CD5BAB10F75672B5BCE285627A45* ___U3CgraphU3Ek__BackingField_1; }; // AdaptivePerformanceProfilerStats struct AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9 : public RuntimeObject { }; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase struct AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9 : public Subsystem_1_t6436576E2E2D8870B122767439E50A43338FB1FA { // System.Boolean UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase::k__BackingField bool ___U3CinitializedU3Ek__BackingField_1; }; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor struct AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82 : public SubsystemDescriptor_1_t566EA771D29FA6FC4CE5AD4A45252B9EAEC5448D { }; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IntPtr System.AppDomain::_mono_app_domain intptr_t ____mono_app_domain_1; // System.Object System.AppDomain::_evidence RuntimeObject* ____evidence_6; // System.Object System.AppDomain::_granted RuntimeObject* ____granted_7; // System.Int32 System.AppDomain::_principalPolicy int32_t ____principalPolicy_8; // System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad AssemblyLoadEventHandler_t74AF5FF25F520B9786A20D862AE69BE733774A42* ___AssemblyLoad_9; // System.ResolveEventHandler System.AppDomain::AssemblyResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___AssemblyResolve_10; // System.EventHandler System.AppDomain::DomainUnload EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___DomainUnload_11; // System.EventHandler System.AppDomain::ProcessExit EventHandler_tC6323FD7E6163F965259C33D72612C0E5B9BAB82* ___ProcessExit_12; // System.ResolveEventHandler System.AppDomain::ResourceResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ResourceResolve_13; // System.ResolveEventHandler System.AppDomain::TypeResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___TypeResolve_14; // System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException UnhandledExceptionEventHandler_tB13FF21A6201A59BB462E68CD10C5B5BEE54941C* ___UnhandledException_15; // System.EventHandler`1 System.AppDomain::FirstChanceException EventHandler_1_tF46A0252BA462E35F6B72C69AB6C0F751E7443D7* ___FirstChanceException_16; // System.Object System.AppDomain::_domain_manager RuntimeObject* ____domain_manager_17; // System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve ResolveEventHandler_t3CE88268E672E41B1B55E01587AFBCFB85044692* ___ReflectionOnlyAssemblyResolve_18; // System.Object System.AppDomain::_activation RuntimeObject* ____activation_19; // System.Object System.AppDomain::_applicationIdentity RuntimeObject* ____applicationIdentity_20; // System.Collections.Generic.List`1 System.AppDomain::compatibility_switch List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // Native definition for P/Invoke marshalling of System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_9; Il2CppMethodPointer ___AssemblyResolve_10; Il2CppMethodPointer ___DomainUnload_11; Il2CppMethodPointer ___ProcessExit_12; Il2CppMethodPointer ___ResourceResolve_13; Il2CppMethodPointer ___TypeResolve_14; Il2CppMethodPointer ___UnhandledException_15; Il2CppMethodPointer ___FirstChanceException_16; Il2CppIUnknown* ____domain_manager_17; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18; Il2CppIUnknown* ____activation_19; Il2CppIUnknown* ____applicationIdentity_20; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // Native definition for COM marshalling of System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { intptr_t ____mono_app_domain_1; Il2CppIUnknown* ____evidence_6; Il2CppIUnknown* ____granted_7; int32_t ____principalPolicy_8; Il2CppMethodPointer ___AssemblyLoad_9; Il2CppMethodPointer ___AssemblyResolve_10; Il2CppMethodPointer ___DomainUnload_11; Il2CppMethodPointer ___ProcessExit_12; Il2CppMethodPointer ___ResourceResolve_13; Il2CppMethodPointer ___TypeResolve_14; Il2CppMethodPointer ___UnhandledException_15; Il2CppMethodPointer ___FirstChanceException_16; Il2CppIUnknown* ____domain_manager_17; Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_18; Il2CppIUnknown* ____activation_19; Il2CppIUnknown* ____applicationIdentity_20; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___compatibility_switch_21; }; // UnityEngine.Rendering.CommandBuffer struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject { // System.IntPtr UnityEngine.Rendering.CommandBuffer::m_Ptr intptr_t ___m_Ptr_0; }; // 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; }; // 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; }; // 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.AdaptivePerformance.Provider.PerformanceDataRecord struct PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83 { // UnityEngine.AdaptivePerformance.Provider.Feature UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField int32_t ___U3CChangeFlagsU3Ek__BackingField_0; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField float ___U3CTemperatureLevelU3Ek__BackingField_1; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField float ___U3CTemperatureTrendU3Ek__BackingField_2; // UnityEngine.AdaptivePerformance.WarningLevel UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField int32_t ___U3CWarningLevelU3Ek__BackingField_3; // System.Int32 UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField int32_t ___U3CCpuPerformanceLevelU3Ek__BackingField_4; // System.Int32 UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField int32_t ___U3CGpuPerformanceLevelU3Ek__BackingField_5; // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField bool ___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField float ___U3CCpuFrameTimeU3Ek__BackingField_7; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField float ___U3CGpuFrameTimeU3Ek__BackingField_8; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField float ___U3COverallFrameTimeU3Ek__BackingField_9; // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField bool ___U3CCpuPerformanceBoostU3Ek__BackingField_10; // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField bool ___U3CGpuPerformanceBoostU3Ek__BackingField_11; // UnityEngine.AdaptivePerformance.ClusterInfo UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::k__BackingField ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___U3CClusterInfoU3Ek__BackingField_12; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord struct PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_pinvoke { int32_t ___U3CChangeFlagsU3Ek__BackingField_0; float ___U3CTemperatureLevelU3Ek__BackingField_1; float ___U3CTemperatureTrendU3Ek__BackingField_2; int32_t ___U3CWarningLevelU3Ek__BackingField_3; int32_t ___U3CCpuPerformanceLevelU3Ek__BackingField_4; int32_t ___U3CGpuPerformanceLevelU3Ek__BackingField_5; int32_t ___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6; float ___U3CCpuFrameTimeU3Ek__BackingField_7; float ___U3CGpuFrameTimeU3Ek__BackingField_8; float ___U3COverallFrameTimeU3Ek__BackingField_9; int32_t ___U3CCpuPerformanceBoostU3Ek__BackingField_10; int32_t ___U3CGpuPerformanceBoostU3Ek__BackingField_11; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___U3CClusterInfoU3Ek__BackingField_12; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord struct PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_com { int32_t ___U3CChangeFlagsU3Ek__BackingField_0; float ___U3CTemperatureLevelU3Ek__BackingField_1; float ___U3CTemperatureTrendU3Ek__BackingField_2; int32_t ___U3CWarningLevelU3Ek__BackingField_3; int32_t ___U3CCpuPerformanceLevelU3Ek__BackingField_4; int32_t ___U3CGpuPerformanceLevelU3Ek__BackingField_5; int32_t ___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6; float ___U3CCpuFrameTimeU3Ek__BackingField_7; float ___U3CGpuFrameTimeU3Ek__BackingField_8; float ___U3COverallFrameTimeU3Ek__BackingField_9; int32_t ___U3CCpuPerformanceBoostU3Ek__BackingField_10; int32_t ___U3CGpuPerformanceBoostU3Ek__BackingField_11; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___U3CClusterInfoU3Ek__BackingField_12; }; // UnityEngine.AdaptivePerformance.PerformanceMetrics struct PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 { // System.Int32 UnityEngine.AdaptivePerformance.PerformanceMetrics::k__BackingField int32_t ___U3CCurrentCpuLevelU3Ek__BackingField_0; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceMetrics::k__BackingField int32_t ___U3CCurrentGpuLevelU3Ek__BackingField_1; // UnityEngine.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.PerformanceMetrics::k__BackingField int32_t ___U3CPerformanceBottleneckU3Ek__BackingField_2; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceMetrics::k__BackingField bool ___U3CCpuPerformanceBoostU3Ek__BackingField_3; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceMetrics::k__BackingField bool ___U3CGpuPerformanceBoostU3Ek__BackingField_4; // UnityEngine.AdaptivePerformance.ClusterInfo UnityEngine.AdaptivePerformance.PerformanceMetrics::k__BackingField ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___U3CClusterInfoU3Ek__BackingField_5; }; // Native definition for P/Invoke marshalling of UnityEngine.AdaptivePerformance.PerformanceMetrics struct PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_pinvoke { int32_t ___U3CCurrentCpuLevelU3Ek__BackingField_0; int32_t ___U3CCurrentGpuLevelU3Ek__BackingField_1; int32_t ___U3CPerformanceBottleneckU3Ek__BackingField_2; int32_t ___U3CCpuPerformanceBoostU3Ek__BackingField_3; int32_t ___U3CGpuPerformanceBoostU3Ek__BackingField_4; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___U3CClusterInfoU3Ek__BackingField_5; }; // Native definition for COM marshalling of UnityEngine.AdaptivePerformance.PerformanceMetrics struct PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_com { int32_t ___U3CCurrentCpuLevelU3Ek__BackingField_0; int32_t ___U3CCurrentGpuLevelU3Ek__BackingField_1; int32_t ___U3CPerformanceBottleneckU3Ek__BackingField_2; int32_t ___U3CCpuPerformanceBoostU3Ek__BackingField_3; int32_t ___U3CGpuPerformanceBoostU3Ek__BackingField_4; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___U3CClusterInfoU3Ek__BackingField_5; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20 struct U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF : public RuntimeObject { // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::<>1__state int32_t ___U3CU3E1__state_0; // System.Object UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::<>2__current RuntimeObject* ___U3CU3E2__current_1; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::<>4__this AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* ___U3CU3E4__this_2; // System.Collections.Generic.List`1/Enumerator UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::<>7__wrap1 Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915 ___U3CU3E7__wrap1_3; }; // AdaptivePerformanceProfilerStats/ScalerInfo struct ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 { // AdaptivePerformanceProfilerStats/ScalerInfo/e__FixedBuffer AdaptivePerformanceProfilerStats/ScalerInfo::scalerName U3CscalerNameU3Ee__FixedBuffer_tE9480C944467F3CC109E75FC00E255F44E404E0E ___scalerName_0; // System.UInt32 AdaptivePerformanceProfilerStats/ScalerInfo::enabled uint32_t ___enabled_1; // System.Int32 AdaptivePerformanceProfilerStats/ScalerInfo::overrideLevel int32_t ___overrideLevel_2; // System.Int32 AdaptivePerformanceProfilerStats/ScalerInfo::currentLevel int32_t ___currentLevel_3; // System.Int32 AdaptivePerformanceProfilerStats/ScalerInfo::maxLevel int32_t ___maxLevel_4; // System.Single AdaptivePerformanceProfilerStats/ScalerInfo::scale float ___scale_5; // System.UInt32 AdaptivePerformanceProfilerStats/ScalerInfo::applied uint32_t ___applied_6; }; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem struct AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23 : public AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9 { // UnityEngine.AdaptivePerformance.Provider.Feature UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::k__BackingField int32_t ___U3CCapabilitiesU3Ek__BackingField_2; }; // UnityEngine.Component struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C { }; // 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.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 { }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // Unity.VisualScripting.Unit struct Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 : public GraphElement_1_t3220EDD6251B31FC22A192EC12682C1D8B28F16D { // System.Boolean Unity.VisualScripting.Unit::k__BackingField bool ___U3CisDefinedU3Ek__BackingField_2; // Unity.VisualScripting.IUnitPortCollection`1 Unity.VisualScripting.Unit::k__BackingField RuntimeObject* ___U3CcontrolInputsU3Ek__BackingField_3; // Unity.VisualScripting.IUnitPortCollection`1 Unity.VisualScripting.Unit::k__BackingField RuntimeObject* ___U3CcontrolOutputsU3Ek__BackingField_4; // Unity.VisualScripting.IUnitPortCollection`1 Unity.VisualScripting.Unit::k__BackingField RuntimeObject* ___U3CvalueInputsU3Ek__BackingField_5; // Unity.VisualScripting.IUnitPortCollection`1 Unity.VisualScripting.Unit::k__BackingField RuntimeObject* ___U3CvalueOutputsU3Ek__BackingField_6; // Unity.VisualScripting.IUnitPortCollection`1 Unity.VisualScripting.Unit::k__BackingField RuntimeObject* ___U3CinvalidInputsU3Ek__BackingField_7; // Unity.VisualScripting.IUnitPortCollection`1 Unity.VisualScripting.Unit::k__BackingField RuntimeObject* ___U3CinvalidOutputsU3Ek__BackingField_8; // System.Action Unity.VisualScripting.Unit::onPortsChanged Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onPortsChanged_9; // System.Collections.Generic.Dictionary`2 Unity.VisualScripting.Unit::k__BackingField Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___U3CdefaultValuesU3Ek__BackingField_10; // Unity.VisualScripting.IConnectionCollection`3 Unity.VisualScripting.Unit::k__BackingField RuntimeObject* ___U3CrelationsU3Ek__BackingField_11; // System.Boolean Unity.VisualScripting.Unit::k__BackingField bool ___U3CisControlRootU3Ek__BackingField_12; // UnityEngine.Vector2 Unity.VisualScripting.Unit::k__BackingField Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CpositionU3Ek__BackingField_13; // System.Exception Unity.VisualScripting.Unit::k__BackingField Exception_t* ___U3CdefinitionExceptionU3Ek__BackingField_14; }; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // System.Boolean Unity.VisualScripting.EventUnit`1::k__BackingField bool ___U3CcoroutineU3Ek__BackingField_15; // Unity.VisualScripting.ControlOutput Unity.VisualScripting.EventUnit`1::k__BackingField ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* ___U3CtriggerU3Ek__BackingField_16; }; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // System.Boolean Unity.VisualScripting.EventUnit`1::k__BackingField bool ___U3CcoroutineU3Ek__BackingField_15; // Unity.VisualScripting.ControlOutput Unity.VisualScripting.EventUnit`1::k__BackingField ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* ___U3CtriggerU3Ek__BackingField_16; }; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_tF9AB789CF3F442A483C06E1695856FA2D543E37F : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // System.Boolean Unity.VisualScripting.EventUnit`1::k__BackingField bool ___U3CcoroutineU3Ek__BackingField_15; // Unity.VisualScripting.ControlOutput Unity.VisualScripting.EventUnit`1::k__BackingField ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* ___U3CtriggerU3Ek__BackingField_16; }; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // System.Boolean Unity.VisualScripting.EventUnit`1::k__BackingField bool ___U3CcoroutineU3Ek__BackingField_15; // Unity.VisualScripting.ControlOutput Unity.VisualScripting.EventUnit`1::k__BackingField ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* ___U3CtriggerU3Ek__BackingField_16; }; // Unity.VisualScripting.EventUnit`1 struct EventUnit_1_t5407D2BA8E9222EC903DF6547568BDA200FD1ED5 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // System.Boolean Unity.VisualScripting.EventUnit`1::k__BackingField bool ___U3CcoroutineU3Ek__BackingField_15; // Unity.VisualScripting.ControlOutput Unity.VisualScripting.EventUnit`1::k__BackingField ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* ___U3CtriggerU3Ek__BackingField_16; }; // System.Func`2 struct Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598 : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC : public MulticastDelegate_t { }; // System.Predicate`1 struct Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1 : public MulticastDelegate_t { }; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings struct AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::m_LoaderManagerInstance AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* ___m_LoaderManagerInstance_6; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::m_InitManagerOnStart bool ___m_InitManagerOnStart_7; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::m_AdaptivePerformanceManager AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* ___m_AdaptivePerformanceManager_8; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::m_ProviderIntialized bool ___m_ProviderIntialized_9; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::m_ProviderStarted bool ___m_ProviderStarted_10; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader struct AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings struct AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::m_InitializationComplete bool ___m_InitializationComplete_4; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::m_AutomaticLoading bool ___m_AutomaticLoading_5; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::m_AutomaticRunning bool ___m_AutomaticRunning_6; // System.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::m_Loaders List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* ___m_Loaders_7; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner struct AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // UnityEngine.GameObject UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner::m_ManagerGameObject GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_ManagerGameObject_4; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler struct AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::m_Indexer AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* ___m_Indexer_4; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::k__BackingField int32_t ___U3CCurrentLevelU3Ek__BackingField_5; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::k__BackingField int32_t ___U3CGpuImpactU3Ek__BackingField_6; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::k__BackingField int32_t ___U3CCpuImpactU3Ek__BackingField_7; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::m_OverrideLevel int32_t ___m_OverrideLevel_8; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::m_defaultSetting AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___m_defaultSetting_9; // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::m_ScalerEvent AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D ___m_ScalerEvent_10; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::m_Settings IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* ___m_Settings_11; }; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; // UnityEngine.Behaviour struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 { }; // UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit struct ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::bigCore ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___bigCore_15; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::mediumCore ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___mediumCore_16; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::littleCore ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___littleCore_17; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::BigCore int32_t ___BigCore_18; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::MediumCore int32_t ___MediumCore_19; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::LittleCore int32_t ___LittleCore_20; }; // UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit struct FPSUnit_t4D339A9BA221B733E0CD0E09AEBD4586CAA7A900 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit::fps ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___fps_15; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit::FPS int32_t ___FPS_16; }; // UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit struct FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::currentFrameTime ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___currentFrameTime_15; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::averageFrameTime ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___averageFrameTime_16; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::currentGpuFrameTime ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___currentGpuFrameTime_17; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::averageGpuFrameTime ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___averageGpuFrameTime_18; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::currentCpuFrameTime ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___currentCpuFrameTime_19; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::averageCpuFrameTime ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___averageCpuFrameTime_20; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::CurrentFrameTime float ___CurrentFrameTime_21; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::AverageFrameTime float ___AverageFrameTime_22; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::CurrentGpuFrameTime float ___CurrentGpuFrameTime_23; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::AverageGpuFrameTime float ___AverageGpuFrameTime_24; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::CurrentCpuFrameTime float ___CurrentCpuFrameTime_25; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::AverageCpuFrameTime float ___AverageCpuFrameTime_26; }; // UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit struct GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::cpuBoost ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___cpuBoost_15; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::gpuBoost ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___gpuBoost_16; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::CpuBoost bool ___CpuBoost_17; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::GpuBoost bool ___GpuBoost_18; }; // UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit struct GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::performanceAction ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___performanceAction_15; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::thermalAction ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___thermalAction_16; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::timeUntilNextAction ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___timeUntilNextAction_17; // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::PerformanceAction int32_t ___PerformanceAction_18; // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::ThermalAction int32_t ___ThermalAction_19; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::TimeUntilNextAction float ___TimeUntilNextAction_20; }; // UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit struct GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::cpuLevel ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___cpuLevel_15; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::gpuLevel ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___gpuLevel_16; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::CpuLevel int32_t ___CpuLevel_17; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::GpuLevel int32_t ___GpuLevel_18; }; // UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit struct GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::k__BackingField ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___U3CwarningLevelU3Ek__BackingField_15; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::throttlingImminent ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___throttlingImminent_16; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::throttling ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___throttling_17; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::temperatureLevel ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___temperatureLevel_18; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::temperatureTrend ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___temperatureTrend_19; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::TemperatureLevel float ___TemperatureLevel_20; // System.Single UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::TemperatureTrend float ___TemperatureTrend_21; // System.String UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::WarningLevel String_t* ___WarningLevel_22; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::ThrottlingImminent bool ___ThrottlingImminent_23; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::Throttling bool ___Throttling_24; }; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings struct IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8 : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A { // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_Logging bool ___m_Logging_4; // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_AutomaticPerformanceModeEnabled bool ___m_AutomaticPerformanceModeEnabled_5; // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_EnableBoostOnStartup bool ___m_EnableBoostOnStartup_6; // System.Int32 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_StatsLoggingFrequencyInFrames int32_t ___m_StatsLoggingFrequencyInFrames_7; // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_IndexerSettings AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* ___m_IndexerSettings_8; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_ScalerSettings AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* ___m_ScalerSettings_9; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile[] UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_scalerProfileList AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* ___m_scalerProfileList_10; // System.Int32 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::m_DefaultScalerProfilerIndex int32_t ___m_DefaultScalerProfilerIndex_11; }; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler struct PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68 : public MulticastDelegate_t { }; // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler struct PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61 : public MulticastDelegate_t { }; // UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler struct PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B : public MulticastDelegate_t { }; // UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit struct SetBoostUnit_t90DB344230E13439B7F792D4A9B62430C6F92C03 : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ControlInput UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit::inputTrigger ControlInput_t1AD434958538C865F55A62C66B9C24DA82AD31FE* ___inputTrigger_15; // Unity.VisualScripting.ControlOutput UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit::outputTrigger ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* ___outputTrigger_16; // Unity.VisualScripting.ValueInput UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit::cpuBoostInput ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___cpuBoostInput_17; // Unity.VisualScripting.ValueInput UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit::gpuBoostInput ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___gpuBoostInput_18; }; // UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit struct SetPerformanceLevelsUnit_tE86344167BC07ED2549DEC0983994515BD69261C : public Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191 { // Unity.VisualScripting.ControlInput UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit::inputTrigger ControlInput_t1AD434958538C865F55A62C66B9C24DA82AD31FE* ___inputTrigger_15; // Unity.VisualScripting.ControlOutput UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit::outputTrigger ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* ___outputTrigger_16; // Unity.VisualScripting.ValueInput UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit::cpuLevelInput ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___cpuLevelInput_17; // Unity.VisualScripting.ValueInput UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit::gpuLevelInput ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___gpuLevelInput_18; }; // UnityEngine.AdaptivePerformance.ThermalEventHandler struct ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27 : public MulticastDelegate_t { }; // UnityEngine.AdaptivePerformance.AdaptiveBatching struct AdaptiveBatching_t77F425AEC56C7E0DE9E5F5B39F6E7DC6A0420B72 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Boolean UnityEngine.AdaptivePerformance.AdaptiveBatching::m_DefaultState bool ___m_DefaultState_12; }; // UnityEngine.AdaptivePerformance.AdaptiveDecals struct AdaptiveDecals_t8012E665DB185647D65EECBC640BD0637231DD3A : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single UnityEngine.AdaptivePerformance.AdaptiveDecals::m_DefaultDecalsDistance float ___m_DefaultDecalsDistance_12; }; // UnityEngine.AdaptivePerformance.AdaptiveFramerate struct AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Int32 UnityEngine.AdaptivePerformance.AdaptiveFramerate::m_DefaultFPS int32_t ___m_DefaultFPS_12; }; // UnityEngine.AdaptivePerformance.AdaptiveLOD struct AdaptiveLOD_t431D7DB4C0E76F630B4FB64D9D3EB84357E0A049 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single UnityEngine.AdaptivePerformance.AdaptiveLOD::m_DefaultLodBias float ___m_DefaultLodBias_12; }; // UnityEngine.AdaptivePerformance.AdaptiveLayerCulling struct AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single[] UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::m_defaultDistances SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_defaultDistances_12; // System.Single[] UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::m_scaledDistances SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___m_scaledDistances_13; // System.Boolean UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::init bool ___init_14; // UnityEngine.Camera UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::m_cachedCamera Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___m_cachedCamera_15; }; // UnityEngine.AdaptivePerformance.AdaptiveLut struct AdaptiveLut_t395FAB268B6C2B89CAE757BEDE26FE8903647478 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single UnityEngine.AdaptivePerformance.AdaptiveLut::m_DefaultLutBias float ___m_DefaultLutBias_12; }; // UnityEngine.AdaptivePerformance.AdaptiveMSAA struct AdaptiveMSAA_tAD23E8AB2F9DBC3A20819AD3D2FFCA632C5F45F8 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Int32 UnityEngine.AdaptivePerformance.AdaptiveMSAA::m_DefaultAA int32_t ___m_DefaultAA_12; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoaderHelper struct AdaptivePerformanceLoaderHelper_t43D3768280F68D5528D8DCF87E0FC143DCF9A14F : public AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E { // System.Collections.Generic.Dictionary`2 UnityEngine.AdaptivePerformance.AdaptivePerformanceLoaderHelper::m_SubsystemInstanceMap Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C* ___m_SubsystemInstanceMap_4; }; // UnityEngine.AdaptivePerformance.AdaptivePhysics struct AdaptivePhysics_t672F42FEC7114552CC1A7756AD8D6A3822331ACC : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single UnityEngine.AdaptivePerformance.AdaptivePhysics::m_fixedDeltaTimeDefault float ___m_fixedDeltaTimeDefault_12; }; // UnityEngine.AdaptivePerformance.AdaptiveResolution struct AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { }; // UnityEngine.AdaptivePerformance.AdaptiveShadowCascade struct AdaptiveShadowCascade_t0CFEEE119686B77769DF3A33BCD8CFA90547D35E : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Int32 UnityEngine.AdaptivePerformance.AdaptiveShadowCascade::m_DefaultCascadeCount int32_t ___m_DefaultCascadeCount_12; }; // UnityEngine.AdaptivePerformance.AdaptiveShadowDistance struct AdaptiveShadowDistance_t4D0E4E782BD6BD998FB73E0ACCB494468EED90A0 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single UnityEngine.AdaptivePerformance.AdaptiveShadowDistance::m_DefaultShadowDistance float ___m_DefaultShadowDistance_12; }; // UnityEngine.AdaptivePerformance.AdaptiveShadowQuality struct AdaptiveShadowQuality_t850800F7BE5A8F82FC82D35C11FC4EE70B309EBB : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Int32 UnityEngine.AdaptivePerformance.AdaptiveShadowQuality::m_DefaultShadowQualityBias int32_t ___m_DefaultShadowQualityBias_12; }; // UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution struct AdaptiveShadowmapResolution_t83B2348D9E39A649B9795047F9B696FC9C09D3DE : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution::m_DefaultShadowmapResolution float ___m_DefaultShadowmapResolution_12; }; // UnityEngine.AdaptivePerformance.AdaptiveSorting struct AdaptiveSorting_t7AF813994D0847172CB6DD322303BAAA90ED7C2E : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Boolean UnityEngine.AdaptivePerformance.AdaptiveSorting::m_DefaultSorting bool ___m_DefaultSorting_12; }; // UnityEngine.AdaptivePerformance.AdaptiveTransparency struct AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { }; // UnityEngine.AdaptivePerformance.AdaptiveViewDistance struct AdaptiveViewDistance_tC58AE1BFB8F375552BE5FE700AE912039CD69BF7 : public AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC { // System.Single UnityEngine.AdaptivePerformance.AdaptiveViewDistance::m_DefaultFarClipPlane float ___m_DefaultFarClipPlane_12; }; // UnityEngine.Camera struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { }; // UnityEngine.MonoBehaviour struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA { }; // UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit struct OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3 : public EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::cpuBoost ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___cpuBoost_17; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::gpuBoost ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___gpuBoost_18; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::CpuBoost bool ___CpuBoost_19; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::GpuBoost bool ___GpuBoost_20; }; // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit struct OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D : public EventUnit_1_tF9AB789CF3F442A483C06E1695856FA2D543E37F { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::k__BackingField ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___U3CbottleneckU3Ek__BackingField_17; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::cpu ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___cpu_18; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::gpu ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___gpu_19; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::targetFrameRate ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___targetFrameRate_20; }; // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit struct OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618 : public EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::k__BackingField ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___U3ConScalerLevelU3Ek__BackingField_17; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::k__BackingField ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___U3CscalerLevelU3Ek__BackingField_18; }; // UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit struct OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28 : public EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::CpuLevel ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___CpuLevel_17; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::GpuLevel ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___GpuLevel_18; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::cpuLevel int32_t ___cpuLevel_19; // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::gpuLevel int32_t ___gpuLevel_20; }; // UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit struct OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83 : public EventUnit_1_t5407D2BA8E9222EC903DF6547568BDA200FD1ED5 { // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::k__BackingField ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___U3CwarningLevelU3Ek__BackingField_17; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::throttlingImminent ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___throttlingImminent_18; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::throttling ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___throttling_19; // System.String UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::WarningLevel String_t* ___WarningLevel_20; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::ThrottlingImminent bool ___ThrottlingImminent_21; // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::Throttling bool ___Throttling_22; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager struct AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 { // UnityEngine.AdaptivePerformance.ThermalEventHandler UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::ThermalEvent ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* ___ThermalEvent_4; // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::PerformanceBottleneckChangeEvent PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* ___PerformanceBottleneckChangeEvent_5; // UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::PerformanceLevelChangeEvent PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* ___PerformanceLevelChangeEvent_6; // UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::PerformanceBoostChangeEvent PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* ___PerformanceBoostChangeEvent_7; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_Subsystem AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* ___m_Subsystem_8; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_JustResumed bool ___m_JustResumed_9; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_RequestedCpuLevel int32_t ___m_RequestedCpuLevel_10; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_RequestedGpuLevel int32_t ___m_RequestedGpuLevel_11; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_NewUserPerformanceLevelRequest bool ___m_NewUserPerformanceLevelRequest_12; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_RequestedCpuBoost bool ___m_RequestedCpuBoost_13; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_RequestedGpuBoost bool ___m_RequestedGpuBoost_14; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_NewUserCpuPerformanceBoostRequest bool ___m_NewUserCpuPerformanceBoostRequest_15; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_NewUserGpuPerformanceBoostRequest bool ___m_NewUserGpuPerformanceBoostRequest_16; // UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_ThermalMetrics ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___m_ThermalMetrics_17; // UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_PerformanceMetrics PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 ___m_PerformanceMetrics_18; // UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_FrameTiming FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 ___m_FrameTiming_19; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::k__BackingField int32_t ___U3CLoggingFrequencyInFramesU3Ek__BackingField_20; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_AutomaticPerformanceControl bool ___m_AutomaticPerformanceControl_21; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_AutomaticPerformanceControlChanged bool ___m_AutomaticPerformanceControlChanged_22; // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::k__BackingField AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* ___U3CIndexerU3Ek__BackingField_23; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_Settings IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* ___m_Settings_24; // UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_DevicePerfControl DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* ___m_DevicePerfControl_25; // UnityEngine.AdaptivePerformance.AutoPerformanceLevelController UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_AutoPerformanceLevelController AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* ___m_AutoPerformanceLevelController_26; // UnityEngine.AdaptivePerformance.CpuTimeProvider UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_CpuFrameTimeProvider CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* ___m_CpuFrameTimeProvider_27; // UnityEngine.AdaptivePerformance.GpuTimeProvider UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_GpuFrameTimeProvider GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* ___m_GpuFrameTimeProvider_28; // UnityEngine.AdaptivePerformance.Provider.IApplicationLifecycle UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_AppLifecycle RuntimeObject* ___m_AppLifecycle_29; // UnityEngine.AdaptivePerformance.TemperatureTrend UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_TemperatureTrend TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* ___m_TemperatureTrend_30; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_UseProviderOverallFrameTime bool ___m_UseProviderOverallFrameTime_31; // UnityEngine.WaitForEndOfFrame UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_WaitForEndOfFrame WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* ___m_WaitForEndOfFrame_32; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_FrameCount int32_t ___m_FrameCount_33; // UnityEngine.AdaptivePerformance.RunningAverage UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_OverallFrameTime RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* ___m_OverallFrameTime_34; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_OverallFrameTimeAccu float ___m_OverallFrameTimeAccu_35; // UnityEngine.AdaptivePerformance.RunningAverage UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_GpuFrameTime RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* ___m_GpuFrameTime_36; // UnityEngine.AdaptivePerformance.RunningAverage UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::m_CpuFrameTime RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* ___m_CpuFrameTime_37; }; // // // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.EmptyArray`1 struct EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields { // T[] System.EmptyArray`1::Value ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___Value_0; }; // System.EmptyArray`1 // System.Collections.Generic.List`1 struct List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray AdaptivePerformanceLoaderU5BU5D_t3E2A4408B54F366525196F6E4B6EC5BDB369A5F0* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray AdaptivePerformanceScalerU5BU5D_t5439258EA03E0CA30BD7CB1B20A2119626B4835F* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tBDCF1E0892E8DA197607E498736F867735A73137_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray AdaptivePerformanceSubsystemDescriptorU5BU5D_tE478BE4CA194FF832B443F6091F40CCF7F1BEA20* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.Queue`1 // System.Collections.Generic.Queue`1 // System.Collections.Generic.Dictionary`2/ValueCollection // System.Collections.Generic.Dictionary`2/ValueCollection // UnityEngine.AdaptivePerformance.APLog struct APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_StaticFields { // System.Boolean UnityEngine.AdaptivePerformance.APLog::enabled bool ___enabled_0; }; // UnityEngine.AdaptivePerformance.APLog // UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics // UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceEventHooks // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceEventHooks // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings // UnityEngine.AdaptivePerformance.AdaptivePerformanceInitializer // UnityEngine.AdaptivePerformance.AdaptivePerformanceInitializer // UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings struct AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields { // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::s_MaxShadowDistanceMultiplier float ___s_MaxShadowDistanceMultiplier_0; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::s_ShadowResolutionMultiplier float ___s_ShadowResolutionMultiplier_1; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::s_RenderScaleMultiplier float ___s_RenderScaleMultiplier_2; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::s_DecalsMaxDistance float ___s_DecalsMaxDistance_3; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::k__BackingField int32_t ___U3CMainLightShadowCascadesCountBiasU3Ek__BackingField_4; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::k__BackingField int32_t ___U3CShadowQualityBiasU3Ek__BackingField_5; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::k__BackingField float ___U3CLutBiasU3Ek__BackingField_6; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::k__BackingField int32_t ___U3CAntiAliasingQualityBiasU3Ek__BackingField_7; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::k__BackingField bool ___U3CSkipDynamicBatchingU3Ek__BackingField_8; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::k__BackingField bool ___U3CSkipFrontToBackSortingU3Ek__BackingField_9; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::k__BackingField bool ___U3CSkipTransparentObjectsU3Ek__BackingField_10; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemRegistry // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemRegistry // System.Reflection.Assembly // System.Reflection.Assembly // System.Attribute // System.Attribute // UnityEngine.AdaptivePerformance.AutoPerformanceLevelController // UnityEngine.AdaptivePerformance.AutoPerformanceLevelController // UnityEngine.AdaptivePerformance.BottleneckUtil // UnityEngine.AdaptivePerformance.BottleneckUtil // UnityEngine.AdaptivePerformance.Constants // UnityEngine.AdaptivePerformance.Constants // UnityEngine.AdaptivePerformance.CpuTimeProvider // UnityEngine.AdaptivePerformance.CpuTimeProvider // UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl // UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl // 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 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 // Unity.VisualScripting.Flow struct Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582_StaticFields { // System.Func`2 Unity.VisualScripting.Flow::k__BackingField Func_2_tAF4123F8D69F1A665BBB864E1C97131C05AEBBEB* ___U3CisInspectedBindingU3Ek__BackingField_13; }; // Unity.VisualScripting.Flow // UnityEngine.AdaptivePerformance.GpuTimeProvider // UnityEngine.AdaptivePerformance.GpuTimeProvider // UnityEngine.AdaptivePerformance.Holder struct Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_StaticFields { // UnityEngine.AdaptivePerformance.IAdaptivePerformance UnityEngine.AdaptivePerformance.Holder::k__BackingField RuntimeObject* ___U3CInstanceU3Ek__BackingField_0; }; // UnityEngine.AdaptivePerformance.Holder // UnityEngine.AdaptivePerformance.MainThreadCpuTime // UnityEngine.AdaptivePerformance.MainThreadCpuTime // System.Reflection.MemberInfo // System.Reflection.MemberInfo // UnityEngine.AdaptivePerformance.PerformanceStateTracker // UnityEngine.AdaptivePerformance.PerformanceStateTracker // UnityEngine.AdaptivePerformance.RenderThreadCpuTime // UnityEngine.AdaptivePerformance.RenderThreadCpuTime // UnityEngine.AdaptivePerformance.RunningAverage // UnityEngine.AdaptivePerformance.RunningAverage // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // UnityEngine.Subsystem // UnityEngine.Subsystem // UnityEngine.SubsystemDescriptor // UnityEngine.SubsystemDescriptor // UnityEngine.AdaptivePerformance.TemperatureTrend // UnityEngine.AdaptivePerformance.TemperatureTrend // UnityEngine.AdaptivePerformance.ThermalStateTracker // UnityEngine.AdaptivePerformance.ThermalStateTracker // UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics/AnalyticsLog // UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics/AnalyticsLog // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94 // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94 // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0 // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0 // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c struct U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields { // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::<>9 U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* ___U3CU3E9_0; // System.Func`2 UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::<>9__11_0 Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* ___U3CU3E9__11_0_1; // System.Func`2 UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::<>9__11_1 Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* ___U3CU3E9__11_1_2; // System.Func`2 UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::<>9__11_2 Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* ___U3CU3E9__11_2_3; // System.Func`2 UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::<>9__11_3 Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* ___U3CU3E9__11_3_4; }; // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c struct U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields { // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::<>9 U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* ___U3CU3E9_0; // System.Func`2 UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::<>9__12_0 Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* ___U3CU3E9__12_0_1; // System.Func`2 UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::<>9__12_1 Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* ___U3CU3E9__12_1_2; }; // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.Queue`1/Enumerator // System.Collections.Generic.Queue`1/Enumerator // Unity.Profiling.ProfilerCounter`1 // Unity.Profiling.ProfilerCounter`1 // Unity.Profiling.ProfilerCounter`1 // Unity.Profiling.ProfilerCounter`1 // UnityEngine.SubsystemDescriptor`1 // UnityEngine.SubsystemDescriptor`1 // UnityEngine.Subsystem`1 // UnityEngine.Subsystem`1 // UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute // UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent // UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile // 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 // UnityEngine.AdaptivePerformance.ClusterInfo // UnityEngine.AdaptivePerformance.ClusterInfo // Unity.VisualScripting.ControlInput // Unity.VisualScripting.ControlInput // Unity.VisualScripting.ControlOutput // Unity.VisualScripting.ControlOutput // System.Double // System.Double // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0; }; // System.Enum // Unity.VisualScripting.EventHook // Unity.VisualScripting.EventHook // UnityEngine.FrameTiming // UnityEngine.FrameTiming // UnityEngine.AdaptivePerformance.FrameTiming // UnityEngine.AdaptivePerformance.FrameTiming // Unity.VisualScripting.GraphReference struct GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9_StaticFields { // System.Collections.Generic.Dictionary`2> Unity.VisualScripting.GraphReference::internPool Dictionary_2_t103D0AE280060A707280D1A6221B0F0DB05F988E* ___internPool_9; }; // Unity.VisualScripting.GraphReference // System.Guid struct Guid_t_StaticFields { // System.Guid System.Guid::Empty Guid_t ___Empty_0; }; // System.Guid // 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.AdaptivePerformance.PerformanceBoostChangeEventArgs // UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs // UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs // UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs // Unity.Profiling.ProfilerCategory // Unity.Profiling.ProfilerCategory // System.Reflection.PropertyInfo // System.Reflection.PropertyInfo // UnityEngine.Resolution // UnityEngine.Resolution // System.Single // System.Single // UnityEngine.AdaptivePerformance.ThermalMetrics // UnityEngine.AdaptivePerformance.ThermalMetrics // System.UInt32 // System.UInt32 // Unity.VisualScripting.ValueInput struct ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392_StaticFields { // System.Collections.Generic.HashSet`1 Unity.VisualScripting.ValueInput::typesWithDefaultValues HashSet_1_tAE2F12E55878645F5BE7C4D5603228A6FAB429C7* ___typesWithDefaultValues_5; }; // Unity.VisualScripting.ValueInput // Unity.VisualScripting.ValueOutput // Unity.VisualScripting.ValueOutput // System.Void // System.Void // UnityEngine.WaitForEndOfFrame // UnityEngine.WaitForEndOfFrame // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo // AdaptivePerformanceProfilerStats/ScalerInfo/e__FixedBuffer // AdaptivePerformanceProfilerStats/ScalerInfo/e__FixedBuffer // AdaptivePerformanceProfilerStats struct AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields { // Unity.Profiling.ProfilerCategory AdaptivePerformanceProfilerStats::AdaptivePerformanceProfilerCategory ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ___AdaptivePerformanceProfilerCategory_0; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::CurrentCPUCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___CurrentCPUCounter_1; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::AvgCPUCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___AvgCPUCounter_2; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::CurrentGPUCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___CurrentGPUCounter_3; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::AvgGPUCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___AvgGPUCounter_4; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::CurrentCPULevelCounter ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B ___CurrentCPULevelCounter_5; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::CurrentGPULevelCounter ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B ___CurrentGPULevelCounter_6; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::CurrentFrametimeCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___CurrentFrametimeCounter_7; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::AvgFrametimeCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___AvgFrametimeCounter_8; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::WarningLevelCounter ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B ___WarningLevelCounter_9; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::TemperatureLevelCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___TemperatureLevelCounter_10; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::TemperatureTrendCounter ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 ___TemperatureTrendCounter_11; // Unity.Profiling.ProfilerCounter`1 AdaptivePerformanceProfilerStats::BottleneckCounter ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B ___BottleneckCounter_12; // System.Guid AdaptivePerformanceProfilerStats::kAdaptivePerformanceProfilerModuleGuid Guid_t ___kAdaptivePerformanceProfilerModuleGuid_13; // System.Int32 AdaptivePerformanceProfilerStats::kScalerDataTag int32_t ___kScalerDataTag_14; // System.Collections.Generic.Dictionary`2 AdaptivePerformanceProfilerStats::scalerInfos Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* ___scalerInfos_15; }; // AdaptivePerformanceProfilerStats // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_StaticFields { // System.String System.AppDomain::_process_guid String_t* ____process_guid_2; }; // System.AppDomain struct AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F_ThreadStaticFields { // System.Collections.Generic.Dictionary`2 System.AppDomain::type_resolve_in_progress Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___type_resolve_in_progress_3; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_4; // System.Collections.Generic.Dictionary`2 System.AppDomain::assembly_resolve_in_progress_refonly Dictionary_2_tA348003A3C1CEFB3096E9D2A0BC7F1AC8EC4F710* ___assembly_resolve_in_progress_refonly_5; }; // UnityEngine.Rendering.CommandBuffer // UnityEngine.Rendering.CommandBuffer // UnityEngine.Coroutine // UnityEngine.Coroutine // System.Delegate // System.Delegate // UnityEngine.Object struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields { // System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1; }; // UnityEngine.Object // UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord // UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord // UnityEngine.AdaptivePerformance.PerformanceMetrics // UnityEngine.AdaptivePerformance.PerformanceMetrics // System.RuntimeTypeHandle // System.RuntimeTypeHandle // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20 // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20 // AdaptivePerformanceProfilerStats/ScalerInfo // AdaptivePerformanceProfilerStats/ScalerInfo // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem // UnityEngine.GameObject // UnityEngine.GameObject // UnityEngine.ScriptableObject // UnityEngine.ScriptableObject // System.Type struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // System.Type // Unity.VisualScripting.Unit // Unity.VisualScripting.Unit // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // Unity.VisualScripting.EventUnit`1 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Func`2 // System.Predicate`1 // System.Predicate`1 // System.Action // System.Action // UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings struct AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields { // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::k_SettingsKey String_t* ___k_SettingsKey_4; // UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::s_RuntimeSettingsInstance AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* ___s_RuntimeSettingsInstance_5; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings struct AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_StaticFields { // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::s_ActiveLoader AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* ___s_ActiveLoader_8; }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner // UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler // UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler // System.AsyncCallback // System.AsyncCallback // UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit // UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit // UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit // UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit // UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit // UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit // UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings // System.NotSupportedException // System.NotSupportedException // UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler // UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler // UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler // UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler // UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler // UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit // UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit // UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit // UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit // UnityEngine.AdaptivePerformance.ThermalEventHandler // UnityEngine.AdaptivePerformance.ThermalEventHandler // UnityEngine.AdaptivePerformance.AdaptiveBatching // UnityEngine.AdaptivePerformance.AdaptiveBatching // UnityEngine.AdaptivePerformance.AdaptiveDecals // UnityEngine.AdaptivePerformance.AdaptiveDecals // UnityEngine.AdaptivePerformance.AdaptiveFramerate // UnityEngine.AdaptivePerformance.AdaptiveFramerate // UnityEngine.AdaptivePerformance.AdaptiveLOD // UnityEngine.AdaptivePerformance.AdaptiveLOD // UnityEngine.AdaptivePerformance.AdaptiveLayerCulling // UnityEngine.AdaptivePerformance.AdaptiveLayerCulling // UnityEngine.AdaptivePerformance.AdaptiveLut // UnityEngine.AdaptivePerformance.AdaptiveLut // UnityEngine.AdaptivePerformance.AdaptiveMSAA // UnityEngine.AdaptivePerformance.AdaptiveMSAA // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoaderHelper // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoaderHelper // UnityEngine.AdaptivePerformance.AdaptivePhysics // UnityEngine.AdaptivePerformance.AdaptivePhysics // UnityEngine.AdaptivePerformance.AdaptiveResolution struct AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_StaticFields { // System.Int32 UnityEngine.AdaptivePerformance.AdaptiveResolution::instanceCount int32_t ___instanceCount_12; }; // UnityEngine.AdaptivePerformance.AdaptiveResolution // UnityEngine.AdaptivePerformance.AdaptiveShadowCascade // UnityEngine.AdaptivePerformance.AdaptiveShadowCascade // UnityEngine.AdaptivePerformance.AdaptiveShadowDistance // UnityEngine.AdaptivePerformance.AdaptiveShadowDistance // UnityEngine.AdaptivePerformance.AdaptiveShadowQuality // UnityEngine.AdaptivePerformance.AdaptiveShadowQuality // UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution // UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution // UnityEngine.AdaptivePerformance.AdaptiveSorting // UnityEngine.AdaptivePerformance.AdaptiveSorting // UnityEngine.AdaptivePerformance.AdaptiveTransparency // UnityEngine.AdaptivePerformance.AdaptiveTransparency // UnityEngine.AdaptivePerformance.AdaptiveViewDistance // UnityEngine.AdaptivePerformance.AdaptiveViewDistance // 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.AdaptivePerformance.VisualScripting.OnBoostUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit // UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager // UnityEngine.AdaptivePerformance.AdaptivePerformanceManager #ifdef __clang__ #pragma clang diagnostic pop #endif // 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; } }; // AdaptivePerformanceProfilerStats/ScalerInfo[] struct ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB : public RuntimeArray { ALIGN_FIELD (8) ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 m_Items[1]; inline ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* 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, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 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.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.Reflection.Assembly[] struct AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339 : public RuntimeArray { ALIGN_FIELD (8) Assembly_t* m_Items[1]; inline Assembly_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Assembly_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, Assembly_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Assembly_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Assembly_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Assembly_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray { ALIGN_FIELD (8) Type_t* m_Items[1]; inline Type_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_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, Type_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // UnityEngine.FrameTiming[] struct FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E : public RuntimeArray { ALIGN_FIELD (8) FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD m_Items[1]; inline FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD* 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, FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, FrameTiming_tD5EE8535CF7DB0D391A5E9E0DB0CBEEA0D8600AD 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.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); } }; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile[] struct AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7 : public RuntimeArray { ALIGN_FIELD (8) AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* m_Items[1]; inline AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982** 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, AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Reflection.PropertyInfo[] struct PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7 : public RuntimeArray { ALIGN_FIELD (8) PropertyInfo_t* m_Items[1]; inline PropertyInfo_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline PropertyInfo_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, PropertyInfo_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline PropertyInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline PropertyInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, PropertyInfo_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke(const PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6& unmarshaled, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke_back(const PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke& marshaled, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6& unmarshaled); IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke_cleanup(PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke(const PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838& unmarshaled, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke& marshaled); IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke_back(const PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke& marshaled, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838& unmarshaled); IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke_cleanup(PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke& marshaled); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m52B2453F89DE037B75DE6EEF34A4768AD634E010_gshared (Dictionary_2_tFC42698FFD804804094D8C989401C095D5FF8E11* __this, RuntimeObject* ___0_key, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m2A40E805C40426554973883E8EC4096ED5E1F47F_gshared (Dictionary_2_tFC42698FFD804804094D8C989401C095D5FF8E11* __this, RuntimeObject* ___0_key, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m9802D1B35B2396D6FAAA202A1D54806B312C7593_gshared (Dictionary_2_tFC42698FFD804804094D8C989401C095D5FF8E11* __this, RuntimeObject* ___0_key, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 ___1_value, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m23F9F60AD1F45D5EC7B3865F934C1265E806BDA8_gshared (Dictionary_2_tFC42698FFD804804094D8C989401C095D5FF8E11* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueCollection_t2CF898B255C2BDEB3DC15B9CD51B94B6EB9447D1* Dictionary_2_get_Values_mE09EC289EFBF2897AA396996B239BAF03A950777_gshared (Dictionary_2_tFC42698FFD804804094D8C989401C095D5FF8E11* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2/ValueCollection::CopyTo(TValue[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueCollection_CopyTo_m6AE18D5556EB3515B91065526CA3F0284366F155_gshared (ValueCollection_t2CF898B255C2BDEB3DC15B9CD51B94B6EB9447D1* __this, ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB* ___0_array, int32_t ___1_index, const RuntimeMethod* method) ; // System.Void Unity.Profiling.ProfilerCounter`1::.ctor(Unity.Profiling.ProfilerCategory,System.String,Unity.Profiling.ProfilerMarkerDataUnit) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_gshared_inline (ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46* __this, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ___0_category, String_t* ___1_name, uint8_t ___2_dataUnit, const RuntimeMethod* method) ; // System.Void Unity.Profiling.ProfilerCounter`1::.ctor(Unity.Profiling.ProfilerCategory,System.String,Unity.Profiling.ProfilerMarkerDataUnit) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_gshared_inline (ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B* __this, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ___0_category, String_t* ___1_name, uint8_t ___2_dataUnit, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m58A93CC901299AC0BFBE1A22C9500614DA442D6B_gshared (Dictionary_2_tFC42698FFD804804094D8C989401C095D5FF8E11* __this, const RuntimeMethod* method) ; // T UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::ActiveLoaderAs() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisRuntimeObject_m626C306F88AA4B18D8CFFEA988B5D06D283C6604_gshared (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) ; // T UnityEngine.ScriptableObject::CreateInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ScriptableObject_CreateInstance_TisRuntimeObject_mC07BE383F5EF546F4191035A679930852BC19BDA_gshared (const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBus_Trigger_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m25AF2BE51B827FCEFEC52FEA8C9AD690479DE187_gshared (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, int32_t ___1_args, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBus_Trigger_TisPerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_m45AB12E447C2F40CDF999EDB2890D53F0E354352_gshared (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___1_args, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBus_Trigger_TisPerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_mBF2DC3DD720A945058B9CD910DC77443B579D79D_gshared (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___1_args, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Queue`1::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1__ctor_mBA54E63FD043CDF50C61B6BAC72D6C1FC596E8FC_gshared (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Queue`1::Enqueue(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue_1_Enqueue_m14504EB7E4AE1EA85E3D4D88BEBA493C1595B459_gshared (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, float ___0_item, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.Queue`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_gshared_inline (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.Queue`1::Dequeue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Queue_1_Dequeue_mBACC5C5C572CEE16EEC3D0BE7BD08D625CF31F70_gshared (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE Queue_1_GetEnumerator_m142C9D8C0C21B0EDBE627636B32E20D752BE46E1_gshared (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m22D5FF72E74C304B067EE723AB2B1F4C459D77CE_gshared (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.Queue`1/Enumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Enumerator_get_Current_m62E368A4DD097851C75B69B36879B2EBF17672BD_gshared (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m5CCBECB6D2882395D3FACC9FC31FD2313C421063_gshared (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::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::AddRange(System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::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::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.Boolean System.Collections.Generic.List`1::Contains(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::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.Boolean System.Collections.Generic.List`1::Remove(T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.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.List`1::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.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71_gshared (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D ___1_args, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::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::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared (Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::Find(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___0_match, const RuntimeMethod* method) ; // T[] System.Array::Empty() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared (Func_2_t9A0D493A82DCC47C9C819A3B045E02D9B5DDCE1B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_gshared (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* ___1_getValue, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m04EB988C3F849C1BE164FC6656C2281DF47EEAA7_gshared (Func_2_tB5C40A90702B6A6A2E315FD927EEFC9FB69F2B12* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_gshared (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* ___1_getValue, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_gshared (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* ___1_getValue, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_mEFB19C6918BFCF7702199988CE08C7B1608A8343_gshared (Func_2_t213311159653563BDCC21CC060B449705C96791F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8F3909E3E97DA66F792DA46E1C53D2CA13312CAA_gshared (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tDAB1EFD8F3492D1E3B3EA65F829491FADA2C08E5* ___1_getValue, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisRuntimeObject_mD877C5842A48B848E188C41FB2427E7EBBE5DD79_gshared (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tB98BB93B60A3562C54694B9F37AEBD38DE206A9C* ___1_getValue, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1_Definition_mBCDE5A24B042F4026BFE6872173D44A45FC2E133_gshared (EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1__ctor_mFAD1D8B633E93FD5D4954C516EE017ACACDFB519_gshared (EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1_Definition_mB107EA1B3A9052C1433EF183A8C0D16C0A24E7DD_gshared (EventUnit_1_t0E2A788AF4E4FA2B47C39B7930B50D725B69338D* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1__ctor_m4D5340FDD3317442401AC0D1C14515FF397A4AC9_gshared (EventUnit_1_t0E2A788AF4E4FA2B47C39B7930B50D725B69338D* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1_Definition_m0719DFED4E3C7F62A6CF3D83B98996F227CADDA8_gshared (EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1__ctor_m093DF243242121AFB9F16E26D8BCEB72746A1897_gshared (EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1_Definition_m1112634E31676C6816390CD36F63C460DA716F8D_gshared (EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventUnit_1__ctor_m096C0AC93618DA40B992321958FABBFC4364E960_gshared (EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A* __this, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueInput Unity.VisualScripting.Unit::ValueInput(System.String,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E_gshared (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, bool ___1_default, const RuntimeMethod* method) ; // T Unity.VisualScripting.Flow::GetValue(Unity.VisualScripting.ValueInput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813_gshared (Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* __this, ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___0_input, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueInput Unity.VisualScripting.Unit::ValueInput(System.String,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093_gshared (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, int32_t ___1_default, const RuntimeMethod* method) ; // T Unity.VisualScripting.Flow::GetValue(Unity.VisualScripting.ValueInput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE_gshared (Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* __this, ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___0_input, const RuntimeMethod* method) ; // System.Void UnityEngine.Subsystem`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subsystem_1__ctor_m30A432477A65110D1B20BB3979E99F6F2BCADE6A_gshared (Subsystem_1_t75B62C9B687446D6D9E3C8FB0A841F2CC5A174C8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.SubsystemManager::GetSubsystemDescriptors(System.Collections.Generic.List`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemManager_GetSubsystemDescriptors_TisRuntimeObject_mE17654C43AF736B8A23F50FEBBD6657CB983907F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ___0_descriptors, const RuntimeMethod* method) ; // System.Void UnityEngine.SubsystemDescriptor`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SubsystemDescriptor_1__ctor_m9168CCBA1E269A8AE22E57D9EC02F9064DA336E4_gshared (SubsystemDescriptor_1_t0C07FD85B1F9D6B227053620025A06960D8603DA* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Profiling.Profiler::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Profiler_get_enabled_mEDFF5039F8E763A1B7700FAB358F9DC986370628 (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) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_mC3F82D6BA19A65FA055D9841B2DB22E8E55C0CC7 (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* __this, String_t* ___0_key, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E*, String_t*, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914*, const RuntimeMethod*))Dictionary_2_TryGetValue_m52B2453F89DE037B75DE6EEF34A4768AD634E010_gshared)(__this, ___0_key, ___1_value, method); } // System.Text.Encoding System.Text.Encoding::get_ASCII() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65 (const RuntimeMethod* method) ; // System.Void Unity.Collections.LowLevel.Unsafe.UnsafeUtility::MemCpy(System.Void*,System.Void*,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177 (void* ___0_destination, void* ___1_source, int64_t ___2_size, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_m74F022DD53114C435F03B1402534B396EAF83414 (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* __this, String_t* ___0_key, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E*, String_t*, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914, const RuntimeMethod*))Dictionary_2_Add_m2A40E805C40426554973883E8EC4096ED5E1F47F_gshared)(__this, ___0_key, ___1_value, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mC03954B04748CCA3592715F5B417465827EE4DE6 (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* __this, String_t* ___0_key, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E*, String_t*, ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914, const RuntimeMethod*))Dictionary_2_set_Item_m9802D1B35B2396D6FAAA202A1D54806B312C7593_gshared)(__this, ___0_key, ___1_value, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_mA2BF7A25438AB17AB90EE89D8662AA02FF2A2FE4 (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E*, const RuntimeMethod*))Dictionary_2_get_Count_m23F9F60AD1F45D5EC7B3865F934C1265E806BDA8_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::get_Values() inline ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51* Dictionary_2_get_Values_m76F52F2566E0A357E40D917709BA513BEC4AC1E2 (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* __this, const RuntimeMethod* method) { return (( ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51* (*) (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E*, const RuntimeMethod*))Dictionary_2_get_Values_mE09EC289EFBF2897AA396996B239BAF03A950777_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/ValueCollection::CopyTo(TValue[],System.Int32) inline void ValueCollection_CopyTo_m5CDB72C68843610BF593D9100D64830A30BC675D (ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51* __this, ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB* ___0_array, int32_t ___1_index, const RuntimeMethod* method) { (( void (*) (ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51*, ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB*, int32_t, const RuntimeMethod*))ValueCollection_CopyTo_m6AE18D5556EB3515B91065526CA3F0284366F155_gshared)(__this, ___0_array, ___1_index, method); } // Unity.Profiling.ProfilerCategory Unity.Profiling.ProfilerCategory::get_Scripts() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ProfilerCategory_get_Scripts_m84B0F774438E512DFAF8FD21E0FBE76F00419AFE (const RuntimeMethod* method) ; // System.Void Unity.Profiling.ProfilerCounter`1::.ctor(Unity.Profiling.ProfilerCategory,System.String,Unity.Profiling.ProfilerMarkerDataUnit) inline void ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline (ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46* __this, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ___0_category, String_t* ___1_name, uint8_t ___2_dataUnit, const RuntimeMethod* method) { (( void (*) (ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46*, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC, String_t*, uint8_t, const RuntimeMethod*))ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_gshared_inline)(__this, ___0_category, ___1_name, ___2_dataUnit, method); } // System.Void Unity.Profiling.ProfilerCounter`1::.ctor(Unity.Profiling.ProfilerCategory,System.String,Unity.Profiling.ProfilerMarkerDataUnit) inline void ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_inline (ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B* __this, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ___0_category, String_t* ___1_name, uint8_t ___2_dataUnit, const RuntimeMethod* method) { (( void (*) (ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B*, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC, String_t*, uint8_t, const RuntimeMethod*))ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_gshared_inline)(__this, ___0_category, ___1_name, ___2_dataUnit, method); } // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___0_g, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m2721D1FAD4652B69CFBBDE0FC60C2B772629249D (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E*, const RuntimeMethod*))Dictionary_2__ctor_m58A93CC901299AC0BFBE1A22C9500614DA442D6B_gshared)(__this, method); } // UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::get_Instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline (const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::get_Manager() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* AdaptivePerformanceGeneralSettings_get_Manager_mDAE083CC0FAA4D35601D427F634CA2B856177594_inline (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) ; // T UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::ActiveLoaderAs() inline AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { return (( AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* (*) (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2*, const RuntimeMethod*))AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisRuntimeObject_m626C306F88AA4B18D8CFFEA988B5D06D283C6604_gshared)(__this, 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 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_logging() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_get_logging_mB0CC800270863EFBDC55AD11224ECB542CEC862D_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, 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.String::Format(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m918500C1EFB475181349A79989BB79BB36102894 (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, 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.Boolean UnityEngine.AdaptivePerformance.BottleneckUtil::HittingFrameRateLimit(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BottleneckUtil_HittingFrameRateLimit_mDAFF3F8D2ADB657E79D7A40D569820693FF98CAB (float ___0_actualFrameTime, float ___1_thresholdFactor, float ___2_targetFrameTime, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __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) ; // System.Void UnityEngine.GameObject::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, String_t* ___0_name, const RuntimeMethod* method) ; // T UnityEngine.GameObject::AddComponent() inline AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* GameObject_AddComponent_TisAdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D_m2BA8407C175E7094DB448937CA21108F8BF81FA7 (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* __this, const RuntimeMethod* method) { return (( AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* (*) (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*, const RuntimeMethod*))GameObject_AddComponent_TisRuntimeObject_m69B93700FACCF372F5753371C6E8FB780800B824_gshared)(__this, method); } // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_Indexer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* AdaptivePerformanceManager_get_Indexer_m9A80DF18F44CA4BF5DE7217B1D095086B97481FC_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __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 UnityEngine.AdaptivePerformance.Holder::set_Instance(UnityEngine.AdaptivePerformance.IAdaptivePerformance) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Holder_set_Instance_m4B4458F854A16D03AECC2FF94AD80423E1FF163F_inline (RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner::InstallScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSpawner_InstallScalers_mB8453D1309BC83AED71EBF807759877692AF5B37 (AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607* __this, const RuntimeMethod* 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) ; // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_Settings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* AdaptivePerformanceManager_get_Settings_mD410CC2A8243EBFDC33F37A4C085CBDE1832A898_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) ; // System.String[] UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::GetAvailableScalerProfiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* IAdaptivePerformanceSettings_GetAvailableScalerProfiles_m8C52323F56526234565CCFD22D26F4109C9C3242 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_defaultScalerProfilerIndex() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IAdaptivePerformanceSettings_get_defaultScalerProfilerIndex_mB0572602357F3507BF9558ABD8793951B69CCE4E_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::LoadScalerProfile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_LoadScalerProfile_mB90E9C680B7985CAA13611C77181D42831BF9BF9 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, String_t* ___0_scalerProfileName, const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; // System.AppDomain System.AppDomain::get_CurrentDomain() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667 (const RuntimeMethod* method) ; // System.Reflection.Assembly[] System.AppDomain::GetAssemblies() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* AppDomain_GetAssemblies_m8EE862747CADACB8CC0BDDBD8CA7DAD7BD9D9249 (AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* __this, const RuntimeMethod* method) ; // System.Boolean System.Type::get_IsAbstract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5 (Type_t* __this, const RuntimeMethod* method) ; // UnityEngine.ScriptableObject UnityEngine.ScriptableObject::CreateInstance(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24 (Type_t* ___0_type, const RuntimeMethod* method) ; // System.Void UnityEngine.ScriptableObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF (ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* __this, const RuntimeMethod* method) ; // T UnityEngine.ScriptableObject::CreateInstance() inline AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607* ScriptableObject_CreateInstance_TisAdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607_m1336687A4EBCC649895326893CCD6C6FED5DD541 (const RuntimeMethod* method) { return (( AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607* (*) (const RuntimeMethod*))ScriptableObject_CreateInstance_TisRuntimeObject_mC07BE383F5EF546F4191035A679930852BC19BDA_gshared)(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.Delegate System.Delegate::Remove(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3 (Delegate_t* ___0_source, Delegate_t* ___1_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_MaxCpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_MaxCpuPerformanceLevel_m156D40C5839C9033189A4DB1A56813336404F544 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_MaxGpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_MaxGpuPerformanceLevel_m322CCE77E0DAAA251D9D4774E5A7F54A54711526 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_PerformanceControlMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.Provider.Feature UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_Capabilities() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline (AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::get_InitManagerOnStart() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceGeneralSettings_get_InitManagerOnStart_mBE189650CDF3367491ECFC4F7E6AFE9E2AEA4CB9_inline (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_automaticPerformanceMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_get_automaticPerformanceMode_m51B5634FEB7E01814D62A2B27A444A477D8A1469_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_AutomaticPerformanceControl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_AutomaticPerformanceControl_m45C34F20A92B55A6B6E693F4DCE224D331E036EC (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_statsLoggingFrequencyInFrames() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IAdaptivePerformanceSettings_get_statsLoggingFrequencyInFrames_m6C987101463434ACA13DAE06388EEBA812B645D0_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_LoggingFrequencyInFrames(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_LoggingFrequencyInFrames_mB80DFAFC7339FCB266B29FA078A0A8635B7965EE_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase::get_initialized() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceSubsystemBase_get_initialized_mD8CA1B7504E7C565ADE1B49E8DB08232A66FA631_inline (AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Subsystem::Destroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Subsystem_Destroy_m0CE70A94D9CAD2E4B2528CFE5D9C874FD5BC4759 (Subsystem_t5E67EE95D848FB950AD5D76325BF8959A6F7C7D7* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::.ctor(UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl__ctor_mA2CFE5A4EC12050C7D4BA19D63F314A079155283 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, RuntimeObject* ___0_performanceLevelControl, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_PerformanceStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_get_PerformanceStatus_m103585B6E7676019C21CCB14FC79083C7E507E52 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_ThermalStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_get_ThermalStatus_m3CECF68B0CF7C916B66949AAF90BF8DEF7A5D8C8 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::.ctor(UnityEngine.AdaptivePerformance.IDevicePerformanceControl,UnityEngine.AdaptivePerformance.IPerformanceStatus,UnityEngine.AdaptivePerformance.IThermalStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController__ctor_mDAC721DEE71D0F09E5B93BEDDEECD7C986E4D5A8 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, RuntimeObject* ___0_perfControl, RuntimeObject* ___1_perfStat, RuntimeObject* ___2_thermalStat, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider__ctor_m94C3042515AC2F6FE8B097E5E63FADBB36F44AFF (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) ; // System.Collections.IEnumerator UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::InvokeEndOfFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_InvokeEndOfFrame_m7061A121ECC7AB9CF8F586F7F79F52DA3BC4F44A (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, 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.Void UnityEngine.AdaptivePerformance.GpuTimeProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GpuTimeProvider__ctor_mC70CC7AF14A9C21F109648C79FFCC0F1D7C3500E (GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend__ctor_m8AEF80CA8FEE118501367E7B449EF7C602A65F47 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, bool ___0_useProviderTrend, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_PerformanceControlMode(UnityEngine.AdaptivePerformance.PerformanceControlMode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_AutomaticPerformanceControl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_get_AutomaticPerformanceControl_m696F1ED6547E8B80000C0FCBA48BCB9AC1813697_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ThermalEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalEventHandler__ctor_m27CFED2A329B29C895A99E14BBD22E76ABDA80D6 (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_ThermalEvent(UnityEngine.AdaptivePerformance.ThermalEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_ThermalEvent_m0D12D4368CC8C887BB0071918C625581502922A1 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeHandler__ctor_m3A5E803EF4F1B326E5792A4CE5DC88FB1876305D (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_PerformanceBottleneckChangeEvent(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_PerformanceBottleneckChangeEvent_m5F5F0351682D6280C29F2A52874D68B68B51CA22 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeHandler__ctor_m5DD61E1980937C4A69EF65CF9F06615441C92536 (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_PerformanceLevelChangeEvent(UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_PerformanceLevelChangeEvent_mE040D7ADD6BFE8D10692D512F824E9438543DE97 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBoostChangeHandler__ctor_mC68B1563B584520F2CC441AF57E80E31A43C5C23 (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_PerformanceBoostChangeEvent(UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_PerformanceBoostChangeEvent_m3702663345DDA56DC25293729AECA6384D66CE3B (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::.ctor(UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer__ctor_mE40955A70324057EC5AB10A1DD25386EBF4D0DE6 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8** ___0_settings, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_Indexer(UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_Indexer_m76A727AC7FC3420DE8921FE30B2263C46043149C_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::UpdateSubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_UpdateSubsystem_mBCB007657D1FEA4F3F634CBCF1943B44FD807F11 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) ; // Unity.VisualScripting.EventHook Unity.VisualScripting.EventHook::op_Implicit(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 EventHook_op_Implicit_m93EAC8789A8E846D55B193CB46237A48C54693FA (String_t* ___0_name, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.WarningLevel UnityEngine.AdaptivePerformance.ThermalMetrics::get_WarningLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) inline void EventBus_Trigger_TisWarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_m1B049118978BAAEC0F3B16060F213B6254C46307 (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, int32_t ___1_args, const RuntimeMethod* method) { (( void (*) (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157, int32_t, const RuntimeMethod*))EventBus_Trigger_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m25AF2BE51B827FCEFEC52FEA8C9AD690479DE187_gshared)(___0_hook, ___1_args, method); } // UnityEngine.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs::get_PerformanceBottleneck() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2_inline (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) inline void EventBus_Trigger_TisPerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_m8D03905D893D98EFDB1698B8E2DC3A826F684AA6 (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, int32_t ___1_args, const RuntimeMethod* method) { (( void (*) (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157, int32_t, const RuntimeMethod*))EventBus_Trigger_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m25AF2BE51B827FCEFEC52FEA8C9AD690479DE187_gshared)(___0_hook, ___1_args, method); } // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) inline void EventBus_Trigger_TisPerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_m45AB12E447C2F40CDF999EDB2890D53F0E354352 (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___1_args, const RuntimeMethod* method) { (( void (*) (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6, const RuntimeMethod*))EventBus_Trigger_TisPerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_m45AB12E447C2F40CDF999EDB2890D53F0E354352_gshared)(___0_hook, ___1_args, 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.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) inline void EventBus_Trigger_TisPerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_mBF2DC3DD720A945058B9CD910DC77443B579D79D (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___1_args, const RuntimeMethod* method) { (( void (*) (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838, const RuntimeMethod*))EventBus_Trigger_TisPerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_mBF2DC3DD720A945058B9CD910DC77443B579D79D_gshared)(___0_hook, ___1_args, method); } // System.Void UnityEngine.AdaptivePerformance.RunningAverage::AddValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunningAverage_AddValue_mEECEDEB7101DEC74E653771B98F55D4859363FE4 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, float ___0_NewValue, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInvokeEndOfFrameU3Ed__94__ctor_m1D9CDF8CB9B47504B6EDC5EF82D96D30FF3F3ACA (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::WillCurrentFrameRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_WillCurrentFrameRender_mAAE2EFE1C11DC008BE2120F0D529A41A20416618 (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider_LateUpdate_mD5A7C32AD9B5A4A3F36C5FF356F53B23548D6189 (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.GpuTimeProvider::Measure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GpuTimeProvider_Measure_mB50432B32BFE4EAF020C0F76D318137A0166F289 (GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_Update_m3CEF422B17818763878C1363E00A15A311EB5F76 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::CollectProfilerStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_CollectProfilerStats_mD691EDB5DDC0BF43E27038EE74629134122C6267 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_LoggingFrequencyInFrames() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_LoggingFrequencyInFrames_m58F2A59ECADB754AACEAF2F3732E87A4955E279C_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.WarningLevel UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_WarningLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_WarningLevel_m0C061FD490DF445A1D1347DBC5F798B206B5DB35_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ThermalMetrics::set_WarningLevel(UnityEngine.AdaptivePerformance.WarningLevel) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_TemperatureLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_TemperatureLevel_mF48F6ECD619E7DD65811410891B4AB7B9B218865_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ThermalMetrics::set_TemperatureLevel(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalMetrics_set_TemperatureLevel_m8715ECBCFEE9B5331F84EEF35486B4DD579A5037_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.Time::get_unscaledDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_unscaledDeltaTime_mF057EECA857E5C0F90A3F910D26D3EE59F27C4B5 (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::AccumulateTimingValue(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_AccumulateTimingValue_m2FDD9013616725ADA7B521DFAE07AE537E86F46A (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, float* ___0_accu, float ___1_newValue, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_OverallFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_OverallFrameTime_m6ABDF5F1B04E6FF9BDD96AFA00844F84E6570D90_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::AddNonNegativeValue(UnityEngine.AdaptivePerformance.RunningAverage,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_AddNonNegativeValue_m1334021A433483D845D33F750B831157D8243ED4 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* ___0_runningAverage, float ___1_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.GpuTimeProvider::get_GpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GpuTimeProvider_get_GpuFrameTime_m0B839D41675CF1FA902CFA9AB8AE017957ECAF63 (GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_GpuFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_GpuFrameTime_mFA20351C75C59AF7861FCE6E9A859AE0FD75C767_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.CpuTimeProvider::get_CpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CpuTimeProvider_get_CpuFrameTime_mEA390DC74BB5A77BDCCA9F987DEB423DEEB9F5A9 (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_CpuFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_CpuFrameTime_m64C3D3C8D2D7F3670DCC3EE2026B805DADF614BE_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_TemperatureTrend() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_TemperatureTrend_mF1A3DF7A654F1A20A4D9A70647B4250E734D6467_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.Provider.Feature UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_ChangeFlags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, 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 UnityEngine.AdaptivePerformance.TemperatureTrend::Update(System.Single,System.Single,System.Boolean,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_Update_m03B811DB0261EFA09C2BB6A9C2AEDE7EC96F5103 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, float ___0_temperatureTrendFromProvider, float ___1_newTemperatureLevel, bool ___2_changed, float ___3_newTemperatureTimestamp, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_Reset_m3B514D4DBBFCCD1EA572D8E99679F541FCED08DE (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.TemperatureTrend::get_ThermalTrend() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TemperatureTrend_get_ThermalTrend_mDEF7F7B3E0BA799158C829AA4D79E958194F82A6_inline (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ThermalMetrics::set_TemperatureTrend(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalMetrics_set_TemperatureTrend_m007B5F0CAF923A9BA54BE4D6B07A9896D75323E7_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.RunningAverage::GetAverageOr(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RunningAverage_GetAverageOr_m198EF3F7CC0AA587B13A7DCD06162F4B0A0C59B7 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, float ___0_defaultValue, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_AverageFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_AverageFrameTime_mE6D87D99901A84A428BC7EF054D0742D4765B952_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.RunningAverage::GetMostRecentValueOr(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RunningAverage_GetMostRecentValueOr_m96BBB840797D9AD9D978086F87AB64A79F3C8AB0 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, float ___0_defaultValue, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_CurrentFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentFrameTime_mF8943CE68C11843FA5320F63CB124E8825C287AD_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_AverageGpuFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_AverageGpuFrameTime_mC5A1232311C2804A5FC137DA0F89AB29536054F2_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_CurrentGpuFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentGpuFrameTime_m27403B1423B1A9E1B98ED12A97920D6A55CE28AB_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_AverageCpuFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_AverageCpuFrameTime_m709771E7D96C7FF28F58F6E713B3DEEE1FF9350B_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_CurrentCpuFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentCpuFrameTime_m2C3673BE2888306184DD6DF977FC884D0B84D972_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::EffectiveTargetFrameRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceManager_EffectiveTargetFrameRate_mE38F57BAA3D18BD6A1E55C2C7C6283372F59C8BA (const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.RunningAverage::GetNumValues() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RunningAverage_GetNumValues_m6EF586C401CE91B628667DE1A94789C8BEAE7A5B_inline (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.RunningAverage::GetSampleWindowSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RunningAverage_GetSampleWindowSize_mEFA6A020C0CD2385DAE5B3768F7F0C9812DE69D5 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.PerformanceMetrics::get_PerformanceBottleneck() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_AverageCpuFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_AverageGpuFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_AverageFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.BottleneckUtil::DetermineBottleneck(UnityEngine.AdaptivePerformance.PerformanceBottleneck,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BottleneckUtil_DetermineBottleneck_m6D69BA7D0A5BB92B26643EBAEBBA361D09E5D9A9 (int32_t ___0_prevBottleneck, float ___1_averageCpuFrameTime, float ___2_averageGpuFrametime, float ___3_averageOverallFrametime, float ___4_targetFrameTime, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_PerformanceBottleneck(UnityEngine.AdaptivePerformance.PerformanceBottleneck) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_PerformanceBottleneck_m435C419AA5CAA34D14B25B6B7BA5680D9B76C6D0_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs::set_PerformanceBottleneck(UnityEngine.AdaptivePerformance.PerformanceBottleneck) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeEventArgs_set_PerformanceBottleneck_m6E3F0F2D2A0A64914359EB02B306B010F4B4AA4D_inline (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_CpuPerformanceLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_CpuPerformanceLevel_mF688EC621C77916A86F96CF7D0DAFD520B6D68E8_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CurrentCpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_GpuPerformanceLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_GpuPerformanceLevel_mA928B60EF914AB4E7D95291E1357A3FE795DBE23_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CurrentGpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_PerformanceLevelControlAvailable() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_PerformanceLevelControlAvailable_mB2379A58631D8AAE1AE389560BF46951ABE7D80F_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_TargetFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_TargetFrameTime_mDAE72029F7D79C0800C110EA28987A1DE413D2EF_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_Enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_Enabled_m3C06800186D5B95B5DA6FC0813E6887AD6CF9FFD (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_Enabled() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_get_Enabled_mB48F48C244110A622D423283C29A064EC59835AD_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::Override(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_Override_m1DAAA9202621A23A2716EE06762F59C436267226 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, int32_t ___0_requestedCpuLevel, int32_t ___1_requestedGpuLevel, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_ManualOverride(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_ManualOverride_mB89018FD5AC92C2322074FBED7A5693ED4450CDB_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_Update_mDEB36D1DF2CA96E442B203BBA4806525C92D748F (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CpuLevel_m37835C7484750B26BE91ADEEE3F1B965BCAD61DE_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_GpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_GpuLevel_mB659754667A6E7ADC4BFA8295DA74076C8BC8E5D_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CpuPerformanceBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_get_CpuPerformanceBoost_m224B8F451A656BB47BDE468C52653A08DC8715A6_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_CpuPerformanceBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CpuPerformanceBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CpuPerformanceBoost_m1FAB8561F6E092387B30BEF465009DA33701ED1A_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_GpuPerformanceBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_get_GpuPerformanceBoost_mA9DA128F439CFCD7C1A280B109A71C900C6AD304_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_GpuPerformanceBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_GpuPerformanceBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_GpuPerformanceBoost_m7070A76B0FB1C5CC010BD84A232EA87F0EDCDFD2_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::Update(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_Update_mEE1C9D692916EEDB39D7C84848B5DA3C6C016F52 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* ___0_changeArgs, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler::Invoke(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_inline (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CurrentCpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_CurrentCpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CurrentCpuLevel_mF5FDB1302D30412674B077F2296C965C0372F585_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CurrentGpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_CurrentGpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CurrentGpuLevel_m5EED681EBBCB6432D34AAAB7761DAA979D42A916_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_CpuPerformanceBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CpuPerformanceBoost_m7439D7EA9FAB8291D849A337FCB162D55069D3AD_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_GpuPerformanceBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_GpuPerformanceBoost_mB0C54D250BEFDF68F163E5525BE5A02EDC76766C_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, bool ___0_value, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.ClusterInfo UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_ClusterInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceDataRecord_get_ClusterInfo_m6EC3F093AE1024050D8C7FEAECCC7153668CB187_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_ClusterInfo(UnityEngine.AdaptivePerformance.ClusterInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_ClusterInfo_mA699E5EB646425EFC09BC769F88028F54DC0AD63_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ThermalEventHandler::Invoke(UnityEngine.AdaptivePerformance.ThermalMetrics) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_inline (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler::Invoke(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_inline (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::set_CpuBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBoostChangeEventArgs_set_CpuBoost_m5CBD7C703CC9425735CC381BF5255AFB771276E0_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::set_GpuBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBoostChangeEventArgs_set_GpuBoost_mDB42C244A0DF199B69265D01476230654B5743F5_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler::Invoke(UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_inline (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) ; // System.Boolean UnityEngine.Rendering.OnDemandRendering::get_willCurrentFrameRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnDemandRendering_get_willCurrentFrameRender_mDBE10C3FE2D78250F86F8077ED5CE681FC688DB7 (const RuntimeMethod* method) ; // System.Int32 UnityEngine.Rendering.OnDemandRendering::get_effectiveRenderFrameRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OnDemandRendering_get_effectiveRenderFrameRate_mA62F744BCDCF74D53B0E1E0F8CDDABF9C74799E3 (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UnapplyAllScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_UnapplyAllScalers_m9A305D835969684025DABFAA1F1BDB70A084D390 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.RunningAverage::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunningAverage_Reset_m82C0F2DD21BEE75E829E1FA2F8F0D4664BDFEBF0 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider_Reset_mB101D9BE62EC4861A8896988AAE5A61A35CF4B9B (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __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.Void UnityEngine.AdaptivePerformance.RunningAverage::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunningAverage__ctor_m13172A205A6A882B6734381914F14C31AD8002F9 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, int32_t ___0_sampleWindowSize, const RuntimeMethod* method) ; // System.Void UnityEngine.MonoBehaviour::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogThermalEvent(UnityEngine.AdaptivePerformance.ThermalMetrics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogThermalEvent_mAFFF05BF3C940A81F02312397C37964B3B2D24D8 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_ev, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogBottleneckEvent(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogBottleneckEvent_m7D6DAE86B3C4C4847D60B6BD1579F4927BA63C4A (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_ev, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogPerformanceLevelEvent(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogPerformanceLevelEvent_m528EBC73C0D87B7F484337679FDBC61201E82FAC (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_ev, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogBoostEvent(UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogBoostEvent_m7F2081F85D9D2D41EB900AE0EA8E4A871A7BDC14 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_ev, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::EndOfFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider_EndOfFrame_m20594C08F1A594B07580382A7537E3B65A9D273C (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, 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.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_UpdateInterval(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_UpdateInterval_m79F41A99CC68CDA648E4C7B423613B1649DC04F2_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_AllowedCpuActiveTimeRatio(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_AllowedCpuActiveTimeRatio_m891683BE09359B3343E8B946945776422D4B997D_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_AllowedGpuActiveTimeRatio(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_AllowedGpuActiveTimeRatio_m0E6B6E15E620AC8F9182F242D9E1217AE3B8C0D0_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_GpuLevelBounceAvoidanceThreshold(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_GpuLevelBounceAvoidanceThreshold_mABC1DE0577A48EB82EAE532F7833C1FE6DF89BF8_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_CpuLevelBounceAvoidanceThreshold(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_CpuLevelBounceAvoidanceThreshold_mA2191ADC82A355AC0F06E9977DD8F58B8B835E91_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_MinTargetFrameRateHitTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_MinTargetFrameRateHitTime_mC65BBF0F702B69B62B6F2BAFDFF52DD1D6C778D2_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_MaxTemperatureLevel(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_MaxTemperatureLevel_mFCD0EF2765D894038BE2A4C40A0483D020513A65_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::UpdateImpl(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_UpdateImpl_m91D2163D046382CD0299AB99F412E0082622723B (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_UpdateInterval() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_UpdateInterval_m5E91316BB5AFC4742120523C005F42C02DC2C467_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowRaiseGpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowRaiseGpuLevel_mAEEF398DEB2A679013E99DEE0E5D0E090AA2B86B (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::RaiseGpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_RaiseGpuLevel_m7D201F2DC2F0092354D9E263B044DAB51CEC506E (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowRaiseCpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowRaiseCpuLevel_m4BC2C940A8E3852D7AE940AE7CB32FE5F1B0B154 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::RaiseCpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_RaiseCpuLevel_mD7A81C4F8FB6838E44F1373518B2600DF5C43504 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_MinTargetFrameRateHitTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_MinTargetFrameRateHitTime_m68B4290A99CE14A955726B6CAFD5272572BCCB1A_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowLowerCpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowLowerCpuLevel_mC91D2FA388877CD2DE501A544986D484D5EAD81D (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::LowerCpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_LowerCpuLevel_m12182B82A56C0E70247F5D5A77CCF7D36FC2E2E6 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowLowerGpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowLowerGpuLevel_m032920D8B30240ECB373704AE2E944D42BCB7EBE (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::LowerGpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_LowerGpuLevel_mC446D7710F8BA713126E65A52E9F991EBE23657B (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_CpuLevelBounceAvoidanceThreshold() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_CpuLevelBounceAvoidanceThreshold_m502213C34716051CF8846230662A1BB215A493E3_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_TargetFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_TargetFrameTime_mF7E9BD9AED114892A036B925CDA589B56E63C1A0_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_AllowedCpuActiveTimeRatio() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_AllowedCpuActiveTimeRatio_mD2BB6C949C1730623502072743FC9636C6F7C1DE_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_GpuLevelBounceAvoidanceThreshold() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_GpuLevelBounceAvoidanceThreshold_m8E23279796365E87E0664A27D26DF088A07A86FA_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_AllowedGpuActiveTimeRatio() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_AllowedGpuActiveTimeRatio_mCD4B5213275196084EB691E58A1FDFDFC1B3747D_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.ThermalMetrics::get_TemperatureLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_MaxTemperatureLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_MaxTemperatureLevel_m306D07DD927CA2A18F4AA1BD12972F87F3C69D3A_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowRaiseLevels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowRaiseLevels_m9AF77F8BA38AEB9B27AFEB5BB1F0F2A3E4EDD074 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::OnBottleneckChange(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_OnBottleneckChange_m1D59F8A2BA0CDE68CAE9A9730413428DA1B51C92 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_ev, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ; // System.IntPtr UnityEngine.AdaptivePerformance.RenderThreadCpuTime::AndroidCpuUsage_GetPluginCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RenderThreadCpuTime_AndroidCpuUsage_GetPluginCallback_m5C23776BC6E9FF0145A8B2FCC12E2E2996725EE6 (const RuntimeMethod* method) ; // System.IntPtr System.IntPtr::op_Explicit(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m931A344F16D4C65EFB0B492EB07C7A82AF0B9FA1 (int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Rendering.CommandBuffer::IssuePluginEventAndData(System.IntPtr,System.Int32,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_IssuePluginEventAndData_m6218AC6654E29A7245DBB8F739FE99F6804FBB0C (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, intptr_t ___0_callback, int32_t ___1_eventID, intptr_t ___2_data, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::AndroidCpuUsage_Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime_AndroidCpuUsage_Reset_m190318F6E4E567E935642FBF83F13E672B5C5549 (const RuntimeMethod* method) ; // System.Void UnityEngine.Graphics::ExecuteCommandBuffer(UnityEngine.Rendering.CommandBuffer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_ExecuteCommandBuffer_mE7D922583404AB08A25C1413A3EA9F6B0D2F16B9 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_buffer, const RuntimeMethod* method) ; // System.Double UnityEngine.AdaptivePerformance.RenderThreadCpuTime::AndroidCpuUsage_GetLatestCpuTimeDelta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double RenderThreadCpuTime_AndroidCpuUsage_GetLatestCpuTimeDelta_m76D16FEFBC5C480960CE1877E48B9471573CD8B7 (const RuntimeMethod* method) ; // System.Double UnityEngine.AdaptivePerformance.MainThreadCpuTime::AndroidCpuUsage_CpuTimeForCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double MainThreadCpuTime_AndroidCpuUsage_CpuTimeForCurrentThread_mCA825FCEEEB5674602EB7B66A6C2AC907339BC17 (const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.MainThreadCpuTime::GetLatestResult() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MainThreadCpuTime_GetLatestResult_mF6DE9B751BE1D1F93FF2AC0A915DF00FCD8FA520_inline (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.RenderThreadCpuTime::GetLatestResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RenderThreadCpuTime_GetLatestResult_m6AF8B5E243780ABF0FB07507A3EEA57ECEA2E226 (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* 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 UnityEngine.AdaptivePerformance.MainThreadCpuTime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainThreadCpuTime__ctor_m489CB20DEBB56A421588C065AA0682D1E5C16FF5 (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.SystemInfo::get_graphicsMultiThreaded() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SystemInfo_get_graphicsMultiThreaded_m64EB05A6E20E1128246404063FDD6EC902F06458 (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime__ctor_m817BDD107A72BC3F7020DDEC173D088478088960 (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime_Reset_m86BACD1618BA9BBFCBB62C0841D87091FA5D8C4A (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::Measure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime_Measure_mA776016824D8BC345EFC64EAD9D581AA0DE38EF3 (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.MainThreadCpuTime::Measure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainThreadCpuTime_Measure_m53F342BA9CFC977C5ECCE17EBBBD427EF8AA54F7 (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_PerformanceControlMode(UnityEngine.AdaptivePerformance.PerformanceControlMode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_PerformanceControlMode_mC9DF077BF69B89D1B5A47CC8C506913B34C7531F_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_CpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_CpuLevel_mD58480B2447A008C7BF599703303A5328422E955_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_GpuLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_GpuLevel_mE563A90E537994BA33EB9FE37930984665B5A563_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_CpuLevelDelta(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_GpuLevelDelta(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_GpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::ComputeDelta(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_ComputeDelta_m7FD868C03247D7BC313224A5004655489B13F19F (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_oldLevel, int32_t ___1_newLevel, const RuntimeMethod* method) ; // System.UInt32 UnityEngine.FrameTimingManager::GetLatestTimings(System.UInt32,UnityEngine.FrameTiming[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t FrameTimingManager_GetLatestTimings_mF724A6F8379C7C3428B9931DB49420CF01802EF7 (uint32_t ___0_numFrames, FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E* ___1_timings, const RuntimeMethod* method) ; // System.Void UnityEngine.FrameTimingManager::CaptureFrameTimings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTimingManager_CaptureFrameTimings_mB84281273500DB848D6BBA00ABBA6004AE94329B (const RuntimeMethod* method) ; // System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, 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) ; // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::set_ThermalTrend(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::PushNewValue(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_PushNewValue_m323953E98673327490D9D212FEB8456A42404DA7 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, float ___0_tempLevel, float ___1_timestamp, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::UpdateTrend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_UpdateTrend_m9184F6D3002E46E0B972B245FE7BD76320964BAF (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::PopOldestValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_PopOldestValue_m4B6229634F78C1FD4F694B2C251ACAC397F3ECB1 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.IAdaptivePerformance UnityEngine.AdaptivePerformance.Holder::get_Instance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline (const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.ThermalMetrics::get_TemperatureTrend() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ThermalMetrics_get_TemperatureTrend_mE4FD543C209A2446C88F99A94FF873A8A3CC96A8_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Queue`1::.ctor(System.Int32) inline void Queue_1__ctor_mBA54E63FD043CDF50C61B6BAC72D6C1FC596E8FC (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153*, int32_t, const RuntimeMethod*))Queue_1__ctor_mBA54E63FD043CDF50C61B6BAC72D6C1FC596E8FC_gshared)(__this, ___0_capacity, method); } // System.Void System.Collections.Generic.Queue`1::Enqueue(T) inline void Queue_1_Enqueue_m14504EB7E4AE1EA85E3D4D88BEBA493C1595B459 (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, float ___0_item, const RuntimeMethod* method) { (( void (*) (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153*, float, const RuntimeMethod*))Queue_1_Enqueue_m14504EB7E4AE1EA85E3D4D88BEBA493C1595B459_gshared)(__this, ___0_item, method); } // System.Int32 System.Collections.Generic.Queue`1::get_Count() inline int32_t Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_inline (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, const RuntimeMethod* method) { return (( int32_t (*) (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153*, const RuntimeMethod*))Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_gshared_inline)(__this, method); } // T System.Collections.Generic.Queue`1::Dequeue() inline float Queue_1_Dequeue_mBACC5C5C572CEE16EEC3D0BE7BD08D625CF31F70 (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, const RuntimeMethod* method) { return (( float (*) (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153*, const RuntimeMethod*))Queue_1_Dequeue_mBACC5C5C572CEE16EEC3D0BE7BD08D625CF31F70_gshared)(__this, method); } // System.Collections.Generic.Queue`1/Enumerator System.Collections.Generic.Queue`1::GetEnumerator() inline Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE Queue_1_GetEnumerator_m142C9D8C0C21B0EDBE627636B32E20D752BE46E1 (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, const RuntimeMethod* method) { return (( Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE (*) (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153*, const RuntimeMethod*))Queue_1_GetEnumerator_m142C9D8C0C21B0EDBE627636B32E20D752BE46E1_gshared)(__this, method); } // System.Void System.Collections.Generic.Queue`1/Enumerator::Dispose() inline void Enumerator_Dispose_m22D5FF72E74C304B067EE723AB2B1F4C459D77CE (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE*, const RuntimeMethod*))Enumerator_Dispose_m22D5FF72E74C304B067EE723AB2B1F4C459D77CE_gshared)(__this, method); } // T System.Collections.Generic.Queue`1/Enumerator::get_Current() inline float Enumerator_get_Current_m62E368A4DD097851C75B69B36879B2EBF17672BD (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE* __this, const RuntimeMethod* method) { return (( float (*) (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE*, const RuntimeMethod*))Enumerator_get_Current_m62E368A4DD097851C75B69B36879B2EBF17672BD_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Queue`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m5CCBECB6D2882395D3FACC9FC31FD2313C421063 (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE*, const RuntimeMethod*))Enumerator_MoveNext_m5CCBECB6D2882395D3FACC9FC31FD2313C421063_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.PerformanceStateTracker::set_Trend(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceStateTracker_set_Trend_m9EF024F5AD38939B40AB422762C29E6FC00C3B28_inline (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.PerformanceStateTracker::get_Trend() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceStateTracker_get_Trend_m5B01BE6B1AFCCF93AA9C39DB6FCB4C92D2343F01_inline (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_GpuImpact(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_GpuImpact_m0E6FA566E69AC21E1AE65C3CC626CEEC2C7AA797_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_CpuImpact(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_CpuImpact_m8FE81E3BDD092C52F009AAE883B4821F633D140F_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::Clear() inline void List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_inline (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, const RuntimeMethod* method) { (( void (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.List`1::AddRange(System.Collections.Generic.IEnumerable`1) inline void List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70 (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, RuntimeObject* ___0_collection, const RuntimeMethod* method) { (( void (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, RuntimeObject*, const RuntimeMethod*))List_1_AddRange_m1F76B300133150E6046C5FED00E88B5DE0A02E17_gshared)(__this, ___0_collection, method); } // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_indexerSettings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::get_thermalActionDelay() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::set_TimeUntilNextAction(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, float ___0_value, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1::get_Item(System.Int32) inline AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122 (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, int32_t ___0_index, const RuntimeMethod* method) { return (( AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UnapplyScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_UnapplyScaler_m03476E318E802B825872AA722E175380CCE8C2A5 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_OverrideLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::ApplyScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_ApplyScaler_m446151B73B180FC77ABF539FFACE9453ACBF4819 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_CurrentLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1::Contains(T) inline bool List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_item, const RuntimeMethod* method) { return (( bool (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*, const RuntimeMethod*))List_1_Contains_m4C9139C2A6B23E9343D3F87807B32C6E2CFE660D_gshared)(__this, ___0_item, method); } // System.Void System.Collections.Generic.List`1::Add(T) inline void List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_inline (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_item, const RuntimeMethod* method) { (( void (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method); } // System.Boolean System.Collections.Generic.List`1::Remove(T) inline bool List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_item, const RuntimeMethod* method) { return (( bool (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*, const RuntimeMethod*))List_1_Remove_m4DFA48F4CEB9169601E75FC28517C5C06EFA5AD7_gshared)(__this, ___0_item, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::DecreaseLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_DecreaseLevel_mAC739988670545887A15C1B37F0E911B1B45C548 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_NotLeveled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScaler_get_NotLeveled_mC3205612CA27B88738841FB8870B09D89791BD07 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ThermalStateTracker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalStateTracker__ctor_mEC56D797379A29D191CF52E507B5EEAA3737A027 (ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.PerformanceStateTracker::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceStateTracker__ctor_m56D91AED87F3AA5921E44F11CD1DB77524FEAE27 (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, int32_t ___0_sampleCapacity, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2 (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, const RuntimeMethod* method) { (( void (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerEfficiencyTracker__ctor_mC90E271D4072B0F654958062B753D5F5FED0B0E7 (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::get_active() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceIndexerSettings_get_active_m40145990966F7AB11AB0284546D89C97F3826AD1_inline (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::DeactivateDisabledScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_DeactivateDisabledScalers_m076FF8C13D0F6D3302714119584743ED381788A4 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::ActivateEnabledScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_ActivateEnabledScalers_m09F24264BA8AD83DFA8E6C5D6E8C75D3E0496CC7 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.ThermalStateTracker::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThermalStateTracker_Update_m385B38BD676249E9458A4C4F63A09BAA8CDD06C6 (ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.PerformanceStateTracker::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceStateTracker_Update_m319BE856A71079B98B610BDBAABA8A8077088D02 (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::set_ThermalAction(UnityEngine.AdaptivePerformance.StateAction) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_ThermalAction_m9C68FEA3D0F5ED81D1D2485C8751F9C09AA8F2CF_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::set_PerformanceAction(UnityEngine.AdaptivePerformance.StateAction) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_PerformanceAction_m051FF6B60B2C606ADC9620116DE8E5DA5E86A3A2_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::CollectProfilerStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_CollectProfilerStats_m9299DAD84FAFD7F3C498636EA7394C5E92C7EE10 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::get_TimeUntilNextAction() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexer_get_TimeUntilNextAction_mEB42A55A09868273E35C5B83E7C047EC957945DD_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Time::get_deltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::get_IsRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScalerEfficiencyTracker_get_IsRunning_m8733AABBEEEBA2C94DB5ACDEEA67FBA252B876D4 (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerEfficiencyTracker_Stop_m11160180119BD15E09FF66CFC44ACDA717E39E29 (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UnapplyHighestCostScaler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceIndexer_UnapplyHighestCostScaler_mD7BE8B4DC0FB98C278514F2D2D3E8AA241A581D3 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::ApplyLowestCostScaler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceIndexer_ApplyLowestCostScaler_m5DBF631DFDAC96369065A45086107ECB74F5BEE6 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::get_performanceActionDelay() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexerSettings_get_performanceActionDelay_m61BC753B924C5FF95DB65E82D0B82A62D05AD3A2_inline (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) ; // System.Void AdaptivePerformanceProfilerStats::FlushScalerDataToProfilerStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceProfilerStats_FlushScalerDataToProfilerStream_mFB2A59E37D0B5F48776F060A87F96AA5390C1EF6 (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::Deactivate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_Deactivate_mCCDB4671D348668925269C7E6F973C355CB66070 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2 (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, int32_t ___0_index, const RuntimeMethod* method) { (( void (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, int32_t, const RuntimeMethod*))List_1_RemoveAt_m54F62297ADEE4D4FDA697F49ED807BF901201B54_gshared)(__this, ___0_index, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::Activate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_Activate_m011996E733279ABE5B8AEFBE0CCFA737BB302396 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::AddScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_AddScaler_m739C7C3318E77F6C8F53CD22798F62C6E8945369 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0 (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, const RuntimeMethod* method) { return (( Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6 (Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_inline (Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF* __this, const RuntimeMethod* method) { return (( AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* (*) (Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::CalculateCost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_CalculateCost_m327F368487672CF65FB65111845764E14E559AB3 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645 (Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_IsMaxLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScaler_get_IsMaxLevel_mB960E902B10B7030FC489E17EAFEDFF585F16785 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::Start(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerEfficiencyTracker_Start_mC5F7FB1D9B8859A16774618940CCD3FCF78BDD4D (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, bool ___1_isApply, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::IncreaseLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_IncreaseLevel_mDBA7C9066AF359004B702E829B46A0A23F9FA995 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Clamp01(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) ; // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceScalerSettingsBase_get_name_mF13E237177358FB6B1E5EA3FF812C9D3CFF7331A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* 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.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_name(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_enabled() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceScalerSettingsBase_get_enabled_m3C206F801CD595875BBD175B27D6DE0A85C675CC_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_enabled(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_scale() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_scale_mC0B010C3248EC3661FC76CA4FE9C63CFF0F9618A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_scale(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.ScalerVisualImpact UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_visualImpact() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_visualImpact_mE5FADC25B00CEECAD5349055028C713156A78100_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_visualImpact(UnityEngine.AdaptivePerformance.ScalerVisualImpact) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.ScalerTarget UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_target() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_target_m779AFC0CB0E43A351D0129EEDB00DC61F8B7373A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_target(UnityEngine.AdaptivePerformance.ScalerTarget) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_maxLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_maxLevel_m7151F65E2E1588694A55EF6872E420FCC231BEBE_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_maxLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_minBound() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_minBound_mA6F4ACD69674DB3BB5F5306D22F349369DF42370_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_minBound(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_maxBound() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_maxBound_m898333F82C63A160DD9B2FE5B2240F85017C6729_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_maxBound(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UpdateOverrideLevel(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_UpdateOverrideLevel_m14C62AE0BCBA53301C221CE736A3715BA16E38B1 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::RemoveScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_RemoveScaler_mD8C4CF1D7BDFA251390D2E071ADE5B4569E094E4 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, 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 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_CurrentLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_CurrentLevel_mCCC4299E8C1C123A3C141348365477166C317DB3_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventBus::Trigger(Unity.VisualScripting.EventHook,TArgs) inline void EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71 (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 ___0_hook, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D ___1_args, const RuntimeMethod* method) { (( void (*) (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D, const RuntimeMethod*))EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71_gshared)(___0_hook, ___1_args, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::get_CpuBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceBoostChangeEventArgs_get_CpuBoost_m8A4E9ADBE730B5736D35C2F1B69D990075FDA8F1_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::get_GpuBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceBoostChangeEventArgs_get_GpuBoost_m39C7AF59354957CE76736EB95D795638198D2D56_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_CpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_CpuLevel_m0B6F576BD2CEE0978E0BD908E09163F80AF9A6DA_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_CpuLevelDelta() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_CpuLevelDelta_m3F981FFE7CF9C5C7DE0E032DB4629DCAA83CB556_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_GpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_GpuLevel_m648A122EA96E4EBD3B2F9845B918F785DB52AA1B_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_GpuLevelDelta() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_GpuLevelDelta_m6D495A1FEC5830C0A8A6603FEE65C983CA475C85_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_PerformanceControlMode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_PerformanceControlMode_m91748B29F26EF57B474CC8E1D50F2C39B16EC1E1_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_ManualOverride() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceLevelChangeEventArgs_get_ManualOverride_mADEEB746E519206BAA5FDE37F800842799281E87_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceMetrics::get_CurrentCpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_CurrentCpuLevel_m42A271D1A5C04AAAAD68579A49966134E6AF7F3B_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.PerformanceMetrics::get_CurrentGpuLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_CurrentGpuLevel_m25F770270C60AC1AE919AAFAB0339AAB847265B5_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceMetrics::get_CpuPerformanceBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceMetrics_get_CpuPerformanceBoost_m54AC3712FE7F51BD212012AB467F4E57F0490069_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.PerformanceMetrics::get_GpuPerformanceBoost() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceMetrics_get_GpuPerformanceBoost_mFA438BA2A89EE34241A6F7A00A7B18DBCA6AF9F3_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.ClusterInfo UnityEngine.AdaptivePerformance.PerformanceMetrics::get_ClusterInfo() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceMetrics_get_ClusterInfo_mE06334A4896BC33C0AF26B472DD8F4D2169C80B7_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_CurrentFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentFrameTime_mA7929199CEBE3A69FB3677893E60690F66815811_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_CurrentGpuFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentGpuFrameTime_m4170E235B898060DC937D46F88D6582BEBE31B91_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_CurrentCpuFrameTime() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentCpuFrameTime_mFAEB817260C455798A50C5B3C653A28E0FB184B7_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::get_BigCore() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_BigCore_m7D5461E626AE8A34559D50ACE0B71DF88A90E2F6_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ClusterInfo::set_BigCore(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClusterInfo_set_BigCore_m6773CE3416C5DDE25B397D398D60253CA4A913A0_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::get_MediumCore() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_MediumCore_mC26A79BF3E09ADD0595D3E212A66BDF4E11000F0_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ClusterInfo::set_MediumCore(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClusterInfo_set_MediumCore_mC984A40803648B368E8E998F82E7C89D9E24E126_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::get_LittleCore() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_LittleCore_m49B36EE3EF01F929BCAB97391DCB3C10C54E7808_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.ClusterInfo::set_LittleCore(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClusterInfo_set_LittleCore_m2B02B46BBEA719EFBDD955DF419EAAC81E69C7AB_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::set_displayName(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute_set_displayName_mB28453DF9CE200238524EF75AB729968A7A999B3_inline (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::set_buildSettingsKey(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute_set_buildSettingsKey_mDC1190F309469E28A361C217D8FCA727C7873C81_inline (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void UnityEngine.Application::add_quitting(System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_add_quitting_m5767AC63F23ABFD5BC3D60710906643BA536CCC5 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::DeInitAdaptivePerformance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_DeInitAdaptivePerformance_m30B073CA3C7E5922E69A8FA6AAF2DBCCFE4FE10D (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::StartAdaptivePerformance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_StartAdaptivePerformance_m55831ED4E56C5F12FA009910CC987F58FF0C8C05 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::InitAdaptivePerformance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_InitAdaptivePerformance_mBF7B8E0665E4BEF63E9AF820F9234FFD10009BA3 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::set_automaticLoading(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_automaticLoading_m318ED8FC7C590B1A79A8CD6D36CB7E33019ED7E7_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::set_automaticRunning(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_automaticRunning_m1D6A7025D42102641616363F5AC0AAE061F19785_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::InitializeLoaderSync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_InitializeLoaderSync_m60BE9D01B0733A2479E85B1F855A15F094A1DA74 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_activeLoader() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::StartSubsystems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_StartSubsystems_m6CFE991D0D90ED20C5850E48A8BA78740C09BC9E (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::StopSubsystems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_StopSubsystems_mD685F87FD6E515BAA20156D8AE3B7FCFC7C12BB9 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::DeinitializeLoader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_DeinitializeLoader_m23DE86B446324F049DC34C81A7EE7225EF47E774 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m64E5244EC38185D18BDBBD9843498A15D1FE8455 (Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C*, const RuntimeMethod*))Dictionary_2_Clear_mCFB5EA7351D5860D2B91592B91A84CA265A41433_gshared)(__this, method); } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Deinitialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceLoader_Deinitialize_m580D09AD16C7026287B08FAC1CDBC97235333B09 (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mCCAE8E8620E1F7596EBB9710A40F6D0D520EED0F (Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceLoader__ctor_m7EEE4F088504AF2B572BDAEAD8D2236E09F97135 (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_isInitializationComplete() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_isInitializationComplete_m21C21E3BDCD266224DC543AC4FAA3D96A62FF8CE_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __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.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_loaders() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* AdaptivePerformanceManagerSettings_get_loaders_m0AF4F7DC01C204E416F5DC027609F74D24D1D35F_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915 List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A (List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* __this, const RuntimeMethod* method) { return (( Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915 (*) (List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747 (Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_inline (Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915* __this, const RuntimeMethod* method) { return (( AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* (*) (Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::set_activeLoader(UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_activeLoader_m9704AA3C0A180F2BEDA4843D73649146C5EBE448 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1 (Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeLoaderU3Ed__20__ctor_m965B41B568997D02232F284FFEF0812480F3AB7D (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __this, int32_t ___0_U3CU3E1__state, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_automaticLoading() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_automaticLoading_m64F39140D84CA83039D2A8FF1BC73A5C0A9705C5_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_automaticRunning() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_automaticRunning_m1F62B0DA38D6EE14E10AFAEA3CEA071047624DBE_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m46DA18DA8BBC2BB5B3B9A816B94E4E9F2A7B6C11 (List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* __this, const RuntimeMethod* method) { (( void (*) (List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeLoaderU3Ed__20_U3CU3Em__Finally1_m69AC2B4BB58EF247F436A0EB0A40DA47916CF3B8 (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeLoaderU3Ed__20_System_IDisposable_Dispose_m6CF93E7B0630BF6EBAEF522814345EE1D530DF4D (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings__ctor_m5E13CFF62C88E6EFBDACDCABAD6CE21893CAD6D2 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveFramerate() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveFramerate_m139C9E39E32D63FA9BC0C37B81B0F1FAE63CDECB_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::ApplySettingsBase(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase,UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_destination, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___1_sources, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveBatching() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveBatching_mDC178D42713C75DE1ACF822852B8038D72EA821E_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveLOD() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLOD_m6A255C8B118A1769FE4DB9B8431F019FC556DA4C_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveLut() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLut_m2E6C5FF862F16ABF21E2CDC88C07A625F3B56FB1_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveMSAA() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveMSAA_mE9B6B36E909157597D81AF42FE785D87DF987C7E_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveResolution() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveResolution_m861CB3DABDDF10571C00579C62F0370AF2314D62_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowCascade() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascade_mBD0680ECA67B38D0E03B61C5167BA1E378359F92_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowDistance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowDistance_mDC623CDFB794E162E723A28CF99AC6C2DE55D878_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowmapResolution() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowmapResolution_mD0080328CCE0EB1C8E5AA887D368443BD46A8CD8_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowQuality() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowQuality_m21DCF0D2F165C7336B14E21BD7884AF8BD693E2C_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveTransparency() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveTransparency_m4DA7C35BF8071924D5C8D9B0ADD7C5DDD5E32CE0_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveSorting() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveSorting_mE5C2FD1CC0AB0A7AF3F6447C2943D50F40BC1016_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveViewDistance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveViewDistance_mE7E45AB3EC0919AAF5B9F80D395C676B7B4143A9_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptivePhysics() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptivePhysics_mE5E9D7BEA49BEED8B5F13D87FDE10E890C96FBA1_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveLayerCulling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLayerCulling_mC291EA5E26B73A0660A5B333B9DD7D7395F5FFDE_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveDecals() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveDecals_mBDAA020138E8FED45F7AC1F04DAF53736F5CE38D_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) ; // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceScalerProfile_get_Name_m7DD2D2ADB2EDB1C45AAEF60ACFB235F4587A5301_inline (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_scalerSettings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::ApplySettings(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_ApplySettings_m9905A66D484D01BA4C04CFF7459CE7054EED1DB7 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* ___0_settings, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::ApplyScalerProfileToAllScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_ApplyScalerProfileToAllScalers_m0BB948C40EED00EAD3BEBD382F86FBD4BA14DDB2 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::GetUnappliedScalers(System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_GetUnappliedScalers_m9312768F4B234977041724061FFC2C97AA633D49 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** ___0_scalers, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::GetAppliedScalers(System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_GetAppliedScalers_mC8AA0863E2342001443EF8FD3E77DE94771E83E1 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** ___0_scalers, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::GetDisabledScalers(System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_GetDisabledScalers_m7D6F6077B80B84DC1AF2841B73148A43D585BE9D (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** ___0_scalers, const RuntimeMethod* method) ; // System.Reflection.PropertyInfo[] System.Type::GetProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* Type_GetProperties_m090A935168ED8AEE2CE95BDF6D69F3AAAF71B2D6 (Type_t* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_m8BF91AC7A7F582FFE5F5EFDDB92AA59940BDC124 (U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* __this, const RuntimeMethod* method) ; // System.Void System.Predicate`1::.ctor(System.Object,System.IntPtr) inline void Predicate_1__ctor_mE0982304EAFBFE8F998BFC12924DDE0116143C0D (Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1*, RuntimeObject*, intptr_t, const RuntimeMethod*))Predicate_1__ctor_m3E007299121A15DF80F4A210FF8C20E5DF688F20_gshared)(__this, ___0_object, ___1_method, method); } // T System.Collections.Generic.List`1::Find(System.Predicate`1) inline AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* List_1_Find_m2A476A218D406C7330D31D38E8928FFBD74814D8 (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* __this, Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1* ___0_match, const RuntimeMethod* method) { return (( AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* (*) (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*, Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1*, const RuntimeMethod*))List_1_Find_m5E78A210541B0D844FE27B94F509313623BE33D3_gshared)(__this, ___0_match, method); } // System.Boolean UnityEngine.Object::op_Implicit(UnityEngine.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_exists, const RuntimeMethod* method) ; // System.Reflection.PropertyInfo System.Type::GetProperty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D (Type_t* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Object System.Reflection.PropertyInfo::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PropertyInfo_GetValue_m89576462107E2A4DF5B7775216AEC29D74FF6088 (PropertyInfo_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::ApplyDefaultSetting(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_defaultSetting, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerProfile__ctor_mD48EEB9C4D4C6A7C58FB951592E486E8ADDABB3E (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* __this, const RuntimeMethod* method) ; // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* 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 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_SkipDynamicBatching(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipDynamicBatching_m7EEEBD9DF256D8AAD27513FD65D15D81BE7B92DC_inline (bool ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_SkipDynamicBatching() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceRenderSettings_get_SkipDynamicBatching_m939E279451A083DF507A8CFC6CE0449905C3C88A_inline (const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::ScaleChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_DecalsDrawDistance(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_DecalsDrawDistance_mA0556ADC49BE771D09D277E811EE1C18A3A758C9_inline (float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_DecalsDrawDistance() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_DecalsDrawDistance_mC3D298759AD8A364A93E1AE73092C6EE54D42123_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.Application::set_targetFrameRate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F (int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.Application::get_targetFrameRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Application_get_targetFrameRate_m5A5B0FC0DFE1EBC940FF49B8237A243F45A630E1 (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevelIncrease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnLevelIncrease_mA658119D5C1CD66FD563BE27FBBC13C14E560322 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::get_PerformanceAction() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceIndexer_get_PerformanceAction_mA6F70560C6A740B6216168E7718184111657E3BA_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevelDecrease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnLevelDecrease_m0CF0F677788404B2515698BF1EB29615DFC512CC (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) ; // UnityEngine.Camera UnityEngine.Camera::get_main() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF (const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::set_layerCullDistances(System.Single[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_layerCullDistances_m4D2749319E09EC88A62CF39446E906E0D4D5391D (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::AsignDefaultValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLayerCulling_AsignDefaultValues_m9079BC6D1139EF30F58205FE28723D8CDBF5D179 (AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E* __this, const RuntimeMethod* method) ; // System.Single[] UnityEngine.Camera::get_layerCullDistances() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* Camera_get_layerCullDistances_m4D86AC0001E2A5697803433A168A3AA1D794CBCB (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.QualitySettings::set_lodBias(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QualitySettings_set_lodBias_m27C5C958D35E5FE52BB117C3E4069211A690336B (float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.QualitySettings::get_lodBias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float QualitySettings_get_lodBias_mFC5A527CC65FE124E6C58757AA11ADCB6F8C9BCD (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_LutBias(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_LutBias_m87D91BB543BA3016BFA2BABE97AF9E23A605348D_inline (float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_LutBias() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_LutBias_m066C8AE5F8123FE07E7159CC96A465E33968B9C8_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_AntiAliasingQualityBias(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_AntiAliasingQualityBias_mFA1BF607115C11AF87722CC2C91C00529AAE5A54_inline (int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_AntiAliasingQualityBias() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_AntiAliasingQualityBias_mDA59F3EE645D94B63DD3B89AD65925B47C365C5A_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.Time::set_fixedDeltaTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Time_set_fixedDeltaTime_m8D8417B234CFF76AF81890D5AF67D8C54EFD189F (float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.Time::get_fixedDeltaTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381 (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_OnDestroy_m99CE298FD3EACCA1D75876EC942DF6D91011BEF1 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.Mathf::Clamp(System.Single,System.Single,System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method) ; // UnityEngine.Rendering.GraphicsDeviceType UnityEngine.SystemInfo::get_graphicsDeviceType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545 (const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptiveResolution::IsDynamicResolutionSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptiveResolution_IsDynamicResolutionSupported_m31E48F2D2D63E4F2ACC321494A09085161F45593 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) ; // T[] System.Array::Empty() inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline (const RuntimeMethod* method) { return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline)(method); } // System.Void UnityEngine.ScalableBufferManager::ResizeBuffers(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ScalableBufferManager_ResizeBuffers_m3E75B5044AD106F7413273B884D313FEE11FEA0A (float ___0_widthScale, float ___1_heightScale, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_RenderScaleMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_RenderScaleMultiplier_mCD329036D85AB4C2BF6F8B5EA50695128E1BF5A3 (float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.ScalableBufferManager::get_widthScaleFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC (const RuntimeMethod* method) ; // UnityEngine.Resolution UnityEngine.Screen::get_currentResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 Screen_get_currentResolution_m8FE4C43E4F6EF28E0B85EB94B6C69D1EC5687CCD (const RuntimeMethod* method) ; // System.Int32 UnityEngine.Resolution::get_width() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Resolution_get_width_mC55423852D453EEC0B66E692AA3E7F5DE772FB24 (Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525* __this, const RuntimeMethod* method) ; // System.Single UnityEngine.ScalableBufferManager::get_heightScaleFactor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B (const RuntimeMethod* method) ; // System.Int32 UnityEngine.Resolution::get_height() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Resolution_get_height_mD46754FA3634CA816BE91D1610D1FEBDECCEBE5B (Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_MainLightShadowCascadesCountBias(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_MainLightShadowCascadesCountBias_mA0FC793465E40D31F13C2148EBB3282DE0ECF26F_inline (int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_MainLightShadowCascadesCountBias() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_MainLightShadowCascadesCountBias_mFB9E643A5D67393F20BCEAE1FD7C076E93424F8A_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_MaxShadowDistanceMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_MaxShadowDistanceMultiplier_mE4E339CDF51E898BC7EA1EF348586002238DB700 (float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_MaxShadowDistanceMultiplier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_MaxShadowDistanceMultiplier_mD8879DD88AE8FF3CB2106FF35910D57E1BCC5D27_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_MainLightShadowmapResolutionMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_MainLightShadowmapResolutionMultiplier_m488203D2976B464F591786A279C6860C9AEC163D (float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_MainLightShadowmapResolutionMultiplier() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_MainLightShadowmapResolutionMultiplier_mE4F508B1B1B29F7D7AE1C1E61A6F251C9F4C55B5_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_ShadowQualityBias(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_ShadowQualityBias_m99CB51DF27FCBD57A9E5F1DC5D21A3163758B5B2_inline (int32_t ___0_value, const RuntimeMethod* method) ; // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_ShadowQualityBias() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_ShadowQualityBias_mDC7B30DE123707A8EB0BFC6273D087C4B514CDD3_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_SkipFrontToBackSorting(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipFrontToBackSorting_m7609623ACADF37E2B6DC928EEE6FE9D39624B633_inline (bool ___0_value, const RuntimeMethod* method) ; // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_SkipFrontToBackSorting() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceRenderSettings_get_SkipFrontToBackSorting_mC73182E28DEF80E85310854E7DF9D15E655A4CF9_inline (const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptiveTransparency::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveTransparency_OnDestroy_m8AEB8C89368C7C64110765F7D2F8C2791F95E4B8 (AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_SkipTransparentObjects(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipTransparentObjects_m1BE082200B1A25094A5FB1D307995842479B9649_inline (bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.Camera::set_farClipPlane(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_set_farClipPlane_m84EF39B09573168734613481FD979BFF31C60139 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, float ___0_value, const RuntimeMethod* method) ; // System.Single UnityEngine.Camera::get_farClipPlane() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mEB7603EDE6D79A62E5BD74A896F030D2C9F2A821_gshared)(__this, ___0_object, ___1_method, method); } // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) inline ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9 (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* ___1_getValue, const RuntimeMethod* method) { return (( ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* (*) (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191*, String_t*, Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*, const RuntimeMethod*))Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_gshared)(__this, ___0_key, ___1_getValue, method); } // System.Boolean UnityEngine.Application::get_isPlaying() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.Unit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2 (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClusterInfoUnit_UpdateStats_m84108F0C50F54578ADC2853A6801253CAA83FD92 (ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45 (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m04EB988C3F849C1BE164FC6656C2281DF47EEAA7_gshared)(__this, ___0_object, ___1_method, method); } // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) inline ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862 (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* ___1_getValue, const RuntimeMethod* method) { return (( ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* (*) (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191*, String_t*, Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*, const RuntimeMethod*))Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_gshared)(__this, ___0_key, ___1_getValue, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSUnit_UpdateStats_m32EFC5648262B15D83DDA8BDC8046A4536DB635E (FPSUnit_t4D339A9BA221B733E0CD0E09AEBD4586CAA7A900* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6 (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697_gshared)(__this, ___0_object, ___1_method, method); } // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) inline ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* ___1_getValue, const RuntimeMethod* method) { return (( ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* (*) (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191*, String_t*, Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*, const RuntimeMethod*))Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_gshared)(__this, ___0_key, ___1_getValue, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetBoostUnit_UpdateStats_mF217E9B3ADFCCBCDA4BDF57973EEE54ADE4B2C5A (GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m8AEF237088B97B2028CC962BB3DF83776A43C2A0 (Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_mEFB19C6918BFCF7702199988CE08C7B1608A8343_gshared)(__this, ___0_object, ___1_method, method); } // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) inline ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisStateAction_t7C06334815CF36CFDC70A02C7FC171EF1BF0C1E0_m34664E624A5DDBD6C7B3009297FAAE3EA93C416B (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598* ___1_getValue, const RuntimeMethod* method) { return (( ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* (*) (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191*, String_t*, Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598*, const RuntimeMethod*))Unit_ValueOutput_TisInt32Enum_tCBAC8BA2BFF3A845FA599F303093BBBA374B6F0C_m8F3909E3E97DA66F792DA46E1C53D2CA13312CAA_gshared)(__this, ___0_key, ___1_getValue, method); } // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::get_ThermalAction() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceIndexer_get_ThermalAction_m0A1DF0C06906C2EBB8B75063E93A661E0D68917C_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetIndexerUnit_UpdateStats_m8FCB3D7D535F58D5182BD4C839044E24DC6360FC (GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetPerformanceLevelsUnit_UpdateStats_m56ACE0397204D7C3EA98325267A2E9EDBC9EA2A3 (GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m49BCFF49FBC3FF61A2D1830D69251634C074A948 (Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method); } // Unity.VisualScripting.ValueOutput Unity.VisualScripting.Unit::ValueOutput(System.String,System.Func`2) inline ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63 (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* ___1_getValue, const RuntimeMethod* method) { return (( ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* (*) (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191*, String_t*, Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC*, const RuntimeMethod*))Unit_ValueOutput_TisRuntimeObject_mD877C5842A48B848E188C41FB2427E7EBBE5DD79_gshared)(__this, ___0_key, ___1_getValue, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::set_warningLevel(Unity.VisualScripting.ValueOutput) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GetThermalMetricUnit_set_warningLevel_mC216B0A542F6403E15DEA5E5315C116D82C3959C_inline (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) ; // System.String System.Enum::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetThermalMetricUnit_UpdateStats_m2BDE24D894E0540FF7A607C06231B8D8A3FAB7C2 (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventHook::.ctor(System.String,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHook__ctor_m1A17871BCBD01C71D26FCE6875681560AB2F0209 (EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157* __this, String_t* ___0_name, RuntimeObject* ___1_target, RuntimeObject* ___2_tag, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.Flow::SetValue(Unity.VisualScripting.IUnitValuePort,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7 (Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* __this, RuntimeObject* ___0_port, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() inline void EventUnit_1_Definition_mBCDE5A24B042F4026BFE6872173D44A45FC2E133 (EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1*, const RuntimeMethod*))EventUnit_1_Definition_mBCDE5A24B042F4026BFE6872173D44A45FC2E133_gshared)(__this, method); } // System.Void Unity.VisualScripting.EventUnit`1::.ctor() inline void EventUnit_1__ctor_mFAD1D8B633E93FD5D4954C516EE017ACACDFB519 (EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t745985E825CC0A6DCDD06949EB9080D5E335D6F1*, const RuntimeMethod*))EventUnit_1__ctor_mFAD1D8B633E93FD5D4954C516EE017ACACDFB519_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBoostUnit_UpdateStats_m2D954A4A02A4F8E6DF4D9AA76229BB744F988B34 (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::get_bottleneck() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnBottleneckUnit_get_bottleneck_m2E9B5EC1962BBE01235FAE7F27251CD3CD46D955_inline (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() inline void EventUnit_1_Definition_m16EE49A38370A00D72816EBED7C9C6E61817410C (EventUnit_1_tF9AB789CF3F442A483C06E1695856FA2D543E37F* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_tF9AB789CF3F442A483C06E1695856FA2D543E37F*, const RuntimeMethod*))EventUnit_1_Definition_mB107EA1B3A9052C1433EF183A8C0D16C0A24E7DD_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::set_bottleneck(Unity.VisualScripting.ValueOutput) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnBottleneckUnit_set_bottleneck_m7EC116D15DA3C5A280F31D90399040DB5170EA8D_inline (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::.ctor() inline void EventUnit_1__ctor_m508AE1FCD794BAB90322AB826916F01B4229B9BB (EventUnit_1_tF9AB789CF3F442A483C06E1695856FA2D543E37F* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_tF9AB789CF3F442A483C06E1695856FA2D543E37F*, const RuntimeMethod*))EventUnit_1__ctor_m4D5340FDD3317442401AC0D1C14515FF397A4AC9_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6A3ED25BCDD7B27F8224A92E0439D78A6727741F (U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* __this, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::get_onScalerLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnLevelUnit_get_onScalerLevel_m7AF23D8DD7593929F1D27856346CFA282FEB0CCC_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::get_scalerLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnLevelUnit_get_scalerLevel_m5B016D08828C2086A42C8F2A9775666B1B77ABEF_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() inline void EventUnit_1_Definition_m0719DFED4E3C7F62A6CF3D83B98996F227CADDA8 (EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726*, const RuntimeMethod*))EventUnit_1_Definition_m0719DFED4E3C7F62A6CF3D83B98996F227CADDA8_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::set_onScalerLevel(Unity.VisualScripting.ValueOutput) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnLevelUnit_set_onScalerLevel_mF5995F1CBA52A62FDC0CD3E0C4DF6A0D22BB49A2_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::set_scalerLevel(Unity.VisualScripting.ValueOutput) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnLevelUnit_set_scalerLevel_mABF5F4FB436B1A2D56FCF1BF50DF5E1FB66837B8_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::.ctor() inline void EventUnit_1__ctor_m093DF243242121AFB9F16E26D8BCEB72746A1897 (EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t48515ACBB8DF59ECAC0CD2398CAED4FC52F86726*, const RuntimeMethod*))EventUnit_1__ctor_m093DF243242121AFB9F16E26D8BCEB72746A1897_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF996BDC87A85890A56A4516E63F27978D5CCD0DC (U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() inline void EventUnit_1_Definition_m1112634E31676C6816390CD36F63C460DA716F8D (EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A*, const RuntimeMethod*))EventUnit_1_Definition_m1112634E31676C6816390CD36F63C460DA716F8D_gshared)(__this, method); } // System.Void Unity.VisualScripting.EventUnit`1::.ctor() inline void EventUnit_1__ctor_m096C0AC93618DA40B992321958FABBFC4364E960 (EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t9FCCDD9A288C3AB693C88F61375F4015C664178A*, const RuntimeMethod*))EventUnit_1__ctor_m096C0AC93618DA40B992321958FABBFC4364E960_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPerformanceLevelsUnit_UpdateStats_mE5F585AAB1BA4AA3D2F37A7FA254480358F63962 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::get_warningLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnThermalMetricUnit_get_warningLevel_m1B83A456994FED80356014A6703F60FFEA950138_inline (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::Definition() inline void EventUnit_1_Definition_mB1554408D9B72464A8D779B64C7247AE16FD4C4B (EventUnit_1_t5407D2BA8E9222EC903DF6547568BDA200FD1ED5* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t5407D2BA8E9222EC903DF6547568BDA200FD1ED5*, const RuntimeMethod*))EventUnit_1_Definition_mB107EA1B3A9052C1433EF183A8C0D16C0A24E7DD_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::set_warningLevel(Unity.VisualScripting.ValueOutput) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnThermalMetricUnit_set_warningLevel_m980E90FB332A4243FE3256F1827E64DD5D9A9EE3_inline (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) ; // System.Void Unity.VisualScripting.EventUnit`1::.ctor() inline void EventUnit_1__ctor_mB9E8B8B06EAB0F5EB38AF127EB55D7CA63EBFEF3 (EventUnit_1_t5407D2BA8E9222EC903DF6547568BDA200FD1ED5* __this, const RuntimeMethod* method) { (( void (*) (EventUnit_1_t5407D2BA8E9222EC903DF6547568BDA200FD1ED5*, const RuntimeMethod*))EventUnit_1__ctor_m4D5340FDD3317442401AC0D1C14515FF397A4AC9_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnThermalMetricUnit_UpdateStats_m04AA54E96DADA0982C2315F03999F7636AE1B5ED (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m36A365D852CA6BD70A68A3A26FF683FB3369DDF4 (Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method); } // Unity.VisualScripting.ControlInput Unity.VisualScripting.Unit::ControlInput(System.String,System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlInput_t1AD434958538C865F55A62C66B9C24DA82AD31FE* Unit_ControlInput_mF730DABA4FE60423D39B8EADE5DA72F51E6166A5 (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8* ___1_action, const RuntimeMethod* method) ; // Unity.VisualScripting.ControlOutput Unity.VisualScripting.Unit::ControlOutput(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* Unit_ControlOutput_mCD76724DFB6AAE10C099E9984A39A5E0FC2824FE (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, const RuntimeMethod* method) ; // Unity.VisualScripting.ValueInput Unity.VisualScripting.Unit::ValueInput(System.String,T) inline ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, bool ___1_default, const RuntimeMethod* method) { return (( ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* (*) (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191*, String_t*, bool, const RuntimeMethod*))Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E_gshared)(__this, ___0_key, ___1_default, method); } // T Unity.VisualScripting.Flow::GetValue(Unity.VisualScripting.ValueInput) inline bool Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813 (Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* __this, ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___0_input, const RuntimeMethod* method) { return (( bool (*) (Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582*, ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392*, const RuntimeMethod*))Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813_gshared)(__this, ___0_input, method); } // Unity.VisualScripting.ValueInput Unity.VisualScripting.Unit::ValueInput(System.String,T) inline ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093 (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191* __this, String_t* ___0_key, int32_t ___1_default, const RuntimeMethod* method) { return (( ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* (*) (Unit_tEFDDF0DAD2C72D6F68E357D3530E23599F7D8191*, String_t*, int32_t, const RuntimeMethod*))Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093_gshared)(__this, ___0_key, ___1_default, method); } // T Unity.VisualScripting.Flow::GetValue(Unity.VisualScripting.ValueInput) inline int32_t Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE (Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* __this, ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* ___0_input, const RuntimeMethod* method) { return (( int32_t (*) (Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582*, ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392*, const RuntimeMethod*))Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE_gshared)(__this, ___0_input, method); } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_ChangeFlags(UnityEngine.AdaptivePerformance.Provider.Feature) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_ChangeFlags_mE99AA127E129C78872D68F5C650D55B8E5D33DC8_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_TemperatureLevel(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_TemperatureLevel_mFC2BC8E019EFB0E7611C242D1F5D4EAB76570BB5_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_TemperatureTrend(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_TemperatureTrend_m19AB74C523678555F2FBB9798202DA7F0DFE741F_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_WarningLevel(UnityEngine.AdaptivePerformance.WarningLevel) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_WarningLevel_mBC3853B7D0AA1412C41DFD248FA9E7252DAEB5F4_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_CpuPerformanceLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuPerformanceLevel_m8BBB7FA33AF2644ED0DE81CD58CCB07C5F71ED03_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_GpuPerformanceLevel(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuPerformanceLevel_mBA26ABE3F6089BA232022D7F0F38B55B8FA9481A_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_PerformanceLevelControlAvailable(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_PerformanceLevelControlAvailable_m78A1EFC49C88D90E778F7C4C8605662E94B125FF_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_CpuFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuFrameTime_mEC930BB67EC609B14C010F60A94801C3D95D77E8_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_GpuFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuFrameTime_mB779C484C185DB05F985A295EA7242EB8DA37299_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_OverallFrameTime(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_OverallFrameTime_m5B1BCB4A02EFAC8A44DAEDB111526F6BF5DDF9C1_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_CpuPerformanceBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuPerformanceBoost_mD8BF1CE74A03B57E81DBCD9A3DDE8DAA27968FF5_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_GpuPerformanceBoost(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuPerformanceBoost_m0A5764E94B8EC621A0AA51B2F7C24BA1EAF844B9_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_ClusterInfo(UnityEngine.AdaptivePerformance.ClusterInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_ClusterInfo_m70A3B30678BE28E09161ADF030CBAFE8D5BC9E3E_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceSubsystemBase__ctor_m88A64096DF4CD13F0990A6B446C0C8ACD2C782D2 (AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.Subsystem`1::.ctor() inline void Subsystem_1__ctor_mD0EE44CF7568246C8102E9816BAD23F668BD62AB (Subsystem_1_t6436576E2E2D8870B122767439E50A43338FB1FA* __this, const RuntimeMethod* method) { (( void (*) (Subsystem_1_t6436576E2E2D8870B122767439E50A43338FB1FA*, const RuntimeMethod*))Subsystem_1__ctor_m30A432477A65110D1B20BB3979E99F6F2BCADE6A_gshared)(__this, method); } // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor::.ctor(UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceSubsystemDescriptor__ctor_mE204E81D31284A270475711CE9FA8C02E227B144 (AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* __this, Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB ___0_cinfo, const RuntimeMethod* method) ; // System.Boolean UnityEngine.SubsystemRegistration::CreateDescriptor(UnityEngine.SubsystemDescriptor) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SubsystemRegistration_CreateDescriptor_mAE58037D16DF7872D67970956CB34FDBB193A62E (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* ___0_descriptor, const RuntimeMethod* method) ; // System.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemRegistry::GetRegisteredDescriptors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tBDCF1E0892E8DA197607E498736F867735A73137* AdaptivePerformanceSubsystemRegistry_GetRegisteredDescriptors_m993DD548D0867F6720A32260D558E4A0070BA212 (const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07 List_1_GetEnumerator_mA75C25FAA6EB3D5DE48BBEC9F011B1BF3A2B458E (List_1_tBDCF1E0892E8DA197607E498736F867735A73137* __this, const RuntimeMethod* method) { return (( Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07 (*) (List_1_tBDCF1E0892E8DA197607E498736F867735A73137*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mA12045B209D4CD053F073D33AB0F489FAA334384 (Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* Enumerator_get_Current_m69BED22DD31F950CB36327DEC1B567630B32DB05_inline (Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07* __this, const RuntimeMethod* method) { return (( AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* (*) (Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Type UnityEngine.SubsystemDescriptor::get_subsystemImplementationType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, const RuntimeMethod* method) ; // System.Type UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::get_subsystemImplementationType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemImplementationType_mAC768A1F926DCEDB774E198F70381113378372FF_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m14CD7D3B0839EA95FCAC902634BDF17844133B2E (Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mDB1225A75BFAF418EF64307D04DBE72CF9246A03 (List_1_tBDCF1E0892E8DA197607E498736F867735A73137* __this, const RuntimeMethod* method) { (( void (*) (List_1_tBDCF1E0892E8DA197607E498736F867735A73137*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method); } // System.Void UnityEngine.SubsystemManager::GetSubsystemDescriptors(System.Collections.Generic.List`1) inline void SubsystemManager_GetSubsystemDescriptors_TisAdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_m31A5D9DB9DAD1D33EC7BDDE59C61699BD66FFA04 (List_1_tBDCF1E0892E8DA197607E498736F867735A73137* ___0_descriptors, const RuntimeMethod* method) { (( void (*) (List_1_tBDCF1E0892E8DA197607E498736F867735A73137*, const RuntimeMethod*))SubsystemManager_GetSubsystemDescriptors_TisRuntimeObject_mE17654C43AF736B8A23F50FEBBD6657CB983907F_gshared)(___0_descriptors, method); } // System.Void UnityEngine.SubsystemDescriptor`1::.ctor() inline void SubsystemDescriptor_1__ctor_mD3C490FE3C20E74165FC628F1D9A8A7CE8C322EE (SubsystemDescriptor_1_t566EA771D29FA6FC4CE5AD4A45252B9EAEC5448D* __this, const RuntimeMethod* method) { (( void (*) (SubsystemDescriptor_1_t566EA771D29FA6FC4CE5AD4A45252B9EAEC5448D*, const RuntimeMethod*))SubsystemDescriptor_1__ctor_m9168CCBA1E269A8AE22E57D9EC02F9064DA336E4_gshared)(__this, method); } // System.String UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::get_id() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m5FDCB235FD54A50F6AF4BBEA5CFCEFCE07A96188_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, const RuntimeMethod* method) ; // System.Void UnityEngine.SubsystemDescriptor::set_id(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptor_set_id_m9EE44E7C8BBF000B1BE2D518620FBBB0F4CB0236_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.SubsystemDescriptor::set_subsystemImplementationType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptor_set_subsystemImplementationType_m3A2FB7296C79FA765F6A6B972B04504D4D3FA359_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, Type_t* ___0_value, const RuntimeMethod* method) ; // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemRegistry::RegisterDescriptor(UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* AdaptivePerformanceSubsystemRegistry_RegisterDescriptor_mC645DC117F65DD33C2AEE8DD97190A3AAB11B8BA (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB ___0_cinfo, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::set_id(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m77027979E9BA297A2803C6EA7691881619C35F91_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::set_subsystemImplementationType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemImplementationType_mE5398A3C07C0B759B72027FE49DDBC1FCB50A5B9_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, Type_t* ___0_value, const RuntimeMethod* method) ; #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL IL2CPP_EXTERN_C void DEFAULT_CALL AndroidCpuUsage_Reset(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL IL2CPP_EXTERN_C double DEFAULT_CALL AndroidCpuUsage_GetLatestCpuTimeDelta(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL IL2CPP_EXTERN_C intptr_t DEFAULT_CALL AndroidCpuUsage_GetPluginCallback(); #endif #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL IL2CPP_EXTERN_C double DEFAULT_CALL AndroidCpuUsage_CpuTimeForCurrentThread(); #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void AdaptivePerformanceProfilerStats::EmitScalerDataToProfilerStream(System.String,System.Boolean,System.Int32,System.Int32,System.Single,System.Boolean,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceProfilerStats_EmitScalerDataToProfilerStream_mFADDF395AC035ED66EEB414F78E0C550B5147F86 (String_t* ___0_scalerName, bool ___1_enabled, int32_t ___2_overrideLevel, int32_t ___3_currentLevel, float ___4_scale, bool ___5_applied, int32_t ___6_maxLevel, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m74F022DD53114C435F03B1402534B396EAF83414_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mC3F82D6BA19A65FA055D9841B2DB22E8E55C0CC7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mC03954B04748CCA3592715F5B417465827EE4DE6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 V_0; memset((&V_0), 0, sizeof(V_0)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; uint8_t* V_2 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL; bool G_B5_0 = false; bool G_B4_0 = false; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* G_B7_0 = NULL; bool G_B7_1 = false; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* G_B6_0 = NULL; bool G_B6_1 = false; int32_t G_B8_0 = 0; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* G_B8_1 = NULL; bool G_B8_2 = false; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* G_B10_0 = NULL; bool G_B10_1 = false; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* G_B9_0 = NULL; bool G_B9_1 = false; int32_t G_B11_0 = 0; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914* G_B11_1 = NULL; bool G_B11_2 = false; bool G_B13_0 = false; bool G_B12_0 = false; bool G_B14_0 = false; bool G_B15_0 = false; { // if (!Profiler.enabled || scalerName.Length == 0) bool L_0; L_0 = Profiler_get_enabled_mEDFF5039F8E763A1B7700FAB358F9DC986370628(NULL); if (!L_0) { goto IL_000f; } } { String_t* L_1 = ___0_scalerName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_0010; } } IL_000f: { // return; return; } IL_0010: { // bool existingInfo = scalerInfos.TryGetValue(scalerName, out scalerInfo); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* L_3 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___scalerInfos_15; String_t* L_4 = ___0_scalerName; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_mC3F82D6BA19A65FA055D9841B2DB22E8E55C0CC7(L_3, L_4, (&V_0), Dictionary_2_TryGetValue_mC3F82D6BA19A65FA055D9841B2DB22E8E55C0CC7_RuntimeMethod_var); // if (!existingInfo) bool L_6 = L_5; G_B4_0 = L_6; if (L_6) { G_B5_0 = L_6; goto IL_0028; } } { // scalerInfo = new ScalerInfo(); il2cpp_codegen_initobj((&V_0), sizeof(ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914)); G_B5_0 = G_B4_0; } IL_0028: { // byte[] scalerNameBytes = Encoding.ASCII.GetBytes(scalerName); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_7; L_7 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL); String_t* L_8 = ___0_scalerName; NullCheck(L_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9; L_9 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(26 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_7, L_8); V_1 = L_9; // scalerInfo.enabled = (uint)(enabled ? 1 : 0); bool L_10 = ___1_enabled; G_B6_0 = (&V_0); G_B6_1 = G_B5_0; if (L_10) { G_B7_0 = (&V_0); G_B7_1 = G_B5_0; goto IL_003c; } } { G_B8_0 = 0; G_B8_1 = G_B6_0; G_B8_2 = G_B6_1; goto IL_003d; } IL_003c: { G_B8_0 = 1; G_B8_1 = G_B7_0; G_B8_2 = G_B7_1; } IL_003d: { G_B8_1->___enabled_1 = G_B8_0; // scalerInfo.overrideLevel = overrideLevel; int32_t L_11 = ___2_overrideLevel; (&V_0)->___overrideLevel_2 = L_11; // scalerInfo.currentLevel = currentLevel; int32_t L_12 = ___3_currentLevel; (&V_0)->___currentLevel_3 = L_12; // scalerInfo.scale = scale; float L_13 = ___4_scale; (&V_0)->___scale_5 = L_13; // scalerInfo.maxLevel = maxLevel; int32_t L_14 = ___6_maxLevel; (&V_0)->___maxLevel_4 = L_14; // scalerInfo.applied = (uint)(applied ? 1 : 0); bool L_15 = ___5_applied; G_B9_0 = (&V_0); G_B9_1 = G_B8_2; if (L_15) { G_B10_0 = (&V_0); G_B10_1 = G_B8_2; goto IL_006d; } } { G_B11_0 = 0; G_B11_1 = G_B9_0; G_B11_2 = G_B9_1; goto IL_006e; } IL_006d: { G_B11_0 = 1; G_B11_1 = G_B10_0; G_B11_2 = G_B10_1; } IL_006e: { G_B11_1->___applied_6 = G_B11_0; // fixed(byte* pSource = scalerNameBytes) ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = L_16; V_3 = L_17; G_B12_0 = G_B11_2; if (!L_17) { G_B13_0 = G_B11_2; goto IL_007d; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = V_3; NullCheck(L_18); G_B13_0 = G_B12_0; if (((int32_t)(((RuntimeArray*)L_18)->max_length))) { G_B14_0 = G_B12_0; goto IL_0082; } } IL_007d: { V_2 = (uint8_t*)((uintptr_t)0); G_B15_0 = G_B13_0; goto IL_008b; } IL_0082: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_3; NullCheck(L_19); V_2 = (uint8_t*)((uintptr_t)((L_19)->GetAddressAt(static_cast(0)))); G_B15_0 = G_B14_0; } IL_008b: { // UnsafeUtility.MemCpy(scalerInfo.scalerName, pSource, scalerNameBytes.Length); U3CscalerNameU3Ee__FixedBuffer_tE9480C944467F3CC109E75FC00E255F44E404E0E* L_20 = (&(&V_0)->___scalerName_0); uint8_t* L_21 = (&L_20->___FixedElementField_0); uint8_t* L_22 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_1; NullCheck(L_23); UnsafeUtility_MemCpy_m5CEA91ACDADC522E584AE3A2AB2B0B74393A9177((void*)((uintptr_t)L_21), (void*)L_22, ((int64_t)((int32_t)(((RuntimeArray*)L_23)->max_length))), NULL); V_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; // if (!existingInfo) if (G_B15_0) { goto IL_00b3; } } { // scalerInfos.Add(scalerName, scalerInfo); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* L_24 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___scalerInfos_15; String_t* L_25 = ___0_scalerName; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 L_26 = V_0; NullCheck(L_24); Dictionary_2_Add_m74F022DD53114C435F03B1402534B396EAF83414(L_24, L_25, L_26, Dictionary_2_Add_m74F022DD53114C435F03B1402534B396EAF83414_RuntimeMethod_var); return; } IL_00b3: { // scalerInfos[scalerName] = scalerInfo; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* L_27 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___scalerInfos_15; String_t* L_28 = ___0_scalerName; ScalerInfo_t8DDD19A1E231D9C4DBE3F586C68935D274F31914 L_29 = V_0; NullCheck(L_27); Dictionary_2_set_Item_mC03954B04748CCA3592715F5B417465827EE4DE6(L_27, L_28, L_29, Dictionary_2_set_Item_mC03954B04748CCA3592715F5B417465827EE4DE6_RuntimeMethod_var); // } return; } } // System.Void AdaptivePerformanceProfilerStats::FlushScalerDataToProfilerStream() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceProfilerStats_FlushScalerDataToProfilerStream_mFB2A59E37D0B5F48776F060A87F96AA5390C1EF6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mA2BF7A25438AB17AB90EE89D8662AA02FF2A2FE4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Values_m76F52F2566E0A357E40D917709BA513BEC4AC1E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueCollection_CopyTo_m5CDB72C68843610BF593D9100D64830A30BC675D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB* V_0 = NULL; { // ScalerInfo[] arr = new ScalerInfo[scalerInfos.Count]; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* L_0 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___scalerInfos_15; NullCheck(L_0); int32_t L_1; L_1 = Dictionary_2_get_Count_mA2BF7A25438AB17AB90EE89D8662AA02FF2A2FE4(L_0, Dictionary_2_get_Count_mA2BF7A25438AB17AB90EE89D8662AA02FF2A2FE4_RuntimeMethod_var); ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB* L_2 = (ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB*)(ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB*)SZArrayNew(ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB_il2cpp_TypeInfo_var, (uint32_t)L_1); V_0 = L_2; // scalerInfos.Values.CopyTo(arr, 0); Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* L_3 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___scalerInfos_15; NullCheck(L_3); ValueCollection_tDA4D117866E79A7DFC7468252926062220449E51* L_4; L_4 = Dictionary_2_get_Values_m76F52F2566E0A357E40D917709BA513BEC4AC1E2(L_3, Dictionary_2_get_Values_m76F52F2566E0A357E40D917709BA513BEC4AC1E2_RuntimeMethod_var); ScalerInfoU5BU5D_t882377A40CA3D39F2F924AEC100C70C0E8A723CB* L_5 = V_0; NullCheck(L_4); ValueCollection_CopyTo_m5CDB72C68843610BF593D9100D64830A30BC675D(L_4, L_5, 0, ValueCollection_CopyTo_m5CDB72C68843610BF593D9100D64830A30BC675D_RuntimeMethod_var); // } return; } } // System.Void AdaptivePerformanceProfilerStats::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceProfilerStats__cctor_m7B87CE9491806F73352F41B70B5296FBA14DEB68 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m2721D1FAD4652B69CFBBDE0FC60C2B772629249D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral122E41983F0C4CFCBA2EE2B86D73EAEDE17F1445); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1DC94ED97382AEFF5C88A0CFEA74BDE5DB7BF60E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B2EC9221E65E4CB6689FE3F302D330C507CBF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral532C5C172A5DC89F3BEFDA1009C5E892ADDCDCE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AB9D6672FA1F03F20A0833387CBDDE652037151); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7FC0B6F87B4601A029AA190A804BF1682C62A6B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA249F54969690BDE5588E358FF3B98C56E89D6BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA41560538B6207B3B2C6A5CBFD4304C7640B9486); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1B44040563153ADF830CFA2665FFA747B601B88); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB2F63526DF042A4D590522118358CCE1C96BC5CB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB515A7A911E4D87B68A1F38E143F11C5767452B5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9B2EA25C689DE0BEF7B355F9319DD2AFB6F6E87); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE957E0A0E7C8C8269AEF8F0D6525E66502B29A4); s_Il2CppMethodInitialized = true; } { // public static readonly ProfilerCategory AdaptivePerformanceProfilerCategory = ProfilerCategory.Scripts; ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_0; L_0 = ProfilerCategory_get_Scripts_m84B0F774438E512DFAF8FD21E0FBE76F00419AFE(NULL); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0 = L_0; // public static ProfilerCounter CurrentCPUCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "CPU frametime", ProfilerMarkerDataUnit.TimeNanoseconds); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_1 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_2; memset((&L_2), 0, sizeof(L_2)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_2), L_1, _stringLiteralA249F54969690BDE5588E358FF3B98C56E89D6BE, 1, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___CurrentCPUCounter_1 = L_2; // public static ProfilerCounter AvgCPUCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "CPU avg frametime", ProfilerMarkerDataUnit.TimeNanoseconds); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_3 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_4; memset((&L_4), 0, sizeof(L_4)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_4), L_3, _stringLiteralA41560538B6207B3B2C6A5CBFD4304C7640B9486, 1, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AvgCPUCounter_2 = L_4; // public static ProfilerCounter CurrentGPUCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "GPU frametime", ProfilerMarkerDataUnit.TimeNanoseconds); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_5 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_6; memset((&L_6), 0, sizeof(L_6)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_6), L_5, _stringLiteral7FC0B6F87B4601A029AA190A804BF1682C62A6B1, 1, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___CurrentGPUCounter_3 = L_6; // public static ProfilerCounter AvgGPUCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "GPU avg frametime", ProfilerMarkerDataUnit.TimeNanoseconds); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_7 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_8; memset((&L_8), 0, sizeof(L_8)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_8), L_7, _stringLiteral122E41983F0C4CFCBA2EE2B86D73EAEDE17F1445, 1, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AvgGPUCounter_4 = L_8; // public static ProfilerCounter CurrentCPULevelCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "CPU performance level", ProfilerMarkerDataUnit.Count); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_9 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B L_10; memset((&L_10), 0, sizeof(L_10)); ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_inline((&L_10), L_9, _stringLiteralB515A7A911E4D87B68A1F38E143F11C5767452B5, 3, /*hidden argument*/ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___CurrentCPULevelCounter_5 = L_10; // public static ProfilerCounter CurrentGPULevelCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "GPU performance level", ProfilerMarkerDataUnit.Count); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_11 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B L_12; memset((&L_12), 0, sizeof(L_12)); ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_inline((&L_12), L_11, _stringLiteral28B2EC9221E65E4CB6689FE3F302D330C507CBF9, 3, /*hidden argument*/ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___CurrentGPULevelCounter_6 = L_12; // public static ProfilerCounter CurrentFrametimeCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "Frametime", ProfilerMarkerDataUnit.TimeNanoseconds); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_13 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_14; memset((&L_14), 0, sizeof(L_14)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_14), L_13, _stringLiteralB2F63526DF042A4D590522118358CCE1C96BC5CB, 1, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___CurrentFrametimeCounter_7 = L_14; // public static ProfilerCounter AvgFrametimeCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "Avg frametime", ProfilerMarkerDataUnit.TimeNanoseconds); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_15 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_16; memset((&L_16), 0, sizeof(L_16)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_16), L_15, _stringLiteralB1B44040563153ADF830CFA2665FFA747B601B88, 1, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AvgFrametimeCounter_8 = L_16; // public static ProfilerCounter WarningLevelCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "Thermal Warning Level", ProfilerMarkerDataUnit.Count); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_17 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B L_18; memset((&L_18), 0, sizeof(L_18)); ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_inline((&L_18), L_17, _stringLiteral1DC94ED97382AEFF5C88A0CFEA74BDE5DB7BF60E, 3, /*hidden argument*/ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___WarningLevelCounter_9 = L_18; // public static ProfilerCounter TemperatureLevelCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "Temperature Level", ProfilerMarkerDataUnit.Count); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_19 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_20; memset((&L_20), 0, sizeof(L_20)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_20), L_19, _stringLiteral532C5C172A5DC89F3BEFDA1009C5E892ADDCDCE2, 3, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___TemperatureLevelCounter_10 = L_20; // public static ProfilerCounter TemperatureTrendCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "Temperature Trend", ProfilerMarkerDataUnit.Count); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_21 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46 L_22; memset((&L_22), 0, sizeof(L_22)); ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_inline((&L_22), L_21, _stringLiteralFE957E0A0E7C8C8269AEF8F0D6525E66502B29A4, 3, /*hidden argument*/ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___TemperatureTrendCounter_11 = L_22; // public static ProfilerCounter BottleneckCounter = new ProfilerCounter(AdaptivePerformanceProfilerCategory, "Bottleneck", ProfilerMarkerDataUnit.Count); ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC L_23 = ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___AdaptivePerformanceProfilerCategory_0; ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B L_24; memset((&L_24), 0, sizeof(L_24)); ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_inline((&L_24), L_23, _stringLiteral7AB9D6672FA1F03F20A0833387CBDDE652037151, 3, /*hidden argument*/ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___BottleneckCounter_12 = L_24; // public static readonly Guid kAdaptivePerformanceProfilerModuleGuid = new Guid("42c5aeb7-fb77-4172-a384-34063f1bd332"); Guid_t L_25; memset((&L_25), 0, sizeof(L_25)); Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_25), _stringLiteralB9B2EA25C689DE0BEF7B355F9319DD2AFB6F6E87, /*hidden argument*/NULL); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___kAdaptivePerformanceProfilerModuleGuid_13 = L_25; // public static readonly int kScalerDataTag = 0; ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___kScalerDataTag_14 = 0; // static Dictionary scalerInfos = new Dictionary(); Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E* L_26 = (Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E*)il2cpp_codegen_object_new(Dictionary_2_t6885C6685A458EE6DCA206EFAC15BC95E9C17B8E_il2cpp_TypeInfo_var); NullCheck(L_26); Dictionary_2__ctor_m2721D1FAD4652B69CFBBDE0FC60C2B772629249D(L_26, Dictionary_2__ctor_m2721D1FAD4652B69CFBBDE0FC60C2B772629249D_RuntimeMethod_var); ((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___scalerInfos_15 = L_26; Il2CppCodeGenWriteBarrier((void**)(&((AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var))->___scalerInfos_15), (void*)L_26); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics::RegisterFeature(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceAnalytics_RegisterFeature_mFFB2D017532D679A1CD0A78131C9F2440BFE586F (String_t* ___0_feature, bool ___1_status, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics::SendAdaptiveStartupEvent(UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceAnalytics_SendAdaptiveStartupEvent_m4B5E3151FF4823547ADF240B1C9FE28AF711A3B6 (AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* ___0_subsystem, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics::SendAdaptiveFeatureUpdateEvent(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceAnalytics_SendAdaptiveFeatureUpdateEvent_mB5B08BA4FF7781CC265831A21C9BFFE537A04F97 (String_t* ___0_feature, bool ___1_status, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics::SendAdaptivePerformanceThermalEvent(UnityEngine.AdaptivePerformance.ThermalMetrics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceAnalytics_SendAdaptivePerformanceThermalEvent_m33E73616009C3C84B863BE2B6FE9F2620E348846 (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceAnalytics/AnalyticsLog::Debug(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AnalyticsLog_Debug_mCA897E94E641D6AF943B44EF73FB004583A8FC9F (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC2BDF51B7AA6ACCD552BB8282F1F784E5A2A172); s_Il2CppMethodInitialized = true; } IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* V_0 = NULL; AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* G_B2_0 = NULL; AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* G_B1_0 = NULL; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* G_B5_0 = NULL; AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* G_B4_0 = NULL; AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* G_B3_0 = NULL; { // IAdaptivePerformanceSettings settings = AdaptivePerformanceGeneralSettings.Instance?.Manager.ActiveLoaderAs()?.GetSettings(); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0; L_0 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000c; } } { G_B5_0 = ((IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8*)(NULL)); goto IL_0022; } IL_000c: { NullCheck(G_B2_0); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_2; L_2 = AdaptivePerformanceGeneralSettings_get_Manager_mDAE083CC0FAA4D35601D427F634CA2B856177594_inline(G_B2_0, NULL); NullCheck(L_2); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_3; L_3 = AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916(L_2, AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916_RuntimeMethod_var); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_4 = L_3; G_B3_0 = L_4; if (L_4) { G_B4_0 = L_4; goto IL_001d; } } { G_B5_0 = ((IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8*)(NULL)); goto IL_0022; } IL_001d: { NullCheck(G_B4_0); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_5; L_5 = VirtualFuncInvoker0< IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* >::Invoke(10 /* UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::GetSettings() */, G_B4_0); G_B5_0 = L_5; } IL_0022: { V_0 = G_B5_0; // if (settings != null && settings.logging) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_7) { goto IL_004a; } } { IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = IAdaptivePerformanceSettings_get_logging_mB0CC800270863EFBDC55AD11224ECB542CEC862D_inline(L_8, NULL); if (!L_9) { goto IL_004a; } } { // UnityEngine.Debug.Log(System.String.Format("[Analytics] " + format, args)); String_t* L_10 = ___0_format; String_t* L_11; L_11 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralCC2BDF51B7AA6ACCD552BB8282F1F784E5A2A172, L_10, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = ___1_args; String_t* L_13; L_13 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(L_11, L_12, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_13, NULL); } IL_004a: { // } 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.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.BottleneckUtil::DetermineBottleneck(UnityEngine.AdaptivePerformance.PerformanceBottleneck,System.Single,System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BottleneckUtil_DetermineBottleneck_m6D69BA7D0A5BB92B26643EBAEBBA361D09E5D9A9 (int32_t ___0_prevBottleneck, float ___1_averageCpuFrameTime, float ___2_averageGpuFrametime, float ___3_averageOverallFrametime, float ___4_targetFrameTime, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; float V_2 = 0.0f; float V_3 = 0.0f; float V_4 = 0.0f; float V_5 = 0.0f; float V_6 = 0.0f; float V_7 = 0.0f; float V_8 = 0.0f; float V_9 = 0.0f; float G_B2_0 = 0.0f; float G_B1_0 = 0.0f; float G_B3_0 = 0.0f; float G_B3_1 = 0.0f; float G_B12_0 = 0.0f; float G_B17_0 = 0.0f; float G_B23_0 = 0.0f; float G_B27_0 = 0.0f; float G_B32_0 = 0.0f; float G_B37_0 = 0.0f; { // if (HittingFrameRateLimit(averageOverallFrametime, prevBottleneck == PerformanceBottleneck.TargetFrameRate ? 0.03f : 0.02f, targetFrameTime)) float L_0 = ___3_averageOverallFrametime; int32_t L_1 = ___0_prevBottleneck; G_B1_0 = L_0; if ((((int32_t)L_1) == ((int32_t)3))) { G_B2_0 = L_0; goto IL_000c; } } { G_B3_0 = (0.0199999996f); G_B3_1 = G_B1_0; goto IL_0011; } IL_000c: { G_B3_0 = (0.0299999993f); G_B3_1 = G_B2_0; } IL_0011: { float L_2 = ___4_targetFrameTime; bool L_3; L_3 = BottleneckUtil_HittingFrameRateLimit_mDAFF3F8D2ADB657E79D7A40D569820693FF98CAB(G_B3_1, G_B3_0, L_2, NULL); if (!L_3) { goto IL_001c; } } { // return PerformanceBottleneck.TargetFrameRate; return (int32_t)(3); } IL_001c: { // if (averageGpuFrametime >= averageOverallFrametime) float L_4 = ___2_averageGpuFrametime; float L_5 = ___3_averageOverallFrametime; if ((!(((float)L_4) >= ((float)L_5)))) { goto IL_0022; } } { // return PerformanceBottleneck.GPU; return (int32_t)(2); } IL_0022: { // else if (averageCpuFrameTime >= averageOverallFrametime) float L_6 = ___1_averageCpuFrameTime; float L_7 = ___3_averageOverallFrametime; if ((!(((float)L_6) >= ((float)L_7)))) { goto IL_0028; } } { // return PerformanceBottleneck.CPU; return (int32_t)(1); } IL_0028: { // bool wasGpuBound = prevBottleneck == PerformanceBottleneck.GPU; int32_t L_8 = ___0_prevBottleneck; V_0 = (bool)((((int32_t)L_8) == ((int32_t)2))? 1 : 0); // bool wasCpuBound = prevBottleneck == PerformanceBottleneck.CPU; int32_t L_9 = ___0_prevBottleneck; V_1 = (bool)((((int32_t)L_9) == ((int32_t)1))? 1 : 0); // float gpuUtilization = averageGpuFrametime / averageOverallFrametime; float L_10 = ___2_averageGpuFrametime; float L_11 = ___3_averageOverallFrametime; V_2 = ((float)(L_10/L_11)); // float cpuUtilization = averageCpuFrameTime / averageOverallFrametime; float L_12 = ___1_averageCpuFrameTime; float L_13 = ___3_averageOverallFrametime; V_3 = ((float)(L_12/L_13)); // float highCpuUtilThreshold = wasCpuBound ? 0.87f : 0.90f; bool L_14 = V_1; if (L_14) { goto IL_0044; } } { G_B12_0 = (0.899999976f); goto IL_0049; } IL_0044: { G_B12_0 = (0.870000005f); } IL_0049: { V_4 = G_B12_0; // if (cpuUtilization > highCpuUtilThreshold) float L_15 = V_3; float L_16 = V_4; if ((!(((float)L_15) > ((float)L_16)))) { goto IL_0052; } } { // return PerformanceBottleneck.CPU; return (int32_t)(1); } IL_0052: { // float highGpuUtilThreshold = wasGpuBound ? 0.87f : 0.90f; bool L_17 = V_0; if (L_17) { goto IL_005c; } } { G_B17_0 = (0.899999976f); goto IL_0061; } IL_005c: { G_B17_0 = (0.870000005f); } IL_0061: { V_5 = G_B17_0; // if (averageGpuFrametime > highGpuUtilThreshold) float L_18 = ___2_averageGpuFrametime; float L_19 = V_5; if ((!(((float)L_18) > ((float)L_19)))) { goto IL_006a; } } { // return PerformanceBottleneck.GPU; return (int32_t)(2); } IL_006a: { // if (averageGpuFrametime > averageCpuFrameTime) float L_20 = ___2_averageGpuFrametime; float L_21 = ___1_averageCpuFrameTime; if ((!(((float)L_20) > ((float)L_21)))) { goto IL_009e; } } { // float gpuUtilizationThreshold = wasGpuBound ? 0.9f : 0.92f; bool L_22 = V_0; if (L_22) { goto IL_0078; } } { G_B23_0 = (0.920000017f); goto IL_007d; } IL_0078: { G_B23_0 = (0.899999976f); } IL_007d: { V_6 = G_B23_0; // if (gpuUtilization > gpuUtilizationThreshold) float L_23 = V_2; float L_24 = V_6; if ((!(((float)L_23) > ((float)L_24)))) { goto IL_00d2; } } { // float gpuFactor = wasGpuBound ? 0.92f : 0.90f; bool L_25 = V_0; if (L_25) { goto IL_008e; } } { G_B27_0 = (0.899999976f); goto IL_0093; } IL_008e: { G_B27_0 = (0.920000017f); } IL_0093: { V_7 = G_B27_0; // if (averageGpuFrametime * gpuFactor > averageCpuFrameTime) float L_26 = ___2_averageGpuFrametime; float L_27 = V_7; float L_28 = ___1_averageCpuFrameTime; if ((!(((float)((float)il2cpp_codegen_multiply(L_26, L_27))) > ((float)L_28)))) { goto IL_00d2; } } { // return PerformanceBottleneck.GPU; return (int32_t)(2); } IL_009e: { // float cpuUtilizationThreshold = wasCpuBound ? 0.5f : 0.52f; bool L_29 = V_1; if (L_29) { goto IL_00a8; } } { G_B32_0 = (0.519999981f); goto IL_00ad; } IL_00a8: { G_B32_0 = (0.5f); } IL_00ad: { V_8 = G_B32_0; // if (cpuUtilization > cpuUtilizationThreshold && averageGpuFrametime < averageCpuFrameTime) float L_30 = V_3; float L_31 = V_8; if ((!(((float)L_30) > ((float)L_31)))) { goto IL_00d2; } } { float L_32 = ___2_averageGpuFrametime; float L_33 = ___1_averageCpuFrameTime; if ((!(((float)L_32) < ((float)L_33)))) { goto IL_00d2; } } { // float cpuFactor = wasCpuBound ? 0.85f : 0.80f; bool L_34 = V_1; if (L_34) { goto IL_00c2; } } { G_B37_0 = (0.800000012f); goto IL_00c7; } IL_00c2: { G_B37_0 = (0.850000024f); } IL_00c7: { V_9 = G_B37_0; // if (averageCpuFrameTime * cpuFactor > averageGpuFrametime) float L_35 = ___1_averageCpuFrameTime; float L_36 = V_9; float L_37 = ___2_averageGpuFrametime; if ((!(((float)((float)il2cpp_codegen_multiply(L_35, L_36))) > ((float)L_37)))) { goto IL_00d2; } } { // return PerformanceBottleneck.CPU; return (int32_t)(1); } IL_00d2: { // return PerformanceBottleneck.Unknown; return (int32_t)(0); } } // System.Boolean UnityEngine.AdaptivePerformance.BottleneckUtil::HittingFrameRateLimit(System.Single,System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BottleneckUtil_HittingFrameRateLimit_mDAFF3F8D2ADB657E79D7A40D569820693FF98CAB (float ___0_actualFrameTime, float ___1_thresholdFactor, float ___2_targetFrameTime, const RuntimeMethod* method) { { // if (targetFrameTime <= 0) float L_0 = ___2_targetFrameTime; if ((!(((float)L_0) <= ((float)(0.0f))))) { goto IL_000a; } } { // return false; return (bool)0; } IL_000a: { // if (actualFrameTime <= targetFrameTime) float L_1 = ___0_actualFrameTime; float L_2 = ___2_targetFrameTime; if ((!(((float)L_1) <= ((float)L_2)))) { goto IL_0010; } } { // return true; return (bool)1; } IL_0010: { // if (actualFrameTime - targetFrameTime < thresholdFactor * targetFrameTime) float L_3 = ___0_actualFrameTime; float L_4 = ___2_targetFrameTime; float L_5 = ___1_thresholdFactor; float L_6 = ___2_targetFrameTime; if ((!(((float)((float)il2cpp_codegen_subtract(L_3, L_4))) < ((float)((float)il2cpp_codegen_multiply(L_5, L_6)))))) { goto IL_001a; } } { // return true; return (bool)1; } IL_001a: { // return false; return (bool)0; } } // System.Void UnityEngine.AdaptivePerformance.BottleneckUtil::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BottleneckUtil__ctor_m86D17A867A2E7A523AC57662B5475867171B9334 (BottleneckUtil_t49F55B34B48C00C1046CC143ACFEE4D5CB9A86EC* __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 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSpawner_OnEnable_m8BF1F37CA59F26770B2BE07E73F0F26B94B23AF2 (AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_AddComponent_TisAdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D_m2BA8407C175E7094DB448937CA21108F8BF81FA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral976C3054479731D26746BBBA23D08415884BB5F2); s_Il2CppMethodInitialized = true; } AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* V_0 = NULL; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* V_1 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL; { // if (m_ManagerGameObject == null) GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_0 = __this->___m_ManagerGameObject_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_0076; } } { // m_ManagerGameObject = new GameObject("AdaptivePerformanceManager"); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_2 = (GameObject_t76FEDD663AB33C991A9C9A23129337651094216F*)il2cpp_codegen_object_new(GameObject_t76FEDD663AB33C991A9C9A23129337651094216F_il2cpp_TypeInfo_var); NullCheck(L_2); GameObject__ctor_m37D512B05D292F954792225E6C6EEE95293A9B88(L_2, _stringLiteral976C3054479731D26746BBBA23D08415884BB5F2, NULL); __this->___m_ManagerGameObject_4 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ManagerGameObject_4), (void*)L_2); // var ap = m_ManagerGameObject.AddComponent(); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_3 = __this->___m_ManagerGameObject_4; NullCheck(L_3); AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_4; L_4 = GameObject_AddComponent_TisAdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D_m2BA8407C175E7094DB448937CA21108F8BF81FA7(L_3, GameObject_AddComponent_TisAdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D_m2BA8407C175E7094DB448937CA21108F8BF81FA7_RuntimeMethod_var); V_0 = L_4; // if (ap.Indexer == null) AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_5 = V_0; NullCheck(L_5); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_6; L_6 = AdaptivePerformanceManager_get_Indexer_m9A80DF18F44CA4BF5DE7217B1D095086B97481FC_inline(L_5, NULL); if (L_6) { goto IL_003e; } } { // Destroy(m_ManagerGameObject); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_7 = __this->___m_ManagerGameObject_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_Destroy_mE97D0A766419A81296E8D4E5C23D01D3FE91ACBB(L_7, NULL); // return; return; } IL_003e: { // Holder.Instance = ap; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_8 = V_0; Holder_set_Instance_m4B4458F854A16D03AECC2FF94AD80423E1FF163F_inline(L_8, NULL); // InstallScalers(); AdaptivePerformanceManagerSpawner_InstallScalers_mB8453D1309BC83AED71EBF807759877692AF5B37(__this, NULL); // DontDestroyOnLoad(m_ManagerGameObject); GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* L_9 = __this->___m_ManagerGameObject_4; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_9, NULL); // var settings = ap.Settings; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_10 = V_0; NullCheck(L_10); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_11; L_11 = AdaptivePerformanceManager_get_Settings_mD410CC2A8243EBFDC33F37A4C085CBDE1832A898_inline(L_10, NULL); V_1 = L_11; // var scalerProfiles = settings.GetAvailableScalerProfiles(); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_12 = V_1; NullCheck(L_12); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13; L_13 = IAdaptivePerformanceSettings_GetAvailableScalerProfiles_m8C52323F56526234565CCFD22D26F4109C9C3242(L_12, NULL); V_2 = L_13; // if (scalerProfiles.Length <= 0) StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = V_2; NullCheck(L_14); if ((((RuntimeArray*)L_14)->max_length)) { goto IL_0068; } } { // return; return; } IL_0068: { // settings.LoadScalerProfile(scalerProfiles[settings.defaultScalerProfilerIndex]); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_15 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = V_2; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_17 = V_1; NullCheck(L_17); int32_t L_18; L_18 = IAdaptivePerformanceSettings_get_defaultScalerProfilerIndex_mB0572602357F3507BF9558ABD8793951B69CCE4E_inline(L_17, NULL); NullCheck(L_16); int32_t L_19 = L_18; String_t* L_20 = (L_16)->GetAt(static_cast(L_19)); NullCheck(L_15); IAdaptivePerformanceSettings_LoadScalerProfile_mB90E9C680B7985CAA13611C77181D42831BF9BF9(L_15, L_20, NULL); } IL_0076: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner::InstallScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSpawner_InstallScalers_mB8453D1309BC83AED71EBF807759877692AF5B37 (AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t* V_0 = NULL; AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* V_1 = NULL; int32_t V_2 = 0; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_3 = NULL; int32_t V_4 = 0; Type_t* V_5 = NULL; { // Type ti = typeof(AdaptivePerformanceScaler); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); V_0 = L_1; // foreach (Assembly asm in AppDomain.CurrentDomain.GetAssemblies()) AppDomain_tFF7010567CBABAEEA7BB19835234D6485E16AD5F* L_2; L_2 = AppDomain_get_CurrentDomain_m38D86FD149C2C62AD0FAB0159D70ECB13D841667(NULL); NullCheck(L_2); AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* L_3; L_3 = AppDomain_GetAssemblies_m8EE862747CADACB8CC0BDDBD8CA7DAD7BD9D9249(L_2, NULL); V_1 = L_3; V_2 = 0; goto IL_005a; } IL_001a: { // foreach (Assembly asm in AppDomain.CurrentDomain.GetAssemblies()) AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* L_4 = V_1; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; Assembly_t* L_7 = (L_4)->GetAt(static_cast(L_6)); // foreach (Type t in asm.GetTypes()) NullCheck(L_7); TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_8; L_8 = VirtualFuncInvoker0< TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* >::Invoke(19 /* System.Type[] System.Reflection.Assembly::GetTypes() */, L_7); V_3 = L_8; V_4 = 0; goto IL_004f; } IL_0028: { // foreach (Type t in asm.GetTypes()) TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_9 = V_3; int32_t L_10 = V_4; NullCheck(L_9); int32_t L_11 = L_10; Type_t* L_12 = (L_9)->GetAt(static_cast(L_11)); V_5 = L_12; // if (ti.IsAssignableFrom(t) && !t.IsAbstract) Type_t* L_13 = V_0; Type_t* L_14 = V_5; NullCheck(L_13); bool L_15; L_15 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_13, L_14); if (!L_15) { goto IL_0049; } } { Type_t* L_16 = V_5; NullCheck(L_16); bool L_17; L_17 = Type_get_IsAbstract_m16FA83463867635ED9DECAE1C5F6BE96B4579CE5(L_16, NULL); if (L_17) { goto IL_0049; } } { // ScriptableObject.CreateInstance(t); Type_t* L_18 = V_5; ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* L_19; L_19 = ScriptableObject_CreateInstance_mE015043D7EC19654FDFB830A9393B3914FF5FC24(L_18, NULL); } IL_0049: { int32_t L_20 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_004f: { // foreach (Type t in asm.GetTypes()) int32_t L_21 = V_4; TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_22 = V_3; NullCheck(L_22); if ((((int32_t)L_21) < ((int32_t)((int32_t)(((RuntimeArray*)L_22)->max_length))))) { goto IL_0028; } } { int32_t L_23 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_005a: { // foreach (Assembly asm in AppDomain.CurrentDomain.GetAssemblies()) int32_t L_24 = V_2; AssemblyU5BU5D_t97B7B4E3FD4DA4944A4BFAA4DC484EA7D990B339* L_25 = V_1; NullCheck(L_25); if ((((int32_t)L_24) < ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length))))) { goto IL_001a; } } { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSpawner::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSpawner__ctor_mA1BC4FFB8A382491DCAEF5FA4AA9061628ED87EE (AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607* __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 UnityEngine.AdaptivePerformance.AdaptivePerformanceInitializer::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceInitializer_Initialize_mF1C4965CD15BBFD0907EC1F51B0D31482BC772E3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableObject_CreateInstance_TisAdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607_m1336687A4EBCC649895326893CCD6C6FED5DD541_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // ScriptableObject.CreateInstance(); AdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607* L_0; L_0 = ScriptableObject_CreateInstance_TisAdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607_m1336687A4EBCC649895326893CCD6C6FED5DD541(ScriptableObject_CreateInstance_TisAdaptivePerformanceManagerSpawner_t4386E8FB906A3743831295EC7068A414561D0607_m1336687A4EBCC649895326893CCD6C6FED5DD541_RuntimeMethod_var); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_ThermalEvent(UnityEngine.AdaptivePerformance.ThermalEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_ThermalEvent_m0D12D4368CC8C887BB0071918C625581502922A1 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* V_0 = NULL; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* V_1 = NULL; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* V_2 = NULL; { ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_0 = __this->___ThermalEvent_4; V_0 = L_0; } IL_0007: { ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_1 = V_0; V_1 = L_1; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_2 = V_1; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27*)CastclassSealed((RuntimeObject*)L_4, ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27_il2cpp_TypeInfo_var)); ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27** L_5 = (&__this->___ThermalEvent_4); ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_6 = V_2; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_7 = V_1; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_9 = V_0; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_10 = V_1; if ((!(((RuntimeObject*)(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27*)L_9) == ((RuntimeObject*)(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::remove_ThermalEvent(UnityEngine.AdaptivePerformance.ThermalEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_remove_ThermalEvent_m9300CB64F3FB4876D8F70C3352055A9E30583D5F (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* V_0 = NULL; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* V_1 = NULL; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* V_2 = NULL; { ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_0 = __this->___ThermalEvent_4; V_0 = L_0; } IL_0007: { ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_1 = V_0; V_1 = L_1; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_2 = V_1; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27*)CastclassSealed((RuntimeObject*)L_4, ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27_il2cpp_TypeInfo_var)); ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27** L_5 = (&__this->___ThermalEvent_4); ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_6 = V_2; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_7 = V_1; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_9 = V_0; ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_10 = V_1; if ((!(((RuntimeObject*)(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27*)L_9) == ((RuntimeObject*)(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_PerformanceBottleneckChangeEvent(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_PerformanceBottleneckChangeEvent_m5F5F0351682D6280C29F2A52874D68B68B51CA22 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* V_0 = NULL; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* V_1 = NULL; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* V_2 = NULL; { PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_0 = __this->___PerformanceBottleneckChangeEvent_5; V_0 = L_0; } IL_0007: { PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_1 = V_0; V_1 = L_1; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_2 = V_1; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)CastclassSealed((RuntimeObject*)L_4, PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var)); PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61** L_5 = (&__this->___PerformanceBottleneckChangeEvent_5); PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_6 = V_2; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_7 = V_1; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_9 = V_0; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_10 = V_1; if ((!(((RuntimeObject*)(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)L_9) == ((RuntimeObject*)(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::remove_PerformanceBottleneckChangeEvent(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_remove_PerformanceBottleneckChangeEvent_mB3F4F802B9624145D492E9702C6D30AD08784CD2 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* V_0 = NULL; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* V_1 = NULL; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* V_2 = NULL; { PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_0 = __this->___PerformanceBottleneckChangeEvent_5; V_0 = L_0; } IL_0007: { PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_1 = V_0; V_1 = L_1; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_2 = V_1; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)CastclassSealed((RuntimeObject*)L_4, PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var)); PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61** L_5 = (&__this->___PerformanceBottleneckChangeEvent_5); PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_6 = V_2; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_7 = V_1; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_9 = V_0; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_10 = V_1; if ((!(((RuntimeObject*)(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)L_9) == ((RuntimeObject*)(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_PerformanceLevelChangeEvent(UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_PerformanceLevelChangeEvent_mE040D7ADD6BFE8D10692D512F824E9438543DE97 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* V_0 = NULL; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* V_1 = NULL; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* V_2 = NULL; { PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_0 = __this->___PerformanceLevelChangeEvent_6; V_0 = L_0; } IL_0007: { PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_1 = V_0; V_1 = L_1; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_2 = V_1; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B*)CastclassSealed((RuntimeObject*)L_4, PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B_il2cpp_TypeInfo_var)); PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B** L_5 = (&__this->___PerformanceLevelChangeEvent_6); PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_6 = V_2; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_7 = V_1; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_9 = V_0; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_10 = V_1; if ((!(((RuntimeObject*)(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B*)L_9) == ((RuntimeObject*)(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::remove_PerformanceLevelChangeEvent(UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_remove_PerformanceLevelChangeEvent_m47A8D036CF8F6B139828E332D815FDD6ED530D82 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* V_0 = NULL; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* V_1 = NULL; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* V_2 = NULL; { PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_0 = __this->___PerformanceLevelChangeEvent_6; V_0 = L_0; } IL_0007: { PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_1 = V_0; V_1 = L_1; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_2 = V_1; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B*)CastclassSealed((RuntimeObject*)L_4, PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B_il2cpp_TypeInfo_var)); PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B** L_5 = (&__this->___PerformanceLevelChangeEvent_6); PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_6 = V_2; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_7 = V_1; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_9 = V_0; PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_10 = V_1; if ((!(((RuntimeObject*)(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B*)L_9) == ((RuntimeObject*)(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::add_PerformanceBoostChangeEvent(UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_add_PerformanceBoostChangeEvent_m3702663345DDA56DC25293729AECA6384D66CE3B (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* V_0 = NULL; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* V_1 = NULL; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* V_2 = NULL; { PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_0 = __this->___PerformanceBoostChangeEvent_7; V_0 = L_0; } IL_0007: { PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_1 = V_0; V_1 = L_1; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_2 = V_1; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_2, L_3, NULL); V_2 = ((PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68*)CastclassSealed((RuntimeObject*)L_4, PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68_il2cpp_TypeInfo_var)); PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68** L_5 = (&__this->___PerformanceBoostChangeEvent_7); PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_6 = V_2; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_7 = V_1; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_9 = V_0; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_10 = V_1; if ((!(((RuntimeObject*)(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68*)L_9) == ((RuntimeObject*)(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68*)L_10)))) { goto IL_0007; } } { return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::remove_PerformanceBoostChangeEvent(UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_remove_PerformanceBoostChangeEvent_mC3E005541B8FC9E39440F74738161E78012C7C05 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* V_0 = NULL; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* V_1 = NULL; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* V_2 = NULL; { PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_0 = __this->___PerformanceBoostChangeEvent_7; V_0 = L_0; } IL_0007: { PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_1 = V_0; V_1 = L_1; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_2 = V_1; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_3 = ___0_value; Delegate_t* L_4; L_4 = Delegate_Remove_m8B7DD5661308FA972E23CA1CC3FC9CEB355504E3(L_2, L_3, NULL); V_2 = ((PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68*)CastclassSealed((RuntimeObject*)L_4, PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68_il2cpp_TypeInfo_var)); PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68** L_5 = (&__this->___PerformanceBoostChangeEvent_7); PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_6 = V_2; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_7 = V_1; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_8; L_8 = InterlockedCompareExchangeImpl(L_5, L_6, L_7); V_0 = L_8; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_9 = V_0; PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_10 = V_1; if ((!(((RuntimeObject*)(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68*)L_9) == ((RuntimeObject*)(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68*)L_10)))) { goto IL_0007; } } { return; } } // UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_ThermalMetrics() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 AdaptivePerformanceManager_get_ThermalMetrics_m7B8661F35769BBD9D45A892B45175B450E59A87B (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public ThermalMetrics ThermalMetrics { get { return m_ThermalMetrics; } } ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_0 = __this->___m_ThermalMetrics_17; return L_0; } } // UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_PerformanceMetrics() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 AdaptivePerformanceManager_get_PerformanceMetrics_m73DB35AD163DBEA847A1F1201D126F7BE535ED02 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public PerformanceMetrics PerformanceMetrics { get { return m_PerformanceMetrics; } } PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_0 = __this->___m_PerformanceMetrics_18; return L_0; } } // UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_FrameTiming() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 AdaptivePerformanceManager_get_FrameTiming_m6786B2FBF31C5014F7DDBBC80DB856E4CC4C462D (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public FrameTiming FrameTiming { get { return m_FrameTiming; } } FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_0 = __this->___m_FrameTiming_19; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_Logging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_get_Logging_m8C1021F7688BB69145EE95F5B34C6F3562584CE8 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return APLog.enabled; } bool L_0 = ((APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_StaticFields*)il2cpp_codegen_static_fields_for(APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var))->___enabled_0; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_Logging(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_Logging_m24ABF463ED5EBE16B00CF7CAE91497730D1A63EB (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { APLog.enabled = value; } bool L_0 = ___0_value; ((APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_StaticFields*)il2cpp_codegen_static_fields_for(APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var))->___enabled_0 = L_0; // set { APLog.enabled = value; } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_LoggingFrequencyInFrames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_LoggingFrequencyInFrames_m58F2A59ECADB754AACEAF2F3732E87A4955E279C (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public int LoggingFrequencyInFrames { get; set; } int32_t L_0 = __this->___U3CLoggingFrequencyInFramesU3Ek__BackingField_20; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_LoggingFrequencyInFrames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_LoggingFrequencyInFrames_mB80DFAFC7339FCB266B29FA078A0A8635B7965EE (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int LoggingFrequencyInFrames { get; set; } int32_t L_0 = ___0_value; __this->___U3CLoggingFrequencyInFramesU3Ek__BackingField_20 = L_0; return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_Active() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_get_Active_mEFD12F7A46F6A3B4BC6F29E563CA48CB91E93DFE (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public bool Active { get { return m_Subsystem != null; } } AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_0 = __this->___m_Subsystem_8; return (bool)((!(((RuntimeObject*)(AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_MaxCpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_MaxCpuPerformanceLevel_m1A05438CB782D903B699B82819472575CA042B48 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public int MaxCpuPerformanceLevel { get { return m_DevicePerfControl != null ? m_DevicePerfControl.MaxCpuPerformanceLevel : Constants.UnknownPerformanceLevel; } } DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_0 = __this->___m_DevicePerfControl_25; if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_1 = __this->___m_DevicePerfControl_25; NullCheck(L_1); int32_t L_2; L_2 = DevicePerformanceControlImpl_get_MaxCpuPerformanceLevel_m156D40C5839C9033189A4DB1A56813336404F544(L_1, NULL); return L_2; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_MaxGpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_MaxGpuPerformanceLevel_m1F67569A3EFC661CEAF91CC1749769F41024A996 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public int MaxGpuPerformanceLevel { get { return m_DevicePerfControl != null ? m_DevicePerfControl.MaxGpuPerformanceLevel : Constants.UnknownPerformanceLevel; } } DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_0 = __this->___m_DevicePerfControl_25; if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_1 = __this->___m_DevicePerfControl_25; NullCheck(L_1); int32_t L_2; L_2 = DevicePerformanceControlImpl_get_MaxGpuPerformanceLevel_m322CCE77E0DAAA251D9D4774E5A7F54A54711526(L_1, NULL); return L_2; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_AutomaticPerformanceControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_get_AutomaticPerformanceControl_m696F1ED6547E8B80000C0FCBA48BCB9AC1813697 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // get { return m_AutomaticPerformanceControl; } bool L_0 = __this->___m_AutomaticPerformanceControl_21; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_AutomaticPerformanceControl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_AutomaticPerformanceControl_m45C34F20A92B55A6B6E693F4DCE224D331E036EC (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, bool ___0_value, const RuntimeMethod* method) { { // m_AutomaticPerformanceControl = value; bool L_0 = ___0_value; __this->___m_AutomaticPerformanceControl_21 = L_0; // m_AutomaticPerformanceControlChanged = true; __this->___m_AutomaticPerformanceControlChanged_22 = (bool)1; // } return; } } // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_PerformanceControlMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_PerformanceControlMode_m0F1BA6E54865B8EE4781D7E5A4ABBB212994908F (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get { return m_DevicePerfControl != null ? m_DevicePerfControl.PerformanceControlMode : PerformanceControlMode.System; } } DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_0 = __this->___m_DevicePerfControl_25; if (L_0) { goto IL_000a; } } { return (int32_t)(2); } IL_000a: { DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_1 = __this->___m_DevicePerfControl_25; NullCheck(L_1); int32_t L_2; L_2 = DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175_inline(L_1, NULL); return L_2; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_CpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_CpuLevel_mAFB909FB3644DDCB60A843956DE3D129737494C9 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // get { return m_RequestedCpuLevel; } int32_t L_0 = __this->___m_RequestedCpuLevel_10; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_CpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_CpuLevel_m78BD661D3129D549C46C5A438CB674BB7CC9FA7C (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // m_RequestedCpuLevel = value; int32_t L_0 = ___0_value; __this->___m_RequestedCpuLevel_10 = L_0; // m_NewUserPerformanceLevelRequest = true; __this->___m_NewUserPerformanceLevelRequest_12 = (bool)1; // } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_GpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_GpuLevel_mBFB78E972D64E28DCA0CD8257EE6BFE33C35CE8B (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // get { return m_RequestedGpuLevel; } int32_t L_0 = __this->___m_RequestedGpuLevel_11; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_GpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_GpuLevel_m304153A2DD90F3F89332DF6B6A5AE53E54538460 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // m_RequestedGpuLevel = value; int32_t L_0 = ___0_value; __this->___m_RequestedGpuLevel_11 = L_0; // m_NewUserPerformanceLevelRequest = true; __this->___m_NewUserPerformanceLevelRequest_12 = (bool)1; // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_CpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_get_CpuPerformanceBoost_m7ED45FA21219D3115086A6FAD44E443234840378 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // get { return m_RequestedCpuBoost; } bool L_0 = __this->___m_RequestedCpuBoost_13; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_CpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_CpuPerformanceBoost_m2524BAF420A7E1B0F4899AEBA243BB2212FC7480 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, bool ___0_value, const RuntimeMethod* method) { { // m_RequestedCpuBoost = value; bool L_0 = ___0_value; __this->___m_RequestedCpuBoost_13 = L_0; // m_NewUserCpuPerformanceBoostRequest = true; __this->___m_NewUserCpuPerformanceBoostRequest_15 = (bool)1; // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_GpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_get_GpuPerformanceBoost_mA69F66F5B8EB940D9348873015BA4DE8733D877E (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // get { return m_RequestedGpuBoost; } bool L_0 = __this->___m_RequestedGpuBoost_14; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_GpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_GpuPerformanceBoost_m90F909E2B62602008B824EECF337FDBE0D6EB9CA (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, bool ___0_value, const RuntimeMethod* method) { { // m_RequestedGpuBoost = value; bool L_0 = ___0_value; __this->___m_RequestedGpuBoost_14 = L_0; // m_NewUserGpuPerformanceBoostRequest = true; __this->___m_NewUserGpuPerformanceBoostRequest_16 = (bool)1; // } return; } } // UnityEngine.AdaptivePerformance.IDevelopmentSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_DevelopmentSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_get_DevelopmentSettings_mE7EDCBF00564CF136631FE05F1DDB9EE375BED4C (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public IDevelopmentSettings DevelopmentSettings { get { return this; } } return __this; } } // UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_ThermalStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_get_ThermalStatus_m3CECF68B0CF7C916B66949AAF90BF8DEF7A5D8C8 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public IThermalStatus ThermalStatus { get { return this; } } return __this; } } // UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_PerformanceStatus() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_get_PerformanceStatus_m103585B6E7676019C21CCB14FC79083C7E507E52 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public IPerformanceStatus PerformanceStatus { get { return this; } } return __this; } } // UnityEngine.AdaptivePerformance.IDevicePerformanceControl UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_DevicePerformanceControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_get_DevicePerformanceControl_mEFCDD5F8695460EA6AA959C5AC6B5B7125F50234 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public IDevicePerformanceControl DevicePerformanceControl { get { return this; } } return __this; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_Indexer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* AdaptivePerformanceManager_get_Indexer_m9A80DF18F44CA4BF5DE7217B1D095086B97481FC (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public AdaptivePerformanceIndexer Indexer { get; private set; } AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_0 = __this->___U3CIndexerU3Ek__BackingField_23; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_Indexer(UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_Indexer_m76A727AC7FC3420DE8921FE30B2263C46043149C (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* ___0_value, const RuntimeMethod* method) { { // public AdaptivePerformanceIndexer Indexer { get; private set; } AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_0 = ___0_value; __this->___U3CIndexerU3Ek__BackingField_23 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIndexerU3Ek__BackingField_23), (void*)L_0); return; } } // UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* AdaptivePerformanceManager_get_Settings_mD410CC2A8243EBFDC33F37A4C085CBDE1832A898 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public IAdaptivePerformanceSettings Settings { get { return m_Settings; } private set { m_Settings = value; } } IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = __this->___m_Settings_24; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::set_Settings(UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_Settings_m4BBD1EB5A902C43D89EB1C7638443807958B7B35 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* ___0_value, const RuntimeMethod* method) { { // public IAdaptivePerformanceSettings Settings { get { return m_Settings; } private set { m_Settings = value; } } IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ___0_value; __this->___m_Settings_24 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings_24), (void*)L_0); // public IAdaptivePerformanceSettings Settings { get { return m_Settings; } private set { m_Settings = value; } } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::SupportedFeature(UnityEngine.AdaptivePerformance.Provider.Feature) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_SupportedFeature_mEB476F25CFAEEDAE3B3B4C3A302D789913730DAE (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, int32_t ___0_feature, const RuntimeMethod* method) { { // return m_Subsystem != null ? m_Subsystem.Capabilities.HasFlag(feature) : false; AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_0 = __this->___m_Subsystem_8; if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_1 = __this->___m_Subsystem_8; NullCheck(L_1); int32_t L_2; L_2 = AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline(L_1, NULL); int32_t L_3 = L_2; int32_t L_4 = ___0_feature; int32_t L_5 = L_4; bool L_6 = il2cpp_codegen_enum_has_flag(L_3, L_5); return L_6; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_Awake_mFCBD670F50B3CD628A45244EB838FBB717B190B7 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManager_U3CAwakeU3Eb__86_0_m446830414529745F83DDA16B3F96424B170AAD58_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManager_U3CAwakeU3Eb__86_1_m4563C8CA4DBCF402EC42A44178D5B7971B89D5F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManager_U3CAwakeU3Eb__86_2_mD3E57DCB4C8BC6EC83CD5AA63504506F0246C699_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManager_U3CAwakeU3Eb__86_3_m6AFF788EE5345618071FBF0B81EAD4D71F1E9FA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* V_0 = NULL; AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* V_1 = NULL; { // APLog.enabled = true; ((APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_StaticFields*)il2cpp_codegen_static_fields_for(APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var))->___enabled_0 = (bool)1; // if (AdaptivePerformanceGeneralSettings.Instance == null) il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0; L_0 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); 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_0014; } } { // return; return; } IL_0014: { // if (!AdaptivePerformanceGeneralSettings.Instance.InitManagerOnStart) il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_2; L_2 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); NullCheck(L_2); bool L_3; L_3 = AdaptivePerformanceGeneralSettings_get_InitManagerOnStart_mBE189650CDF3367491ECFC4F7E6AFE9E2AEA4CB9_inline(L_2, NULL); if (L_3) { goto IL_0021; } } { // return; return; } IL_0021: { // var activeLoader = AdaptivePerformanceGeneralSettings.Instance.Manager.ActiveLoaderAs(); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_4; L_4 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); NullCheck(L_4); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_5; L_5 = AdaptivePerformanceGeneralSettings_get_Manager_mDAE083CC0FAA4D35601D427F634CA2B856177594_inline(L_4, NULL); NullCheck(L_5); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_6; L_6 = AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916(L_5, AdaptivePerformanceManagerSettings_ActiveLoaderAs_TisAdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E_mE3596E2C9D1C1D2312BE1D8CF84E2726322CF916_RuntimeMethod_var); V_0 = L_6; // if (activeLoader == null) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_7, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_8) { goto IL_003b; } } { // return; return; } IL_003b: { // m_Settings = activeLoader.GetSettings(); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_9 = V_0; NullCheck(L_9); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_10; L_10 = VirtualFuncInvoker0< IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* >::Invoke(10 /* UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::GetSettings() */, L_9); __this->___m_Settings_24 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings_24), (void*)L_10); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_11 = __this->___m_Settings_24; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_12; L_12 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_11, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_12) { goto IL_0056; } } { // return; return; } IL_0056: { // AutomaticPerformanceControl = m_Settings.automaticPerformanceMode; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_13 = __this->___m_Settings_24; NullCheck(L_13); bool L_14; L_14 = IAdaptivePerformanceSettings_get_automaticPerformanceMode_m51B5634FEB7E01814D62A2B27A444A477D8A1469_inline(L_13, NULL); AdaptivePerformanceManager_set_AutomaticPerformanceControl_m45C34F20A92B55A6B6E693F4DCE224D331E036EC(__this, L_14, NULL); // LoggingFrequencyInFrames = m_Settings.statsLoggingFrequencyInFrames; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_15 = __this->___m_Settings_24; NullCheck(L_15); int32_t L_16; L_16 = IAdaptivePerformanceSettings_get_statsLoggingFrequencyInFrames_m6C987101463434ACA13DAE06388EEBA812B645D0_inline(L_15, NULL); AdaptivePerformanceManager_set_LoggingFrequencyInFrames_mB80DFAFC7339FCB266B29FA078A0A8635B7965EE_inline(__this, L_16, NULL); // APLog.enabled = m_Settings.logging; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_17 = __this->___m_Settings_24; NullCheck(L_17); bool L_18; L_18 = IAdaptivePerformanceSettings_get_logging_mB0CC800270863EFBDC55AD11224ECB542CEC862D_inline(L_17, NULL); ((APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_StaticFields*)il2cpp_codegen_static_fields_for(APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var))->___enabled_0 = L_18; // if (m_Subsystem == null) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_19 = __this->___m_Subsystem_8; if (L_19) { goto IL_00b7; } } { // var subsystem = (Provider.AdaptivePerformanceSubsystem)activeLoader.GetDefaultSubsystem(); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_20 = V_0; NullCheck(L_20); RuntimeObject* L_21; L_21 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(9 /* UnityEngine.ISubsystem UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::GetDefaultSubsystem() */, L_20); V_1 = ((AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23*)CastclassClass((RuntimeObject*)L_21, AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23_il2cpp_TypeInfo_var)); // if (subsystem != null) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_22 = V_1; if (!L_22) { goto IL_00b7; } } { // if (subsystem.initialized) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_23 = V_1; NullCheck(L_23); bool L_24; L_24 = AdaptivePerformanceSubsystemBase_get_initialized_mD8CA1B7504E7C565ADE1B49E8DB08232A66FA631_inline(L_23, NULL); if (!L_24) { goto IL_00b0; } } { // m_Subsystem = subsystem; AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_25 = V_1; __this->___m_Subsystem_8 = L_25; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Subsystem_8), (void*)L_25); goto IL_00b7; } IL_00b0: { // subsystem.Destroy(); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_26 = V_1; NullCheck(L_26); Subsystem_Destroy_m0CE70A94D9CAD2E4B2528CFE5D9C874FD5BC4759(L_26, NULL); // return; return; } IL_00b7: { // if (m_Subsystem != null) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_27 = __this->___m_Subsystem_8; if (!L_27) { goto IL_02ab; } } { // m_UseProviderOverallFrameTime = m_Subsystem.Capabilities.HasFlag(Provider.Feature.OverallFrameTime); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_28 = __this->___m_Subsystem_8; NullCheck(L_28); int32_t L_29; L_29 = AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline(L_28, NULL); int32_t L_30 = L_29; int32_t L_31 = ((int32_t)256); bool L_32 = il2cpp_codegen_enum_has_flag((int32_t)L_30, (int32_t)L_31); __this->___m_UseProviderOverallFrameTime_31 = L_32; // m_DevicePerfControl = new DevicePerformanceControlImpl(m_Subsystem.PerformanceLevelControl); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_33 = __this->___m_Subsystem_8; NullCheck(L_33); RuntimeObject* L_34; L_34 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(13 /* UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_PerformanceLevelControl() */, L_33); DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_35 = (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D*)il2cpp_codegen_object_new(DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D_il2cpp_TypeInfo_var); NullCheck(L_35); DevicePerformanceControlImpl__ctor_mA2CFE5A4EC12050C7D4BA19D63F314A079155283(L_35, L_34, NULL); __this->___m_DevicePerfControl_25 = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DevicePerfControl_25), (void*)L_35); // m_AutoPerformanceLevelController = new AutoPerformanceLevelController(m_DevicePerfControl, PerformanceStatus, ThermalStatus); DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_36 = __this->___m_DevicePerfControl_25; RuntimeObject* L_37; L_37 = AdaptivePerformanceManager_get_PerformanceStatus_m103585B6E7676019C21CCB14FC79083C7E507E52(__this, NULL); RuntimeObject* L_38; L_38 = AdaptivePerformanceManager_get_ThermalStatus_m3CECF68B0CF7C916B66949AAF90BF8DEF7A5D8C8(__this, NULL); AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* L_39 = (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE*)il2cpp_codegen_object_new(AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE_il2cpp_TypeInfo_var); NullCheck(L_39); AutoPerformanceLevelController__ctor_mDAC721DEE71D0F09E5B93BEDDEECD7C986E4D5A8(L_39, L_36, L_37, L_38, NULL); __this->___m_AutoPerformanceLevelController_26 = L_39; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AutoPerformanceLevelController_26), (void*)L_39); // m_AppLifecycle = m_Subsystem.ApplicationLifecycle; AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_40 = __this->___m_Subsystem_8; NullCheck(L_40); RuntimeObject* L_41; L_41 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(12 /* UnityEngine.AdaptivePerformance.Provider.IApplicationLifecycle UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_ApplicationLifecycle() */, L_40); __this->___m_AppLifecycle_29 = L_41; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AppLifecycle_29), (void*)L_41); // if (!m_Subsystem.Capabilities.HasFlag(Provider.Feature.CpuFrameTime)) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_42 = __this->___m_Subsystem_8; NullCheck(L_42); int32_t L_43; L_43 = AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline(L_42, NULL); int32_t L_44 = L_43; int32_t L_45 = ((int32_t)128); bool L_46 = il2cpp_codegen_enum_has_flag((int32_t)L_44, (int32_t)L_45); if (L_46) { goto IL_0164; } } { // m_CpuFrameTimeProvider = new CpuTimeProvider(); CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_47 = (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB*)il2cpp_codegen_object_new(CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB_il2cpp_TypeInfo_var); NullCheck(L_47); CpuTimeProvider__ctor_m94C3042515AC2F6FE8B097E5E63FADBB36F44AFF(L_47, NULL); __this->___m_CpuFrameTimeProvider_27 = L_47; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CpuFrameTimeProvider_27), (void*)L_47); // StartCoroutine(InvokeEndOfFrame()); RuntimeObject* L_48; L_48 = AdaptivePerformanceManager_InvokeEndOfFrame_m7061A121ECC7AB9CF8F586F7F79F52DA3BC4F44A(__this, NULL); Coroutine_t85EA685566A254C23F3FD77AB5BDFFFF8799596B* L_49; L_49 = MonoBehaviour_StartCoroutine_m4CAFF732AA28CD3BDC5363B44A863575530EC812(__this, L_48, NULL); } IL_0164: { // if (!m_Subsystem.Capabilities.HasFlag(Provider.Feature.GpuFrameTime)) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_50 = __this->___m_Subsystem_8; NullCheck(L_50); int32_t L_51; L_51 = AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline(L_50, NULL); int32_t L_52 = L_51; int32_t L_53 = ((int32_t)64); bool L_54 = il2cpp_codegen_enum_has_flag((int32_t)L_52, (int32_t)L_53); if (L_54) { goto IL_018d; } } { // m_GpuFrameTimeProvider = new GpuTimeProvider(); GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* L_55 = (GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD*)il2cpp_codegen_object_new(GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD_il2cpp_TypeInfo_var); NullCheck(L_55); GpuTimeProvider__ctor_mC70CC7AF14A9C21F109648C79FFCC0F1D7C3500E(L_55, NULL); __this->___m_GpuFrameTimeProvider_28 = L_55; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GpuFrameTimeProvider_28), (void*)L_55); } IL_018d: { // m_TemperatureTrend = new TemperatureTrend(m_Subsystem.Capabilities.HasFlag(Provider.Feature.TemperatureTrend)); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_56 = __this->___m_Subsystem_8; NullCheck(L_56); int32_t L_57; L_57 = AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline(L_56, NULL); int32_t L_58 = L_57; int32_t L_59 = 4; bool L_60 = il2cpp_codegen_enum_has_flag((int32_t)L_58, (int32_t)L_59); TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* L_61 = (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894*)il2cpp_codegen_object_new(TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894_il2cpp_TypeInfo_var); NullCheck(L_61); TemperatureTrend__ctor_m8AEF80CA8FEE118501367E7B449EF7C602A65F47(L_61, L_60, NULL); __this->___m_TemperatureTrend_30 = L_61; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TemperatureTrend_30), (void*)L_61); // if (m_RequestedCpuLevel == Constants.UnknownPerformanceLevel) int32_t L_62 = __this->___m_RequestedCpuLevel_10; if ((!(((uint32_t)L_62) == ((uint32_t)(-1))))) { goto IL_01cd; } } { // m_RequestedCpuLevel = m_DevicePerfControl.MaxCpuPerformanceLevel; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_63 = __this->___m_DevicePerfControl_25; NullCheck(L_63); int32_t L_64; L_64 = DevicePerformanceControlImpl_get_MaxCpuPerformanceLevel_m156D40C5839C9033189A4DB1A56813336404F544(L_63, NULL); __this->___m_RequestedCpuLevel_10 = L_64; } IL_01cd: { // if (m_RequestedGpuLevel == Constants.UnknownPerformanceLevel) int32_t L_65 = __this->___m_RequestedGpuLevel_11; if ((!(((uint32_t)L_65) == ((uint32_t)(-1))))) { goto IL_01e7; } } { // m_RequestedGpuLevel = m_DevicePerfControl.MaxGpuPerformanceLevel; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_66 = __this->___m_DevicePerfControl_25; NullCheck(L_66); int32_t L_67; L_67 = DevicePerformanceControlImpl_get_MaxGpuPerformanceLevel_m322CCE77E0DAAA251D9D4774E5A7F54A54711526(L_66, NULL); __this->___m_RequestedGpuLevel_11 = L_67; } IL_01e7: { // m_NewUserPerformanceLevelRequest = true; __this->___m_NewUserPerformanceLevelRequest_12 = (bool)1; // if (m_Subsystem.PerformanceLevelControl == null) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_68 = __this->___m_Subsystem_8; NullCheck(L_68); RuntimeObject* L_69; L_69 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(13 /* UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_PerformanceLevelControl() */, L_68); if (L_69) { goto IL_0209; } } { // m_DevicePerfControl.PerformanceControlMode = PerformanceControlMode.System; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_70 = __this->___m_DevicePerfControl_25; NullCheck(L_70); DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline(L_70, 2, NULL); goto IL_022b; } IL_0209: { // else if (AutomaticPerformanceControl) bool L_71; L_71 = AdaptivePerformanceManager_get_AutomaticPerformanceControl_m696F1ED6547E8B80000C0FCBA48BCB9AC1813697_inline(__this, NULL); if (!L_71) { goto IL_021f; } } { // m_DevicePerfControl.PerformanceControlMode = PerformanceControlMode.Automatic; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_72 = __this->___m_DevicePerfControl_25; NullCheck(L_72); DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline(L_72, 0, NULL); goto IL_022b; } IL_021f: { // m_DevicePerfControl.PerformanceControlMode = PerformanceControlMode.Manual; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_73 = __this->___m_DevicePerfControl_25; NullCheck(L_73); DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline(L_73, 1, NULL); } IL_022b: { // ThermalEvent += (ThermalMetrics thermalMetrics) => LogThermalEvent(thermalMetrics); ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_74 = (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27*)il2cpp_codegen_object_new(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27_il2cpp_TypeInfo_var); NullCheck(L_74); ThermalEventHandler__ctor_m27CFED2A329B29C895A99E14BBD22E76ABDA80D6(L_74, __this, (intptr_t)((void*)AdaptivePerformanceManager_U3CAwakeU3Eb__86_0_m446830414529745F83DDA16B3F96424B170AAD58_RuntimeMethod_var), NULL); AdaptivePerformanceManager_add_ThermalEvent_m0D12D4368CC8C887BB0071918C625581502922A1(__this, L_74, NULL); // PerformanceBottleneckChangeEvent += (PerformanceBottleneckChangeEventArgs ev) => LogBottleneckEvent(ev); PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_75 = (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)il2cpp_codegen_object_new(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var); NullCheck(L_75); PerformanceBottleneckChangeHandler__ctor_m3A5E803EF4F1B326E5792A4CE5DC88FB1876305D(L_75, __this, (intptr_t)((void*)AdaptivePerformanceManager_U3CAwakeU3Eb__86_1_m4563C8CA4DBCF402EC42A44178D5B7971B89D5F1_RuntimeMethod_var), NULL); AdaptivePerformanceManager_add_PerformanceBottleneckChangeEvent_m5F5F0351682D6280C29F2A52874D68B68B51CA22(__this, L_75, NULL); // PerformanceLevelChangeEvent += (PerformanceLevelChangeEventArgs ev) => LogPerformanceLevelEvent(ev); PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_76 = (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B*)il2cpp_codegen_object_new(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B_il2cpp_TypeInfo_var); NullCheck(L_76); PerformanceLevelChangeHandler__ctor_m5DD61E1980937C4A69EF65CF9F06615441C92536(L_76, __this, (intptr_t)((void*)AdaptivePerformanceManager_U3CAwakeU3Eb__86_2_mD3E57DCB4C8BC6EC83CD5AA63504506F0246C699_RuntimeMethod_var), NULL); AdaptivePerformanceManager_add_PerformanceLevelChangeEvent_mE040D7ADD6BFE8D10692D512F824E9438543DE97(__this, L_76, NULL); // if (m_Subsystem.Capabilities.HasFlag(Provider.Feature.CpuPerformanceBoost)) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_77 = __this->___m_Subsystem_8; NullCheck(L_77); int32_t L_78; L_78 = AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline(L_77, NULL); int32_t L_79 = L_78; int32_t L_80 = ((int32_t)512); bool L_81 = il2cpp_codegen_enum_has_flag((int32_t)L_79, (int32_t)L_80); if (!L_81) { goto IL_0294; } } { // PerformanceBoostChangeEvent += (PerformanceBoostChangeEventArgs ev) => LogBoostEvent(ev); PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_82 = (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68*)il2cpp_codegen_object_new(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68_il2cpp_TypeInfo_var); NullCheck(L_82); PerformanceBoostChangeHandler__ctor_mC68B1563B584520F2CC441AF57E80E31A43C5C23(L_82, __this, (intptr_t)((void*)AdaptivePerformanceManager_U3CAwakeU3Eb__86_3_m6AFF788EE5345618071FBF0B81EAD4D71F1E9FA7_RuntimeMethod_var), NULL); AdaptivePerformanceManager_add_PerformanceBoostChangeEvent_m3702663345DDA56DC25293729AECA6384D66CE3B(__this, L_82, NULL); } IL_0294: { // Indexer = new AdaptivePerformanceIndexer(ref m_Settings); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8** L_83 = (&__this->___m_Settings_24); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_84 = (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73*)il2cpp_codegen_object_new(AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73_il2cpp_TypeInfo_var); NullCheck(L_84); AdaptivePerformanceIndexer__ctor_mE40955A70324057EC5AB10A1DD25386EBF4D0DE6(L_84, L_83, NULL); AdaptivePerformanceManager_set_Indexer_m76A727AC7FC3420DE8921FE30B2263C46043149C_inline(__this, L_84, NULL); // UpdateSubsystem(); AdaptivePerformanceManager_UpdateSubsystem_mBCB007657D1FEA4F3F634CBCF1943B44FD807F11(__this, NULL); } IL_02ab: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogThermalEvent(UnityEngine.AdaptivePerformance.ThermalMetrics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogThermalEvent_mAFFF05BF3C940A81F02312397C37964B3B2D24D8 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_ev, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_Trigger_TisWarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_m1B049118978BAAEC0F3B16060F213B6254C46307_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68977CD98A99C90E071EAF5D6C5DF98D7673E8B2); s_Il2CppMethodInitialized = true; } { // EventBus.Trigger(VisualScripting.AdaptivePerformanceEventHooks.OnThermalEvent, ev.WarningLevel); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; L_0 = EventHook_op_Implicit_m93EAC8789A8E846D55B193CB46237A48C54693FA(_stringLiteral68977CD98A99C90E071EAF5D6C5DF98D7673E8B2, NULL); int32_t L_1; L_1 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&___0_ev), NULL); il2cpp_codegen_runtime_class_init_inline(EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); EventBus_Trigger_TisWarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_m1B049118978BAAEC0F3B16060F213B6254C46307(L_0, L_1, EventBus_Trigger_TisWarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_m1B049118978BAAEC0F3B16060F213B6254C46307_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogBottleneckEvent(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogBottleneckEvent_m7D6DAE86B3C4C4847D60B6BD1579F4927BA63C4A (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_ev, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_Trigger_TisPerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_m8D03905D893D98EFDB1698B8E2DC3A826F684AA6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BBE98B931C5029FDB1B93355C87795C8B508B12); s_Il2CppMethodInitialized = true; } { // EventBus.Trigger(VisualScripting.AdaptivePerformanceEventHooks.OnBottleneckEvent, ev.PerformanceBottleneck); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; L_0 = EventHook_op_Implicit_m93EAC8789A8E846D55B193CB46237A48C54693FA(_stringLiteral5BBE98B931C5029FDB1B93355C87795C8B508B12, NULL); int32_t L_1; L_1 = PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2_inline((&___0_ev), NULL); il2cpp_codegen_runtime_class_init_inline(EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); EventBus_Trigger_TisPerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_m8D03905D893D98EFDB1698B8E2DC3A826F684AA6(L_0, L_1, EventBus_Trigger_TisPerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_m8D03905D893D98EFDB1698B8E2DC3A826F684AA6_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogBoostEvent(UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogBoostEvent_m7F2081F85D9D2D41EB900AE0EA8E4A871A7BDC14 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_ev, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_Trigger_TisPerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_m45AB12E447C2F40CDF999EDB2890D53F0E354352_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFEF2EC068AE7601A5A37B9A09E0B8565435029B); s_Il2CppMethodInitialized = true; } { // EventBus.Trigger(VisualScripting.AdaptivePerformanceEventHooks.OnBoostEvent, ev); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; L_0 = EventHook_op_Implicit_m93EAC8789A8E846D55B193CB46237A48C54693FA(_stringLiteralAFEF2EC068AE7601A5A37B9A09E0B8565435029B, NULL); PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 L_1 = ___0_ev; il2cpp_codegen_runtime_class_init_inline(EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); EventBus_Trigger_TisPerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_m45AB12E447C2F40CDF999EDB2890D53F0E354352(L_0, L_1, EventBus_Trigger_TisPerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_m45AB12E447C2F40CDF999EDB2890D53F0E354352_RuntimeMethod_var); // } return; } } // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::ToStringWithSign(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceManager_ToStringWithSign_mC78C4C3C91190D8AC1826C19A4065B178918F63C (int32_t ___0_x, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F24DB6E835575CF9713442B4458223E4CE99BA7); s_Il2CppMethodInitialized = true; } { // return x.ToString("+#;-#;0"); String_t* L_0; L_0 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9((&___0_x), _stringLiteral2F24DB6E835575CF9713442B4458223E4CE99BA7, NULL); return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LogPerformanceLevelEvent(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LogPerformanceLevelEvent_m528EBC73C0D87B7F484337679FDBC61201E82FAC (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_ev, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_Trigger_TisPerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_mBF2DC3DD720A945058B9CD910DC77443B579D79D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA56E0D1F247ACBD314CCE7C0E51144FCB0908AA7); s_Il2CppMethodInitialized = true; } { // EventBus.Trigger(VisualScripting.AdaptivePerformanceEventHooks.OnPerformanceLevelEvent, ev); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; L_0 = EventHook_op_Implicit_m93EAC8789A8E846D55B193CB46237A48C54693FA(_stringLiteralA56E0D1F247ACBD314CCE7C0E51144FCB0908AA7, NULL); PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 L_1 = ___0_ev; il2cpp_codegen_runtime_class_init_inline(EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); EventBus_Trigger_TisPerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_mBF2DC3DD720A945058B9CD910DC77443B579D79D(L_0, L_1, EventBus_Trigger_TisPerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_mBF2DC3DD720A945058B9CD910DC77443B579D79D_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::AddNonNegativeValue(UnityEngine.AdaptivePerformance.RunningAverage,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_AddNonNegativeValue_m1334021A433483D845D33F750B831157D8243ED4 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* ___0_runningAverage, float ___1_value, const RuntimeMethod* method) { { // if (value >= 0.0f && value < 1.0f) // don't add frames that took longer than 1s float L_0 = ___1_value; if ((!(((float)L_0) >= ((float)(0.0f))))) { goto IL_0017; } } { float L_1 = ___1_value; if ((!(((float)L_1) < ((float)(1.0f))))) { goto IL_0017; } } { // runningAverage.AddValue(value); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_2 = ___0_runningAverage; float L_3 = ___1_value; NullCheck(L_2); RunningAverage_AddValue_mEECEDEB7101DEC74E653771B98F55D4859363FE4(L_2, L_3, NULL); } IL_0017: { // } return; } } // System.Collections.IEnumerator UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::InvokeEndOfFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManager_InvokeEndOfFrame_m7061A121ECC7AB9CF8F586F7F79F52DA3BC4F44A (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* L_0 = (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175*)il2cpp_codegen_object_new(U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175_il2cpp_TypeInfo_var); NullCheck(L_0); U3CInvokeEndOfFrameU3Ed__94__ctor_m1D9CDF8CB9B47504B6EDC5EF82D96D30FF3F3ACA(L_0, 0, NULL); U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* 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 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_LateUpdate_mBB449F74D5E2B6ACA8F1BF53E94BF2E52F2E5EF7 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // if (m_CpuFrameTimeProvider != null || m_GpuFrameTimeProvider != null) CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_0 = __this->___m_CpuFrameTimeProvider_27; if (L_0) { goto IL_0010; } } { GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* L_1 = __this->___m_GpuFrameTimeProvider_28; if (!L_1) { goto IL_003d; } } IL_0010: { // if (WillCurrentFrameRender()) bool L_2; L_2 = AdaptivePerformanceManager_WillCurrentFrameRender_mAAE2EFE1C11DC008BE2120F0D529A41A20416618(NULL); if (!L_2) { goto IL_003d; } } { // if (m_CpuFrameTimeProvider != null) CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_3 = __this->___m_CpuFrameTimeProvider_27; if (!L_3) { goto IL_002a; } } { // m_CpuFrameTimeProvider.LateUpdate(); CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_4 = __this->___m_CpuFrameTimeProvider_27; NullCheck(L_4); CpuTimeProvider_LateUpdate_mD5A7C32AD9B5A4A3F36C5FF356F53B23548D6189(L_4, NULL); } IL_002a: { // if (m_GpuFrameTimeProvider != null) GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* L_5 = __this->___m_GpuFrameTimeProvider_28; if (!L_5) { goto IL_003d; } } { // m_GpuFrameTimeProvider.Measure(); GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* L_6 = __this->___m_GpuFrameTimeProvider_28; NullCheck(L_6); GpuTimeProvider_Measure_mB50432B32BFE4EAF020C0F76D318137A0166F289(L_6, NULL); } IL_003d: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_Update_m7845682843CF771B3C6CA50EBD6F2F7C0C1683AC (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_Subsystem == null) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_0 = __this->___m_Subsystem_8; if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // UpdateSubsystem(); AdaptivePerformanceManager_UpdateSubsystem_mBCB007657D1FEA4F3F634CBCF1943B44FD807F11(__this, NULL); // Indexer.Update(); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_1; L_1 = AdaptivePerformanceManager_get_Indexer_m9A80DF18F44CA4BF5DE7217B1D095086B97481FC_inline(__this, NULL); NullCheck(L_1); AdaptivePerformanceIndexer_Update_m3CEF422B17818763878C1363E00A15A311EB5F76(L_1, NULL); // if (Profiler.enabled) bool L_2; L_2 = Profiler_get_enabled_mEDFF5039F8E763A1B7700FAB358F9DC986370628(NULL); if (!L_2) { goto IL_0027; } } { // CollectProfilerStats(); AdaptivePerformanceManager_CollectProfilerStats_mD691EDB5DDC0BF43E27038EE74629134122C6267(__this, NULL); } IL_0027: { // if (APLog.enabled && LoggingFrequencyInFrames > 0) bool L_3 = ((APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_StaticFields*)il2cpp_codegen_static_fields_for(APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var))->___enabled_0; if (!L_3) { goto IL_0053; } } { int32_t L_4; L_4 = AdaptivePerformanceManager_get_LoggingFrequencyInFrames_m58F2A59ECADB754AACEAF2F3732E87A4955E279C_inline(__this, NULL); if ((((int32_t)L_4) <= ((int32_t)0))) { goto IL_0053; } } { // m_FrameCount++; int32_t L_5 = __this->___m_FrameCount_33; __this->___m_FrameCount_33 = ((int32_t)il2cpp_codegen_add(L_5, 1)); // if (m_FrameCount % LoggingFrequencyInFrames == 0) int32_t L_6 = __this->___m_FrameCount_33; int32_t L_7; L_7 = AdaptivePerformanceManager_get_LoggingFrequencyInFrames_m58F2A59ECADB754AACEAF2F3732E87A4955E279C_inline(__this, NULL); } IL_0053: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::CollectProfilerStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_CollectProfilerStats_mD691EDB5DDC0BF43E27038EE74629134122C6267 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::AccumulateTimingValue(System.Single&,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_AccumulateTimingValue_m2FDD9013616725ADA7B521DFAE07AE537E86F46A (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, float* ___0_accu, float ___1_newValue, const RuntimeMethod* method) { { // if (accu < 0.0f) float* L_0 = ___0_accu; float L_1 = *((float*)L_0); if ((!(((float)L_1) < ((float)(0.0f))))) { goto IL_000a; } } { // return; // already invalid return; } IL_000a: { // if (newValue >= 0.0f) float L_2 = ___1_newValue; if ((!(((float)L_2) >= ((float)(0.0f))))) { goto IL_0019; } } { // accu += newValue; float* L_3 = ___0_accu; float* L_4 = ___0_accu; float L_5 = *((float*)L_4); float L_6 = ___1_newValue; *((float*)L_3) = (float)((float)il2cpp_codegen_add(L_5, L_6)); return; } IL_0019: { // accu = -1.0f; // set invalid float* L_7 = ___0_accu; *((float*)L_7) = (float)(-1.0f); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::UpdateSubsystem() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_UpdateSubsystem_mBCB007657D1FEA4F3F634CBCF1943B44FD807F11 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83 V_0; memset((&V_0), 0, sizeof(V_0)); float V_1 = 0.0f; float V_2 = 0.0f; bool V_3 = false; bool V_4 = false; PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 V_5; memset((&V_5), 0, sizeof(V_5)); PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 V_6; memset((&V_6), 0, sizeof(V_6)); PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 V_7; memset((&V_7), 0, sizeof(V_7)); int32_t V_8 = 0; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B6_0 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B6_1 = NULL; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B5_0 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B5_1 = NULL; float G_B7_0 = 0.0f; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B7_1 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B7_2 = NULL; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B9_0 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B9_1 = NULL; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B8_0 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B8_1 = NULL; float G_B10_0 = 0.0f; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B10_1 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B10_2 = NULL; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B12_0 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B12_1 = NULL; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B11_0 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B11_1 = NULL; float G_B13_0 = 0.0f; RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* G_B13_1 = NULL; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* G_B13_2 = NULL; int32_t G_B29_0 = 0; int32_t G_B52_0 = 0; int32_t G_B55_0 = 0; int32_t G_B53_0 = 0; int32_t G_B54_0 = 0; int32_t G_B58_0 = 0; int32_t G_B56_0 = 0; int32_t G_B57_0 = 0; int32_t G_B61_0 = 0; int32_t G_B59_0 = 0; int32_t G_B60_0 = 0; int32_t G_B64_0 = 0; int32_t G_B62_0 = 0; int32_t G_B63_0 = 0; int32_t G_B67_0 = 0; int32_t G_B65_0 = 0; int32_t G_B66_0 = 0; int32_t G_B69_0 = 0; int32_t G_B68_0 = 0; int32_t G_B71_0 = 0; int32_t G_B70_0 = 0; int32_t G_B73_0 = 0; int32_t G_B72_0 = 0; { // Provider.PerformanceDataRecord updateResult = m_Subsystem.Update(); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_0 = __this->___m_Subsystem_8; NullCheck(L_0); PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83 L_1; L_1 = VirtualFuncInvoker0< PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83 >::Invoke(11 /* UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::Update() */, L_0); V_0 = L_1; // m_ThermalMetrics.WarningLevel = updateResult.WarningLevel; ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* L_2 = (&__this->___m_ThermalMetrics_17); int32_t L_3; L_3 = PerformanceDataRecord_get_WarningLevel_m0C061FD490DF445A1D1347DBC5F798B206B5DB35_inline((&V_0), NULL); ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF_inline(L_2, L_3, NULL); // m_ThermalMetrics.TemperatureLevel = updateResult.TemperatureLevel; ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* L_4 = (&__this->___m_ThermalMetrics_17); float L_5; L_5 = PerformanceDataRecord_get_TemperatureLevel_mF48F6ECD619E7DD65811410891B4AB7B9B218865_inline((&V_0), NULL); ThermalMetrics_set_TemperatureLevel_m8715ECBCFEE9B5331F84EEF35486B4DD579A5037_inline(L_4, L_5, NULL); // if (!m_JustResumed) bool L_6 = __this->___m_JustResumed_9; if (L_6) { goto IL_0110; } } { // if (!m_UseProviderOverallFrameTime) bool L_7 = __this->___m_UseProviderOverallFrameTime_31; if (L_7) { goto IL_0054; } } { // AccumulateTimingValue(ref m_OverallFrameTimeAccu, Time.unscaledDeltaTime); float* L_8 = (&__this->___m_OverallFrameTimeAccu_35); float L_9; L_9 = Time_get_unscaledDeltaTime_mF057EECA857E5C0F90A3F910D26D3EE59F27C4B5(NULL); AdaptivePerformanceManager_AccumulateTimingValue_m2FDD9013616725ADA7B521DFAE07AE537E86F46A(__this, L_8, L_9, NULL); } IL_0054: { // if (WillCurrentFrameRender()) bool L_10; L_10 = AdaptivePerformanceManager_WillCurrentFrameRender_mAAE2EFE1C11DC008BE2120F0D529A41A20416618(NULL); if (!L_10) { goto IL_00d9; } } { // AddNonNegativeValue(m_OverallFrameTime, m_UseProviderOverallFrameTime ? updateResult.OverallFrameTime : m_OverallFrameTimeAccu); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_11 = __this->___m_OverallFrameTime_34; bool L_12 = __this->___m_UseProviderOverallFrameTime_31; G_B5_0 = L_11; G_B5_1 = __this; if (L_12) { G_B6_0 = L_11; G_B6_1 = __this; goto IL_0072; } } { float L_13 = __this->___m_OverallFrameTimeAccu_35; G_B7_0 = L_13; G_B7_1 = G_B5_0; G_B7_2 = G_B5_1; goto IL_0079; } IL_0072: { float L_14; L_14 = PerformanceDataRecord_get_OverallFrameTime_m6ABDF5F1B04E6FF9BDD96AFA00844F84E6570D90_inline((&V_0), NULL); G_B7_0 = L_14; G_B7_1 = G_B6_0; G_B7_2 = G_B6_1; } IL_0079: { NullCheck(G_B7_2); AdaptivePerformanceManager_AddNonNegativeValue_m1334021A433483D845D33F750B831157D8243ED4(G_B7_2, G_B7_1, G_B7_0, NULL); // AddNonNegativeValue(m_GpuFrameTime, m_GpuFrameTimeProvider == null ? updateResult.GpuFrameTime : m_GpuFrameTimeProvider.GpuFrameTime); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_15 = __this->___m_GpuFrameTime_36; GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* L_16 = __this->___m_GpuFrameTimeProvider_28; G_B8_0 = L_15; G_B8_1 = __this; if (!L_16) { G_B9_0 = L_15; G_B9_1 = __this; goto IL_009a; } } { GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* L_17 = __this->___m_GpuFrameTimeProvider_28; NullCheck(L_17); float L_18; L_18 = GpuTimeProvider_get_GpuFrameTime_m0B839D41675CF1FA902CFA9AB8AE017957ECAF63(L_17, NULL); G_B10_0 = L_18; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_00a1; } IL_009a: { float L_19; L_19 = PerformanceDataRecord_get_GpuFrameTime_mFA20351C75C59AF7861FCE6E9A859AE0FD75C767_inline((&V_0), NULL); G_B10_0 = L_19; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_00a1: { NullCheck(G_B10_2); AdaptivePerformanceManager_AddNonNegativeValue_m1334021A433483D845D33F750B831157D8243ED4(G_B10_2, G_B10_1, G_B10_0, NULL); // AddNonNegativeValue(m_CpuFrameTime, m_CpuFrameTimeProvider == null ? updateResult.CpuFrameTime : m_CpuFrameTimeProvider.CpuFrameTime); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_20 = __this->___m_CpuFrameTime_37; CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_21 = __this->___m_CpuFrameTimeProvider_27; G_B11_0 = L_20; G_B11_1 = __this; if (!L_21) { G_B12_0 = L_20; G_B12_1 = __this; goto IL_00c2; } } { CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_22 = __this->___m_CpuFrameTimeProvider_27; NullCheck(L_22); float L_23; L_23 = CpuTimeProvider_get_CpuFrameTime_mEA390DC74BB5A77BDCCA9F987DEB423DEEB9F5A9(L_22, NULL); G_B13_0 = L_23; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_00c9; } IL_00c2: { float L_24; L_24 = PerformanceDataRecord_get_CpuFrameTime_m64C3D3C8D2D7F3670DCC3EE2026B805DADF614BE_inline((&V_0), NULL); G_B13_0 = L_24; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_00c9: { NullCheck(G_B13_2); AdaptivePerformanceManager_AddNonNegativeValue_m1334021A433483D845D33F750B831157D8243ED4(G_B13_2, G_B13_1, G_B13_0, NULL); // m_OverallFrameTimeAccu = 0.0f; __this->___m_OverallFrameTimeAccu_35 = (0.0f); } IL_00d9: { // m_TemperatureTrend.Update(updateResult.TemperatureTrend, updateResult.TemperatureLevel, updateResult.ChangeFlags.HasFlag(Provider.Feature.TemperatureLevel), Time.time); TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* L_25 = __this->___m_TemperatureTrend_30; float L_26; L_26 = PerformanceDataRecord_get_TemperatureTrend_mF1A3DF7A654F1A20A4D9A70647B4250E734D6467_inline((&V_0), NULL); float L_27; L_27 = PerformanceDataRecord_get_TemperatureLevel_mF48F6ECD619E7DD65811410891B4AB7B9B218865_inline((&V_0), NULL); int32_t L_28; L_28 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_29 = L_28; int32_t L_30 = 2; bool L_31 = il2cpp_codegen_enum_has_flag((int32_t)L_29, (int32_t)L_30); float L_32; L_32 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL); NullCheck(L_25); TemperatureTrend_Update_m03B811DB0261EFA09C2BB6A9C2AEDE7EC96F5103(L_25, L_26, L_27, L_31, L_32, NULL); goto IL_0122; } IL_0110: { // m_TemperatureTrend.Reset(); TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* L_33 = __this->___m_TemperatureTrend_30; NullCheck(L_33); TemperatureTrend_Reset_m3B514D4DBBFCCD1EA572D8E99679F541FCED08DE(L_33, NULL); // m_JustResumed = false; __this->___m_JustResumed_9 = (bool)0; } IL_0122: { // m_ThermalMetrics.TemperatureTrend = m_TemperatureTrend.ThermalTrend; ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* L_34 = (&__this->___m_ThermalMetrics_17); TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* L_35 = __this->___m_TemperatureTrend_30; NullCheck(L_35); float L_36; L_36 = TemperatureTrend_get_ThermalTrend_mDEF7F7B3E0BA799158C829AA4D79E958194F82A6_inline(L_35, NULL); ThermalMetrics_set_TemperatureTrend_m007B5F0CAF923A9BA54BE4D6B07A9896D75323E7_inline(L_34, L_36, NULL); // m_FrameTiming.AverageFrameTime = m_OverallFrameTime.GetAverageOr(invalidTimingValue); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_37 = (&__this->___m_FrameTiming_19); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_38 = __this->___m_OverallFrameTime_34; NullCheck(L_38); float L_39; L_39 = RunningAverage_GetAverageOr_m198EF3F7CC0AA587B13A7DCD06162F4B0A0C59B7(L_38, (-1.0f), NULL); FrameTiming_set_AverageFrameTime_mE6D87D99901A84A428BC7EF054D0742D4765B952_inline(L_37, L_39, NULL); // m_FrameTiming.CurrentFrameTime = m_OverallFrameTime.GetMostRecentValueOr(invalidTimingValue); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_40 = (&__this->___m_FrameTiming_19); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_41 = __this->___m_OverallFrameTime_34; NullCheck(L_41); float L_42; L_42 = RunningAverage_GetMostRecentValueOr_m96BBB840797D9AD9D978086F87AB64A79F3C8AB0(L_41, (-1.0f), NULL); FrameTiming_set_CurrentFrameTime_mF8943CE68C11843FA5320F63CB124E8825C287AD_inline(L_40, L_42, NULL); // m_FrameTiming.AverageGpuFrameTime = m_GpuFrameTime.GetAverageOr(invalidTimingValue); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_43 = (&__this->___m_FrameTiming_19); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_44 = __this->___m_GpuFrameTime_36; NullCheck(L_44); float L_45; L_45 = RunningAverage_GetAverageOr_m198EF3F7CC0AA587B13A7DCD06162F4B0A0C59B7(L_44, (-1.0f), NULL); FrameTiming_set_AverageGpuFrameTime_mC5A1232311C2804A5FC137DA0F89AB29536054F2_inline(L_43, L_45, NULL); // m_FrameTiming.CurrentGpuFrameTime = m_GpuFrameTime.GetMostRecentValueOr(invalidTimingValue); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_46 = (&__this->___m_FrameTiming_19); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_47 = __this->___m_GpuFrameTime_36; NullCheck(L_47); float L_48; L_48 = RunningAverage_GetMostRecentValueOr_m96BBB840797D9AD9D978086F87AB64A79F3C8AB0(L_47, (-1.0f), NULL); FrameTiming_set_CurrentGpuFrameTime_m27403B1423B1A9E1B98ED12A97920D6A55CE28AB_inline(L_46, L_48, NULL); // m_FrameTiming.AverageCpuFrameTime = m_CpuFrameTime.GetAverageOr(invalidTimingValue); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_49 = (&__this->___m_FrameTiming_19); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_50 = __this->___m_CpuFrameTime_37; NullCheck(L_50); float L_51; L_51 = RunningAverage_GetAverageOr_m198EF3F7CC0AA587B13A7DCD06162F4B0A0C59B7(L_50, (-1.0f), NULL); FrameTiming_set_AverageCpuFrameTime_m709771E7D96C7FF28F58F6E713B3DEEE1FF9350B_inline(L_49, L_51, NULL); // m_FrameTiming.CurrentCpuFrameTime = m_CpuFrameTime.GetMostRecentValueOr(invalidTimingValue); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_52 = (&__this->___m_FrameTiming_19); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_53 = __this->___m_CpuFrameTime_37; NullCheck(L_53); float L_54; L_54 = RunningAverage_GetMostRecentValueOr_m96BBB840797D9AD9D978086F87AB64A79F3C8AB0(L_53, (-1.0f), NULL); FrameTiming_set_CurrentCpuFrameTime_m2C3673BE2888306184DD6DF977FC884D0B84D972_inline(L_52, L_54, NULL); // float targerFrameRate = EffectiveTargetFrameRate(); float L_55; L_55 = AdaptivePerformanceManager_EffectiveTargetFrameRate_mE38F57BAA3D18BD6A1E55C2C7C6283372F59C8BA(NULL); V_1 = L_55; // float targetFrameTime = -1.0f; V_2 = (-1.0f); // if (targerFrameRate > 0) float L_56 = V_1; if ((!(((float)L_56) > ((float)(0.0f))))) { goto IL_01f6; } } { // targetFrameTime = 1.0f / targerFrameRate; float L_57 = V_1; V_2 = ((float)((1.0f)/L_57)); } IL_01f6: { // bool triggerPerformanceBottleneckChangeEvent = false; V_3 = (bool)0; // bool triggerThermalEventEvent = false; V_4 = (bool)0; // var performanceBottleneckChangeEventArgs = new PerformanceBottleneckChangeEventArgs(); il2cpp_codegen_initobj((&V_5), sizeof(PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821)); // var performanceBoostChangeEventArgs = new PerformanceBoostChangeEventArgs(); il2cpp_codegen_initobj((&V_6), sizeof(PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6)); // if (m_OverallFrameTime.GetNumValues() == m_OverallFrameTime.GetSampleWindowSize() && // m_GpuFrameTime.GetNumValues() == m_GpuFrameTime.GetSampleWindowSize() && // m_CpuFrameTime.GetNumValues() == m_CpuFrameTime.GetSampleWindowSize()) RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_58 = __this->___m_OverallFrameTime_34; NullCheck(L_58); int32_t L_59; L_59 = RunningAverage_GetNumValues_m6EF586C401CE91B628667DE1A94789C8BEAE7A5B_inline(L_58, NULL); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_60 = __this->___m_OverallFrameTime_34; NullCheck(L_60); int32_t L_61; L_61 = RunningAverage_GetSampleWindowSize_mEFA6A020C0CD2385DAE5B3768F7F0C9812DE69D5(L_60, NULL); if ((!(((uint32_t)L_59) == ((uint32_t)L_61)))) { goto IL_02b9; } } { RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_62 = __this->___m_GpuFrameTime_36; NullCheck(L_62); int32_t L_63; L_63 = RunningAverage_GetNumValues_m6EF586C401CE91B628667DE1A94789C8BEAE7A5B_inline(L_62, NULL); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_64 = __this->___m_GpuFrameTime_36; NullCheck(L_64); int32_t L_65; L_65 = RunningAverage_GetSampleWindowSize_mEFA6A020C0CD2385DAE5B3768F7F0C9812DE69D5(L_64, NULL); if ((!(((uint32_t)L_63) == ((uint32_t)L_65)))) { goto IL_02b9; } } { RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_66 = __this->___m_CpuFrameTime_37; NullCheck(L_66); int32_t L_67; L_67 = RunningAverage_GetNumValues_m6EF586C401CE91B628667DE1A94789C8BEAE7A5B_inline(L_66, NULL); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_68 = __this->___m_CpuFrameTime_37; NullCheck(L_68); int32_t L_69; L_69 = RunningAverage_GetSampleWindowSize_mEFA6A020C0CD2385DAE5B3768F7F0C9812DE69D5(L_68, NULL); if ((!(((uint32_t)L_67) == ((uint32_t)L_69)))) { goto IL_02b9; } } { // PerformanceBottleneck bottleneck = BottleneckUtil.DetermineBottleneck(m_PerformanceMetrics.PerformanceBottleneck, m_FrameTiming.AverageCpuFrameTime, // m_FrameTiming.AverageGpuFrameTime, m_FrameTiming.AverageFrameTime, targetFrameTime); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_70 = (&__this->___m_PerformanceMetrics_18); int32_t L_71; L_71 = PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_inline(L_70, NULL); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_72 = (&__this->___m_FrameTiming_19); float L_73; L_73 = FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline(L_72, NULL); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_74 = (&__this->___m_FrameTiming_19); float L_75; L_75 = FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline(L_74, NULL); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* L_76 = (&__this->___m_FrameTiming_19); float L_77; L_77 = FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A_inline(L_76, NULL); float L_78 = V_2; int32_t L_79; L_79 = BottleneckUtil_DetermineBottleneck_m6D69BA7D0A5BB92B26643EBAEBBA361D09E5D9A9(L_71, L_73, L_75, L_77, L_78, NULL); V_8 = L_79; // if (bottleneck != m_PerformanceMetrics.PerformanceBottleneck) int32_t L_80 = V_8; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_81 = (&__this->___m_PerformanceMetrics_18); int32_t L_82; L_82 = PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_inline(L_81, NULL); if ((((int32_t)L_80) == ((int32_t)L_82))) { goto IL_02b9; } } { // m_PerformanceMetrics.PerformanceBottleneck = bottleneck; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_83 = (&__this->___m_PerformanceMetrics_18); int32_t L_84 = V_8; PerformanceMetrics_set_PerformanceBottleneck_m435C419AA5CAA34D14B25B6B7BA5680D9B76C6D0_inline(L_83, L_84, NULL); // performanceBottleneckChangeEventArgs.PerformanceBottleneck = bottleneck; int32_t L_85 = V_8; PerformanceBottleneckChangeEventArgs_set_PerformanceBottleneck_m6E3F0F2D2A0A64914359EB02B306B010F4B4AA4D_inline((&V_5), L_85, NULL); // triggerPerformanceBottleneckChangeEvent = (PerformanceBottleneckChangeEvent != null); PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_86 = __this->___PerformanceBottleneckChangeEvent_5; V_3 = (bool)((!(((RuntimeObject*)(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)L_86) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); } IL_02b9: { // triggerThermalEventEvent = (ThermalEvent != null) && // (updateResult.ChangeFlags.HasFlag(Provider.Feature.WarningLevel) || // updateResult.ChangeFlags.HasFlag(Provider.Feature.TemperatureLevel) || // updateResult.ChangeFlags.HasFlag(Provider.Feature.TemperatureTrend)); ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_87 = __this->___ThermalEvent_4; if (!L_87) { goto IL_030f; } } { int32_t L_88; L_88 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_89 = L_88; int32_t L_90 = 1; bool L_91 = il2cpp_codegen_enum_has_flag((int32_t)L_89, (int32_t)L_90); if (L_91) { goto IL_030c; } } { int32_t L_92; L_92 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_93 = L_92; int32_t L_94 = 2; bool L_95 = il2cpp_codegen_enum_has_flag((int32_t)L_93, (int32_t)L_94); if (L_95) { goto IL_030c; } } { int32_t L_96; L_96 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_97 = L_96; int32_t L_98 = 4; bool L_99 = il2cpp_codegen_enum_has_flag((int32_t)L_97, (int32_t)L_98); G_B29_0 = ((int32_t)(L_99)); goto IL_0310; } IL_030c: { G_B29_0 = 1; goto IL_0310; } IL_030f: { G_B29_0 = 0; } IL_0310: { V_4 = (bool)G_B29_0; // if (updateResult.ChangeFlags.HasFlag(Provider.Feature.CpuPerformanceLevel)) int32_t L_100; L_100 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_101 = L_100; int32_t L_102 = 8; bool L_103 = il2cpp_codegen_enum_has_flag((int32_t)L_101, (int32_t)L_102); if (!L_103) { goto IL_033d; } } { // m_DevicePerfControl.CurrentCpuLevel = updateResult.CpuPerformanceLevel; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_104 = __this->___m_DevicePerfControl_25; int32_t L_105; L_105 = PerformanceDataRecord_get_CpuPerformanceLevel_mF688EC621C77916A86F96CF7D0DAFD520B6D68E8_inline((&V_0), NULL); NullCheck(L_104); DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB_inline(L_104, L_105, NULL); } IL_033d: { // if (updateResult.ChangeFlags.HasFlag(Provider.Feature.GpuPerformanceLevel)) int32_t L_106; L_106 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_107 = L_106; int32_t L_108 = ((int32_t)16); bool L_109 = il2cpp_codegen_enum_has_flag((int32_t)L_107, (int32_t)L_108); if (!L_109) { goto IL_0369; } } { // m_DevicePerfControl.CurrentGpuLevel = updateResult.GpuPerformanceLevel; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_110 = __this->___m_DevicePerfControl_25; int32_t L_111; L_111 = PerformanceDataRecord_get_GpuPerformanceLevel_mA928B60EF914AB4E7D95291E1357A3FE795DBE23_inline((&V_0), NULL); NullCheck(L_110); DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0_inline(L_110, L_111, NULL); } IL_0369: { // if (updateResult.ChangeFlags.HasFlag(Provider.Feature.PerformanceLevelControl) || m_AutomaticPerformanceControlChanged) int32_t L_112; L_112 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_113 = L_112; int32_t L_114 = ((int32_t)32); bool L_115 = il2cpp_codegen_enum_has_flag((int32_t)L_113, (int32_t)L_114); if (L_115) { goto IL_038b; } } { bool L_116 = __this->___m_AutomaticPerformanceControlChanged_22; if (!L_116) { goto IL_03cb; } } IL_038b: { // m_AutomaticPerformanceControlChanged = false; __this->___m_AutomaticPerformanceControlChanged_22 = (bool)0; // if (updateResult.PerformanceLevelControlAvailable) bool L_117; L_117 = PerformanceDataRecord_get_PerformanceLevelControlAvailable_mB2379A58631D8AAE1AE389560BF46951ABE7D80F_inline((&V_0), NULL); if (!L_117) { goto IL_03bf; } } { // if (AutomaticPerformanceControl) bool L_118; L_118 = AdaptivePerformanceManager_get_AutomaticPerformanceControl_m696F1ED6547E8B80000C0FCBA48BCB9AC1813697_inline(__this, NULL); if (!L_118) { goto IL_03b1; } } { // m_DevicePerfControl.PerformanceControlMode = PerformanceControlMode.Automatic; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_119 = __this->___m_DevicePerfControl_25; NullCheck(L_119); DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline(L_119, 0, NULL); goto IL_03cb; } IL_03b1: { // m_DevicePerfControl.PerformanceControlMode = PerformanceControlMode.Manual; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_120 = __this->___m_DevicePerfControl_25; NullCheck(L_120); DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline(L_120, 1, NULL); goto IL_03cb; } IL_03bf: { // m_DevicePerfControl.PerformanceControlMode = PerformanceControlMode.System; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_121 = __this->___m_DevicePerfControl_25; NullCheck(L_121); DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline(L_121, 2, NULL); } IL_03cb: { // m_AutoPerformanceLevelController.TargetFrameTime = targetFrameTime; AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* L_122 = __this->___m_AutoPerformanceLevelController_26; float L_123 = V_2; NullCheck(L_122); AutoPerformanceLevelController_set_TargetFrameTime_mDAE72029F7D79C0800C110EA28987A1DE413D2EF_inline(L_122, L_123, NULL); // m_AutoPerformanceLevelController.Enabled = (m_DevicePerfControl.PerformanceControlMode == PerformanceControlMode.Automatic); AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* L_124 = __this->___m_AutoPerformanceLevelController_26; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_125 = __this->___m_DevicePerfControl_25; NullCheck(L_125); int32_t L_126; L_126 = DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175_inline(L_125, NULL); NullCheck(L_124); AutoPerformanceLevelController_set_Enabled_m3C06800186D5B95B5DA6FC0813E6887AD6CF9FFD(L_124, (bool)((((int32_t)L_126) == ((int32_t)0))? 1 : 0), NULL); // PerformanceLevelChangeEventArgs levelChangeEventArgs = new PerformanceLevelChangeEventArgs(); il2cpp_codegen_initobj((&V_7), sizeof(PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838)); // if (m_DevicePerfControl.PerformanceControlMode != PerformanceControlMode.System) DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_127 = __this->___m_DevicePerfControl_25; NullCheck(L_127); int32_t L_128; L_128 = DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175_inline(L_127, NULL); if ((((int32_t)L_128) == ((int32_t)2))) { goto IL_0471; } } { // if (m_AutoPerformanceLevelController.Enabled) AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* L_129 = __this->___m_AutoPerformanceLevelController_26; NullCheck(L_129); bool L_130; L_130 = AutoPerformanceLevelController_get_Enabled_mB48F48C244110A622D423283C29A064EC59835AD_inline(L_129, NULL); if (!L_130) { goto IL_0447; } } { // if (m_NewUserPerformanceLevelRequest) bool L_131 = __this->___m_NewUserPerformanceLevelRequest_12; if (!L_131) { goto IL_043a; } } { // m_AutoPerformanceLevelController.Override(m_RequestedCpuLevel, m_RequestedGpuLevel); AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* L_132 = __this->___m_AutoPerformanceLevelController_26; int32_t L_133 = __this->___m_RequestedCpuLevel_10; int32_t L_134 = __this->___m_RequestedGpuLevel_11; NullCheck(L_132); AutoPerformanceLevelController_Override_m1DAAA9202621A23A2716EE06762F59C436267226(L_132, L_133, L_134, NULL); // levelChangeEventArgs.ManualOverride = true; PerformanceLevelChangeEventArgs_set_ManualOverride_mB89018FD5AC92C2322074FBED7A5693ED4450CDB_inline((&V_7), (bool)1, NULL); } IL_043a: { // m_AutoPerformanceLevelController.Update(); AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* L_135 = __this->___m_AutoPerformanceLevelController_26; NullCheck(L_135); AutoPerformanceLevelController_Update_mDEB36D1DF2CA96E442B203BBA4806525C92D748F(L_135, NULL); goto IL_0471; } IL_0447: { // if (m_NewUserPerformanceLevelRequest) bool L_136 = __this->___m_NewUserPerformanceLevelRequest_12; if (!L_136) { goto IL_0471; } } { // m_DevicePerfControl.CpuLevel = m_RequestedCpuLevel; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_137 = __this->___m_DevicePerfControl_25; int32_t L_138 = __this->___m_RequestedCpuLevel_10; NullCheck(L_137); DevicePerformanceControlImpl_set_CpuLevel_m37835C7484750B26BE91ADEEE3F1B965BCAD61DE_inline(L_137, L_138, NULL); // m_DevicePerfControl.GpuLevel = m_RequestedGpuLevel; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_139 = __this->___m_DevicePerfControl_25; int32_t L_140 = __this->___m_RequestedGpuLevel_11; NullCheck(L_139); DevicePerformanceControlImpl_set_GpuLevel_mB659754667A6E7ADC4BFA8295DA74076C8BC8E5D_inline(L_139, L_140, NULL); } IL_0471: { // triggerPerformanceBoostChangeEvent = (PerformanceBoostChangeEvent != null) && // (updateResult.ChangeFlags.HasFlag(Provider.Feature.CpuPerformanceBoost) || // updateResult.ChangeFlags.HasFlag(Provider.Feature.GpuPerformanceBoost)); PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_141 = __this->___PerformanceBoostChangeEvent_7; if (!L_141) { goto IL_04b6; } } { int32_t L_142; L_142 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_143 = L_142; int32_t L_144 = ((int32_t)512); bool L_145 = il2cpp_codegen_enum_has_flag((int32_t)L_143, (int32_t)L_144); if (L_145) { goto IL_04b3; } } { int32_t L_146; L_146 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_147 = L_146; int32_t L_148 = ((int32_t)1024); bool L_149 = il2cpp_codegen_enum_has_flag((int32_t)L_147, (int32_t)L_148); G_B52_0 = ((int32_t)(L_149)); goto IL_04b7; } IL_04b3: { G_B52_0 = 1; goto IL_04b7; } IL_04b6: { G_B52_0 = 0; } IL_04b7: { // if (updateResult.ChangeFlags.HasFlag(Provider.Feature.CpuPerformanceBoost)) int32_t L_150; L_150 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_151 = L_150; int32_t L_152 = ((int32_t)512); bool L_153 = il2cpp_codegen_enum_has_flag((int32_t)L_151, (int32_t)L_152); G_B53_0 = G_B52_0; if (!L_153) { G_B55_0 = G_B52_0; goto IL_0507; } } { // if (m_DevicePerfControl.CpuPerformanceBoost != updateResult.CpuPerformanceBoost) DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_154 = __this->___m_DevicePerfControl_25; NullCheck(L_154); bool L_155; L_155 = DevicePerformanceControlImpl_get_CpuPerformanceBoost_m224B8F451A656BB47BDE468C52653A08DC8715A6_inline(L_154, NULL); bool L_156; L_156 = PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2_inline((&V_0), NULL); G_B54_0 = G_B53_0; if ((((int32_t)L_155) == ((int32_t)L_156))) { G_B55_0 = G_B53_0; goto IL_0507; } } { // m_DevicePerfControl.CpuPerformanceBoost = updateResult.CpuPerformanceBoost; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_157 = __this->___m_DevicePerfControl_25; bool L_158; L_158 = PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2_inline((&V_0), NULL); NullCheck(L_157); DevicePerformanceControlImpl_set_CpuPerformanceBoost_m1FAB8561F6E092387B30BEF465009DA33701ED1A_inline(L_157, L_158, NULL); // m_RequestedCpuBoost = updateResult.CpuPerformanceBoost; bool L_159; L_159 = PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2_inline((&V_0), NULL); __this->___m_RequestedCpuBoost_13 = L_159; G_B55_0 = G_B54_0; } IL_0507: { // if (updateResult.ChangeFlags.HasFlag(Provider.Feature.GpuPerformanceBoost)) int32_t L_160; L_160 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_161 = L_160; int32_t L_162 = ((int32_t)1024); bool L_163 = il2cpp_codegen_enum_has_flag((int32_t)L_161, (int32_t)L_162); G_B56_0 = G_B55_0; if (!L_163) { G_B58_0 = G_B55_0; goto IL_0557; } } { // if (m_DevicePerfControl.GpuPerformanceBoost != updateResult.GpuPerformanceBoost) DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_164 = __this->___m_DevicePerfControl_25; NullCheck(L_164); bool L_165; L_165 = DevicePerformanceControlImpl_get_GpuPerformanceBoost_mA9DA128F439CFCD7C1A280B109A71C900C6AD304_inline(L_164, NULL); bool L_166; L_166 = PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E_inline((&V_0), NULL); G_B57_0 = G_B56_0; if ((((int32_t)L_165) == ((int32_t)L_166))) { G_B58_0 = G_B56_0; goto IL_0557; } } { // m_DevicePerfControl.GpuPerformanceBoost = updateResult.GpuPerformanceBoost; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_167 = __this->___m_DevicePerfControl_25; bool L_168; L_168 = PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E_inline((&V_0), NULL); NullCheck(L_167); DevicePerformanceControlImpl_set_GpuPerformanceBoost_m7070A76B0FB1C5CC010BD84A232EA87F0EDCDFD2_inline(L_167, L_168, NULL); // m_RequestedGpuBoost = updateResult.GpuPerformanceBoost; bool L_169; L_169 = PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E_inline((&V_0), NULL); __this->___m_RequestedGpuBoost_14 = L_169; G_B58_0 = G_B57_0; } IL_0557: { // if (m_NewUserCpuPerformanceBoostRequest && PerformanceBoostChangeEvent != null) bool L_170 = __this->___m_NewUserCpuPerformanceBoostRequest_15; G_B59_0 = G_B58_0; if (!L_170) { G_B61_0 = G_B58_0; goto IL_057f; } } { PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_171 = __this->___PerformanceBoostChangeEvent_7; G_B60_0 = G_B59_0; if (!L_171) { G_B61_0 = G_B59_0; goto IL_057f; } } { // m_NewUserCpuPerformanceBoostRequest = false; __this->___m_NewUserCpuPerformanceBoostRequest_15 = (bool)0; // m_Subsystem.PerformanceLevelControl.EnableCpuBoost(); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_172 = __this->___m_Subsystem_8; NullCheck(L_172); RuntimeObject* L_173; L_173 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(13 /* UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_PerformanceLevelControl() */, L_172); NullCheck(L_173); bool L_174; L_174 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl::EnableCpuBoost() */, IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var, L_173); G_B61_0 = G_B60_0; } IL_057f: { // if (m_NewUserGpuPerformanceBoostRequest && PerformanceBoostChangeEvent != null) bool L_175 = __this->___m_NewUserGpuPerformanceBoostRequest_16; G_B62_0 = G_B61_0; if (!L_175) { G_B64_0 = G_B61_0; goto IL_05a7; } } { PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_176 = __this->___PerformanceBoostChangeEvent_7; G_B63_0 = G_B62_0; if (!L_176) { G_B64_0 = G_B62_0; goto IL_05a7; } } { // m_NewUserGpuPerformanceBoostRequest = false; __this->___m_NewUserGpuPerformanceBoostRequest_16 = (bool)0; // m_Subsystem.PerformanceLevelControl.EnableGpuBoost(); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_177 = __this->___m_Subsystem_8; NullCheck(L_177); RuntimeObject* L_178; L_178 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(13 /* UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_PerformanceLevelControl() */, L_177); NullCheck(L_178); bool L_179; L_179 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl::EnableGpuBoost() */, IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var, L_178); G_B64_0 = G_B63_0; } IL_05a7: { // if (m_DevicePerfControl.Update(out levelChangeEventArgs) && PerformanceLevelChangeEvent != null) DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_180 = __this->___m_DevicePerfControl_25; NullCheck(L_180); bool L_181; L_181 = DevicePerformanceControlImpl_Update_mEE1C9D692916EEDB39D7C84848B5DA3C6C016F52(L_180, (&V_7), NULL); G_B65_0 = G_B64_0; if (!L_181) { G_B67_0 = G_B64_0; goto IL_05cb; } } { PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_182 = __this->___PerformanceLevelChangeEvent_6; G_B66_0 = G_B65_0; if (!L_182) { G_B67_0 = G_B65_0; goto IL_05cb; } } { // PerformanceLevelChangeEvent.Invoke(levelChangeEventArgs); PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* L_183 = __this->___PerformanceLevelChangeEvent_6; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 L_184 = V_7; NullCheck(L_183); PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_inline(L_183, L_184, NULL); G_B67_0 = G_B66_0; } IL_05cb: { // m_PerformanceMetrics.CurrentCpuLevel = m_DevicePerfControl.CurrentCpuLevel; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_185 = (&__this->___m_PerformanceMetrics_18); DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_186 = __this->___m_DevicePerfControl_25; NullCheck(L_186); int32_t L_187; L_187 = DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline(L_186, NULL); PerformanceMetrics_set_CurrentCpuLevel_mF5FDB1302D30412674B077F2296C965C0372F585_inline(L_185, L_187, NULL); // m_PerformanceMetrics.CurrentGpuLevel = m_DevicePerfControl.CurrentGpuLevel; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_188 = (&__this->___m_PerformanceMetrics_18); DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_189 = __this->___m_DevicePerfControl_25; NullCheck(L_189); int32_t L_190; L_190 = DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline(L_189, NULL); PerformanceMetrics_set_CurrentGpuLevel_m5EED681EBBCB6432D34AAAB7761DAA979D42A916_inline(L_188, L_190, NULL); // m_PerformanceMetrics.CpuPerformanceBoost = m_DevicePerfControl.CpuPerformanceBoost; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_191 = (&__this->___m_PerformanceMetrics_18); DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_192 = __this->___m_DevicePerfControl_25; NullCheck(L_192); bool L_193; L_193 = DevicePerformanceControlImpl_get_CpuPerformanceBoost_m224B8F451A656BB47BDE468C52653A08DC8715A6_inline(L_192, NULL); PerformanceMetrics_set_CpuPerformanceBoost_m7439D7EA9FAB8291D849A337FCB162D55069D3AD_inline(L_191, L_193, NULL); // m_PerformanceMetrics.GpuPerformanceBoost = m_DevicePerfControl.GpuPerformanceBoost; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_194 = (&__this->___m_PerformanceMetrics_18); DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_195 = __this->___m_DevicePerfControl_25; NullCheck(L_195); bool L_196; L_196 = DevicePerformanceControlImpl_get_GpuPerformanceBoost_mA9DA128F439CFCD7C1A280B109A71C900C6AD304_inline(L_195, NULL); PerformanceMetrics_set_GpuPerformanceBoost_mB0C54D250BEFDF68F163E5525BE5A02EDC76766C_inline(L_194, L_196, NULL); // m_NewUserPerformanceLevelRequest = false; __this->___m_NewUserPerformanceLevelRequest_12 = (bool)0; // if (updateResult.ChangeFlags.HasFlag(Provider.Feature.ClusterInfo)) int32_t L_197; L_197 = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline((&V_0), NULL); int32_t L_198 = L_197; int32_t L_199 = ((int32_t)2048); bool L_200 = il2cpp_codegen_enum_has_flag((int32_t)L_198, (int32_t)L_199); G_B68_0 = G_B67_0; if (!L_200) { G_B69_0 = G_B67_0; goto IL_0659; } } { // m_PerformanceMetrics.ClusterInfo = updateResult.ClusterInfo; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* L_201 = (&__this->___m_PerformanceMetrics_18); ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_202; L_202 = PerformanceDataRecord_get_ClusterInfo_m6EC3F093AE1024050D8C7FEAECCC7153668CB187_inline((&V_0), NULL); PerformanceMetrics_set_ClusterInfo_mA699E5EB646425EFC09BC769F88028F54DC0AD63_inline(L_201, L_202, NULL); G_B69_0 = G_B68_0; } IL_0659: { // if (triggerThermalEventEvent) bool L_203 = V_4; G_B70_0 = G_B69_0; if (!L_203) { G_B71_0 = G_B69_0; goto IL_066e; } } { // ThermalEvent.Invoke(m_ThermalMetrics); ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* L_204 = __this->___ThermalEvent_4; ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_205 = __this->___m_ThermalMetrics_17; NullCheck(L_204); ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_inline(L_204, L_205, NULL); G_B71_0 = G_B70_0; } IL_066e: { // if (triggerPerformanceBottleneckChangeEvent) bool L_206 = V_3; G_B72_0 = G_B71_0; if (!L_206) { G_B73_0 = G_B71_0; goto IL_067e; } } { // PerformanceBottleneckChangeEvent(performanceBottleneckChangeEventArgs); PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_207 = __this->___PerformanceBottleneckChangeEvent_5; PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 L_208 = V_5; NullCheck(L_207); PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_inline(L_207, L_208, NULL); G_B73_0 = G_B72_0; } IL_067e: { // if (triggerPerformanceBoostChangeEvent) if (!G_B73_0) { goto IL_06b1; } } { // performanceBoostChangeEventArgs.CpuBoost = m_DevicePerfControl.CpuPerformanceBoost; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_209 = __this->___m_DevicePerfControl_25; NullCheck(L_209); bool L_210; L_210 = DevicePerformanceControlImpl_get_CpuPerformanceBoost_m224B8F451A656BB47BDE468C52653A08DC8715A6_inline(L_209, NULL); PerformanceBoostChangeEventArgs_set_CpuBoost_m5CBD7C703CC9425735CC381BF5255AFB771276E0_inline((&V_6), L_210, NULL); // performanceBoostChangeEventArgs.GpuBoost = m_DevicePerfControl.GpuPerformanceBoost; DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* L_211 = __this->___m_DevicePerfControl_25; NullCheck(L_211); bool L_212; L_212 = DevicePerformanceControlImpl_get_GpuPerformanceBoost_mA9DA128F439CFCD7C1A280B109A71C900C6AD304_inline(L_211, NULL); PerformanceBoostChangeEventArgs_set_GpuBoost_mDB42C244A0DF199B69265D01476230654B5743F5_inline((&V_6), L_212, NULL); // PerformanceBoostChangeEvent(performanceBoostChangeEventArgs); PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* L_213 = __this->___PerformanceBoostChangeEvent_7; PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 L_214 = V_6; NullCheck(L_213); PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_inline(L_213, L_214, NULL); } IL_06b1: { // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::WillCurrentFrameRender() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_WillCurrentFrameRender_mAAE2EFE1C11DC008BE2120F0D529A41A20416618 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDemandRendering_t3ED2CE20D351518F912948DF1D2D03079F5CE34E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return Rendering.OnDemandRendering.willCurrentFrameRender; il2cpp_codegen_runtime_class_init_inline(OnDemandRendering_t3ED2CE20D351518F912948DF1D2D03079F5CE34E_il2cpp_TypeInfo_var); bool L_0; L_0 = OnDemandRendering_get_willCurrentFrameRender_mDBE10C3FE2D78250F86F8077ED5CE681FC688DB7(NULL); return L_0; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::EffectiveTargetFrameRate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceManager_EffectiveTargetFrameRate_mE38F57BAA3D18BD6A1E55C2C7C6283372F59C8BA (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDemandRendering_t3ED2CE20D351518F912948DF1D2D03079F5CE34E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return UnityEngine.Rendering.OnDemandRendering.effectiveRenderFrameRate; il2cpp_codegen_runtime_class_init_inline(OnDemandRendering_t3ED2CE20D351518F912948DF1D2D03079F5CE34E_il2cpp_TypeInfo_var); int32_t L_0; L_0 = OnDemandRendering_get_effectiveRenderFrameRate_mA62F744BCDCF74D53B0E1E0F8CDDABF9C74799E3(NULL); return ((float)L_0); } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_OnDestroy_m7BD73DFF8FAB64FDB7E5D1D11EA8503F63B1D4B5 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // if (m_Subsystem != null) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_0 = __this->___m_Subsystem_8; if (!L_0) { goto IL_0013; } } { // m_Subsystem.Destroy(); AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_1 = __this->___m_Subsystem_8; NullCheck(L_1); Subsystem_Destroy_m0CE70A94D9CAD2E4B2528CFE5D9C874FD5BC4759(L_1, NULL); } IL_0013: { // if (Indexer != null) AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_2; L_2 = AdaptivePerformanceManager_get_Indexer_m9A80DF18F44CA4BF5DE7217B1D095086B97481FC_inline(__this, NULL); if (!L_2) { goto IL_0026; } } { // Indexer.UnapplyAllScalers(); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_3; L_3 = AdaptivePerformanceManager_get_Indexer_m9A80DF18F44CA4BF5DE7217B1D095086B97481FC_inline(__this, NULL); NullCheck(L_3); AdaptivePerformanceIndexer_UnapplyAllScalers_m9A305D835969684025DABFAA1F1BDB70A084D390(L_3, NULL); } IL_0026: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::OnApplicationPause(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_OnApplicationPause_m6F2669A65221BA3CAFC619CA61591C9417080B96 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, bool ___0_pause, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IApplicationLifecycle_tD2CAC721E42E96F6573349B22EADAF166F7A4DCC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_Subsystem != null) AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* L_0 = __this->___m_Subsystem_8; if (!L_0) { goto IL_0079; } } { // if (pause) bool L_1 = ___0_pause; if (!L_1) { goto IL_0053; } } { // if (m_AppLifecycle != null) RuntimeObject* L_2 = __this->___m_AppLifecycle_29; if (!L_2) { goto IL_001e; } } { // m_AppLifecycle.ApplicationPause(); RuntimeObject* L_3 = __this->___m_AppLifecycle_29; NullCheck(L_3); InterfaceActionInvoker0::Invoke(0 /* System.Void UnityEngine.AdaptivePerformance.Provider.IApplicationLifecycle::ApplicationPause() */, IApplicationLifecycle_tD2CAC721E42E96F6573349B22EADAF166F7A4DCC_il2cpp_TypeInfo_var, L_3); } IL_001e: { // m_OverallFrameTime.Reset(); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_4 = __this->___m_OverallFrameTime_34; NullCheck(L_4); RunningAverage_Reset_m82C0F2DD21BEE75E829E1FA2F8F0D4664BDFEBF0(L_4, NULL); // m_GpuFrameTime.Reset(); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_5 = __this->___m_GpuFrameTime_36; NullCheck(L_5); RunningAverage_Reset_m82C0F2DD21BEE75E829E1FA2F8F0D4664BDFEBF0(L_5, NULL); // m_CpuFrameTime.Reset(); RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_6 = __this->___m_CpuFrameTime_37; NullCheck(L_6); RunningAverage_Reset_m82C0F2DD21BEE75E829E1FA2F8F0D4664BDFEBF0(L_6, NULL); // if (m_CpuFrameTimeProvider != null) CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_7 = __this->___m_CpuFrameTimeProvider_27; if (!L_7) { goto IL_0079; } } { // m_CpuFrameTimeProvider.Reset(); CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_8 = __this->___m_CpuFrameTimeProvider_27; NullCheck(L_8); CpuTimeProvider_Reset_mB101D9BE62EC4861A8896988AAE5A61A35CF4B9B(L_8, NULL); return; } IL_0053: { // m_ThermalMetrics.WarningLevel = WarningLevel.NoWarning; ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* L_9 = (&__this->___m_ThermalMetrics_17); ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF_inline(L_9, 0, NULL); // if (m_AppLifecycle != null) RuntimeObject* L_10 = __this->___m_AppLifecycle_29; if (!L_10) { goto IL_0072; } } { // m_AppLifecycle.ApplicationResume(); RuntimeObject* L_11 = __this->___m_AppLifecycle_29; NullCheck(L_11); InterfaceActionInvoker0::Invoke(1 /* System.Void UnityEngine.AdaptivePerformance.Provider.IApplicationLifecycle::ApplicationResume() */, IApplicationLifecycle_tD2CAC721E42E96F6573349B22EADAF166F7A4DCC_il2cpp_TypeInfo_var, L_11); } IL_0072: { // m_JustResumed = true; __this->___m_JustResumed_9 = (bool)1; } IL_0079: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager__ctor_m632A742E2FB46FFD15B495E0B2E7860BF95BB563 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 V_0; memset((&V_0), 0, sizeof(V_0)); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_1; memset((&V_1), 0, sizeof(V_1)); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_2; memset((&V_2), 0, sizeof(V_2)); { // private int m_RequestedCpuLevel = Constants.UnknownPerformanceLevel; __this->___m_RequestedCpuLevel_10 = (-1); // private int m_RequestedGpuLevel = Constants.UnknownPerformanceLevel; __this->___m_RequestedGpuLevel_11 = (-1); // private ThermalMetrics m_ThermalMetrics = new ThermalMetrics // { // WarningLevel = WarningLevel.NoWarning, // TemperatureLevel = -1.0f, // TemperatureTrend = 0.0f, // }; il2cpp_codegen_initobj((&V_0), sizeof(ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723)); ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF_inline((&V_0), 0, NULL); ThermalMetrics_set_TemperatureLevel_m8715ECBCFEE9B5331F84EEF35486B4DD579A5037_inline((&V_0), (-1.0f), NULL); ThermalMetrics_set_TemperatureTrend_m007B5F0CAF923A9BA54BE4D6B07A9896D75323E7_inline((&V_0), (0.0f), NULL); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_0 = V_0; __this->___m_ThermalMetrics_17 = L_0; // private PerformanceMetrics m_PerformanceMetrics = new PerformanceMetrics // { // CurrentCpuLevel = Constants.UnknownPerformanceLevel, // CurrentGpuLevel = Constants.UnknownPerformanceLevel, // PerformanceBottleneck = PerformanceBottleneck.Unknown // }; il2cpp_codegen_initobj((&V_1), sizeof(PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6)); PerformanceMetrics_set_CurrentCpuLevel_mF5FDB1302D30412674B077F2296C965C0372F585_inline((&V_1), (-1), NULL); PerformanceMetrics_set_CurrentGpuLevel_m5EED681EBBCB6432D34AAAB7761DAA979D42A916_inline((&V_1), (-1), NULL); PerformanceMetrics_set_PerformanceBottleneck_m435C419AA5CAA34D14B25B6B7BA5680D9B76C6D0_inline((&V_1), 0, NULL); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_1 = V_1; __this->___m_PerformanceMetrics_18 = L_1; // private FrameTiming m_FrameTiming = new FrameTiming // { // CurrentFrameTime = -1.0f, // AverageFrameTime = -1.0f, // CurrentGpuFrameTime = -1.0f, // AverageGpuFrameTime = -1.0f, // CurrentCpuFrameTime = -1.0f, // AverageCpuFrameTime = -1.0f // }; il2cpp_codegen_initobj((&V_2), sizeof(FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908)); FrameTiming_set_CurrentFrameTime_mF8943CE68C11843FA5320F63CB124E8825C287AD_inline((&V_2), (-1.0f), NULL); FrameTiming_set_AverageFrameTime_mE6D87D99901A84A428BC7EF054D0742D4765B952_inline((&V_2), (-1.0f), NULL); FrameTiming_set_CurrentGpuFrameTime_m27403B1423B1A9E1B98ED12A97920D6A55CE28AB_inline((&V_2), (-1.0f), NULL); FrameTiming_set_AverageGpuFrameTime_mC5A1232311C2804A5FC137DA0F89AB29536054F2_inline((&V_2), (-1.0f), NULL); FrameTiming_set_CurrentCpuFrameTime_m2C3673BE2888306184DD6DF977FC884D0B84D972_inline((&V_2), (-1.0f), NULL); FrameTiming_set_AverageCpuFrameTime_m709771E7D96C7FF28F58F6E713B3DEEE1FF9350B_inline((&V_2), (-1.0f), NULL); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_2 = V_2; __this->___m_FrameTiming_19 = L_2; // private WaitForEndOfFrame m_WaitForEndOfFrame = new WaitForEndOfFrame(); WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* L_3 = (WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663*)il2cpp_codegen_object_new(WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663_il2cpp_TypeInfo_var); NullCheck(L_3); WaitForEndOfFrame__ctor_m4AF7E576C01E6B04443BB898B1AE5D645F7D45AB(L_3, NULL); __this->___m_WaitForEndOfFrame_32 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_WaitForEndOfFrame_32), (void*)L_3); // private RunningAverage m_OverallFrameTime = new RunningAverage(); // In seconds RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_4 = (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0*)il2cpp_codegen_object_new(RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0_il2cpp_TypeInfo_var); NullCheck(L_4); RunningAverage__ctor_m13172A205A6A882B6734381914F14C31AD8002F9(L_4, ((int32_t)100), NULL); __this->___m_OverallFrameTime_34 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_OverallFrameTime_34), (void*)L_4); // private RunningAverage m_GpuFrameTime = new RunningAverage(); // In seconds RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_5 = (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0*)il2cpp_codegen_object_new(RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0_il2cpp_TypeInfo_var); NullCheck(L_5); RunningAverage__ctor_m13172A205A6A882B6734381914F14C31AD8002F9(L_5, ((int32_t)100), NULL); __this->___m_GpuFrameTime_36 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GpuFrameTime_36), (void*)L_5); // private RunningAverage m_CpuFrameTime = new RunningAverage(); // In seconds RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* L_6 = (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0*)il2cpp_codegen_object_new(RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0_il2cpp_TypeInfo_var); NullCheck(L_6); RunningAverage__ctor_m13172A205A6A882B6734381914F14C31AD8002F9(L_6, ((int32_t)100), NULL); __this->___m_CpuFrameTime_37 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CpuFrameTime_37), (void*)L_6); MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, NULL); return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::b__86_0(UnityEngine.AdaptivePerformance.ThermalMetrics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_U3CAwakeU3Eb__86_0_m446830414529745F83DDA16B3F96424B170AAD58 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { { // ThermalEvent += (ThermalMetrics thermalMetrics) => LogThermalEvent(thermalMetrics); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_0 = ___0_thermalMetrics; AdaptivePerformanceManager_LogThermalEvent_mAFFF05BF3C940A81F02312397C37964B3B2D24D8(__this, L_0, NULL); return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::b__86_1(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_U3CAwakeU3Eb__86_1_m4563C8CA4DBCF402EC42A44178D5B7971B89D5F1 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_ev, const RuntimeMethod* method) { { // PerformanceBottleneckChangeEvent += (PerformanceBottleneckChangeEventArgs ev) => LogBottleneckEvent(ev); PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 L_0 = ___0_ev; AdaptivePerformanceManager_LogBottleneckEvent_m7D6DAE86B3C4C4847D60B6BD1579F4927BA63C4A(__this, L_0, NULL); return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::b__86_2(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_U3CAwakeU3Eb__86_2_mD3E57DCB4C8BC6EC83CD5AA63504506F0246C699 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_ev, const RuntimeMethod* method) { { // PerformanceLevelChangeEvent += (PerformanceLevelChangeEventArgs ev) => LogPerformanceLevelEvent(ev); PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 L_0 = ___0_ev; AdaptivePerformanceManager_LogPerformanceLevelEvent_m528EBC73C0D87B7F484337679FDBC61201E82FAC(__this, L_0, NULL); return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager::b__86_3(UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_U3CAwakeU3Eb__86_3_m6AFF788EE5345618071FBF0B81EAD4D71F1E9FA7 (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_ev, const RuntimeMethod* method) { { // PerformanceBoostChangeEvent += (PerformanceBoostChangeEventArgs ev) => LogBoostEvent(ev); PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 L_0 = ___0_ev; AdaptivePerformanceManager_LogBoostEvent_m7F2081F85D9D2D41EB900AE0EA8E4A871A7BDC14(__this, L_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.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInvokeEndOfFrameU3Ed__94__ctor_m1D9CDF8CB9B47504B6EDC5EF82D96D30FF3F3ACA (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* __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 UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInvokeEndOfFrameU3Ed__94_System_IDisposable_Dispose_m0E59C1F2B63B83B510105576B78C7078EA3FBB18 (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* __this, const RuntimeMethod* method) { { return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CInvokeEndOfFrameU3Ed__94_MoveNext_m5D1F9DE0E887097A1A49A3EC83F849D336AD38A6 (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* __this, const RuntimeMethod* method) { int32_t V_0 = 0; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* V_1 = NULL; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0017; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0033; } } { return (bool)0; } IL_0017: { __this->___U3CU3E1__state_0 = (-1); } IL_001e: { // yield return m_WaitForEndOfFrame; AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_4 = V_1; NullCheck(L_4); WaitForEndOfFrame_tE38D80923E3F8380069B423968C25ABE50A46663* L_5 = L_4->___m_WaitForEndOfFrame_32; __this->___U3CU3E2__current_1 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)L_5); __this->___U3CU3E1__state_0 = 1; return (bool)1; } IL_0033: { __this->___U3CU3E1__state_0 = (-1); // if (m_CpuFrameTimeProvider != null) AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_6 = V_1; NullCheck(L_6); CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_7 = L_6->___m_CpuFrameTimeProvider_27; if (!L_7) { goto IL_001e; } } { // m_CpuFrameTimeProvider.EndOfFrame(); AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* L_8 = V_1; NullCheck(L_8); CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* L_9 = L_8->___m_CpuFrameTimeProvider_27; NullCheck(L_9); CpuTimeProvider_EndOfFrame_m20594C08F1A594B07580382A7537E3B65A9D273C(L_9, NULL); // while (true) goto IL_001e; } } // System.Object UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CInvokeEndOfFrameU3Ed__94_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mA288178C61DF7D48551D4059867B84264EFC5246 (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CU3E2__current_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInvokeEndOfFrameU3Ed__94_System_Collections_IEnumerator_Reset_m14706A7E1E8CA9160D451555F5BD8257F3622B7A (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* __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*)&U3CInvokeEndOfFrameU3Ed__94_System_Collections_IEnumerator_Reset_m14706A7E1E8CA9160D451555F5BD8257F3622B7A_RuntimeMethod_var))); } } // System.Object UnityEngine.AdaptivePerformance.AdaptivePerformanceManager/d__94::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CInvokeEndOfFrameU3Ed__94_System_Collections_IEnumerator_get_Current_m7119554223EB19C9D3FC29E4B18C2EDC65CF8495 (U3CInvokeEndOfFrameU3Ed__94_t372A748992E197A4D9DCC3E5ABB54346B5F08175* __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 UnityEngine.AdaptivePerformance.APLog::Debug(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void APLog_Debug_mD333CC10AE36AC100EF1E926EEF58D27376049FD (String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAE11F1D057CA41D1DB41DCFD6201AFC84A48697); s_Il2CppMethodInitialized = true; } { // if (enabled) bool L_0 = ((APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_StaticFields*)il2cpp_codegen_static_fields_for(APLog_t50501D4DB56BD8E95EAE77DE3797B9167CB44675_il2cpp_TypeInfo_var))->___enabled_0; if (!L_0) { goto IL_001d; } } { // UnityEngine.Debug.Log(System.String.Format("[Adaptive Performance] " + format, args)); String_t* L_1 = ___0_format; String_t* L_2; L_2 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralAAE11F1D057CA41D1DB41DCFD6201AFC84A48697, L_1, NULL); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___1_args; String_t* L_4; L_4 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(L_2, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_4, NULL); } IL_001d: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_TargetFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_TargetFrameTime_mF7E9BD9AED114892A036B925CDA589B56E63C1A0 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float TargetFrameTime { get; set; } float L_0 = __this->___U3CTargetFrameTimeU3Ek__BackingField_11; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_TargetFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_TargetFrameTime_mDAE72029F7D79C0800C110EA28987A1DE413D2EF (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float TargetFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CTargetFrameTimeU3Ek__BackingField_11 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_AllowedCpuActiveTimeRatio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_AllowedCpuActiveTimeRatio_mD2BB6C949C1730623502072743FC9636C6F7C1DE (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float AllowedCpuActiveTimeRatio { get; set; } float L_0 = __this->___U3CAllowedCpuActiveTimeRatioU3Ek__BackingField_12; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_AllowedCpuActiveTimeRatio(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_AllowedCpuActiveTimeRatio_m891683BE09359B3343E8B946945776422D4B997D (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float AllowedCpuActiveTimeRatio { get; set; } float L_0 = ___0_value; __this->___U3CAllowedCpuActiveTimeRatioU3Ek__BackingField_12 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_AllowedGpuActiveTimeRatio() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_AllowedGpuActiveTimeRatio_mCD4B5213275196084EB691E58A1FDFDFC1B3747D (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float AllowedGpuActiveTimeRatio { get; set; } float L_0 = __this->___U3CAllowedGpuActiveTimeRatioU3Ek__BackingField_13; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_AllowedGpuActiveTimeRatio(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_AllowedGpuActiveTimeRatio_m0E6B6E15E620AC8F9182F242D9E1217AE3B8C0D0 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float AllowedGpuActiveTimeRatio { get; set; } float L_0 = ___0_value; __this->___U3CAllowedGpuActiveTimeRatioU3Ek__BackingField_13 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_GpuLevelBounceAvoidanceThreshold() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_GpuLevelBounceAvoidanceThreshold_m8E23279796365E87E0664A27D26DF088A07A86FA (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float GpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = __this->___U3CGpuLevelBounceAvoidanceThresholdU3Ek__BackingField_14; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_GpuLevelBounceAvoidanceThreshold(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_GpuLevelBounceAvoidanceThreshold_mABC1DE0577A48EB82EAE532F7833C1FE6DF89BF8 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float GpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = ___0_value; __this->___U3CGpuLevelBounceAvoidanceThresholdU3Ek__BackingField_14 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_CpuLevelBounceAvoidanceThreshold() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_CpuLevelBounceAvoidanceThreshold_m502213C34716051CF8846230662A1BB215A493E3 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float CpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = __this->___U3CCpuLevelBounceAvoidanceThresholdU3Ek__BackingField_15; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_CpuLevelBounceAvoidanceThreshold(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_CpuLevelBounceAvoidanceThreshold_mA2191ADC82A355AC0F06E9977DD8F58B8B835E91 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float CpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = ___0_value; __this->___U3CCpuLevelBounceAvoidanceThresholdU3Ek__BackingField_15 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_UpdateInterval() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_UpdateInterval_m5E91316BB5AFC4742120523C005F42C02DC2C467 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float UpdateInterval { get; set; } float L_0 = __this->___U3CUpdateIntervalU3Ek__BackingField_16; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_UpdateInterval(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_UpdateInterval_m79F41A99CC68CDA648E4C7B423613B1649DC04F2 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float UpdateInterval { get; set; } float L_0 = ___0_value; __this->___U3CUpdateIntervalU3Ek__BackingField_16 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_MinTargetFrameRateHitTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_MinTargetFrameRateHitTime_m68B4290A99CE14A955726B6CAFD5272572BCCB1A (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float MinTargetFrameRateHitTime { get; set; } float L_0 = __this->___U3CMinTargetFrameRateHitTimeU3Ek__BackingField_17; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_MinTargetFrameRateHitTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_MinTargetFrameRateHitTime_mC65BBF0F702B69B62B6F2BAFDFF52DD1D6C778D2 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float MinTargetFrameRateHitTime { get; set; } float L_0 = ___0_value; __this->___U3CMinTargetFrameRateHitTimeU3Ek__BackingField_17 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_MaxTemperatureLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_MaxTemperatureLevel_m306D07DD927CA2A18F4AA1BD12972F87F3C69D3A (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float MaxTemperatureLevel { get; set; } float L_0 = __this->___U3CMaxTemperatureLevelU3Ek__BackingField_18; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_MaxTemperatureLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_MaxTemperatureLevel_mFCD0EF2765D894038BE2A4C40A0483D020513A65 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float MaxTemperatureLevel { get; set; } float L_0 = ___0_value; __this->___U3CMaxTemperatureLevelU3Ek__BackingField_18 = L_0; return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::.ctor(UnityEngine.AdaptivePerformance.IDevicePerformanceControl,UnityEngine.AdaptivePerformance.IPerformanceStatus,UnityEngine.AdaptivePerformance.IThermalStatus) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController__ctor_mDAC721DEE71D0F09E5B93BEDDEECD7C986E4D5A8 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, RuntimeObject* ___0_perfControl, RuntimeObject* ___1_perfStat, RuntimeObject* ___2_thermalStat, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoPerformanceLevelController_U3C_ctorU3Eb__43_0_m2FE9DD040C152709EED40E08DE00E57E44BD2FE1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9787136B8850D0C6064BB9F2F78CE017722D3530); s_Il2CppMethodInitialized = true; } { // string m_FeatureName = "Auto Performance Control"; __this->___m_FeatureName_10 = _stringLiteral9787136B8850D0C6064BB9F2F78CE017722D3530; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FeatureName_10), (void*)_stringLiteral9787136B8850D0C6064BB9F2F78CE017722D3530); // public AutoPerformanceLevelController(IDevicePerformanceControl perfControl, IPerformanceStatus perfStat, IThermalStatus thermalStat) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // UpdateInterval = 5.0f; AutoPerformanceLevelController_set_UpdateInterval_m79F41A99CC68CDA648E4C7B423613B1649DC04F2_inline(__this, (5.0f), NULL); // TargetFrameTime = -1.0f; AutoPerformanceLevelController_set_TargetFrameTime_mDAE72029F7D79C0800C110EA28987A1DE413D2EF_inline(__this, (-1.0f), NULL); // AllowedCpuActiveTimeRatio = 0.8f; AutoPerformanceLevelController_set_AllowedCpuActiveTimeRatio_m891683BE09359B3343E8B946945776422D4B997D_inline(__this, (0.800000012f), NULL); // AllowedGpuActiveTimeRatio = 0.9f; AutoPerformanceLevelController_set_AllowedGpuActiveTimeRatio_m0E6B6E15E620AC8F9182F242D9E1217AE3B8C0D0_inline(__this, (0.899999976f), NULL); // GpuLevelBounceAvoidanceThreshold = 10.0f; AutoPerformanceLevelController_set_GpuLevelBounceAvoidanceThreshold_mABC1DE0577A48EB82EAE532F7833C1FE6DF89BF8_inline(__this, (10.0f), NULL); // CpuLevelBounceAvoidanceThreshold = 10.0f; AutoPerformanceLevelController_set_CpuLevelBounceAvoidanceThreshold_mA2191ADC82A355AC0F06E9977DD8F58B8B835E91_inline(__this, (10.0f), NULL); // MinTargetFrameRateHitTime = 10.0f; AutoPerformanceLevelController_set_MinTargetFrameRateHitTime_mC65BBF0F702B69B62B6F2BAFDFF52DD1D6C778D2_inline(__this, (10.0f), NULL); // MaxTemperatureLevel = 0.9f; AutoPerformanceLevelController_set_MaxTemperatureLevel_mFCD0EF2765D894038BE2A4C40A0483D020513A65_inline(__this, (0.899999976f), NULL); // m_PerfStats = perfStat; RuntimeObject* L_0 = ___1_perfStat; __this->___m_PerfStats_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PerfStats_1), (void*)L_0); // m_PerfControl = perfControl; RuntimeObject* L_1 = ___0_perfControl; __this->___m_PerfControl_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PerfControl_0), (void*)L_1); // m_ThermalStats = thermalStat; RuntimeObject* L_2 = ___2_thermalStat; __this->___m_ThermalStats_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ThermalStats_2), (void*)L_2); // perfStat.PerformanceBottleneckChangeEvent += (PerformanceBottleneckChangeEventArgs ev) => OnBottleneckChange(ev); RuntimeObject* L_3 = ___1_perfStat; PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* L_4 = (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61*)il2cpp_codegen_object_new(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61_il2cpp_TypeInfo_var); NullCheck(L_4); PerformanceBottleneckChangeHandler__ctor_m3A5E803EF4F1B326E5792A4CE5DC88FB1876305D(L_4, __this, (intptr_t)((void*)AutoPerformanceLevelController_U3C_ctorU3Eb__43_0_m2FE9DD040C152709EED40E08DE00E57E44BD2FE1_RuntimeMethod_var), NULL); NullCheck(L_3); InterfaceActionInvoker1< PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* >::Invoke(2 /* System.Void UnityEngine.AdaptivePerformance.IPerformanceStatus::add_PerformanceBottleneckChangeEvent(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler) */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3, L_4); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::get_Enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_get_Enabled_mB48F48C244110A622D423283C29A064EC59835AD (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // return m_Enabled; bool L_0 = __this->___m_Enabled_9; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::set_Enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_Enabled_m3C06800186D5B95B5DA6FC0813E6887AD6CF9FFD (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, bool ___0_value, const RuntimeMethod* method) { { // if (m_Enabled == value) bool L_0 = __this->___m_Enabled_9; bool L_1 = ___0_value; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000a; } } { // return; return; } IL_000a: { // m_Enabled = value; bool L_2 = ___0_value; __this->___m_Enabled_9 = L_2; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_Update_mDEB36D1DF2CA96E442B203BBA4806525C92D748F (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // if (!m_Enabled) bool L_0 = __this->___m_Enabled_9; if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // UpdateImpl(Time.time); float L_1; L_1 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL); AutoPerformanceLevelController_UpdateImpl_m91D2163D046382CD0299AB99F412E0082622723B(__this, L_1, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::Override(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_Override_m1DAAA9202621A23A2716EE06762F59C436267226 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, int32_t ___0_requestedCpuLevel, int32_t ___1_requestedGpuLevel, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_LastChangeTimeStamp = Time.time; float L_0; L_0 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL); __this->___m_LastChangeTimeStamp_3 = L_0; // if (requestedCpuLevel > m_PerfControl.CpuLevel) int32_t L_1 = ___0_requestedCpuLevel; RuntimeObject* L_2 = __this->___m_PerfControl_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_CpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_1) <= ((int32_t)L_3))) { goto IL_0025; } } { // m_LastCpuLevelRaiseTimeStamp = m_LastChangeTimeStamp; float L_4 = __this->___m_LastChangeTimeStamp_3; __this->___m_LastCpuLevelRaiseTimeStamp_5 = L_4; } IL_0025: { // if (requestedGpuLevel > m_PerfControl.GpuLevel) int32_t L_5 = ___1_requestedGpuLevel; RuntimeObject* L_6 = __this->___m_PerfControl_0; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_GpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_6); if ((((int32_t)L_5) <= ((int32_t)L_7))) { goto IL_003f; } } { // m_LastCpuLevelRaiseTimeStamp = m_LastChangeTimeStamp; float L_8 = __this->___m_LastChangeTimeStamp_3; __this->___m_LastCpuLevelRaiseTimeStamp_5 = L_8; } IL_003f: { // m_PerfControl.CpuLevel = requestedCpuLevel; RuntimeObject* L_9 = __this->___m_PerfControl_0; int32_t L_10 = ___0_requestedCpuLevel; NullCheck(L_9); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_CpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_9, L_10); // m_PerfControl.GpuLevel = requestedGpuLevel; RuntimeObject* L_11 = __this->___m_PerfControl_0; int32_t L_12 = ___1_requestedGpuLevel; NullCheck(L_11); InterfaceActionInvoker1< int32_t >::Invoke(8 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_GpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_11, L_12); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::UpdateImpl(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_UpdateImpl_m91D2163D046382CD0299AB99F412E0082622723B (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (timestamp - m_LastChangeTimeStamp < UpdateInterval) float L_0 = ___0_timestamp; float L_1 = __this->___m_LastChangeTimeStamp_3; float L_2; L_2 = AutoPerformanceLevelController_get_UpdateInterval_m5E91316BB5AFC4742120523C005F42C02DC2C467_inline(__this, NULL); if ((!(((float)((float)il2cpp_codegen_subtract(L_0, L_1))) < ((float)L_2)))) { goto IL_0011; } } { // return; return; } IL_0011: { // switch (m_PerfStats.PerformanceMetrics.PerformanceBottleneck) RuntimeObject* L_3 = __this->___m_PerfStats_1; NullCheck(L_3); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_4; L_4 = InterfaceFuncInvoker0< PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 >::Invoke(0 /* UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.IPerformanceStatus::get_PerformanceMetrics() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_1 = L_4; int32_t L_5; L_5 = PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_inline((&V_1), NULL); V_0 = L_5; int32_t L_6 = V_0; switch (L_6) { case 0: { goto IL_0090; } case 1: { goto IL_004f; } case 2: { goto IL_003c; } case 3: { goto IL_005f; } } } { return; } IL_003c: { // if (AllowRaiseGpuLevel()) bool L_7; L_7 = AutoPerformanceLevelController_AllowRaiseGpuLevel_mAEEF398DEB2A679013E99DEE0E5D0E090AA2B86B(__this, NULL); if (!L_7) { goto IL_00d4; } } { // RaiseGpuLevel(timestamp); float L_8 = ___0_timestamp; AutoPerformanceLevelController_RaiseGpuLevel_m7D201F2DC2F0092354D9E263B044DAB51CEC506E(__this, L_8, NULL); // break; return; } IL_004f: { // if (AllowRaiseCpuLevel()) bool L_9; L_9 = AutoPerformanceLevelController_AllowRaiseCpuLevel_m4BC2C940A8E3852D7AE940AE7CB32FE5F1B0B154(__this, NULL); if (!L_9) { goto IL_00d4; } } { // RaiseCpuLevel(timestamp); float L_10 = ___0_timestamp; AutoPerformanceLevelController_RaiseCpuLevel_mD7A81C4F8FB6838E44F1373518B2600DF5C43504(__this, L_10, NULL); // break; return; } IL_005f: { // if (timestamp - m_TargetFrameRateHitTimestamp > MinTargetFrameRateHitTime) // Make sure we have been able to hold targetFrameRate for at least 5s before making adjustments that might lower it. float L_11 = ___0_timestamp; float L_12 = __this->___m_TargetFrameRateHitTimestamp_6; float L_13; L_13 = AutoPerformanceLevelController_get_MinTargetFrameRateHitTime_m68B4290A99CE14A955726B6CAFD5272572BCCB1A_inline(__this, NULL); if ((!(((float)((float)il2cpp_codegen_subtract(L_11, L_12))) > ((float)L_13)))) { goto IL_00d4; } } { // if (AllowLowerCpuLevel(timestamp)) float L_14 = ___0_timestamp; bool L_15; L_15 = AutoPerformanceLevelController_AllowLowerCpuLevel_mC91D2FA388877CD2DE501A544986D484D5EAD81D(__this, L_14, NULL); if (!L_15) { goto IL_007f; } } { // LowerCpuLevel(timestamp); float L_16 = ___0_timestamp; AutoPerformanceLevelController_LowerCpuLevel_m12182B82A56C0E70247F5D5A77CCF7D36FC2E2E6(__this, L_16, NULL); } IL_007f: { // if (AllowLowerGpuLevel(timestamp)) float L_17 = ___0_timestamp; bool L_18; L_18 = AutoPerformanceLevelController_AllowLowerGpuLevel_m032920D8B30240ECB373704AE2E944D42BCB7EBE(__this, L_17, NULL); if (!L_18) { goto IL_00d4; } } { // LowerGpuLevel(timestamp); float L_19 = ___0_timestamp; AutoPerformanceLevelController_LowerGpuLevel_mC446D7710F8BA713126E65A52E9F991EBE23657B(__this, L_19, NULL); // break; return; } IL_0090: { // if (!m_TriedToResolveUnknownBottleneck && timestamp - m_BottleneckUnknownTimestamp > 10.0f) bool L_20 = __this->___m_TriedToResolveUnknownBottleneck_8; if (L_20) { goto IL_00d4; } } { float L_21 = ___0_timestamp; float L_22 = __this->___m_BottleneckUnknownTimestamp_7; if ((!(((float)((float)il2cpp_codegen_subtract(L_21, L_22))) > ((float)(10.0f))))) { goto IL_00d4; } } { // if (AllowRaiseCpuLevel()) bool L_23; L_23 = AutoPerformanceLevelController_AllowRaiseCpuLevel_m4BC2C940A8E3852D7AE940AE7CB32FE5F1B0B154(__this, NULL); if (!L_23) { goto IL_00be; } } { // RaiseCpuLevel(timestamp); float L_24 = ___0_timestamp; AutoPerformanceLevelController_RaiseCpuLevel_mD7A81C4F8FB6838E44F1373518B2600DF5C43504(__this, L_24, NULL); // m_TriedToResolveUnknownBottleneck = true; __this->___m_TriedToResolveUnknownBottleneck_8 = (bool)1; return; } IL_00be: { // else if (AllowRaiseGpuLevel()) bool L_25; L_25 = AutoPerformanceLevelController_AllowRaiseGpuLevel_mAEEF398DEB2A679013E99DEE0E5D0E090AA2B86B(__this, NULL); if (!L_25) { goto IL_00d4; } } { // RaiseGpuLevel(timestamp); float L_26 = ___0_timestamp; AutoPerformanceLevelController_RaiseGpuLevel_m7D201F2DC2F0092354D9E263B044DAB51CEC506E(__this, L_26, NULL); // m_TriedToResolveUnknownBottleneck = true; __this->___m_TriedToResolveUnknownBottleneck_8 = (bool)1; } IL_00d4: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::OnBottleneckChange(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_OnBottleneckChange_m1D59F8A2BA0CDE68CAE9A9730413428DA1B51C92 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_ev, const RuntimeMethod* method) { { // if (ev.PerformanceBottleneck == PerformanceBottleneck.TargetFrameRate) int32_t L_0; L_0 = PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2_inline((&___0_ev), NULL); if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0015; } } { // m_TargetFrameRateHitTimestamp = Time.time; float L_1; L_1 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL); __this->___m_TargetFrameRateHitTimestamp_6 = L_1; } IL_0015: { // if (ev.PerformanceBottleneck == PerformanceBottleneck.Unknown) int32_t L_2; L_2 = PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2_inline((&___0_ev), NULL); if (L_2) { goto IL_002a; } } { // m_BottleneckUnknownTimestamp = Time.time; float L_3; L_3 = Time_get_time_m3A271BB1B20041144AC5B7863B71AB1F0150374B(NULL); __this->___m_BottleneckUnknownTimestamp_7 = L_3; return; } IL_002a: { // m_TriedToResolveUnknownBottleneck = false; __this->___m_TriedToResolveUnknownBottleneck_8 = (bool)0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::RaiseGpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_RaiseGpuLevel_m7D201F2DC2F0092354D9E263B044DAB51CEC506E (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // ++m_PerfControl.GpuLevel; RuntimeObject* L_0 = __this->___m_PerfControl_0; RuntimeObject* L_1 = L_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_GpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1); V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_1); InterfaceActionInvoker1< int32_t >::Invoke(8 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_GpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1, L_3); // m_LastChangeTimeStamp = timestamp; float L_4 = ___0_timestamp; __this->___m_LastChangeTimeStamp_3 = L_4; // m_LastGpuLevelRaiseTimeStamp = timestamp; float L_5 = ___0_timestamp; __this->___m_LastGpuLevelRaiseTimeStamp_4 = L_5; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::RaiseCpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_RaiseCpuLevel_mD7A81C4F8FB6838E44F1373518B2600DF5C43504 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // ++m_PerfControl.CpuLevel; RuntimeObject* L_0 = __this->___m_PerfControl_0; RuntimeObject* L_1 = L_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_CpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1); V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_1); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_CpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1, L_3); // m_LastChangeTimeStamp = timestamp; float L_4 = ___0_timestamp; __this->___m_LastChangeTimeStamp_3 = L_4; // m_LastCpuLevelRaiseTimeStamp = timestamp; float L_5 = ___0_timestamp; __this->___m_LastCpuLevelRaiseTimeStamp_5 = L_5; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::LowerCpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_LowerCpuLevel_m12182B82A56C0E70247F5D5A77CCF7D36FC2E2E6 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // --m_PerfControl.CpuLevel; RuntimeObject* L_0 = __this->___m_PerfControl_0; RuntimeObject* L_1 = L_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_CpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1); V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_1); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_CpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1, L_3); // m_LastChangeTimeStamp = timestamp; float L_4 = ___0_timestamp; __this->___m_LastChangeTimeStamp_3 = L_4; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::LowerGpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_LowerGpuLevel_mC446D7710F8BA713126E65A52E9F991EBE23657B (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // --m_PerfControl.GpuLevel; RuntimeObject* L_0 = __this->___m_PerfControl_0; RuntimeObject* L_1 = L_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_GpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1); V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_1); InterfaceActionInvoker1< int32_t >::Invoke(8 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_GpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_1, L_3); // m_LastChangeTimeStamp = timestamp; float L_4 = ___0_timestamp; __this->___m_LastChangeTimeStamp_3 = L_4; // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowLowerCpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowLowerCpuLevel_mC91D2FA388877CD2DE501A544986D484D5EAD81D (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_PerfControl.CpuLevel > 0 && timestamp - m_LastCpuLevelRaiseTimeStamp > CpuLevelBounceAvoidanceThreshold) RuntimeObject* L_0 = __this->___m_PerfControl_0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_CpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0061; } } { float L_2 = ___0_timestamp; float L_3 = __this->___m_LastCpuLevelRaiseTimeStamp_5; float L_4; L_4 = AutoPerformanceLevelController_get_CpuLevelBounceAvoidanceThreshold_m502213C34716051CF8846230662A1BB215A493E3_inline(__this, NULL); if ((!(((float)((float)il2cpp_codegen_subtract(L_2, L_3))) > ((float)L_4)))) { goto IL_0061; } } { // if (TargetFrameTime <= 0.0f) float L_5; L_5 = AutoPerformanceLevelController_get_TargetFrameTime_mF7E9BD9AED114892A036B925CDA589B56E63C1A0_inline(__this, NULL); if ((!(((float)L_5) <= ((float)(0.0f))))) { goto IL_002d; } } { // return true; return (bool)1; } IL_002d: { // var ft = m_PerfStats.FrameTiming; RuntimeObject* L_6 = __this->___m_PerfStats_1; NullCheck(L_6); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_7; L_7 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_6); V_0 = L_7; // if (ft.AverageCpuFrameTime <= 0.0f) float L_8; L_8 = FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline((&V_0), NULL); if ((!(((float)L_8) <= ((float)(0.0f))))) { goto IL_0049; } } { // return true; return (bool)1; } IL_0049: { // if (ft.AverageCpuFrameTime < AllowedCpuActiveTimeRatio * TargetFrameTime) float L_9; L_9 = FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline((&V_0), NULL); float L_10; L_10 = AutoPerformanceLevelController_get_AllowedCpuActiveTimeRatio_mD2BB6C949C1730623502072743FC9636C6F7C1DE_inline(__this, NULL); float L_11; L_11 = AutoPerformanceLevelController_get_TargetFrameTime_mF7E9BD9AED114892A036B925CDA589B56E63C1A0_inline(__this, NULL); if ((!(((float)L_9) < ((float)((float)il2cpp_codegen_multiply(L_10, L_11)))))) { goto IL_0061; } } { // return true; return (bool)1; } IL_0061: { // return false; return (bool)0; } } // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowLowerGpuLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowLowerGpuLevel_m032920D8B30240ECB373704AE2E944D42BCB7EBE (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_timestamp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (m_PerfControl.GpuLevel > 0 && timestamp - m_LastGpuLevelRaiseTimeStamp > GpuLevelBounceAvoidanceThreshold) RuntimeObject* L_0 = __this->___m_PerfControl_0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_GpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_0); if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0061; } } { float L_2 = ___0_timestamp; float L_3 = __this->___m_LastGpuLevelRaiseTimeStamp_4; float L_4; L_4 = AutoPerformanceLevelController_get_GpuLevelBounceAvoidanceThreshold_m8E23279796365E87E0664A27D26DF088A07A86FA_inline(__this, NULL); if ((!(((float)((float)il2cpp_codegen_subtract(L_2, L_3))) > ((float)L_4)))) { goto IL_0061; } } { // if (TargetFrameTime <= 0.0f) float L_5; L_5 = AutoPerformanceLevelController_get_TargetFrameTime_mF7E9BD9AED114892A036B925CDA589B56E63C1A0_inline(__this, NULL); if ((!(((float)L_5) <= ((float)(0.0f))))) { goto IL_002d; } } { // return true; return (bool)1; } IL_002d: { // var ft = m_PerfStats.FrameTiming; RuntimeObject* L_6 = __this->___m_PerfStats_1; NullCheck(L_6); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_7; L_7 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_6); V_0 = L_7; // if (ft.AverageGpuFrameTime <= 0.0f) float L_8; L_8 = FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline((&V_0), NULL); if ((!(((float)L_8) <= ((float)(0.0f))))) { goto IL_0049; } } { // return true; return (bool)1; } IL_0049: { // if (ft.AverageGpuFrameTime < AllowedGpuActiveTimeRatio * TargetFrameTime) float L_9; L_9 = FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline((&V_0), NULL); float L_10; L_10 = AutoPerformanceLevelController_get_AllowedGpuActiveTimeRatio_mCD4B5213275196084EB691E58A1FDFDFC1B3747D_inline(__this, NULL); float L_11; L_11 = AutoPerformanceLevelController_get_TargetFrameTime_mF7E9BD9AED114892A036B925CDA589B56E63C1A0_inline(__this, NULL); if ((!(((float)L_9) < ((float)((float)il2cpp_codegen_multiply(L_10, L_11)))))) { goto IL_0061; } } { // return true; return (bool)1; } IL_0061: { // return false; return (bool)0; } } // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowRaiseLevels() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowRaiseLevels_m9AF77F8BA38AEB9B27AFEB5BB1F0F2A3E4EDD074 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 V_1; memset((&V_1), 0, sizeof(V_1)); { // float tempLevel = m_ThermalStats.ThermalMetrics.TemperatureLevel; RuntimeObject* L_0 = __this->___m_ThermalStats_2; NullCheck(L_0); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_1; L_1 = InterfaceFuncInvoker0< ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(0 /* UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.IThermalStatus::get_ThermalMetrics() */, IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var, L_0); V_1 = L_1; float L_2; L_2 = ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB_inline((&V_1), NULL); V_0 = L_2; // if (tempLevel < 0.0f) float L_3 = V_0; if ((!(((float)L_3) < ((float)(0.0f))))) { goto IL_001e; } } { // return true; // temperature level not supported, allow changing levels anyway return (bool)1; } IL_001e: { // if (tempLevel < MaxTemperatureLevel) float L_4 = V_0; float L_5; L_5 = AutoPerformanceLevelController_get_MaxTemperatureLevel_m306D07DD927CA2A18F4AA1BD12972F87F3C69D3A_inline(__this, NULL); if ((!(((float)L_4) < ((float)L_5)))) { goto IL_0029; } } { // return true; return (bool)1; } IL_0029: { // return false; return (bool)0; } } // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowRaiseCpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowRaiseCpuLevel_m4BC2C940A8E3852D7AE940AE7CB32FE5F1B0B154 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_PerfControl.CpuLevel >= m_PerfControl.MaxCpuPerformanceLevel) RuntimeObject* L_0 = __this->___m_PerfControl_0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(5 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_CpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_0); RuntimeObject* L_2 = __this->___m_PerfControl_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(3 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_MaxCpuPerformanceLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001a; } } { // return false; return (bool)0; } IL_001a: { // return AllowRaiseLevels(); bool L_4; L_4 = AutoPerformanceLevelController_AllowRaiseLevels_m9AF77F8BA38AEB9B27AFEB5BB1F0F2A3E4EDD074(__this, NULL); return L_4; } } // System.Boolean UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::AllowRaiseGpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_AllowRaiseGpuLevel_mAEEF398DEB2A679013E99DEE0E5D0E090AA2B86B (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (m_PerfControl.GpuLevel >= m_PerfControl.MaxGpuPerformanceLevel) RuntimeObject* L_0 = __this->___m_PerfControl_0; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(7 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_GpuLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_0); RuntimeObject* L_2 = __this->___m_PerfControl_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(4 /* System.Int32 UnityEngine.AdaptivePerformance.IDevicePerformanceControl::get_MaxGpuPerformanceLevel() */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_2); if ((((int32_t)L_1) < ((int32_t)L_3))) { goto IL_001a; } } { // return false; return (bool)0; } IL_001a: { // return AllowRaiseLevels(); bool L_4; L_4 = AutoPerformanceLevelController_AllowRaiseLevels_m9AF77F8BA38AEB9B27AFEB5BB1F0F2A3E4EDD074(__this, NULL); return L_4; } } // System.Void UnityEngine.AdaptivePerformance.AutoPerformanceLevelController::<.ctor>b__43_0(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_U3C_ctorU3Eb__43_0_m2FE9DD040C152709EED40E08DE00E57E44BD2FE1 (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_ev, const RuntimeMethod* method) { { // perfStat.PerformanceBottleneckChangeEvent += (PerformanceBottleneckChangeEventArgs ev) => OnBottleneckChange(ev); PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 L_0 = ___0_ev; AutoPerformanceLevelController_OnBottleneckChange_m1D59F8A2BA0CDE68CAE9A9730413428DA1B51C92(__this, L_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.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::AndroidCpuUsage_Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime_AndroidCpuUsage_Reset_m190318F6E4E567E935642FBF83F13E672B5C5549 (const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_AndroidCpuUsage_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("AndroidCpuUsage"), "AndroidCpuUsage_Reset", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL reinterpret_cast(AndroidCpuUsage_Reset)(); #else il2cppPInvokeFunc(); #endif } // System.Double UnityEngine.AdaptivePerformance.RenderThreadCpuTime::AndroidCpuUsage_GetLatestCpuTimeDelta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double RenderThreadCpuTime_AndroidCpuUsage_GetLatestCpuTimeDelta_m76D16FEFBC5C480960CE1877E48B9471573CD8B7 (const RuntimeMethod* method) { typedef double (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_AndroidCpuUsage_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("AndroidCpuUsage"), "AndroidCpuUsage_GetLatestCpuTimeDelta", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL double returnValue = reinterpret_cast(AndroidCpuUsage_GetLatestCpuTimeDelta)(); #else double returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.IntPtr UnityEngine.AdaptivePerformance.RenderThreadCpuTime::AndroidCpuUsage_GetPluginCallback() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t RenderThreadCpuTime_AndroidCpuUsage_GetPluginCallback_m5C23776BC6E9FF0145A8B2FCC12E2E2996725EE6 (const RuntimeMethod* method) { typedef intptr_t (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_AndroidCpuUsage_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("AndroidCpuUsage"), "AndroidCpuUsage_GetPluginCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL intptr_t returnValue = reinterpret_cast(AndroidCpuUsage_GetPluginCallback)(); #else intptr_t returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime__ctor_m817BDD107A72BC3F7020DDEC173D088478088960 (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public RenderThreadCpuTime() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Commandbuffer = new CommandBuffer(); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var); NullCheck(L_0); CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_0, NULL); __this->___m_Commandbuffer_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Commandbuffer_0), (void*)L_0); // m_Commandbuffer.IssuePluginEventAndData(AndroidCpuUsage_GetPluginCallback(), 0, (IntPtr)0); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_1 = __this->___m_Commandbuffer_0; intptr_t L_2; L_2 = RenderThreadCpuTime_AndroidCpuUsage_GetPluginCallback_m5C23776BC6E9FF0145A8B2FCC12E2E2996725EE6(NULL); intptr_t L_3; L_3 = IntPtr_op_Explicit_m931A344F16D4C65EFB0B492EB07C7A82AF0B9FA1(0, NULL); NullCheck(L_1); CommandBuffer_IssuePluginEventAndData_m6218AC6654E29A7245DBB8F739FE99F6804FBB0C(L_1, L_2, 0, L_3, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime_Reset_m86BACD1618BA9BBFCBB62C0841D87091FA5D8C4A (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* method) { { // AndroidCpuUsage_Reset(); RenderThreadCpuTime_AndroidCpuUsage_Reset_m190318F6E4E567E935642FBF83F13E672B5C5549(NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.RenderThreadCpuTime::Measure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderThreadCpuTime_Measure_mA776016824D8BC345EFC64EAD9D581AA0DE38EF3 (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // Graphics.ExecuteCommandBuffer(m_Commandbuffer); CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_0 = __this->___m_Commandbuffer_0; il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var); Graphics_ExecuteCommandBuffer_mE7D922583404AB08A25C1413A3EA9F6B0D2F16B9(L_0, NULL); // } return; } } // System.Single UnityEngine.AdaptivePerformance.RenderThreadCpuTime::GetLatestResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RenderThreadCpuTime_GetLatestResult_m6AF8B5E243780ABF0FB07507A3EEA57ECEA2E226 (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* __this, const RuntimeMethod* method) { { // return (float)AndroidCpuUsage_GetLatestCpuTimeDelta(); double L_0; L_0 = RenderThreadCpuTime_AndroidCpuUsage_GetLatestCpuTimeDelta_m76D16FEFBC5C480960CE1877E48B9471573CD8B7(NULL); return ((float)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.Double UnityEngine.AdaptivePerformance.MainThreadCpuTime::AndroidCpuUsage_CpuTimeForCurrentThread() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double MainThreadCpuTime_AndroidCpuUsage_CpuTimeForCurrentThread_mCA825FCEEEB5674602EB7B66A6C2AC907339BC17 (const RuntimeMethod* method) { typedef double (DEFAULT_CALL *PInvokeFunc) (); #if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_AndroidCpuUsage_INTERNAL static PInvokeFunc il2cppPInvokeFunc; if (il2cppPInvokeFunc == NULL) { int parameterSize = 0; il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke(IL2CPP_NATIVE_STRING("AndroidCpuUsage"), "AndroidCpuUsage_CpuTimeForCurrentThread", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false); IL2CPP_ASSERT(il2cppPInvokeFunc != NULL); } #endif // Native function invocation #if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_AndroidCpuUsage_INTERNAL double returnValue = reinterpret_cast(AndroidCpuUsage_CpuTimeForCurrentThread)(); #else double returnValue = il2cppPInvokeFunc(); #endif return returnValue; } // System.Single UnityEngine.AdaptivePerformance.MainThreadCpuTime::GetLatestResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float MainThreadCpuTime_GetLatestResult_mF6DE9B751BE1D1F93FF2AC0A915DF00FCD8FA520 (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* __this, const RuntimeMethod* method) { { // return m_LatestMainthreadCpuTime; float L_0 = __this->___m_LatestMainthreadCpuTime_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.MainThreadCpuTime::Measure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainThreadCpuTime_Measure_m53F342BA9CFC977C5ECCE17EBBBD427EF8AA54F7 (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* __this, const RuntimeMethod* method) { double V_0 = 0.0; double V_1 = 0.0; { // double cpuTime = 0.0; V_0 = (0.0); // cpuTime = AndroidCpuUsage_CpuTimeForCurrentThread(); double L_0; L_0 = MainThreadCpuTime_AndroidCpuUsage_CpuTimeForCurrentThread_mCA825FCEEEB5674602EB7B66A6C2AC907339BC17(NULL); V_0 = L_0; // if (cpuTime > 0.0) double L_1 = V_0; if ((!(((double)L_1) > ((double)(0.0))))) { goto IL_0034; } } { // double dt = cpuTime - m_LastAbsoluteMainThreadCpuTime; double L_2 = V_0; double L_3 = __this->___m_LastAbsoluteMainThreadCpuTime_0; V_1 = ((double)il2cpp_codegen_subtract(L_2, L_3)); // m_LastAbsoluteMainThreadCpuTime = cpuTime; double L_4 = V_0; __this->___m_LastAbsoluteMainThreadCpuTime_0 = L_4; // m_LatestMainthreadCpuTime = (float)dt; double L_5 = V_1; __this->___m_LatestMainthreadCpuTime_1 = ((float)L_5); } IL_0034: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.MainThreadCpuTime::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MainThreadCpuTime__ctor_m489CB20DEBB56A421588C065AA0682D1E5C16FF5 (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* __this, const RuntimeMethod* method) { { // private float m_LatestMainthreadCpuTime = -1.0f; __this->___m_LatestMainthreadCpuTime_1 = (-1.0f); // public MainThreadCpuTime() 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.Single UnityEngine.AdaptivePerformance.CpuTimeProvider::get_CpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float CpuTimeProvider_get_CpuFrameTime_mEA390DC74BB5A77BDCCA9F987DEB423DEEB9F5A9 (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) { { // if (m_RenderThreadCpuTime != null) RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* L_0 = __this->___m_RenderThreadCpuTime_0; if (!L_0) { goto IL_0024; } } { // return Mathf.Max(m_MainThreadCpuTime.GetLatestResult(), m_RenderThreadCpuTime.GetLatestResult()); MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* L_1 = __this->___m_MainThreadCpuTime_1; NullCheck(L_1); float L_2; L_2 = MainThreadCpuTime_GetLatestResult_mF6DE9B751BE1D1F93FF2AC0A915DF00FCD8FA520_inline(L_1, NULL); RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* L_3 = __this->___m_RenderThreadCpuTime_0; NullCheck(L_3); float L_4; L_4 = RenderThreadCpuTime_GetLatestResult_m6AF8B5E243780ABF0FB07507A3EEA57ECEA2E226(L_3, NULL); float L_5; L_5 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_2, L_4, NULL); return L_5; } IL_0024: { // return m_MainThreadCpuTime.GetLatestResult(); MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* L_6 = __this->___m_MainThreadCpuTime_1; NullCheck(L_6); float L_7; L_7 = MainThreadCpuTime_GetLatestResult_mF6DE9B751BE1D1F93FF2AC0A915DF00FCD8FA520_inline(L_6, NULL); return L_7; } } // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider__ctor_m94C3042515AC2F6FE8B097E5E63FADBB36F44AFF (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public CpuTimeProvider() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_MainThreadCpuTime = new MainThreadCpuTime(); MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* L_0 = (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85*)il2cpp_codegen_object_new(MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85_il2cpp_TypeInfo_var); NullCheck(L_0); MainThreadCpuTime__ctor_m489CB20DEBB56A421588C065AA0682D1E5C16FF5(L_0, NULL); __this->___m_MainThreadCpuTime_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_MainThreadCpuTime_1), (void*)L_0); // if (SystemInfo.graphicsMultiThreaded) bool L_1; L_1 = SystemInfo_get_graphicsMultiThreaded_m64EB05A6E20E1128246404063FDD6EC902F06458(NULL); if (!L_1) { goto IL_0023; } } { // m_RenderThreadCpuTime = new RenderThreadCpuTime(); RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* L_2 = (RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF*)il2cpp_codegen_object_new(RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF_il2cpp_TypeInfo_var); NullCheck(L_2); RenderThreadCpuTime__ctor_m817BDD107A72BC3F7020DDEC173D088478088960(L_2, NULL); __this->___m_RenderThreadCpuTime_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderThreadCpuTime_0), (void*)L_2); } IL_0023: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider_Reset_mB101D9BE62EC4861A8896988AAE5A61A35CF4B9B (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) { { // if (m_RenderThreadCpuTime != null) RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* L_0 = __this->___m_RenderThreadCpuTime_0; if (!L_0) { goto IL_0013; } } { // m_RenderThreadCpuTime.Reset(); RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* L_1 = __this->___m_RenderThreadCpuTime_0; NullCheck(L_1); RenderThreadCpuTime_Reset_m86BACD1618BA9BBFCBB62C0841D87091FA5D8C4A(L_1, NULL); } IL_0013: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::LateUpdate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider_LateUpdate_mD5A7C32AD9B5A4A3F36C5FF356F53B23548D6189 (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) { { // if (m_RenderThreadCpuTime != null) RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* L_0 = __this->___m_RenderThreadCpuTime_0; if (!L_0) { goto IL_0013; } } { // m_RenderThreadCpuTime.Measure(); RenderThreadCpuTime_t1D91F3EFEACEB610884B2C2D225A8365AAFEC3FF* L_1 = __this->___m_RenderThreadCpuTime_0; NullCheck(L_1); RenderThreadCpuTime_Measure_mA776016824D8BC345EFC64EAD9D581AA0DE38EF3(L_1, NULL); } IL_0013: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.CpuTimeProvider::EndOfFrame() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CpuTimeProvider_EndOfFrame_m20594C08F1A594B07580382A7537E3B65A9D273C (CpuTimeProvider_t2CC68218CE9E4ACA8DE94EB07A7713A612988FFB* __this, const RuntimeMethod* method) { { // m_MainThreadCpuTime.Measure(); MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* L_0 = __this->___m_MainThreadCpuTime_1; NullCheck(L_0); MainThreadCpuTime_Measure_m53F342BA9CFC977C5ECCE17EBBBD427EF8AA54F7(L_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.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::.ctor(UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl__ctor_mA2CFE5A4EC12050C7D4BA19D63F314A079155283 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, RuntimeObject* ___0_performanceLevelControl, const RuntimeMethod* method) { { // public DevicePerformanceControlImpl(Provider.IDevicePerformanceLevelControl performanceLevelControl) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_PerformanceLevelControl = performanceLevelControl; RuntimeObject* L_0 = ___0_performanceLevelControl; __this->___m_PerformanceLevelControl_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PerformanceLevelControl_0), (void*)L_0); // PerformanceControlMode = PerformanceControlMode.Automatic; DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline(__this, 0, NULL); // CurrentCpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB_inline(__this, (-1), NULL); // CurrentGpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0_inline(__this, (-1), NULL); // CpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CpuLevel_m37835C7484750B26BE91ADEEE3F1B965BCAD61DE_inline(__this, (-1), NULL); // GpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_GpuLevel_mB659754667A6E7ADC4BFA8295DA74076C8BC8E5D_inline(__this, (-1), NULL); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::Update(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_Update_mEE1C9D692916EEDB39D7C84848B5DA3C6C016F52 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* ___0_changeArgs, 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*)&IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4446ACE00868A657F870391E2FCDFDD91265A28F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B4_0 = 0; int32_t G_B6_0 = 0; int32_t G_B5_0 = 0; { // changeArgs = new PerformanceLevelChangeEventArgs(); PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_0 = ___0_changeArgs; il2cpp_codegen_initobj(L_0, sizeof(PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838)); // changeArgs.PerformanceControlMode = PerformanceControlMode; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_1 = ___0_changeArgs; int32_t L_2; L_2 = DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175_inline(__this, NULL); PerformanceLevelChangeEventArgs_set_PerformanceControlMode_mC9DF077BF69B89D1B5A47CC8C506913B34C7531F_inline(L_1, L_2, NULL); // if (PerformanceControlMode == PerformanceControlMode.System) int32_t L_3; L_3 = DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175_inline(__this, NULL); if ((!(((uint32_t)L_3) == ((uint32_t)2)))) { goto IL_006c; } } { // bool changed = CurrentCpuLevel != Constants.UnknownPerformanceLevel || CurrentGpuLevel != Constants.UnknownPerformanceLevel; int32_t L_4; L_4 = DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline(__this, NULL); if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_0033; } } { int32_t L_5; L_5 = DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline(__this, NULL); G_B4_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0034; } IL_0033: { G_B4_0 = 1; } IL_0034: { // CurrentCpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB_inline(__this, (-1), NULL); // CurrentGpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0_inline(__this, (-1), NULL); // if (changed) int32_t L_6 = G_B4_0; G_B5_0 = L_6; if (!L_6) { G_B6_0 = L_6; goto IL_006b; } } { // changeArgs.CpuLevel = CurrentCpuLevel; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_7 = ___0_changeArgs; int32_t L_8; L_8 = DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline(__this, NULL); PerformanceLevelChangeEventArgs_set_CpuLevel_mD58480B2447A008C7BF599703303A5328422E955_inline(L_7, L_8, NULL); // changeArgs.GpuLevel = CurrentGpuLevel; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_9 = ___0_changeArgs; int32_t L_10; L_10 = DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline(__this, NULL); PerformanceLevelChangeEventArgs_set_GpuLevel_mE563A90E537994BA33EB9FE37930984665B5A563_inline(L_9, L_10, NULL); // changeArgs.CpuLevelDelta = 0; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_11 = ___0_changeArgs; PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E_inline(L_11, 0, NULL); // changeArgs.GpuLevelDelta = 0; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_12 = ___0_changeArgs; PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B_inline(L_12, 0, NULL); G_B6_0 = G_B5_0; } IL_006b: { // return changed; return (bool)G_B6_0; } IL_006c: { // if (CpuLevel != Constants.UnknownPerformanceLevel || GpuLevel != Constants.UnknownPerformanceLevel) int32_t L_13; L_13 = DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline(__this, NULL); if ((!(((uint32_t)L_13) == ((uint32_t)(-1))))) { goto IL_0081; } } { int32_t L_14; L_14 = DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline(__this, NULL); if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_019d; } } IL_0081: { // if (CpuLevel != CurrentCpuLevel || GpuLevel != CurrentGpuLevel) int32_t L_15; L_15 = DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline(__this, NULL); int32_t L_16; L_16 = DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline(__this, NULL); if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_00a0; } } { int32_t L_17; L_17 = DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline(__this, NULL); int32_t L_18; L_18 = DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline(__this, NULL); if ((((int32_t)L_17) == ((int32_t)L_18))) { goto IL_019d; } } IL_00a0: { // var tempCpuLevel = CpuLevel; int32_t L_19; L_19 = DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline(__this, NULL); V_0 = L_19; // var tempGpuLevel = GpuLevel; int32_t L_20; L_20 = DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline(__this, NULL); V_1 = L_20; // if (m_PerformanceLevelControl.SetPerformanceLevel(ref tempCpuLevel, ref tempGpuLevel)) RuntimeObject* L_21 = __this->___m_PerformanceLevelControl_0; NullCheck(L_21); bool L_22; L_22 = InterfaceFuncInvoker2< bool, int32_t*, int32_t* >::Invoke(2 /* System.Boolean UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl::SetPerformanceLevel(System.Int32&,System.Int32&) */, IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var, L_21, (&V_0), (&V_1)); if (!L_22) { goto IL_0157; } } { // changeArgs.CpuLevelDelta = ComputeDelta(CurrentCpuLevel, tempCpuLevel); PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_23 = ___0_changeArgs; int32_t L_24; L_24 = DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline(__this, NULL); int32_t L_25 = V_0; int32_t L_26; L_26 = DevicePerformanceControlImpl_ComputeDelta_m7FD868C03247D7BC313224A5004655489B13F19F(__this, L_24, L_25, NULL); PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E_inline(L_23, L_26, NULL); // changeArgs.GpuLevelDelta = ComputeDelta(CurrentGpuLevel, tempGpuLevel); PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_27 = ___0_changeArgs; int32_t L_28; L_28 = DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline(__this, NULL); int32_t L_29 = V_1; int32_t L_30; L_30 = DevicePerformanceControlImpl_ComputeDelta_m7FD868C03247D7BC313224A5004655489B13F19F(__this, L_28, L_29, NULL); PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B_inline(L_27, L_30, NULL); // if (tempCpuLevel != CpuLevel || tempGpuLevel != GpuLevel) int32_t L_31 = V_0; int32_t L_32; L_32 = DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline(__this, NULL); if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_00fa; } } { int32_t L_33 = V_1; int32_t L_34; L_34 = DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline(__this, NULL); if ((((int32_t)L_33) == ((int32_t)L_34))) { goto IL_013d; } } IL_00fa: { // Debug.Log($"Requested CPU level {CpuLevel} and GPU level {GpuLevel} was overriden by System with CPU level {tempCpuLevel} and GPU level {tempGpuLevel}"); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_35 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36 = L_35; int32_t L_37; L_37 = DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline(__this, NULL); int32_t L_38 = L_37; RuntimeObject* L_39 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_38); NullCheck(L_36); ArrayElementTypeCheck (L_36, L_39); (L_36)->SetAt(static_cast(0), (RuntimeObject*)L_39); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_40 = L_36; int32_t L_41; L_41 = DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline(__this, NULL); int32_t L_42 = L_41; RuntimeObject* L_43 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_42); NullCheck(L_40); ArrayElementTypeCheck (L_40, L_43); (L_40)->SetAt(static_cast(1), (RuntimeObject*)L_43); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_44 = L_40; int32_t L_45 = V_0; int32_t L_46 = L_45; RuntimeObject* L_47 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_46); NullCheck(L_44); ArrayElementTypeCheck (L_44, L_47); (L_44)->SetAt(static_cast(2), (RuntimeObject*)L_47); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_48 = L_44; int32_t L_49 = V_1; int32_t L_50 = L_49; RuntimeObject* L_51 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_50); NullCheck(L_48); ArrayElementTypeCheck (L_48, L_51); (L_48)->SetAt(static_cast(3), (RuntimeObject*)L_51); String_t* L_52; L_52 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral4446ACE00868A657F870391E2FCDFDD91265A28F, L_48, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_52, NULL); } IL_013d: { // CurrentCpuLevel = CpuLevel; int32_t L_53; L_53 = DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline(__this, NULL); DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB_inline(__this, L_53, NULL); // CurrentGpuLevel = GpuLevel; int32_t L_54; L_54 = DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline(__this, NULL); DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0_inline(__this, L_54, NULL); goto IL_0183; } IL_0157: { // changeArgs.CpuLevelDelta = 0; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_55 = ___0_changeArgs; PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E_inline(L_55, 0, NULL); // changeArgs.GpuLevelDelta = 0; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_56 = ___0_changeArgs; PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B_inline(L_56, 0, NULL); // CurrentCpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB_inline(__this, (-1), NULL); // CurrentGpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0_inline(__this, (-1), NULL); // CpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_CpuLevel_m37835C7484750B26BE91ADEEE3F1B965BCAD61DE_inline(__this, (-1), NULL); // GpuLevel = Constants.UnknownPerformanceLevel; DevicePerformanceControlImpl_set_GpuLevel_mB659754667A6E7ADC4BFA8295DA74076C8BC8E5D_inline(__this, (-1), NULL); // return false; return (bool)0; } IL_0183: { // changeArgs.CpuLevel = CurrentCpuLevel; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_57 = ___0_changeArgs; int32_t L_58; L_58 = DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline(__this, NULL); PerformanceLevelChangeEventArgs_set_CpuLevel_mD58480B2447A008C7BF599703303A5328422E955_inline(L_57, L_58, NULL); // changeArgs.GpuLevel = CurrentGpuLevel; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* L_59 = ___0_changeArgs; int32_t L_60; L_60 = DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline(__this, NULL); PerformanceLevelChangeEventArgs_set_GpuLevel_mE563A90E537994BA33EB9FE37930984665B5A563_inline(L_59, L_60, NULL); // return true; return (bool)1; } IL_019d: { // return false; return (bool)0; } } // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::ComputeDelta(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_ComputeDelta_m7FD868C03247D7BC313224A5004655489B13F19F (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_oldLevel, int32_t ___1_newLevel, const RuntimeMethod* method) { { // if (oldLevel < 0 || newLevel < 0) int32_t L_0 = ___0_oldLevel; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___1_newLevel; if ((((int32_t)L_1) >= ((int32_t)0))) { goto IL_000a; } } IL_0008: { // return 0; return 0; } IL_000a: { // return newLevel - oldLevel; int32_t L_2 = ___1_newLevel; int32_t L_3 = ___0_oldLevel; return ((int32_t)il2cpp_codegen_subtract(L_2, L_3)); } } // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_AutomaticPerformanceControl() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_get_AutomaticPerformanceControl_mC0DC6BAF60230E2B4D38F634D1A5799715DE7C1A (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public bool AutomaticPerformanceControl { get { return false; } set {} } return (bool)0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_AutomaticPerformanceControl(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_AutomaticPerformanceControl_mCD14FDACA9B563BBA2BA3AB2F0A543B66570F978 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool AutomaticPerformanceControl { get { return false; } set {} } return; } } // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_PerformanceControlMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = __this->___U3CPerformanceControlModeU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_PerformanceControlMode(UnityEngine.AdaptivePerformance.PerformanceControlMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceControlModeU3Ek__BackingField_1 = L_0; return; } } // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_MaxCpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_MaxCpuPerformanceLevel_m156D40C5839C9033189A4DB1A56813336404F544 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public int MaxCpuPerformanceLevel { get { return m_PerformanceLevelControl != null ? m_PerformanceLevelControl.MaxCpuPerformanceLevel : Constants.UnknownPerformanceLevel; } } RuntimeObject* L_0 = __this->___m_PerformanceLevelControl_0; if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { RuntimeObject* L_1 = __this->___m_PerformanceLevelControl_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl::get_MaxCpuPerformanceLevel() */, IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var, L_1); return L_2; } } // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_MaxGpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_MaxGpuPerformanceLevel_m322CCE77E0DAAA251D9D4774E5A7F54A54711526 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public int MaxGpuPerformanceLevel { get { return m_PerformanceLevelControl != null ? m_PerformanceLevelControl.MaxGpuPerformanceLevel : Constants.UnknownPerformanceLevel; } } RuntimeObject* L_0 = __this->___m_PerformanceLevelControl_0; if (L_0) { goto IL_000a; } } { return (-1); } IL_000a: { RuntimeObject* L_1 = __this->___m_PerformanceLevelControl_0; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 UnityEngine.AdaptivePerformance.Provider.IDevicePerformanceLevelControl::get_MaxGpuPerformanceLevel() */, IDevicePerformanceLevelControl_t894EA40FAE48D533C71232E4AE425D2DA8C142D5_il2cpp_TypeInfo_var, L_1); return L_2; } } // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = __this->___U3CCpuLevelU3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CpuLevel_m37835C7484750B26BE91ADEEE3F1B965BCAD61DE (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuLevelU3Ek__BackingField_2 = L_0; return; } } // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_GpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = __this->___U3CGpuLevelU3Ek__BackingField_3; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_GpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_GpuLevel_mB659754667A6E7ADC4BFA8295DA74076C8BC8E5D (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuLevelU3Ek__BackingField_3 = L_0; return; } } // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CurrentCpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentCpuLevelU3Ek__BackingField_4; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CurrentCpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentCpuLevelU3Ek__BackingField_4 = L_0; return; } } // System.Int32 UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CurrentGpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentGpuLevelU3Ek__BackingField_5; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CurrentGpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentGpuLevelU3Ek__BackingField_5 = L_0; return; } } // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_CpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_get_CpuPerformanceBoost_m224B8F451A656BB47BDE468C52653A08DC8715A6 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CCpuPerformanceBoostU3Ek__BackingField_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_CpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CpuPerformanceBoost_m1FAB8561F6E092387B30BEF465009DA33701ED1A (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuPerformanceBoostU3Ek__BackingField_6 = L_0; return; } } // System.Boolean UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::get_GpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_get_GpuPerformanceBoost_mA9DA128F439CFCD7C1A280B109A71C900C6AD304 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CGpuPerformanceBoostU3Ek__BackingField_7; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.DevicePerformanceControlImpl::set_GpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_GpuPerformanceBoost_m7070A76B0FB1C5CC010BD84A232EA87F0EDCDFD2 (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuPerformanceBoostU3Ek__BackingField_7 = L_0; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.GpuTimeProvider::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GpuTimeProvider__ctor_mC70CC7AF14A9C21F109648C79FFCC0F1D7C3500E (GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private UnityEngine.FrameTiming[] m_FrameTiming = new UnityEngine.FrameTiming[1]; FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E* L_0 = (FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E*)(FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E*)SZArrayNew(FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E_il2cpp_TypeInfo_var, (uint32_t)1); __this->___m_FrameTiming_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FrameTiming_0), (void*)L_0); // public GpuTimeProvider() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // } return; } } // System.Single UnityEngine.AdaptivePerformance.GpuTimeProvider::get_GpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GpuTimeProvider_get_GpuFrameTime_m0B839D41675CF1FA902CFA9AB8AE017957ECAF63 (GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* __this, const RuntimeMethod* method) { double V_0 = 0.0; { // if (UnityEngine.FrameTimingManager.GetLatestTimings(1, m_FrameTiming) >= 1) FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E* L_0 = __this->___m_FrameTiming_0; uint32_t L_1; L_1 = FrameTimingManager_GetLatestTimings_mF724A6F8379C7C3428B9931DB49420CF01802EF7(1, L_0, NULL); if ((!(((uint32_t)L_1) >= ((uint32_t)1)))) { goto IL_003a; } } { // double gpuFrameTime = m_FrameTiming[0].gpuFrameTime; FrameTimingU5BU5D_t32DDC21D000DE3127D5DF845AFEC7B02A0AE390E* L_2 = __this->___m_FrameTiming_0; NullCheck(L_2); double L_3 = ((L_2)->GetAddressAt(static_cast(0)))->___gpuFrameTime_3; V_0 = L_3; // if (gpuFrameTime > 0.0) double L_4 = V_0; if ((!(((double)L_4) > ((double)(0.0))))) { goto IL_003a; } } { // return (float)(gpuFrameTime * 0.001); double L_5 = V_0; return ((float)((double)il2cpp_codegen_multiply(L_5, (0.001)))); } IL_003a: { // return -1.0f; return (-1.0f); } } // System.Void UnityEngine.AdaptivePerformance.GpuTimeProvider::Measure() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GpuTimeProvider_Measure_mB50432B32BFE4EAF020C0F76D318137A0166F289 (GpuTimeProvider_t1EFDC869B506D3D1A5D7743A595B7705B173E9DD* __this, const RuntimeMethod* method) { { // UnityEngine.FrameTimingManager.CaptureFrameTimings(); FrameTimingManager_CaptureFrameTimings_mB84281273500DB848D6BBA00ABBA6004AE94329B(NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.RunningAverage::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunningAverage__ctor_m13172A205A6A882B6734381914F14C31AD8002F9 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, int32_t ___0_sampleWindowSize, 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; } { // private int m_LastIndex = -1; __this->___m_LastIndex_2 = (-1); // public RunningAverage(int sampleWindowSize = 100) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Values = new float[sampleWindowSize]; int32_t L_0 = ___0_sampleWindowSize; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)L_0); __this->___m_Values_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Values_0), (void*)L_1); // } return; } } // System.Int32 UnityEngine.AdaptivePerformance.RunningAverage::GetNumValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RunningAverage_GetNumValues_m6EF586C401CE91B628667DE1A94789C8BEAE7A5B (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, const RuntimeMethod* method) { { // return m_NumValues; int32_t L_0 = __this->___m_NumValues_1; return L_0; } } // System.Int32 UnityEngine.AdaptivePerformance.RunningAverage::GetSampleWindowSize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RunningAverage_GetSampleWindowSize_mEFA6A020C0CD2385DAE5B3768F7F0C9812DE69D5 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, const RuntimeMethod* method) { { // return m_Values.Length; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_Values_0; NullCheck(L_0); return ((int32_t)(((RuntimeArray*)L_0)->max_length)); } } // System.Single UnityEngine.AdaptivePerformance.RunningAverage::GetAverageOr(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RunningAverage_GetAverageOr_m198EF3F7CC0AA587B13A7DCD06162F4B0A0C59B7 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, float ___0_defaultValue, const RuntimeMethod* method) { { // return (m_NumValues > 0) ? m_AverageValue : defaultValue; int32_t L_0 = __this->___m_NumValues_1; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { float L_1 = ___0_defaultValue; return L_1; } IL_000b: { float L_2 = __this->___m_AverageValue_3; return L_2; } } // System.Single UnityEngine.AdaptivePerformance.RunningAverage::GetMostRecentValueOr(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float RunningAverage_GetMostRecentValueOr_m96BBB840797D9AD9D978086F87AB64A79F3C8AB0 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, float ___0_defaultValue, const RuntimeMethod* method) { { // return (m_NumValues > 0) ? m_Values[m_LastIndex] : defaultValue; int32_t L_0 = __this->___m_NumValues_1; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_000b; } } { float L_1 = ___0_defaultValue; return L_1; } IL_000b: { SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = __this->___m_Values_0; int32_t L_3 = __this->___m_LastIndex_2; NullCheck(L_2); int32_t L_4 = L_3; float L_5 = (L_2)->GetAt(static_cast(L_4)); return L_5; } } // System.Void UnityEngine.AdaptivePerformance.RunningAverage::AddValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunningAverage_AddValue_mEECEDEB7101DEC74E653771B98F55D4859363FE4 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, float ___0_NewValue, const RuntimeMethod* method) { int32_t V_0 = 0; float V_1 = 0.0f; float V_2 = 0.0f; { // int oldestIndex = (m_LastIndex + 1) % m_Values.Length; int32_t L_0 = __this->___m_LastIndex_2; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = __this->___m_Values_0; NullCheck(L_1); V_0 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_0, 1))%((int32_t)(((RuntimeArray*)L_1)->max_length)))); // float oldestValue = m_Values[oldestIndex]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = __this->___m_Values_0; int32_t L_3 = V_0; NullCheck(L_2); int32_t L_4 = L_3; float L_5 = (L_2)->GetAt(static_cast(L_4)); V_1 = L_5; // m_LastIndex = oldestIndex; int32_t L_6 = V_0; __this->___m_LastIndex_2 = L_6; // m_Values[m_LastIndex] = NewValue; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_7 = __this->___m_Values_0; int32_t L_8 = __this->___m_LastIndex_2; float L_9 = ___0_NewValue; NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (float)L_9); // float totalValue = m_AverageValue * m_NumValues + NewValue - oldestValue; float L_10 = __this->___m_AverageValue_3; int32_t L_11 = __this->___m_NumValues_1; float L_12 = ___0_NewValue; float L_13 = V_1; V_2 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_10, ((float)L_11))), L_12)), L_13)); // m_NumValues = Mathf.Min(m_NumValues + 1, m_Values.Length); int32_t L_14 = __this->___m_NumValues_1; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_15 = __this->___m_Values_0; NullCheck(L_15); int32_t L_16; L_16 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)il2cpp_codegen_add(L_14, 1)), ((int32_t)(((RuntimeArray*)L_15)->max_length)), NULL); __this->___m_NumValues_1 = L_16; // m_AverageValue = totalValue / m_NumValues; float L_17 = V_2; int32_t L_18 = __this->___m_NumValues_1; __this->___m_AverageValue_3 = ((float)(L_17/((float)L_18))); // } return; } } // System.Void UnityEngine.AdaptivePerformance.RunningAverage::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RunningAverage_Reset_m82C0F2DD21BEE75E829E1FA2F8F0D4664BDFEBF0 (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, const RuntimeMethod* method) { { // m_NumValues = 0; __this->___m_NumValues_1 = 0; // m_LastIndex = -1; __this->___m_LastIndex_2 = (-1); // m_AverageValue = 0.0f; __this->___m_AverageValue_3 = (0.0f); // System.Array.Clear(m_Values, 0, m_Values.Length); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_Values_0; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = __this->___m_Values_0; NullCheck(L_1); Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_0, 0, ((int32_t)(((RuntimeArray*)L_1)->max_length)), NULL); // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::PopOldestValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_PopOldestValue_m4B6229634F78C1FD4F694B2C251ACAC397F3ECB1 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) { double V_0 = 0.0; double V_1 = 0.0; { // double x = m_TimeStamps[m_OldestValueIndex]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_TimeStamps_9; int32_t L_1 = __this->___m_OldestValueIndex_13; NullCheck(L_0); int32_t L_2 = L_1; float L_3 = (L_0)->GetAt(static_cast(L_2)); V_0 = ((double)L_3); // double y = m_Temperature[m_OldestValueIndex]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_4 = __this->___m_Temperature_10; int32_t L_5 = __this->___m_OldestValueIndex_13; NullCheck(L_4); int32_t L_6 = L_5; float L_7 = (L_4)->GetAt(static_cast(L_6)); V_1 = ((double)L_7); // m_SumX -= x; double L_8 = __this->___m_SumX_1; double L_9 = V_0; __this->___m_SumX_1 = ((double)il2cpp_codegen_subtract(L_8, L_9)); // m_SumY -= y; double L_10 = __this->___m_SumY_2; double L_11 = V_1; __this->___m_SumY_2 = ((double)il2cpp_codegen_subtract(L_10, L_11)); // m_SumXY -= x * y; double L_12 = __this->___m_SumXY_3; double L_13 = V_0; double L_14 = V_1; __this->___m_SumXY_3 = ((double)il2cpp_codegen_subtract(L_12, ((double)il2cpp_codegen_multiply(L_13, L_14)))); // m_SumXX -= x * x; double L_15 = __this->___m_SumXX_4; double L_16 = V_0; double L_17 = V_0; __this->___m_SumXX_4 = ((double)il2cpp_codegen_subtract(L_15, ((double)il2cpp_codegen_multiply(L_16, L_17)))); // m_OldestValueIndex = (m_OldestValueIndex + 1) % SamplesCapacity; int32_t L_18 = __this->___m_OldestValueIndex_13; __this->___m_OldestValueIndex_13 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_18, 1))%((int32_t)200))); // --m_NumValues; int32_t L_19 = __this->___m_NumValues_11; __this->___m_NumValues_11 = ((int32_t)il2cpp_codegen_subtract(L_19, 1)); // } return; } } // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::PushNewValue(System.Single,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_PushNewValue_m323953E98673327490D9D212FEB8456A42404DA7 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, float ___0_tempLevel, float ___1_timestamp, const RuntimeMethod* method) { double V_0 = 0.0; double V_1 = 0.0; { // m_TimeStamps[m_NextValueIndex] = timestamp; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = __this->___m_TimeStamps_9; int32_t L_1 = __this->___m_NextValueIndex_12; float L_2 = ___1_timestamp; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (float)L_2); // m_Temperature[m_NextValueIndex] = tempLevel; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3 = __this->___m_Temperature_10; int32_t L_4 = __this->___m_NextValueIndex_12; float L_5 = ___0_tempLevel; NullCheck(L_3); (L_3)->SetAt(static_cast(L_4), (float)L_5); // m_NextValueIndex = (m_NextValueIndex + 1) % SamplesCapacity; int32_t L_6 = __this->___m_NextValueIndex_12; __this->___m_NextValueIndex_12 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_6, 1))%((int32_t)200))); // ++m_NumValues; int32_t L_7 = __this->___m_NumValues_11; __this->___m_NumValues_11 = ((int32_t)il2cpp_codegen_add(L_7, 1)); // double x = timestamp; float L_8 = ___1_timestamp; V_0 = ((double)L_8); // double y = tempLevel; float L_9 = ___0_tempLevel; V_1 = ((double)L_9); // m_SumX += x; double L_10 = __this->___m_SumX_1; double L_11 = V_0; __this->___m_SumX_1 = ((double)il2cpp_codegen_add(L_10, L_11)); // m_SumY += y; double L_12 = __this->___m_SumY_2; double L_13 = V_1; __this->___m_SumY_2 = ((double)il2cpp_codegen_add(L_12, L_13)); // m_SumXY += x * y; double L_14 = __this->___m_SumXY_3; double L_15 = V_0; double L_16 = V_1; __this->___m_SumXY_3 = ((double)il2cpp_codegen_add(L_14, ((double)il2cpp_codegen_multiply(L_15, L_16)))); // m_SumXX += x * x; double L_17 = __this->___m_SumXX_4; double L_18 = V_0; double L_19 = V_0; __this->___m_SumXX_4 = ((double)il2cpp_codegen_add(L_17, ((double)il2cpp_codegen_multiply(L_18, L_19)))); // } return; } } // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend__ctor_m8AEF80CA8FEE118501367E7B449EF7C602A65F47 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, bool ___0_useProviderTrend, 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; } { // float[] m_TimeStamps = new float[SamplesCapacity]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)200)); __this->___m_TimeStamps_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TimeStamps_9), (void*)L_0); // float[] m_Temperature = new float[SamplesCapacity]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)200)); __this->___m_Temperature_10 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Temperature_10), (void*)L_1); // public TemperatureTrend(bool useProviderTrend) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_UseProviderTrend = useProviderTrend; bool L_2 = ___0_useProviderTrend; __this->___m_UseProviderTrend_0 = L_2; // } return; } } // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_Reset_m3B514D4DBBFCCD1EA572D8E99679F541FCED08DE (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) { { // m_NumValues = 0; __this->___m_NumValues_11 = 0; // m_OldestValueIndex = 0; __this->___m_OldestValueIndex_13 = 0; // m_NextValueIndex = 0; __this->___m_NextValueIndex_12 = 0; // m_SumX = 0.0; __this->___m_SumX_1 = (0.0); // m_SumY = 0.0; __this->___m_SumY_2 = (0.0); // m_SumXY = 0.0; __this->___m_SumXY_3 = (0.0); // m_SumXX = 0.0; __this->___m_SumXX_4 = (0.0); // ThermalTrend = 0.0f; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, (0.0f), NULL); // } return; } } // System.Single UnityEngine.AdaptivePerformance.TemperatureTrend::get_ThermalTrend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float TemperatureTrend_get_ThermalTrend_mDEF7F7B3E0BA799158C829AA4D79E958194F82A6 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) { { // public float ThermalTrend { get; private set; } float L_0 = __this->___U3CThermalTrendU3Ek__BackingField_14; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::set_ThermalTrend(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, float ___0_value, const RuntimeMethod* method) { { // public float ThermalTrend { get; private set; } float L_0 = ___0_value; __this->___U3CThermalTrendU3Ek__BackingField_14 = L_0; return; } } // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::UpdateTrend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_UpdateTrend_m9184F6D3002E46E0B972B245FE7BD76320964BAF (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { // if (m_NumValues < 2) int32_t L_0 = __this->___m_NumValues_11; if ((((int32_t)L_0) >= ((int32_t)2))) { goto IL_0015; } } { // ThermalTrend = 0.0f; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, (0.0f), NULL); // return; return; } IL_0015: { // double p = m_NumValues * m_SumXY - m_SumX * m_SumY; int32_t L_1 = __this->___m_NumValues_11; double L_2 = __this->___m_SumXY_3; double L_3 = __this->___m_SumX_1; double L_4 = __this->___m_SumY_2; // double q = m_NumValues * m_SumXX - m_SumX * m_SumX; int32_t L_5 = __this->___m_NumValues_11; double L_6 = __this->___m_SumXX_4; double L_7 = __this->___m_SumX_1; double L_8 = __this->___m_SumX_1; V_0 = ((double)il2cpp_codegen_subtract(((double)il2cpp_codegen_multiply(((double)L_5), L_6)), ((double)il2cpp_codegen_multiply(L_7, L_8)))); // double m = p / q; double L_9 = V_0; V_1 = ((double)(((double)il2cpp_codegen_subtract(((double)il2cpp_codegen_multiply(((double)L_1), L_2)), ((double)il2cpp_codegen_multiply(L_3, L_4))))/L_9)); // m /= SlopeAtMaxTrend; double L_10 = V_1; V_1 = ((double)(L_10/(0.0050000000000000001))); // if (m >= 1.0) double L_11 = V_1; if ((!(((double)L_11) >= ((double)(1.0))))) { goto IL_0075; } } { // ThermalTrend = 1.0f; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, (1.0f), NULL); return; } IL_0075: { // else if (m >= -1.0) double L_12 = V_1; if ((!(((double)L_12) >= ((double)(-1.0))))) { goto IL_00a7; } } { // if (Math.Abs(m) < 0.00001) double L_13 = V_1; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_14; L_14 = fabs(L_13); if ((!(((double)L_14) < ((double)(1.0000000000000001E-05))))) { goto IL_009e; } } { // ThermalTrend = 0.0f; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, (0.0f), NULL); return; } IL_009e: { // ThermalTrend = (float)m; double L_15 = V_1; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, ((float)L_15), NULL); return; } IL_00a7: { // else if (m <= -1.0) double L_16 = V_1; if ((!(((double)L_16) <= ((double)(-1.0))))) { goto IL_00bf; } } { // ThermalTrend = -1.0f; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, (-1.0f), NULL); return; } IL_00bf: { // ThermalTrend = 0.0f; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, (0.0f), NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.TemperatureTrend::Update(System.Single,System.Single,System.Boolean,System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TemperatureTrend_Update_m03B811DB0261EFA09C2BB6A9C2AEDE7EC96F5103 (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, float ___0_temperatureTrendFromProvider, float ___1_newTemperatureLevel, bool ___2_changed, float ___3_newTemperatureTimestamp, const RuntimeMethod* method) { bool V_0 = false; float V_1 = 0.0f; float V_2 = 0.0f; { // if (m_UseProviderTrend) bool L_0 = __this->___m_UseProviderTrend_0; if (!L_0) { goto IL_0010; } } { // ThermalTrend = temperatureTrendFromProvider; float L_1 = ___0_temperatureTrendFromProvider; TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline(__this, L_1, NULL); // return; return; } IL_0010: { // newTemperatureLevel = newTemperatureLevel * newTemperatureLevel * newTemperatureLevel; float L_2 = ___1_newTemperatureLevel; float L_3 = ___1_newTemperatureLevel; float L_4 = ___1_newTemperatureLevel; ___1_newTemperatureLevel = ((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_multiply(L_2, L_3)), L_4)); // if (m_NumValues == 0) int32_t L_5 = __this->___m_NumValues_11; if (L_5) { goto IL_002f; } } { // PushNewValue(newTemperatureLevel, newTemperatureTimestamp); float L_6 = ___1_newTemperatureLevel; float L_7 = ___3_newTemperatureTimestamp; TemperatureTrend_PushNewValue_m323953E98673327490D9D212FEB8456A42404DA7(__this, L_6, L_7, NULL); // UpdateTrend(); TemperatureTrend_UpdateTrend_m9184F6D3002E46E0B972B245FE7BD76320964BAF(__this, NULL); // return; return; } IL_002f: { // bool updateTrend = false; V_0 = (bool)0; // float oldestTimeStamp = m_TimeStamps[m_OldestValueIndex]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_8 = __this->___m_TimeStamps_9; int32_t L_9 = __this->___m_OldestValueIndex_13; NullCheck(L_8); int32_t L_10 = L_9; float L_11 = (L_8)->GetAt(static_cast(L_10)); V_1 = L_11; // float timestampThresholdForNewValue = oldestTimeStamp + 1.0f / UpdateFrequency * m_NumValues; float L_12 = V_1; int32_t L_13 = __this->___m_NumValues_11; V_2 = ((float)il2cpp_codegen_add(L_12, ((float)il2cpp_codegen_multiply((0.100000001f), ((float)L_13))))); // if (newTemperatureTimestamp - oldestTimeStamp > MeasurementTimeframeSeconds) float L_14 = ___3_newTemperatureTimestamp; float L_15 = V_1; if ((!(((float)((float)il2cpp_codegen_subtract(L_14, L_15))) > ((float)(20.0f))))) { goto IL_0062; } } { // PopOldestValue(); TemperatureTrend_PopOldestValue_m4B6229634F78C1FD4F694B2C251ACAC397F3ECB1(__this, NULL); // updateTrend = true; V_0 = (bool)1; } IL_0062: { // if (changed || newTemperatureTimestamp >= timestampThresholdForNewValue) bool L_16 = ___2_changed; if (L_16) { goto IL_006a; } } { float L_17 = ___3_newTemperatureTimestamp; float L_18 = V_2; if ((!(((float)L_17) >= ((float)L_18)))) { goto IL_0088; } } IL_006a: { // if (m_NumValues == SamplesCapacity) int32_t L_19 = __this->___m_NumValues_11; if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)200))))) { goto IL_007d; } } { // PopOldestValue(); TemperatureTrend_PopOldestValue_m4B6229634F78C1FD4F694B2C251ACAC397F3ECB1(__this, NULL); } IL_007d: { // PushNewValue(newTemperatureLevel, newTemperatureTimestamp); float L_20 = ___1_newTemperatureLevel; float L_21 = ___3_newTemperatureTimestamp; TemperatureTrend_PushNewValue_m323953E98673327490D9D212FEB8456A42404DA7(__this, L_20, L_21, NULL); // updateTrend = true; V_0 = (bool)1; } IL_0088: { // if (updateTrend) bool L_22 = V_0; if (!L_22) { goto IL_0091; } } { // UpdateTrend(); TemperatureTrend_UpdateTrend_m9184F6D3002E46E0B972B245FE7BD76320964BAF(__this, NULL); } IL_0091: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // UnityEngine.AdaptivePerformance.IAdaptivePerformance UnityEngine.AdaptivePerformance.Holder::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static public IAdaptivePerformance Instance { get; internal set; } RuntimeObject* L_0 = ((Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_StaticFields*)il2cpp_codegen_static_fields_for(Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.Holder::set_Instance(UnityEngine.AdaptivePerformance.IAdaptivePerformance) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Holder_set_Instance_m4B4458F854A16D03AECC2FF94AD80423E1FF163F (RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static public IAdaptivePerformance Instance { get; internal set; } RuntimeObject* L_0 = ___0_value; ((Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_StaticFields*)il2cpp_codegen_static_fields_for(Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_StaticFields*)il2cpp_codegen_static_fields_for(Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.ThermalStateTracker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalStateTracker__ctor_mEC56D797379A29D191CF52E507B5EEAA3737A027 (ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904* __this, const RuntimeMethod* method) { { // private float warningTemp = 1.0f; __this->___warningTemp_0 = (1.0f); // private float throttlingTemp = 1.0f; __this->___throttlingTemp_1 = (1.0f); // public ThermalStateTracker() Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // } return; } } // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.ThermalStateTracker::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThermalStateTracker_Update_m385B38BD676249E9458A4C4F63A09BAA8CDD06C6 (ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; int32_t V_2 = 0; ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 V_3; memset((&V_3), 0, sizeof(V_3)); { // float thermalTrend = Holder.Instance.ThermalStatus.ThermalMetrics.TemperatureTrend; RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_ThermalStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_2; L_2 = InterfaceFuncInvoker0< ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(0 /* UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.IThermalStatus::get_ThermalMetrics() */, IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var, L_1); V_3 = L_2; float L_3; L_3 = ThermalMetrics_get_TemperatureTrend_mE4FD543C209A2446C88F99A94FF873A8A3CC96A8_inline((&V_3), NULL); V_0 = L_3; // var thermalLevel = Holder.Instance.ThermalStatus.ThermalMetrics.TemperatureLevel; RuntimeObject* L_4; L_4 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_4); RuntimeObject* L_5; L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_ThermalStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_4); NullCheck(L_5); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_6; L_6 = InterfaceFuncInvoker0< ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(0 /* UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.IThermalStatus::get_ThermalMetrics() */, IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var, L_5); V_3 = L_6; float L_7; L_7 = ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB_inline((&V_3), NULL); V_1 = L_7; // var warning = Holder.Instance.ThermalStatus.ThermalMetrics.WarningLevel; RuntimeObject* L_8; L_8 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_8); RuntimeObject* L_9; L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_ThermalStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_8); NullCheck(L_9); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_10; L_10 = InterfaceFuncInvoker0< ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(0 /* UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.IThermalStatus::get_ThermalMetrics() */, IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var, L_9); V_3 = L_10; int32_t L_11; L_11 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&V_3), NULL); V_2 = L_11; // if (warning == WarningLevel.ThrottlingImminent && warningTemp == 1.0f) int32_t L_12 = V_2; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0060; } } { float L_13 = __this->___warningTemp_0; if ((!(((float)L_13) == ((float)(1.0f))))) { goto IL_0060; } } { // warningTemp = thermalLevel; // remember throttling imminent level float L_14 = V_1; __this->___warningTemp_0 = L_14; } IL_0060: { // if (warning == WarningLevel.Throttling && throttlingTemp == 1.0f) int32_t L_15 = V_2; if ((!(((uint32_t)L_15) == ((uint32_t)2)))) { goto IL_0078; } } { float L_16 = __this->___throttlingTemp_1; if ((!(((float)L_16) == ((float)(1.0f))))) { goto IL_0078; } } { // throttlingTemp = thermalLevel; // remember throttling level float L_17 = V_1; __this->___throttlingTemp_1 = L_17; } IL_0078: { // if (warning == WarningLevel.Throttling || thermalLevel >= throttlingTemp) int32_t L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)2))) { goto IL_0085; } } { float L_19 = V_1; float L_20 = __this->___throttlingTemp_1; if ((!(((float)L_19) >= ((float)L_20)))) { goto IL_0087; } } IL_0085: { // return StateAction.FastDecrease; return (int32_t)(3); } IL_0087: { // if (warning == WarningLevel.ThrottlingImminent || thermalLevel >= warningTemp) int32_t L_21 = V_2; if ((((int32_t)L_21) == ((int32_t)1))) { goto IL_0094; } } { float L_22 = V_1; float L_23 = __this->___warningTemp_0; if ((!(((float)L_22) >= ((float)L_23)))) { goto IL_00c7; } } IL_0094: { // if (thermalLevel > (warningTemp + throttlingTemp) / 2) float L_24 = V_1; float L_25 = __this->___warningTemp_0; float L_26 = __this->___throttlingTemp_1; if ((!(((float)L_24) > ((float)((float)(((float)il2cpp_codegen_add(L_25, L_26))/(2.0f))))))) { goto IL_00ac; } } { // return StateAction.Decrease; return (int32_t)(2); } IL_00ac: { // if (thermalTrend <= 0) float L_27 = V_0; if ((!(((float)L_27) <= ((float)(0.0f))))) { goto IL_00b6; } } { // return StateAction.Stale; return (int32_t)(0); } IL_00b6: { // else if (thermalTrend > 0.5) float L_28 = V_0; if ((!(((double)((double)L_28)) > ((double)(0.5))))) { goto IL_00c5; } } { // return StateAction.FastDecrease; return (int32_t)(3); } IL_00c5: { // return StateAction.Decrease; return (int32_t)(2); } IL_00c7: { // if (warning == WarningLevel.NoWarning && thermalLevel < warningTemp) int32_t L_29 = V_2; if (L_29) { goto IL_00fb; } } { float L_30 = V_1; float L_31 = __this->___warningTemp_0; if ((!(((float)L_30) < ((float)L_31)))) { goto IL_00fb; } } { // if (thermalTrend <= 0) float L_32 = V_0; if ((!(((float)L_32) <= ((float)(0.0f))))) { goto IL_00dd; } } { // return StateAction.Increase; return (int32_t)(1); } IL_00dd: { // else if (thermalTrend > 0.5) float L_33 = V_0; if ((!(((double)((double)L_33)) > ((double)(0.5))))) { goto IL_00ec; } } { // return StateAction.FastDecrease; return (int32_t)(3); } IL_00ec: { // else if (thermalTrend > 0.1) float L_34 = V_0; if ((!(((double)((double)L_34)) > ((double)(0.10000000000000001))))) { goto IL_00fb; } } { // return StateAction.Decrease; return (int32_t)(2); } IL_00fb: { // return StateAction.Stale; 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.Single UnityEngine.AdaptivePerformance.PerformanceStateTracker::get_Trend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PerformanceStateTracker_get_Trend_m5B01BE6B1AFCCF93AA9C39DB6FCB4C92D2343F01 (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, const RuntimeMethod* method) { { // public float Trend { get; set; } float L_0 = __this->___U3CTrendU3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.PerformanceStateTracker::set_Trend(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceStateTracker_set_Trend_m9EF024F5AD38939B40AB422762C29E6FC00C3B28 (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, float ___0_value, const RuntimeMethod* method) { { // public float Trend { get; set; } float L_0 = ___0_value; __this->___U3CTrendU3Ek__BackingField_2 = L_0; return; } } // System.Void UnityEngine.AdaptivePerformance.PerformanceStateTracker::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceStateTracker__ctor_m56D91AED87F3AA5921E44F11CD1DB77524FEAE27 (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, int32_t ___0_sampleCapacity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1__ctor_mBA54E63FD043CDF50C61B6BAC72D6C1FC596E8FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public PerformanceStateTracker(int sampleCapacity) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Samples = new Queue(sampleCapacity); int32_t L_0 = ___0_sampleCapacity; Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* L_1 = (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153*)il2cpp_codegen_object_new(Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153_il2cpp_TypeInfo_var); NullCheck(L_1); Queue_1__ctor_mBA54E63FD043CDF50C61B6BAC72D6C1FC596E8FC(L_1, L_0, Queue_1__ctor_mBA54E63FD043CDF50C61B6BAC72D6C1FC596E8FC_RuntimeMethod_var); __this->___m_Samples_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Samples_0), (void*)L_1); // m_SampleCapacity = sampleCapacity; int32_t L_2 = ___0_sampleCapacity; __this->___m_SampleCapacity_1 = L_2; // } return; } } // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.PerformanceStateTracker::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceStateTracker_Update_m319BE856A71079B98B610BDBAABA8A8077088D02 (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m22D5FF72E74C304B067EE723AB2B1F4C459D77CE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m5CCBECB6D2882395D3FACC9FC31FD2313C421063_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m62E368A4DD097851C75B69B36879B2EBF17672BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Dequeue_mBACC5C5C572CEE16EEC3D0BE7BD08D625CF31F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_Enqueue_m14504EB7E4AE1EA85E3D4D88BEBA493C1595B459_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_GetEnumerator_m142C9D8C0C21B0EDBE627636B32E20D752BE46E1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_2; memset((&V_2), 0, sizeof(V_2)); float V_3 = 0.0f; float V_4 = 0.0f; Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE V_5; memset((&V_5), 0, sizeof(V_5)); float V_6 = 0.0f; { // var frameMs = Holder.Instance.PerformanceStatus.FrameTiming.AverageFrameTime; RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_2; L_2 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_1); V_2 = L_2; float L_3; L_3 = FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A_inline((&V_2), NULL); V_0 = L_3; // if (frameMs > 0) float L_4 = V_0; if ((!(((float)L_4) > ((float)(0.0f))))) { goto IL_0063; } } { // var targetMs = 1f / AdaptivePerformanceManager.EffectiveTargetFrameRate(); float L_5; L_5 = AdaptivePerformanceManager_EffectiveTargetFrameRate_mE38F57BAA3D18BD6A1E55C2C7C6283372F59C8BA(NULL); V_3 = ((float)((1.0f)/L_5)); // var diffMs = (frameMs / targetMs) - 1; float L_6 = V_0; float L_7 = V_3; V_4 = ((float)il2cpp_codegen_subtract(((float)(L_6/L_7)), (1.0f))); // m_Samples.Enqueue(diffMs); Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* L_8 = __this->___m_Samples_0; float L_9 = V_4; NullCheck(L_8); Queue_1_Enqueue_m14504EB7E4AE1EA85E3D4D88BEBA493C1595B459(L_8, L_9, Queue_1_Enqueue_m14504EB7E4AE1EA85E3D4D88BEBA493C1595B459_RuntimeMethod_var); // if (m_Samples.Count > m_SampleCapacity) Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* L_10 = __this->___m_Samples_0; NullCheck(L_10); int32_t L_11; L_11 = Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_inline(L_10, Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_RuntimeMethod_var); int32_t L_12 = __this->___m_SampleCapacity_1; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0063; } } { // m_Samples.Dequeue(); Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* L_13 = __this->___m_Samples_0; NullCheck(L_13); float L_14; L_14 = Queue_1_Dequeue_mBACC5C5C572CEE16EEC3D0BE7BD08D625CF31F70(L_13, Queue_1_Dequeue_mBACC5C5C572CEE16EEC3D0BE7BD08D625CF31F70_RuntimeMethod_var); } IL_0063: { // var trend = 0.0f; V_1 = (0.0f); // foreach (var sample in m_Samples) Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* L_15 = __this->___m_Samples_0; NullCheck(L_15); Enumerator_t2D4422D03B66E15DB324EDDEC9B8B8BE994B2ACE L_16; L_16 = Queue_1_GetEnumerator_m142C9D8C0C21B0EDBE627636B32E20D752BE46E1(L_15, Queue_1_GetEnumerator_m142C9D8C0C21B0EDBE627636B32E20D752BE46E1_RuntimeMethod_var); V_5 = L_16; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0091: {// begin finally (depth: 1) Enumerator_Dispose_m22D5FF72E74C304B067EE723AB2B1F4C459D77CE((&V_5), Enumerator_Dispose_m22D5FF72E74C304B067EE723AB2B1F4C459D77CE_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0086_1; } IL_0078_1: { // foreach (var sample in m_Samples) float L_17; L_17 = Enumerator_get_Current_m62E368A4DD097851C75B69B36879B2EBF17672BD((&V_5), Enumerator_get_Current_m62E368A4DD097851C75B69B36879B2EBF17672BD_RuntimeMethod_var); V_6 = L_17; // trend += sample; float L_18 = V_1; float L_19 = V_6; V_1 = ((float)il2cpp_codegen_add(L_18, L_19)); } IL_0086_1: { // foreach (var sample in m_Samples) bool L_20; L_20 = Enumerator_MoveNext_m5CCBECB6D2882395D3FACC9FC31FD2313C421063((&V_5), Enumerator_MoveNext_m5CCBECB6D2882395D3FACC9FC31FD2313C421063_RuntimeMethod_var); if (L_20) { goto IL_0078_1; } } { goto IL_009f; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_009f: { // trend /= m_Samples.Count; float L_21 = V_1; Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* L_22 = __this->___m_Samples_0; NullCheck(L_22); int32_t L_23; L_23 = Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_inline(L_22, Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_RuntimeMethod_var); V_1 = ((float)(L_21/((float)L_23))); // Trend = trend; float L_24 = V_1; PerformanceStateTracker_set_Trend_m9EF024F5AD38939B40AB422762C29E6FC00C3B28_inline(__this, L_24, NULL); // if (Trend >= 0.30) float L_25; L_25 = PerformanceStateTracker_get_Trend_m5B01BE6B1AFCCF93AA9C39DB6FCB4C92D2343F01_inline(__this, NULL); if ((!(((double)((double)L_25)) >= ((double)(0.29999999999999999))))) { goto IL_00c9; } } { // return StateAction.FastDecrease; return (int32_t)(3); } IL_00c9: { // if (Trend >= 0.15) float L_26; L_26 = PerformanceStateTracker_get_Trend_m5B01BE6B1AFCCF93AA9C39DB6FCB4C92D2343F01_inline(__this, NULL); if ((!(((double)((double)L_26)) >= ((double)(0.14999999999999999))))) { goto IL_00dd; } } { // return StateAction.Decrease; return (int32_t)(2); } IL_00dd: { // return StateAction.Stale; 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.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::get_IsRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScalerEfficiencyTracker_get_IsRunning_m8733AABBEEEBA2C94DB5ACDEEA67FBA252B876D4 (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __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; } { // public bool IsRunning { get => m_Scaler != null; } AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_0 = __this->___m_Scaler_0; 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); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::Start(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerEfficiencyTracker_Start_mC5F7FB1D9B8859A16774618940CCD3FCF78BDD4D (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, bool ___1_isApply, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_0; memset((&V_0), 0, sizeof(V_0)); { // m_Scaler = scaler; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_0 = ___0_scaler; __this->___m_Scaler_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Scaler_0), (void*)L_0); // m_LastAverageGpuFrameTime = Holder.Instance.PerformanceStatus.FrameTiming.AverageGpuFrameTime; RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_1); NullCheck(L_2); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_3; L_3 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_2); V_0 = L_3; float L_4; L_4 = FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline((&V_0), NULL); __this->___m_LastAverageGpuFrameTime_1 = L_4; // m_LastAverageCpuFrameTime = Holder.Instance.PerformanceStatus.FrameTiming.AverageCpuFrameTime; RuntimeObject* L_5; L_5 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_5); NullCheck(L_6); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_7; L_7 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_6); V_0 = L_7; float L_8; L_8 = FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline((&V_0), NULL); __this->___m_LastAverageCpuFrameTime_2 = L_8; // m_IsApplied = true; __this->___m_IsApplied_3 = (bool)1; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerEfficiencyTracker_Stop_m11160180119BD15E09FF66CFC44ACDA717E39E29 (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; float V_1 = 0.0f; int32_t V_2 = 0; FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t G_B3_0 = 0; { // var gpu = Holder.Instance.PerformanceStatus.FrameTiming.AverageGpuFrameTime - m_LastAverageGpuFrameTime; RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_2; L_2 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_1); V_3 = L_2; float L_3; L_3 = FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline((&V_3), NULL); float L_4 = __this->___m_LastAverageGpuFrameTime_1; V_0 = ((float)il2cpp_codegen_subtract(L_3, L_4)); // var cpu = Holder.Instance.PerformanceStatus.FrameTiming.AverageCpuFrameTime - m_LastAverageCpuFrameTime; RuntimeObject* L_5; L_5 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_5); RuntimeObject* L_6; L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_5); NullCheck(L_6); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_7; L_7 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_6); V_3 = L_7; float L_8; L_8 = FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline((&V_3), NULL); float L_9 = __this->___m_LastAverageCpuFrameTime_2; V_1 = ((float)il2cpp_codegen_subtract(L_8, L_9)); // var sign = m_IsApplied ? 1 : -1; bool L_10 = __this->___m_IsApplied_3; if (L_10) { goto IL_0049; } } { G_B3_0 = (-1); goto IL_004a; } IL_0049: { G_B3_0 = 1; } IL_004a: { V_2 = G_B3_0; // m_Scaler.GpuImpact = sign * (int)(gpu * 1000); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_11 = __this->___m_Scaler_0; int32_t L_12 = V_2; float L_13 = V_0; NullCheck(L_11); AdaptivePerformanceScaler_set_GpuImpact_m0E6FA566E69AC21E1AE65C3CC626CEEC2C7AA797_inline(L_11, ((int32_t)il2cpp_codegen_multiply(L_12, il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply(L_13, (1000.0f)))))), NULL); // m_Scaler.CpuImpact = sign * (int)(cpu * 1000); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_14 = __this->___m_Scaler_0; int32_t L_15 = V_2; float L_16 = V_1; NullCheck(L_14); AdaptivePerformanceScaler_set_CpuImpact_m8FE81E3BDD092C52F009AAE883B4821F633D140F_inline(L_14, ((int32_t)il2cpp_codegen_multiply(L_15, il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply(L_16, (1000.0f)))))), NULL); // m_Scaler = null; __this->___m_Scaler_0 = (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Scaler_0), (void*)(AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerEfficiencyTracker::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerEfficiencyTracker__ctor_mC90E271D4072B0F654958062B753D5F5FED0B0E7 (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* __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.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::get_TimeUntilNextAction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexer_get_TimeUntilNextAction_mEB42A55A09868273E35C5B83E7C047EC957945DD (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { { // public float TimeUntilNextAction { get; private set; } float L_0 = __this->___U3CTimeUntilNextActionU3Ek__BackingField_8; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::set_TimeUntilNextAction(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, float ___0_value, const RuntimeMethod* method) { { // public float TimeUntilNextAction { get; private set; } float L_0 = ___0_value; __this->___U3CTimeUntilNextActionU3Ek__BackingField_8 = L_0; return; } } // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::get_ThermalAction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceIndexer_get_ThermalAction_m0A1DF0C06906C2EBB8B75063E93A661E0D68917C (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { { // public StateAction ThermalAction { get; private set; } int32_t L_0 = __this->___U3CThermalActionU3Ek__BackingField_9; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::set_ThermalAction(UnityEngine.AdaptivePerformance.StateAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_ThermalAction_m9C68FEA3D0F5ED81D1D2485C8751F9C09AA8F2CF (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public StateAction ThermalAction { get; private set; } int32_t L_0 = ___0_value; __this->___U3CThermalActionU3Ek__BackingField_9 = L_0; return; } } // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::get_PerformanceAction() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceIndexer_get_PerformanceAction_mA6F70560C6A740B6216168E7718184111657E3BA (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { { // public StateAction PerformanceAction { get; private set; } int32_t L_0 = __this->___U3CPerformanceActionU3Ek__BackingField_10; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::set_PerformanceAction(UnityEngine.AdaptivePerformance.StateAction) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_PerformanceAction_m051FF6B60B2C606ADC9620116DE8E5DA5E86A3A2 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public StateAction PerformanceAction { get; private set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceActionU3Ek__BackingField_10 = L_0; return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::GetAppliedScalers(System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_GetAppliedScalers_mC8AA0863E2342001443EF8FD3E77DE94771E83E1 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** ___0_scalers, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // scalers.Clear(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_0 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_1 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_0); NullCheck(L_1); List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_inline(L_1, List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); // scalers.AddRange(m_AppliedScalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_2 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_2); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_4 = __this->___m_AppliedScalers_1; NullCheck(L_3); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_3, L_4, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::GetUnappliedScalers(System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_GetUnappliedScalers_m9312768F4B234977041724061FFC2C97AA633D49 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** ___0_scalers, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // scalers.Clear(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_0 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_1 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_0); NullCheck(L_1); List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_inline(L_1, List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); // scalers.AddRange(m_UnappliedScalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_2 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_2); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_4 = __this->___m_UnappliedScalers_0; NullCheck(L_3); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_3, L_4, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::GetDisabledScalers(System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_GetDisabledScalers_m7D6F6077B80B84DC1AF2841B73148A43D585BE9D (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** ___0_scalers, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // scalers.Clear(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_0 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_1 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_0); NullCheck(L_1); List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_inline(L_1, List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); // scalers.AddRange(m_DisabledScalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_2 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_2); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_4 = __this->___m_DisabledScalers_2; NullCheck(L_3); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_3, L_4, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::GetAllRegisteredScalers(System.Collections.Generic.List`1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_GetAllRegisteredScalers_m405093758C45D515E299DB5723ECFA51E153F7C6 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** ___0_scalers, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // scalers.Clear(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_0 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_1 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_0); NullCheck(L_1); List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_inline(L_1, List_1_Clear_m12B4CCB0FDFF3C7C48AF0DC2E1D5E9A2F8DD8B2E_RuntimeMethod_var); // scalers.AddRange(m_DisabledScalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_2 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_2); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_4 = __this->___m_DisabledScalers_2; NullCheck(L_3); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_3, L_4, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // scalers.AddRange(m_UnappliedScalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_5 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_6 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_5); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_7 = __this->___m_UnappliedScalers_0; NullCheck(L_6); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_6, L_7, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // scalers.AddRange(m_AppliedScalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B** L_8 = ___0_scalers; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_9 = *((List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B**)L_8); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_10 = __this->___m_AppliedScalers_1; NullCheck(L_9); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_9, L_10, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UnapplyAllScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_UnapplyAllScalers_m9A305D835969684025DABFAA1F1BDB70A084D390 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_0 = NULL; { // TimeUntilNextAction = m_Settings.indexerSettings.thermalActionDelay; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = __this->___m_Settings_6; NullCheck(L_0); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_1; L_1 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_0, NULL); NullCheck(L_1); float L_2; L_2 = AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline(L_1, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, L_2, NULL); goto IL_002c; } IL_0018: { // var scaler = m_AppliedScalers[0]; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = __this->___m_AppliedScalers_1; NullCheck(L_3); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_4; L_4 = List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122(L_3, 0, List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); V_0 = L_4; // UnapplyScaler(scaler); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_5 = V_0; AdaptivePerformanceIndexer_UnapplyScaler_m03476E318E802B825872AA722E175380CCE8C2A5(__this, L_5, NULL); } IL_002c: { // while (m_AppliedScalers.Count != 0) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_6 = __this->___m_AppliedScalers_1; NullCheck(L_6); int32_t L_7; L_7 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_6, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); if (L_7) { goto IL_0018; } } { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UpdateOverrideLevel(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_UpdateOverrideLevel_m14C62AE0BCBA53301C221CE736A3715BA16E38B1 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) { { // if (scaler.OverrideLevel == -1) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_0 = ___0_scaler; NullCheck(L_0); int32_t L_1; L_1 = AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline(L_0, NULL); if ((!(((uint32_t)L_1) == ((uint32_t)(-1))))) { goto IL_0011; } } { // return; return; } IL_000a: { // ApplyScaler(scaler); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_2 = ___0_scaler; AdaptivePerformanceIndexer_ApplyScaler_m446151B73B180FC77ABF539FFACE9453ACBF4819(__this, L_2, NULL); } IL_0011: { // while (scaler.OverrideLevel > scaler.CurrentLevel) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_3 = ___0_scaler; NullCheck(L_3); int32_t L_4; L_4 = AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline(L_3, NULL); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_5 = ___0_scaler; NullCheck(L_5); int32_t L_6; L_6 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(L_5, NULL); if ((((int32_t)L_4) > ((int32_t)L_6))) { goto IL_000a; } } { goto IL_0028; } IL_0021: { // UnapplyScaler(scaler); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_7 = ___0_scaler; AdaptivePerformanceIndexer_UnapplyScaler_m03476E318E802B825872AA722E175380CCE8C2A5(__this, L_7, NULL); } IL_0028: { // while (scaler.OverrideLevel < scaler.CurrentLevel) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_8 = ___0_scaler; NullCheck(L_8); int32_t L_9; L_9 = AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline(L_8, NULL); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_10 = ___0_scaler; NullCheck(L_10); int32_t L_11; L_11 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(L_10, NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0021; } } { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::AddScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_AddScaler_m739C7C3318E77F6C8F53CD22798F62C6E8945369 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (m_UnappliedScalers.Contains(scaler) || m_AppliedScalers.Contains(scaler)) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_0 = __this->___m_UnappliedScalers_0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_1 = ___0_scaler; NullCheck(L_0); bool L_2; L_2 = List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A(L_0, L_1, List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); if (L_2) { goto IL_001c; } } { List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = __this->___m_AppliedScalers_1; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_4 = ___0_scaler; NullCheck(L_3); bool L_5; L_5 = List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A(L_3, L_4, List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); if (!L_5) { goto IL_001d; } } IL_001c: { // return; return; } IL_001d: { // m_UnappliedScalers.Add(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_6 = __this->___m_UnappliedScalers_0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_7 = ___0_scaler; NullCheck(L_6); List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_inline(L_6, L_7, List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::RemoveScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_RemoveScaler_mD8C4CF1D7BDFA251390D2E071ADE5B4569E094E4 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (m_UnappliedScalers.Contains(scaler)) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_0 = __this->___m_UnappliedScalers_0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_1 = ___0_scaler; NullCheck(L_0); bool L_2; L_2 = List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A(L_0, L_1, List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); if (!L_2) { goto IL_001c; } } { // m_UnappliedScalers.Remove(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = __this->___m_UnappliedScalers_0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_4 = ___0_scaler; NullCheck(L_3); bool L_5; L_5 = List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC(L_3, L_4, List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var); // return; return; } IL_001c: { // if (m_AppliedScalers.Contains(scaler)) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_6 = __this->___m_AppliedScalers_1; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_7 = ___0_scaler; NullCheck(L_6); bool L_8; L_8 = List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A(L_6, L_7, List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); if (!L_8) { goto IL_0047; } } { goto IL_0032; } IL_002c: { // scaler.DecreaseLevel(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_9 = ___0_scaler; NullCheck(L_9); AdaptivePerformanceScaler_DecreaseLevel_mAC739988670545887A15C1B37F0E911B1B45C548(L_9, NULL); } IL_0032: { // while (!scaler.NotLeveled) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_10 = ___0_scaler; NullCheck(L_10); bool L_11; L_11 = AdaptivePerformanceScaler_get_NotLeveled_mC3205612CA27B88738841FB8870B09D89791BD07(L_10, NULL); if (!L_11) { goto IL_002c; } } { // m_AppliedScalers.Remove(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_12 = __this->___m_AppliedScalers_1; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_13 = ___0_scaler; NullCheck(L_12); bool L_14; L_14 = List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC(L_12, L_13, List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var); } IL_0047: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::.ctor(UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer__ctor_mE40955A70324057EC5AB10A1DD25386EBF4D0DE6 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8** ___0_settings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // internal AdaptivePerformanceIndexer(ref IAdaptivePerformanceSettings settings) Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); // m_Settings = settings; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8** L_0 = ___0_settings; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_1 = *((IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8**)L_0); __this->___m_Settings_6 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings_6), (void*)L_1); // TimeUntilNextAction = m_Settings.indexerSettings.thermalActionDelay; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = __this->___m_Settings_6; NullCheck(L_2); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_3; L_3 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_2, NULL); NullCheck(L_3); float L_4; L_4 = AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline(L_3, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, L_4, NULL); // m_ThermalStateTracker = new ThermalStateTracker(); ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904* L_5 = (ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904*)il2cpp_codegen_object_new(ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904_il2cpp_TypeInfo_var); NullCheck(L_5); ThermalStateTracker__ctor_mEC56D797379A29D191CF52E507B5EEAA3737A027(L_5, NULL); __this->___m_ThermalStateTracker_3 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ThermalStateTracker_3), (void*)L_5); // m_PerformanceStateTracker = new PerformanceStateTracker(120); PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* L_6 = (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43*)il2cpp_codegen_object_new(PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43_il2cpp_TypeInfo_var); NullCheck(L_6); PerformanceStateTracker__ctor_m56D91AED87F3AA5921E44F11CD1DB77524FEAE27(L_6, ((int32_t)120), NULL); __this->___m_PerformanceStateTracker_4 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_PerformanceStateTracker_4), (void*)L_6); // m_UnappliedScalers = new List(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_7 = (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*)il2cpp_codegen_object_new(List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var); NullCheck(L_7); List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2(L_7, List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var); __this->___m_UnappliedScalers_0 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_UnappliedScalers_0), (void*)L_7); // m_AppliedScalers = new List(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_8 = (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*)il2cpp_codegen_object_new(List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var); NullCheck(L_8); List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2(L_8, List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var); __this->___m_AppliedScalers_1 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AppliedScalers_1), (void*)L_8); // m_DisabledScalers = new List(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_9 = (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*)il2cpp_codegen_object_new(List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var); NullCheck(L_9); List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2(L_9, List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var); __this->___m_DisabledScalers_2 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DisabledScalers_2), (void*)L_9); // m_ScalerEfficiencyTracker = new AdaptivePerformanceScalerEfficiencyTracker(); AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* L_10 = (AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC*)il2cpp_codegen_object_new(AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC_il2cpp_TypeInfo_var); NullCheck(L_10); AdaptivePerformanceScalerEfficiencyTracker__ctor_mC90E271D4072B0F654958062B753D5F5FED0B0E7(L_10, NULL); __this->___m_ScalerEfficiencyTracker_5 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ScalerEfficiencyTracker_5), (void*)L_10); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::Update() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_Update_m3CEF422B17818763878C1363E00A15A311EB5F76 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { // if (Holder.Instance == null || !m_Settings.indexerSettings.active) RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_0) { goto IL_0019; } } { IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_1 = __this->___m_Settings_6; NullCheck(L_1); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_2; L_2 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_1, NULL); NullCheck(L_2); bool L_3; L_3 = AdaptivePerformanceIndexerSettings_get_active_m40145990966F7AB11AB0284546D89C97F3826AD1_inline(L_2, NULL); if (L_3) { goto IL_001a; } } IL_0019: { // return; return; } IL_001a: { // DeactivateDisabledScalers(); AdaptivePerformanceIndexer_DeactivateDisabledScalers_m076FF8C13D0F6D3302714119584743ED381788A4(__this, NULL); // ActivateEnabledScalers(); AdaptivePerformanceIndexer_ActivateEnabledScalers_m09F24264BA8AD83DFA8E6C5D6E8C75D3E0496CC7(__this, NULL); // var thermalAction = m_ThermalStateTracker.Update(); ThermalStateTracker_t300C79D40805906CB2E288552F7093472311A904* L_4 = __this->___m_ThermalStateTracker_3; NullCheck(L_4); int32_t L_5; L_5 = ThermalStateTracker_Update_m385B38BD676249E9458A4C4F63A09BAA8CDD06C6(L_4, NULL); V_0 = L_5; // var performanceAction = m_PerformanceStateTracker.Update(); PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* L_6 = __this->___m_PerformanceStateTracker_4; NullCheck(L_6); int32_t L_7; L_7 = PerformanceStateTracker_Update_m319BE856A71079B98B610BDBAABA8A8077088D02(L_6, NULL); V_1 = L_7; // ThermalAction = thermalAction; int32_t L_8 = V_0; AdaptivePerformanceIndexer_set_ThermalAction_m9C68FEA3D0F5ED81D1D2485C8751F9C09AA8F2CF_inline(__this, L_8, NULL); // PerformanceAction = performanceAction; int32_t L_9 = V_1; AdaptivePerformanceIndexer_set_PerformanceAction_m051FF6B60B2C606ADC9620116DE8E5DA5E86A3A2_inline(__this, L_9, NULL); // if (Profiler.enabled) bool L_10; L_10 = Profiler_get_enabled_mEDFF5039F8E763A1B7700FAB358F9DC986370628(NULL); if (!L_10) { goto IL_0059; } } { // CollectProfilerStats(); AdaptivePerformanceIndexer_CollectProfilerStats_m9299DAD84FAFD7F3C498636EA7394C5E92C7EE10(__this, NULL); } IL_0059: { // TimeUntilNextAction = Mathf.Max(TimeUntilNextAction - Time.deltaTime, 0); float L_11; L_11 = AdaptivePerformanceIndexer_get_TimeUntilNextAction_mEB42A55A09868273E35C5B83E7C047EC957945DD_inline(__this, NULL); float L_12; L_12 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL); float L_13; L_13 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(((float)il2cpp_codegen_subtract(L_11, L_12)), (0.0f), NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, L_13, NULL); // if (TimeUntilNextAction != 0) float L_14; L_14 = AdaptivePerformanceIndexer_get_TimeUntilNextAction_mEB42A55A09868273E35C5B83E7C047EC957945DD_inline(__this, NULL); if ((((float)L_14) == ((float)(0.0f)))) { goto IL_0083; } } { // return; return; } IL_0083: { // if (m_ScalerEfficiencyTracker.IsRunning) AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* L_15 = __this->___m_ScalerEfficiencyTracker_5; NullCheck(L_15); bool L_16; L_16 = AdaptivePerformanceScalerEfficiencyTracker_get_IsRunning_m8733AABBEEEBA2C94DB5ACDEEA67FBA252B876D4(L_15, NULL); if (!L_16) { goto IL_009b; } } { // m_ScalerEfficiencyTracker.Stop(); AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* L_17 = __this->___m_ScalerEfficiencyTracker_5; NullCheck(L_17); AdaptivePerformanceScalerEfficiencyTracker_Stop_m11160180119BD15E09FF66CFC44ACDA717E39E29(L_17, NULL); } IL_009b: { // if (thermalAction == StateAction.Increase && performanceAction == StateAction.Stale) int32_t L_18 = V_0; if ((!(((uint32_t)L_18) == ((uint32_t)1)))) { goto IL_00c0; } } { int32_t L_19 = V_1; if (L_19) { goto IL_00c0; } } { // UnapplyHighestCostScaler(); bool L_20; L_20 = AdaptivePerformanceIndexer_UnapplyHighestCostScaler_mD7BE8B4DC0FB98C278514F2D2D3E8AA241A581D3(__this, NULL); // TimeUntilNextAction = m_Settings.indexerSettings.thermalActionDelay; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_21 = __this->___m_Settings_6; NullCheck(L_21); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_22; L_22 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_21, NULL); NullCheck(L_22); float L_23; L_23 = AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline(L_22, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, L_23, NULL); // return; return; } IL_00c0: { // if (thermalAction == StateAction.Stale && performanceAction == StateAction.Stale) int32_t L_24 = V_0; if (L_24) { goto IL_00e4; } } { int32_t L_25 = V_1; if (L_25) { goto IL_00e4; } } { // UnapplyHighestCostScaler(); bool L_26; L_26 = AdaptivePerformanceIndexer_UnapplyHighestCostScaler_mD7BE8B4DC0FB98C278514F2D2D3E8AA241A581D3(__this, NULL); // TimeUntilNextAction = m_Settings.indexerSettings.thermalActionDelay; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_27 = __this->___m_Settings_6; NullCheck(L_27); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_28; L_28 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_27, NULL); NullCheck(L_28); float L_29; L_29 = AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline(L_28, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, L_29, NULL); // return; return; } IL_00e4: { // if (thermalAction == StateAction.Decrease) int32_t L_30 = V_0; if ((!(((uint32_t)L_30) == ((uint32_t)2)))) { goto IL_0106; } } { // ApplyLowestCostScaler(); bool L_31; L_31 = AdaptivePerformanceIndexer_ApplyLowestCostScaler_m5DBF631DFDAC96369065A45086107ECB74F5BEE6(__this, NULL); // TimeUntilNextAction = m_Settings.indexerSettings.thermalActionDelay; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_32 = __this->___m_Settings_6; NullCheck(L_32); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_33; L_33 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_32, NULL); NullCheck(L_33); float L_34; L_34 = AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline(L_33, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, L_34, NULL); // return; return; } IL_0106: { // if (performanceAction == StateAction.Decrease) int32_t L_35 = V_1; if ((!(((uint32_t)L_35) == ((uint32_t)2)))) { goto IL_0128; } } { // ApplyLowestCostScaler(); bool L_36; L_36 = AdaptivePerformanceIndexer_ApplyLowestCostScaler_m5DBF631DFDAC96369065A45086107ECB74F5BEE6(__this, NULL); // TimeUntilNextAction = m_Settings.indexerSettings.performanceActionDelay; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_37 = __this->___m_Settings_6; NullCheck(L_37); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_38; L_38 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_37, NULL); NullCheck(L_38); float L_39; L_39 = AdaptivePerformanceIndexerSettings_get_performanceActionDelay_m61BC753B924C5FF95DB65E82D0B82A62D05AD3A2_inline(L_38, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, L_39, NULL); // return; return; } IL_0128: { // if (thermalAction == StateAction.FastDecrease) int32_t L_40 = V_0; if ((!(((uint32_t)L_40) == ((uint32_t)3)))) { goto IL_0150; } } { // ApplyLowestCostScaler(); bool L_41; L_41 = AdaptivePerformanceIndexer_ApplyLowestCostScaler_m5DBF631DFDAC96369065A45086107ECB74F5BEE6(__this, NULL); // TimeUntilNextAction = m_Settings.indexerSettings.thermalActionDelay / 2; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_42 = __this->___m_Settings_6; NullCheck(L_42); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_43; L_43 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_42, NULL); NullCheck(L_43); float L_44; L_44 = AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline(L_43, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, ((float)(L_44/(2.0f))), NULL); // return; return; } IL_0150: { // if (performanceAction == StateAction.FastDecrease) int32_t L_45 = V_1; if ((!(((uint32_t)L_45) == ((uint32_t)3)))) { goto IL_0178; } } { // ApplyLowestCostScaler(); bool L_46; L_46 = AdaptivePerformanceIndexer_ApplyLowestCostScaler_m5DBF631DFDAC96369065A45086107ECB74F5BEE6(__this, NULL); // TimeUntilNextAction = m_Settings.indexerSettings.performanceActionDelay / 2; IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_47 = __this->___m_Settings_6; NullCheck(L_47); AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_48; L_48 = IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline(L_47, NULL); NullCheck(L_48); float L_49; L_49 = AdaptivePerformanceIndexerSettings_get_performanceActionDelay_m61BC753B924C5FF95DB65E82D0B82A62D05AD3A2_inline(L_48, NULL); AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline(__this, ((float)(L_49/(2.0f))), NULL); // return; return; } IL_0178: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::CollectProfilerStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_CollectProfilerStats_m9299DAD84FAFD7F3C498636EA7394C5E92C7EE10 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { // for (int i = m_UnappliedScalers.Count - 1; i >= 0; i--) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_0 = __this->___m_UnappliedScalers_0; NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_0, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1)); goto IL_0021; } IL_0010: { // var scaler = m_UnappliedScalers[i]; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_2 = __this->___m_UnappliedScalers_0; int32_t L_3 = V_0; NullCheck(L_2); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_4; L_4 = List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122(L_2, L_3, List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); // for (int i = m_UnappliedScalers.Count - 1; i >= 0; i--) int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_5, 1)); } IL_0021: { // for (int i = m_UnappliedScalers.Count - 1; i >= 0; i--) int32_t L_6 = V_0; if ((((int32_t)L_6) >= ((int32_t)0))) { goto IL_0010; } } { // for (int i = m_AppliedScalers.Count - 1; i >= 0; i--) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_7 = __this->___m_AppliedScalers_1; NullCheck(L_7); int32_t L_8; L_8 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_7, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); V_1 = ((int32_t)il2cpp_codegen_subtract(L_8, 1)); goto IL_0046; } IL_0035: { // var scaler = m_AppliedScalers[i]; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_9 = __this->___m_AppliedScalers_1; int32_t L_10 = V_1; NullCheck(L_9); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_11; L_11 = List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122(L_9, L_10, List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); // for (int i = m_AppliedScalers.Count - 1; i >= 0; i--) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_12, 1)); } IL_0046: { // for (int i = m_AppliedScalers.Count - 1; i >= 0; i--) int32_t L_13 = V_1; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0035; } } { // for (int i = m_DisabledScalers.Count - 1; i >= 0; i--) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_14 = __this->___m_DisabledScalers_2; NullCheck(L_14); int32_t L_15; L_15 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_14, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); V_2 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); goto IL_006b; } IL_005a: { // var scaler = m_DisabledScalers[i]; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_16 = __this->___m_DisabledScalers_2; int32_t L_17 = V_2; NullCheck(L_16); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_18; L_18 = List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122(L_16, L_17, List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); // for (int i = m_DisabledScalers.Count - 1; i >= 0; i--) int32_t L_19 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_19, 1)); } IL_006b: { // for (int i = m_DisabledScalers.Count - 1; i >= 0; i--) int32_t L_20 = V_2; if ((((int32_t)L_20) >= ((int32_t)0))) { goto IL_005a; } } { // AdaptivePerformanceProfilerStats.FlushScalerDataToProfilerStream(); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceProfilerStats_t2F28528B9549C6F9555E30BC48DBA0AFD60D80E9_il2cpp_TypeInfo_var); AdaptivePerformanceProfilerStats_FlushScalerDataToProfilerStream_mFB2A59E37D0B5F48776F060A87F96AA5390C1EF6(NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::DeactivateDisabledScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_DeactivateDisabledScalers_m076FF8C13D0F6D3302714119584743ED381788A4 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_1 = NULL; int32_t V_2 = 0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_3 = NULL; { // for (int i = m_UnappliedScalers.Count - 1; i >= 0; i--) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_0 = __this->___m_UnappliedScalers_0; NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_0, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1)); goto IL_0055; } IL_0010: { // var scaler = m_UnappliedScalers[i]; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_2 = __this->___m_UnappliedScalers_0; int32_t L_3 = V_0; NullCheck(L_2); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_4; L_4 = List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122(L_2, L_3, List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); V_1 = L_4; // if (!scaler.Enabled && !m_DisabledScalers.Contains(scaler)) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_5 = V_1; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Enabled() */, L_5); if (L_6) { goto IL_0051; } } { List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_7 = __this->___m_DisabledScalers_2; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_8 = V_1; NullCheck(L_7); bool L_9; L_9 = List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A(L_7, L_8, List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); if (L_9) { goto IL_0051; } } { // scaler.Deactivate(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_10 = V_1; NullCheck(L_10); AdaptivePerformanceScaler_Deactivate_mCCDB4671D348668925269C7E6F973C355CB66070(L_10, NULL); // m_DisabledScalers.Add(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_11 = __this->___m_DisabledScalers_2; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_12 = V_1; NullCheck(L_11); List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_inline(L_11, L_12, List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); // m_UnappliedScalers.RemoveAt(i); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_13 = __this->___m_UnappliedScalers_0; int32_t L_14 = V_0; NullCheck(L_13); List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2(L_13, L_14, List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2_RuntimeMethod_var); } IL_0051: { // for (int i = m_UnappliedScalers.Count - 1; i >= 0; i--) int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); } IL_0055: { // for (int i = m_UnappliedScalers.Count - 1; i >= 0; i--) int32_t L_16 = V_0; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_0010; } } { // for (int i = m_AppliedScalers.Count - 1; i >= 0; i--) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_17 = __this->___m_AppliedScalers_1; NullCheck(L_17); int32_t L_18; L_18 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_17, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); V_2 = ((int32_t)il2cpp_codegen_subtract(L_18, 1)); goto IL_00ae; } IL_0069: { // var scaler = m_AppliedScalers[i]; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_19 = __this->___m_AppliedScalers_1; int32_t L_20 = V_2; NullCheck(L_19); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_21; L_21 = List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122(L_19, L_20, List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); V_3 = L_21; // if (!scaler.Enabled && !m_DisabledScalers.Contains(scaler)) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_22 = V_3; NullCheck(L_22); bool L_23; L_23 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Enabled() */, L_22); if (L_23) { goto IL_00aa; } } { List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_24 = __this->___m_DisabledScalers_2; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_25 = V_3; NullCheck(L_24); bool L_26; L_26 = List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A(L_24, L_25, List_1_Contains_m4D3E7BD22535F8782C8469C3744D8E1278222A3A_RuntimeMethod_var); if (L_26) { goto IL_00aa; } } { // scaler.Deactivate(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_27 = V_3; NullCheck(L_27); AdaptivePerformanceScaler_Deactivate_mCCDB4671D348668925269C7E6F973C355CB66070(L_27, NULL); // m_DisabledScalers.Add(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_28 = __this->___m_DisabledScalers_2; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_29 = V_3; NullCheck(L_28); List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_inline(L_28, L_29, List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); // m_AppliedScalers.RemoveAt(i); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_30 = __this->___m_AppliedScalers_1; int32_t L_31 = V_2; NullCheck(L_30); List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2(L_30, L_31, List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2_RuntimeMethod_var); } IL_00aa: { // for (int i = m_AppliedScalers.Count - 1; i >= 0; i--) int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_32, 1)); } IL_00ae: { // for (int i = m_AppliedScalers.Count - 1; i >= 0; i--) int32_t L_33 = V_2; if ((((int32_t)L_33) >= ((int32_t)0))) { goto IL_0069; } } { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::ActivateEnabledScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_ActivateEnabledScalers_m09F24264BA8AD83DFA8E6C5D6E8C75D3E0496CC7 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_1 = NULL; { // for (int i = m_DisabledScalers.Count - 1; i >= 0; i--) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_0 = __this->___m_DisabledScalers_2; NullCheck(L_0); int32_t L_1; L_1 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_0, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1)); goto IL_0042; } IL_0010: { // var scaler = m_DisabledScalers[i]; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_2 = __this->___m_DisabledScalers_2; int32_t L_3 = V_0; NullCheck(L_2); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_4; L_4 = List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122(L_2, L_3, List_1_get_Item_m618B3F0A927207D30A2F4ABBA7EB0D41FFE5E122_RuntimeMethod_var); V_1 = L_4; // if (scaler.Enabled) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_5 = V_1; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Enabled() */, L_5); if (!L_6) { goto IL_003e; } } { // scaler.Activate(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_7 = V_1; NullCheck(L_7); AdaptivePerformanceScaler_Activate_m011996E733279ABE5B8AEFBE0CCFA737BB302396(L_7, NULL); // AddScaler(scaler); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_8 = V_1; AdaptivePerformanceIndexer_AddScaler_m739C7C3318E77F6C8F53CD22798F62C6E8945369(__this, L_8, NULL); // m_DisabledScalers.RemoveAt(i); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_9 = __this->___m_DisabledScalers_2; int32_t L_10 = V_0; NullCheck(L_9); List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2(L_9, L_10, List_1_RemoveAt_mE00B5BB5B3DA535A8A4F3B3F89D6BA4C3E99E7D2_RuntimeMethod_var); } IL_003e: { // for (int i = m_DisabledScalers.Count - 1; i >= 0; i--) int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_11, 1)); } IL_0042: { // for (int i = m_DisabledScalers.Count - 1; i >= 0; i--) int32_t L_12 = V_0; if ((((int32_t)L_12) >= ((int32_t)0))) { goto IL_0010; } } { // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::ApplyLowestCostScaler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceIndexer_ApplyLowestCostScaler_m5DBF631DFDAC96369065A45086107ECB74F5BEE6 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_0 = NULL; float V_1 = 0.0f; Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF V_2; memset((&V_2), 0, sizeof(V_2)); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_3 = NULL; int32_t V_4 = 0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_5 = NULL; int32_t V_6 = 0; { // AdaptivePerformanceScaler result = null; V_0 = (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)NULL; // var lowestCost = float.PositiveInfinity; V_1 = (std::numeric_limits::infinity()); // foreach (var scaler in m_UnappliedScalers) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_0 = __this->___m_UnappliedScalers_0; NullCheck(L_0); Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF L_1; L_1 = List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0(L_0, List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0_RuntimeMethod_var); V_2 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_004e: {// begin finally (depth: 1) Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6((&V_2), Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0043_1; } IL_0016_1: { // foreach (var scaler in m_UnappliedScalers) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_2; L_2 = Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_inline((&V_2), Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_RuntimeMethod_var); V_3 = L_2; // if (!scaler.Enabled) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_3 = V_3; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Enabled() */, L_3); if (!L_4) { goto IL_0043_1; } } { // if (scaler.OverrideLevel != -1) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_5 = V_3; NullCheck(L_5); int32_t L_6; L_6 = AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline(L_5, NULL); if ((!(((uint32_t)L_6) == ((uint32_t)(-1))))) { goto IL_0043_1; } } { // var cost = scaler.CalculateCost(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_7 = V_3; NullCheck(L_7); int32_t L_8; L_8 = AdaptivePerformanceScaler_CalculateCost_m327F368487672CF65FB65111845764E14E559AB3(L_7, NULL); V_4 = L_8; // if (lowestCost > cost) float L_9 = V_1; int32_t L_10 = V_4; if ((!(((float)L_9) > ((float)((float)L_10))))) { goto IL_0043_1; } } { // result = scaler; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_11 = V_3; V_0 = L_11; // lowestCost = cost; int32_t L_12 = V_4; V_1 = ((float)L_12); } IL_0043_1: { // foreach (var scaler in m_UnappliedScalers) bool L_13; L_13 = Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645((&V_2), Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645_RuntimeMethod_var); if (L_13) { goto IL_0016_1; } } { goto IL_005c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_005c: { // foreach (var scaler in m_AppliedScalers) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_14 = __this->___m_AppliedScalers_1; NullCheck(L_14); Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF L_15; L_15 = List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0(L_14, List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0_RuntimeMethod_var); V_2 = L_15; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00b0: {// begin finally (depth: 1) Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6((&V_2), Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00a5_1; } IL_006a_1: { // foreach (var scaler in m_AppliedScalers) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_16; L_16 = Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_inline((&V_2), Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_RuntimeMethod_var); V_5 = L_16; // if (!scaler.Enabled) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_17 = V_5; NullCheck(L_17); bool L_18; L_18 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Enabled() */, L_17); if (!L_18) { goto IL_00a5_1; } } { // if (scaler.OverrideLevel != -1) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_19 = V_5; NullCheck(L_19); int32_t L_20; L_20 = AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline(L_19, NULL); if ((!(((uint32_t)L_20) == ((uint32_t)(-1))))) { goto IL_00a5_1; } } { // if (scaler.IsMaxLevel) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_21 = V_5; NullCheck(L_21); bool L_22; L_22 = AdaptivePerformanceScaler_get_IsMaxLevel_mB960E902B10B7030FC489E17EAFEDFF585F16785(L_21, NULL); if (L_22) { goto IL_00a5_1; } } { // var cost = scaler.CalculateCost(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_23 = V_5; NullCheck(L_23); int32_t L_24; L_24 = AdaptivePerformanceScaler_CalculateCost_m327F368487672CF65FB65111845764E14E559AB3(L_23, NULL); V_6 = L_24; // if (lowestCost > cost) float L_25 = V_1; int32_t L_26 = V_6; if ((!(((float)L_25) > ((float)((float)L_26))))) { goto IL_00a5_1; } } { // result = scaler; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_27 = V_5; V_0 = L_27; // lowestCost = cost; int32_t L_28 = V_6; V_1 = ((float)L_28); } IL_00a5_1: { // foreach (var scaler in m_AppliedScalers) bool L_29; L_29 = Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645((&V_2), Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645_RuntimeMethod_var); if (L_29) { goto IL_006a_1; } } { goto IL_00be; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00be: { // if (result != null) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_30 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_31; L_31 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_30, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_31) { goto IL_00dd; } } { // m_ScalerEfficiencyTracker.Start(result, true); AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* L_32 = __this->___m_ScalerEfficiencyTracker_5; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_33 = V_0; NullCheck(L_32); AdaptivePerformanceScalerEfficiencyTracker_Start_mC5F7FB1D9B8859A16774618940CCD3FCF78BDD4D(L_32, L_33, (bool)1, NULL); // ApplyScaler(result); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_34 = V_0; AdaptivePerformanceIndexer_ApplyScaler_m446151B73B180FC77ABF539FFACE9453ACBF4819(__this, L_34, NULL); // return true; return (bool)1; } IL_00dd: { // return false; return (bool)0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::ApplyScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_ApplyScaler_m446151B73B180FC77ABF539FFACE9453ACBF4819 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // if (scaler.NotLeveled) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_0 = ___0_scaler; NullCheck(L_0); bool L_1; L_1 = AdaptivePerformanceScaler_get_NotLeveled_mC3205612CA27B88738841FB8870B09D89791BD07(L_0, NULL); if (!L_1) { goto IL_0021; } } { // m_UnappliedScalers.Remove(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_2 = __this->___m_UnappliedScalers_0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_3 = ___0_scaler; NullCheck(L_2); bool L_4; L_4 = List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC(L_2, L_3, List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var); // m_AppliedScalers.Add(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_5 = __this->___m_AppliedScalers_1; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_6 = ___0_scaler; NullCheck(L_5); List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_inline(L_5, L_6, List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); } IL_0021: { // scaler.IncreaseLevel(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_7 = ___0_scaler; NullCheck(L_7); AdaptivePerformanceScaler_IncreaseLevel_mDBA7C9066AF359004B702E829B46A0A23F9FA995(L_7, NULL); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UnapplyHighestCostScaler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceIndexer_UnapplyHighestCostScaler_mD7BE8B4DC0FB98C278514F2D2D3E8AA241A581D3 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_0 = NULL; float V_1 = 0.0f; Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF V_2; memset((&V_2), 0, sizeof(V_2)); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_3 = NULL; int32_t V_4 = 0; { // AdaptivePerformanceScaler result = null; V_0 = (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)NULL; // var highestCost = float.NegativeInfinity; V_1 = (-std::numeric_limits::infinity()); // foreach (var scaler in m_AppliedScalers) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_0 = __this->___m_AppliedScalers_1; NullCheck(L_0); Enumerator_tEF408F9081D84C8E6329FBBF4504FAD1531BE9FF L_1; L_1 = List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0(L_0, List_1_GetEnumerator_m8BCCEFD22FD2AFC8A16E6DF8D5D6E2393DC1E0A0_RuntimeMethod_var); V_2 = L_1; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0046: {// begin finally (depth: 1) Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6((&V_2), Enumerator_Dispose_m0763F65E14CD39929EFD7253E929AD0799D764C6_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003b_1; } IL_0016_1: { // foreach (var scaler in m_AppliedScalers) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_2; L_2 = Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_inline((&V_2), Enumerator_get_Current_m86D3D9BFB68FC9BC87AACE24A2F8E8D8DCD4B395_RuntimeMethod_var); V_3 = L_2; // if (scaler.OverrideLevel != -1) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_3 = V_3; NullCheck(L_3); int32_t L_4; L_4 = AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline(L_3, NULL); if ((!(((uint32_t)L_4) == ((uint32_t)(-1))))) { goto IL_003b_1; } } { // var cost = scaler.CalculateCost(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_5 = V_3; NullCheck(L_5); int32_t L_6; L_6 = AdaptivePerformanceScaler_CalculateCost_m327F368487672CF65FB65111845764E14E559AB3(L_5, NULL); V_4 = L_6; // if (highestCost < cost) float L_7 = V_1; int32_t L_8 = V_4; if ((!(((float)L_7) < ((float)((float)L_8))))) { goto IL_003b_1; } } { // result = scaler; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_9 = V_3; V_0 = L_9; // highestCost = cost; int32_t L_10 = V_4; V_1 = ((float)L_10); } IL_003b_1: { // foreach (var scaler in m_AppliedScalers) bool L_11; L_11 = Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645((&V_2), Enumerator_MoveNext_mD35AF568BF2FE4654D3E22CEF7BCA07F422E3645_RuntimeMethod_var); if (L_11) { goto IL_0016_1; } } { goto IL_0054; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0054: { // if (result != null) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_12 = V_0; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_13; L_13 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_12, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_13) { goto IL_0073; } } { // m_ScalerEfficiencyTracker.Start(result, false); AdaptivePerformanceScalerEfficiencyTracker_t89CCC215D6ECFE85E79EB903DBE1D4C517902DCC* L_14 = __this->___m_ScalerEfficiencyTracker_5; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_15 = V_0; NullCheck(L_14); AdaptivePerformanceScalerEfficiencyTracker_Start_mC5F7FB1D9B8859A16774618940CCD3FCF78BDD4D(L_14, L_15, (bool)0, NULL); // UnapplyScaler(result); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_16 = V_0; AdaptivePerformanceIndexer_UnapplyScaler_m03476E318E802B825872AA722E175380CCE8C2A5(__this, L_16, NULL); // return true; return (bool)1; } IL_0073: { // return false; return (bool)0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer::UnapplyScaler(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_UnapplyScaler_m03476E318E802B825872AA722E175380CCE8C2A5 (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_scaler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // scaler.DecreaseLevel(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_0 = ___0_scaler; NullCheck(L_0); AdaptivePerformanceScaler_DecreaseLevel_mAC739988670545887A15C1B37F0E911B1B45C548(L_0, NULL); // if (scaler.NotLeveled) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_1 = ___0_scaler; NullCheck(L_1); bool L_2; L_2 = AdaptivePerformanceScaler_get_NotLeveled_mC3205612CA27B88738841FB8870B09D89791BD07(L_1, NULL); if (!L_2) { goto IL_0027; } } { // m_AppliedScalers.Remove(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_3 = __this->___m_AppliedScalers_1; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_4 = ___0_scaler; NullCheck(L_3); bool L_5; L_5 = List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC(L_3, L_4, List_1_Remove_m8D2367D91076A2C3AB98A8320E496372C7F20CCC_RuntimeMethod_var); // m_UnappliedScalers.Add(scaler); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_6 = __this->___m_UnappliedScalers_0; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_7 = ___0_scaler; NullCheck(L_6); List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_inline(L_6, L_7, List_1_Add_mB4FCAA5E90B3A4868C3F9ADEE05D8BBB2F95C024_RuntimeMethod_var); } IL_0027: { // } return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_MainLightShadowmapResolutionMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_MainLightShadowmapResolutionMultiplier_mE4F508B1B1B29F7D7AE1C1E61A6F251C9F4C55B5 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_ShadowResolutionMultiplier; } il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_ShadowResolutionMultiplier_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_MainLightShadowmapResolutionMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_MainLightShadowmapResolutionMultiplier_m488203D2976B464F591786A279C6860C9AEC163D (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { s_ShadowResolutionMultiplier = Mathf.Clamp01(value); } float L_0 = ___0_value; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_ShadowResolutionMultiplier_1 = L_1; // set { s_ShadowResolutionMultiplier = Mathf.Clamp01(value); } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_DecalsDrawDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_DecalsDrawDistance_mC3D298759AD8A364A93E1AE73092C6EE54D42123 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_DecalsMaxDistance; } il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_DecalsMaxDistance_3; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_DecalsDrawDistance(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_DecalsDrawDistance_mA0556ADC49BE771D09D277E811EE1C18A3A758C9 (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { s_DecalsMaxDistance = value; } float L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_DecalsMaxDistance_3 = L_0; // set { s_DecalsMaxDistance = value; } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_MainLightShadowCascadesCountBias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_MainLightShadowCascadesCountBias_mFB9E643A5D67393F20BCEAE1FD7C076E93424F8A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CMainLightShadowCascadesCountBiasU3Ek__BackingField_4; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_MainLightShadowCascadesCountBias(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_MainLightShadowCascadesCountBias_mA0FC793465E40D31F13C2148EBB3282DE0ECF26F (int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CMainLightShadowCascadesCountBiasU3Ek__BackingField_4 = L_0; return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_ShadowQualityBias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_ShadowQualityBias_mDC7B30DE123707A8EB0BFC6273D087C4B514CDD3 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CShadowQualityBiasU3Ek__BackingField_5; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_ShadowQualityBias(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_ShadowQualityBias_m99CB51DF27FCBD57A9E5F1DC5D21A3163758B5B2 (int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CShadowQualityBiasU3Ek__BackingField_5 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_LutBias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_LutBias_m066C8AE5F8123FE07E7159CC96A465E33968B9C8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CLutBiasU3Ek__BackingField_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_LutBias(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_LutBias_m87D91BB543BA3016BFA2BABE97AF9E23A605348D (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; float L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CLutBiasU3Ek__BackingField_6 = L_0; return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_MaxShadowDistanceMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_MaxShadowDistanceMultiplier_mD8879DD88AE8FF3CB2106FF35910D57E1BCC5D27 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_MaxShadowDistanceMultiplier; } il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_MaxShadowDistanceMultiplier_0; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_MaxShadowDistanceMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_MaxShadowDistanceMultiplier_mE4E339CDF51E898BC7EA1EF348586002238DB700 (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { s_MaxShadowDistanceMultiplier = Mathf.Clamp01(value); } float L_0 = ___0_value; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_MaxShadowDistanceMultiplier_0 = L_1; // set { s_MaxShadowDistanceMultiplier = Mathf.Clamp01(value); } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_RenderScaleMultiplier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_RenderScaleMultiplier_m3300CA2A6EDA35A504D99656B11FF2DDD2BCA4C0 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_RenderScaleMultiplier; } il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_RenderScaleMultiplier_2; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_RenderScaleMultiplier(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_RenderScaleMultiplier_mCD329036D85AB4C2BF6F8B5EA50695128E1BF5A3 (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { s_RenderScaleMultiplier = Mathf.Clamp01(value); } float L_0 = ___0_value; float L_1; L_1 = Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline(L_0, NULL); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_RenderScaleMultiplier_2 = L_1; // set { s_RenderScaleMultiplier = Mathf.Clamp01(value); } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_AntiAliasingQualityBias() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_AntiAliasingQualityBias_mDA59F3EE645D94B63DD3B89AD65925B47C365C5A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CAntiAliasingQualityBiasU3Ek__BackingField_7; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_AntiAliasingQualityBias(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_AntiAliasingQualityBias_mFA1BF607115C11AF87722CC2C91C00529AAE5A54 (int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CAntiAliasingQualityBiasU3Ek__BackingField_7 = L_0; return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_SkipDynamicBatching() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceRenderSettings_get_SkipDynamicBatching_m939E279451A083DF507A8CFC6CE0449905C3C88A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); bool L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipDynamicBatchingU3Ek__BackingField_8; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_SkipDynamicBatching(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipDynamicBatching_m7EEEBD9DF256D8AAD27513FD65D15D81BE7B92DC (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; bool L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipDynamicBatchingU3Ek__BackingField_8 = L_0; return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_SkipFrontToBackSorting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceRenderSettings_get_SkipFrontToBackSorting_mC73182E28DEF80E85310854E7DF9D15E655A4CF9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); bool L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipFrontToBackSortingU3Ek__BackingField_9; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_SkipFrontToBackSorting(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipFrontToBackSorting_m7609623ACADF37E2B6DC928EEE6FE9D39624B633 (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; bool L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipFrontToBackSortingU3Ek__BackingField_9 = L_0; return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::get_SkipTransparentObjects() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceRenderSettings_get_SkipTransparentObjects_mAC308B05C32F99C3B7C4941F3F8574D2B70CF364 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); bool L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipTransparentObjectsU3Ek__BackingField_10; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::set_SkipTransparentObjects(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipTransparentObjects_m1BE082200B1A25094A5FB1D307995842479B9649 (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; bool L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipTransparentObjectsU3Ek__BackingField_10 = L_0; return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceRenderSettings::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings__cctor_mF70619226FCE2E83F6ED0A643096FD85BD3181F6 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // private static float s_MaxShadowDistanceMultiplier = 1; ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_MaxShadowDistanceMultiplier_0 = (1.0f); // private static float s_ShadowResolutionMultiplier = 1; ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_ShadowResolutionMultiplier_1 = (1.0f); // private static float s_RenderScaleMultiplier = 1; ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_RenderScaleMultiplier_2 = (1.0f); // private static float s_DecalsMaxDistance = 1000; ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_DecalsMaxDistance_3 = (1000.0f); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceScaler_get_Name_mCC7E224B7E938381E3CEB54067773C528B48A1A7 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.name; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); String_t* L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_name_mF13E237177358FB6B1E5EA3FF812C9D3CFF7331A_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_Name_mCCC60C1C22FB3DBDE4A1B89D774D45D1753879BE (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, String_t* ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.name == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); String_t* L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_name_mF13E237177358FB6B1E5EA3FF812C9D3CFF7331A_inline(L_0, NULL); String_t* L_2 = ___0_value; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL); if (!L_3) { goto IL_0014; } } { // return; return; } IL_0014: { // m_defaultSetting.name = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4 = __this->___m_defaultSetting_9; String_t* L_5 = ___0_value; NullCheck(L_4); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_4, L_5, NULL); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScaler_get_Enabled_mFD2B6D659D91F772E73748AFAE05DA1FF09AE37D (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.enabled; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); bool L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_enabled_m3C206F801CD595875BBD175B27D6DE0A85C675CC_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_Enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_Enabled_mCE4130752DC90F2732DD81053B6D83A34C20DE71 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, bool ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.enabled == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); bool L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_enabled_m3C206F801CD595875BBD175B27D6DE0A85C675CC_inline(L_0, NULL); bool L_2 = ___0_value; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_000f; } } { // return; return; } IL_000f: { // m_defaultSetting.enabled = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = __this->___m_defaultSetting_9; bool L_4 = ___0_value; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_3, L_4, NULL); // } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceScaler_get_Scale_m4248617789F0908E6A0AF7D2BE7B9E5D9BEE1111 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.scale; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); float L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_scale_mC0B010C3248EC3661FC76CA4FE9C63CFF0F9618A_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_Scale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_Scale_m84B245941E0C9117FC80BEC3EEF89288C3443AC6 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, float ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.scale == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); float L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_scale_mC0B010C3248EC3661FC76CA4FE9C63CFF0F9618A_inline(L_0, NULL); float L_2 = ___0_value; if ((!(((float)L_1) == ((float)L_2)))) { goto IL_000f; } } { // return; return; } IL_000f: { // m_defaultSetting.scale = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = __this->___m_defaultSetting_9; float L_4 = ___0_value; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_3, L_4, NULL); // } return; } } // UnityEngine.AdaptivePerformance.ScalerVisualImpact UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_VisualImpact() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_VisualImpact_mB9CA189090EEC7A1C4AEA540D427C5D90A86123A (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.visualImpact; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); int32_t L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_visualImpact_mE5FADC25B00CEECAD5349055028C713156A78100_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_VisualImpact(UnityEngine.AdaptivePerformance.ScalerVisualImpact) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_VisualImpact_mD8B5D2EBB3AE5BE9A68B584AA30157EAD0BF20E4 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.visualImpact == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); int32_t L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_visualImpact_mE5FADC25B00CEECAD5349055028C713156A78100_inline(L_0, NULL); int32_t L_2 = ___0_value; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_000f; } } { // return; return; } IL_000f: { // m_defaultSetting.visualImpact = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = __this->___m_defaultSetting_9; int32_t L_4 = ___0_value; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_3, L_4, NULL); // } return; } } // UnityEngine.AdaptivePerformance.ScalerTarget UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_Target_m64CE8A9B7E6C0B93C3B0F350A47BEB5B17434890 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.target; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); int32_t L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_target_m779AFC0CB0E43A351D0129EEDB00DC61F8B7373A_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_Target(UnityEngine.AdaptivePerformance.ScalerTarget) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_Target_m67D88E9E0526F818C8154FA6B078E001737124A3 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.target == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); int32_t L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_target_m779AFC0CB0E43A351D0129EEDB00DC61F8B7373A_inline(L_0, NULL); int32_t L_2 = ___0_value; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_000f; } } { // return; return; } IL_000f: { // m_defaultSetting.target = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = __this->___m_defaultSetting_9; int32_t L_4 = ___0_value; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_3, L_4, NULL); // } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_MaxLevel_mA59AB957023992AA9EC9002886A4496B716EB147 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.maxLevel; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); int32_t L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_maxLevel_m7151F65E2E1588694A55EF6872E420FCC231BEBE_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_MaxLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_MaxLevel_m9B76874A43446B72F7C99F80EE3BD1F53E0B6257 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.maxLevel == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); int32_t L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_maxLevel_m7151F65E2E1588694A55EF6872E420FCC231BEBE_inline(L_0, NULL); int32_t L_2 = ___0_value; if ((!(((uint32_t)L_1) == ((uint32_t)L_2)))) { goto IL_000f; } } { // return; return; } IL_000f: { // m_defaultSetting.maxLevel = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = __this->___m_defaultSetting_9; int32_t L_4 = ___0_value; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_3, L_4, NULL); // } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MinBound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceScaler_get_MinBound_m095A70993373CEAB79A69D8E403CD55231BD4337 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.minBound; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); float L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_minBound_mA6F4ACD69674DB3BB5F5306D22F349369DF42370_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_MinBound(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_MinBound_m32557347BA7F199A6951E5445C8AA261AC7534EE (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, float ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.minBound == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); float L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_minBound_mA6F4ACD69674DB3BB5F5306D22F349369DF42370_inline(L_0, NULL); float L_2 = ___0_value; if ((!(((float)L_1) == ((float)L_2)))) { goto IL_000f; } } { // return; return; } IL_000f: { // m_defaultSetting.minBound = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = __this->___m_defaultSetting_9; float L_4 = ___0_value; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_3, L_4, NULL); // } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxBound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceScaler_get_MaxBound_mE4F1960A3834113BFCEF886F1DE4E53B853314CC (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_defaultSetting.maxBound; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); float L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_maxBound_m898333F82C63A160DD9B2FE5B2240F85017C6729_inline(L_0, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_MaxBound(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_MaxBound_m7B85058B4B615BA5CDA710BA4399E65CA659D1DB (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, float ___0_value, const RuntimeMethod* method) { { // if (m_defaultSetting.maxBound == value) AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_defaultSetting_9; NullCheck(L_0); float L_1; L_1 = AdaptivePerformanceScalerSettingsBase_get_maxBound_m898333F82C63A160DD9B2FE5B2240F85017C6729_inline(L_0, NULL); float L_2 = ___0_value; if ((!(((float)L_1) == ((float)L_2)))) { goto IL_000f; } } { // return; return; } IL_000f: { // m_defaultSetting.maxBound = value; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = __this->___m_defaultSetting_9; float L_4 = ___0_value; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_3, L_4, NULL); // } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_CurrentLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // public int CurrentLevel { get; private set; } int32_t L_0 = __this->___U3CCurrentLevelU3Ek__BackingField_5; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_CurrentLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_CurrentLevel_mCCC4299E8C1C123A3C141348365477166C317DB3 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentLevel { get; private set; } int32_t L_0 = ___0_value; __this->___U3CCurrentLevelU3Ek__BackingField_5 = L_0; return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_IsMaxLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScaler_get_IsMaxLevel_mB960E902B10B7030FC489E17EAFEDFF585F16785 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // public bool IsMaxLevel { get => CurrentLevel == MaxLevel; } int32_t L_0; L_0 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxLevel() */, __this); return (bool)((((int32_t)L_0) == ((int32_t)L_1))? 1 : 0); } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_NotLeveled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScaler_get_NotLeveled_mC3205612CA27B88738841FB8870B09D89791BD07 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // public bool NotLeveled { get => CurrentLevel == 0; } int32_t L_0; L_0 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0); } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_GpuImpact() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_GpuImpact_m53D71C69DABEF507C22BC9D0CDD7C6F21216979D (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // public int GpuImpact { get; internal set; } int32_t L_0 = __this->___U3CGpuImpactU3Ek__BackingField_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_GpuImpact(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_GpuImpact_m0E6FA566E69AC21E1AE65C3CC626CEEC2C7AA797 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuImpact { get; internal set; } int32_t L_0 = ___0_value; __this->___U3CGpuImpactU3Ek__BackingField_6 = L_0; return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_CpuImpact() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_CpuImpact_mDEC7D4AEAEA20BBE5D1ACDD4D7C8BD044DEBB319 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // public int CpuImpact { get; internal set; } int32_t L_0 = __this->___U3CCpuImpactU3Ek__BackingField_7; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_CpuImpact(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_CpuImpact_m8FE81E3BDD092C52F009AAE883B4821F633D140F (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuImpact { get; internal set; } int32_t L_0 = ___0_value; __this->___U3CCpuImpactU3Ek__BackingField_7 = L_0; return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_OverrideLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_OverrideLevel; int32_t L_0 = __this->___m_OverrideLevel_8; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_OverrideLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_OverrideLevel_mBDE07C202A3BB506F88AD00B5B4D24ED250471A1 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // m_OverrideLevel = value; int32_t L_0 = ___0_value; __this->___m_OverrideLevel_8 = L_0; // m_Indexer.UpdateOverrideLevel(this); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_1 = __this->___m_Indexer_4; NullCheck(L_1); AdaptivePerformanceIndexer_UpdateOverrideLevel_m14C62AE0BCBA53301C221CE736A3715BA16E38B1(L_1, __this, NULL); // } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::CalculateCost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_CalculateCost_m327F368487672CF65FB65111845764E14E559AB3 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_2; memset((&V_2), 0, sizeof(V_2)); int32_t V_3 = 0; { // var bottleneck = Holder.Instance.PerformanceStatus.PerformanceMetrics.PerformanceBottleneck; RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_0); RuntimeObject* L_1; L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_2; L_2 = InterfaceFuncInvoker0< PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 >::Invoke(0 /* UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.IPerformanceStatus::get_PerformanceMetrics() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_1); V_2 = L_2; int32_t L_3; L_3 = PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_inline((&V_2), NULL); V_0 = L_3; // var cost = 0; V_1 = 0; // switch (VisualImpact) int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* UnityEngine.AdaptivePerformance.ScalerVisualImpact UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_VisualImpact() */, __this); V_3 = L_4; int32_t L_5 = V_3; switch (L_5) { case 0: { goto IL_0035; } case 1: { goto IL_0040; } case 2: { goto IL_004d; } } } { goto IL_0058; } IL_0035: { // cost += CurrentLevel * 1; int32_t L_6 = V_1; int32_t L_7; L_7 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); V_1 = ((int32_t)il2cpp_codegen_add(L_6, L_7)); // break; goto IL_0058; } IL_0040: { // cost += CurrentLevel * 2; int32_t L_8 = V_1; int32_t L_9; L_9 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); V_1 = ((int32_t)il2cpp_codegen_add(L_8, ((int32_t)il2cpp_codegen_multiply(L_9, 2)))); // break; goto IL_0058; } IL_004d: { // cost += CurrentLevel * 3; int32_t L_10 = V_1; int32_t L_11; L_11 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); V_1 = ((int32_t)il2cpp_codegen_add(L_10, ((int32_t)il2cpp_codegen_multiply(L_11, 3)))); } IL_0058: { // if (bottleneck == PerformanceBottleneck.CPU && (Target & ScalerTarget.CPU) == 0) int32_t L_12 = V_0; if ((!(((uint32_t)L_12) == ((uint32_t)1)))) { goto IL_0068; } } { int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* UnityEngine.AdaptivePerformance.ScalerTarget UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Target() */, __this); if (((int32_t)((int32_t)L_13&1))) { goto IL_0068; } } { // cost = 6; V_1 = 6; } IL_0068: { // if (bottleneck == PerformanceBottleneck.GPU && (Target & ScalerTarget.GPU) == 0) int32_t L_14 = V_0; if ((!(((uint32_t)L_14) == ((uint32_t)2)))) { goto IL_0078; } } { int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* UnityEngine.AdaptivePerformance.ScalerTarget UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Target() */, __this); if (((int32_t)((int32_t)L_15&2))) { goto IL_0078; } } { // cost = 6; V_1 = 6; } IL_0078: { // if (bottleneck == PerformanceBottleneck.TargetFrameRate && (Target & ScalerTarget.FillRate) == 0) int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)3)))) { goto IL_0088; } } { int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* UnityEngine.AdaptivePerformance.ScalerTarget UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Target() */, __this); if (((int32_t)((int32_t)L_17&4))) { goto IL_0088; } } { // cost = 6; V_1 = 6; } IL_0088: { // return cost; int32_t L_18 = V_1; return L_18; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (Holder.Instance == null) RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (L_0) { goto IL_0008; } } { // return; return; } IL_0008: { // m_Settings = Holder.Instance.Settings; RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_1); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2; L_2 = InterfaceFuncInvoker0< IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* >::Invoke(6 /* UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Settings() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_1); __this->___m_Settings_11 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Settings_11), (void*)L_2); // m_Indexer = Holder.Instance.Indexer; RuntimeObject* L_3; L_3 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_3); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_4; L_4 = InterfaceFuncInvoker0< AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* >::Invoke(5 /* UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Indexer() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_3); __this->___m_Indexer_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Indexer_4), (void*)L_4); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnEnable_m2F509D15AE4B351C553E3312231DA4C90913124A (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // if (m_Indexer == null) AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_0 = __this->___m_Indexer_4; if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // m_Indexer.AddScaler(this); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_1 = __this->___m_Indexer_4; NullCheck(L_1); AdaptivePerformanceIndexer_AddScaler_m739C7C3318E77F6C8F53CD22798F62C6E8945369(L_1, __this, NULL); // OnEnabled(); VirtualActionInvoker0::Invoke(24 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnEnabled() */, __this); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnDisable_mE8FF7454B04C601B23EF587DCE985F567A56AC21 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // if (m_Indexer == null) AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_0 = __this->___m_Indexer_4; if (L_0) { goto IL_0009; } } { // return; return; } IL_0009: { // m_Indexer.RemoveScaler(this); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_1 = __this->___m_Indexer_4; NullCheck(L_1); AdaptivePerformanceIndexer_RemoveScaler_mD8C4CF1D7BDFA251390D2E071ADE5B4569E094E4(L_1, __this, NULL); // OnDisabled(); VirtualActionInvoker0::Invoke(25 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnDisabled() */, __this); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::IncreaseLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_IncreaseLevel_mDBA7C9066AF359004B702E829B46A0A23F9FA995 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __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*)&EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C58DA39C7DE4A951378C863F054C8B233A1790F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE11DB328075F02ACDA8E87255BF1AAFE02B2C9B6); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (IsMaxLevel) bool L_0; L_0 = AdaptivePerformanceScaler_get_IsMaxLevel_mB960E902B10B7030FC489E17EAFEDFF585F16785(__this, NULL); if (!L_0) { goto IL_0013; } } { // Debug.LogError("Cannot increase scaler level as it is already max."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteralE11DB328075F02ACDA8E87255BF1AAFE02B2C9B6, NULL); // return; return; } IL_0013: { // CurrentLevel++; int32_t L_1; L_1 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); V_0 = L_1; int32_t L_2 = V_0; AdaptivePerformanceScaler_set_CurrentLevel_mCCC4299E8C1C123A3C141348365477166C317DB3_inline(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL); // OnLevelIncrease(); VirtualActionInvoker0::Invoke(21 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevelIncrease() */, __this); // OnLevel(); VirtualActionInvoker0::Invoke(23 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevel() */, __this); // m_ScalerEvent.Name = Name; AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D* L_3 = (&__this->___m_ScalerEvent_10); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Name() */, __this); L_3->___Name_0 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___Name_0), (void*)L_4); // m_ScalerEvent.Level = CurrentLevel; AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D* L_5 = (&__this->___m_ScalerEvent_10); int32_t L_6; L_6 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); L_5->___Level_1 = L_6; // EventBus.Trigger(AdaptivePerformanceEventHooks.OnScalerEvent, m_ScalerEvent); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_7; L_7 = EventHook_op_Implicit_m93EAC8789A8E846D55B193CB46237A48C54693FA(_stringLiteral7C58DA39C7DE4A951378C863F054C8B233A1790F, NULL); AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D L_8 = __this->___m_ScalerEvent_10; il2cpp_codegen_runtime_class_init_inline(EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71(L_7, L_8, EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::DecreaseLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_DecreaseLevel_mAC739988670545887A15C1B37F0E911B1B45C548 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __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*)&EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5713F4896AF9A5CD8CDA98FB0891EF8FF91BB44B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C58DA39C7DE4A951378C863F054C8B233A1790F); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { // if (NotLeveled) bool L_0; L_0 = AdaptivePerformanceScaler_get_NotLeveled_mC3205612CA27B88738841FB8870B09D89791BD07(__this, NULL); if (!L_0) { goto IL_0013; } } { // Debug.LogError("Cannot decrease scaler level as it is already 0."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral5713F4896AF9A5CD8CDA98FB0891EF8FF91BB44B, NULL); // return; return; } IL_0013: { // CurrentLevel--; int32_t L_1; L_1 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); V_0 = L_1; int32_t L_2 = V_0; AdaptivePerformanceScaler_set_CurrentLevel_mCCC4299E8C1C123A3C141348365477166C317DB3_inline(__this, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), NULL); // OnLevelDecrease(); VirtualActionInvoker0::Invoke(22 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevelDecrease() */, __this); // OnLevel(); VirtualActionInvoker0::Invoke(23 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevel() */, __this); // m_ScalerEvent.Name = Name; AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D* L_3 = (&__this->___m_ScalerEvent_10); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Name() */, __this); L_3->___Name_0 = L_4; Il2CppCodeGenWriteBarrier((void**)(&L_3->___Name_0), (void*)L_4); // m_ScalerEvent.Level = CurrentLevel; AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D* L_5 = (&__this->___m_ScalerEvent_10); int32_t L_6; L_6 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); L_5->___Level_1 = L_6; // EventBus.Trigger(AdaptivePerformanceEventHooks.OnScalerEvent, m_ScalerEvent); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_7; L_7 = EventHook_op_Implicit_m93EAC8789A8E846D55B193CB46237A48C54693FA(_stringLiteral7C58DA39C7DE4A951378C863F054C8B233A1790F, NULL); AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D L_8 = __this->___m_ScalerEvent_10; il2cpp_codegen_runtime_class_init_inline(EventBus_t6457FCB216134244ECE28921407E893BC1D38056_il2cpp_TypeInfo_var); EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71(L_7, L_8, EventBus_Trigger_TisAdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_m34F588B172E4E59FE48CCBAF82961A4BAFA7DE71_RuntimeMethod_var); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::Activate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_Activate_m011996E733279ABE5B8AEFBE0CCFA737BB302396 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // OnEnabled(); VirtualActionInvoker0::Invoke(24 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnEnabled() */, __this); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::Deactivate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_Deactivate_mCCDB4671D348668925269C7E6F973C355CB66070 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // OnDisabled(); VirtualActionInvoker0::Invoke(25 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnDisabled() */, __this); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::ApplyDefaultSetting(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_defaultSetting, const RuntimeMethod* method) { { // m_defaultSetting = defaultSetting; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_defaultSetting; __this->___m_defaultSetting_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_defaultSetting_9), (void*)L_0); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::ScaleChanged() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { float V_0 = 0.0f; float V_1 = 0.0f; { // float oldScaleFactor = Scale; float L_0; L_0 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); V_0 = L_0; // float scaleIncrement = (MaxBound - MinBound) / MaxLevel; float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(18 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxBound() */, __this); float L_2; L_2 = VirtualFuncInvoker0< float >::Invoke(16 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MinBound() */, __this); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxLevel() */, __this); V_1 = ((float)(((float)il2cpp_codegen_subtract(L_1, L_2))/((float)L_3))); // Scale = scaleIncrement * (MaxLevel - CurrentLevel) + MinBound; float L_4 = V_1; int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxLevel() */, __this); int32_t L_6; L_6 = AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline(__this, NULL); float L_7; L_7 = VirtualFuncInvoker0< float >::Invoke(16 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MinBound() */, __this); VirtualActionInvoker1< float >::Invoke(9 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_Scale(System.Single) */, __this, ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_4, ((float)((int32_t)il2cpp_codegen_subtract(L_5, L_6))))), L_7))); // return Scale != oldScaleFactor; float L_8; L_8 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); float L_9 = V_0; return (bool)((((int32_t)((((float)L_8) == ((float)L_9))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevelIncrease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnLevelIncrease_mA658119D5C1CD66FD563BE27FBBC13C14E560322 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // protected virtual void OnLevelIncrease() {} return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevelDecrease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnLevelDecrease_m0CF0F677788404B2515698BF1EB29615DFC512CC (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // protected virtual void OnLevelDecrease() {} return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnLevel_m0D94C45D9EC09DBF5196EF3719B672D4B69FE65D (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // protected virtual void OnLevel() {} return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnEnabled_m1C202312308D5C8DA7B4F99CC3228709FAC2600B (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // protected virtual void OnEnabled() {} return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_OnDisabled_m21B2B49F5CA0441932FEEDAA6F0DF973DA830A1E (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // protected virtual void OnDisabled() {} return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5 (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // int m_OverrideLevel = -1; __this->___m_OverrideLevel_8 = (-1); // AdaptivePerformanceScalerSettingsBase m_defaultSetting = new AdaptivePerformanceScalerSettingsBase(); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_0); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_0, NULL); __this->___m_defaultSetting_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_defaultSetting_9), (void*)L_0); 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 // UnityEngine.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs::get_PerformanceBottleneck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2 (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* __this, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = __this->___U3CPerformanceBottleneckU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs::set_PerformanceBottleneck(UnityEngine.AdaptivePerformance.PerformanceBottleneck) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeEventArgs_set_PerformanceBottleneck_m6E3F0F2D2A0A64914359EB02B306B010F4B4AA4D (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceBottleneckU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceBottleneckChangeEventArgs_set_PerformanceBottleneck_m6E3F0F2D2A0A64914359EB02B306B010F4B4AA4D_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceBottleneckChangeEventArgs_set_PerformanceBottleneck_m6E3F0F2D2A0A64914359EB02B306B010F4B4AA4D_inline(_thisAdjusted, ___0_value, 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 void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_Multicast(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_bottleneckEventArgs, reinterpret_cast(currentDelegate->___method_3)); } } void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_OpenInst(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_bottleneckEventArgs, method); } void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_OpenStatic(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_bottleneckEventArgs, method); } void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_OpenStaticInvoker(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { InvokerActionInvoker1< PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 >::Invoke(__this->___method_ptr_0, method, NULL, ___0_bottleneckEventArgs); } void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_ClosedStaticInvoker(PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_bottleneckEventArgs); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61 (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_bottleneckEventArgs); } // System.Void UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeHandler__ctor_m3A5E803EF4F1B326E5792A4CE5DC88FB1876305D (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __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)&PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_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)&PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_Multicast; } // System.Void UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler::Invoke(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1 (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_bottleneckEventArgs, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler::BeginInvoke(UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PerformanceBottleneckChangeHandler_BeginInvoke_mB72C19AD5CA40D3093AED23672F1735A0DA6C378 (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821_il2cpp_TypeInfo_var, &___0_bottleneckEventArgs); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void UnityEngine.AdaptivePerformance.PerformanceBottleneckChangeHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeHandler_EndInvoke_m116BEE2E18CE1363FF0F074C0B8077E53B1A4B98 (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __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 // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke(const PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6& unmarshaled, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke& marshaled) { marshaled.___U3CCpuBoostU3Ek__BackingField_0 = static_cast(unmarshaled.___U3CCpuBoostU3Ek__BackingField_0); marshaled.___U3CGpuBoostU3Ek__BackingField_1 = static_cast(unmarshaled.___U3CGpuBoostU3Ek__BackingField_1); } IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke_back(const PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke& marshaled, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6& unmarshaled) { bool unmarshaledU3CCpuBoostU3Ek__BackingField_temp_0 = false; unmarshaledU3CCpuBoostU3Ek__BackingField_temp_0 = static_cast(marshaled.___U3CCpuBoostU3Ek__BackingField_0); unmarshaled.___U3CCpuBoostU3Ek__BackingField_0 = unmarshaledU3CCpuBoostU3Ek__BackingField_temp_0; bool unmarshaledU3CGpuBoostU3Ek__BackingField_temp_1 = false; unmarshaledU3CGpuBoostU3Ek__BackingField_temp_1 = static_cast(marshaled.___U3CGpuBoostU3Ek__BackingField_1); unmarshaled.___U3CGpuBoostU3Ek__BackingField_1 = unmarshaledU3CGpuBoostU3Ek__BackingField_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke_cleanup(PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_com(const PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6& unmarshaled, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_com& marshaled) { marshaled.___U3CCpuBoostU3Ek__BackingField_0 = static_cast(unmarshaled.___U3CCpuBoostU3Ek__BackingField_0); marshaled.___U3CGpuBoostU3Ek__BackingField_1 = static_cast(unmarshaled.___U3CGpuBoostU3Ek__BackingField_1); } IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_com_back(const PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_com& marshaled, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6& unmarshaled) { bool unmarshaledU3CCpuBoostU3Ek__BackingField_temp_0 = false; unmarshaledU3CCpuBoostU3Ek__BackingField_temp_0 = static_cast(marshaled.___U3CCpuBoostU3Ek__BackingField_0); unmarshaled.___U3CCpuBoostU3Ek__BackingField_0 = unmarshaledU3CCpuBoostU3Ek__BackingField_temp_0; bool unmarshaledU3CGpuBoostU3Ek__BackingField_temp_1 = false; unmarshaledU3CGpuBoostU3Ek__BackingField_temp_1 = static_cast(marshaled.___U3CGpuBoostU3Ek__BackingField_1); unmarshaled.___U3CGpuBoostU3Ek__BackingField_1 = unmarshaledU3CGpuBoostU3Ek__BackingField_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_com_cleanup(PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_com& marshaled) { } // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::get_CpuBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceBoostChangeEventArgs_get_CpuBoost_m8A4E9ADBE730B5736D35C2F1B69D990075FDA8F1 (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, const RuntimeMethod* method) { { // public bool CpuBoost { get; set; } bool L_0 = __this->___U3CCpuBoostU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C bool PerformanceBoostChangeEventArgs_get_CpuBoost_m8A4E9ADBE730B5736D35C2F1B69D990075FDA8F1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceBoostChangeEventArgs_get_CpuBoost_m8A4E9ADBE730B5736D35C2F1B69D990075FDA8F1_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::set_CpuBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBoostChangeEventArgs_set_CpuBoost_m5CBD7C703CC9425735CC381BF5255AFB771276E0 (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuBoostU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_set_CpuBoost_m5CBD7C703CC9425735CC381BF5255AFB771276E0_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceBoostChangeEventArgs_set_CpuBoost_m5CBD7C703CC9425735CC381BF5255AFB771276E0_inline(_thisAdjusted, ___0_value, method); } // System.Boolean UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::get_GpuBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceBoostChangeEventArgs_get_GpuBoost_m39C7AF59354957CE76736EB95D795638198D2D56 (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, const RuntimeMethod* method) { { // public bool GpuBoost { get; set; } bool L_0 = __this->___U3CGpuBoostU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C bool PerformanceBoostChangeEventArgs_get_GpuBoost_m39C7AF59354957CE76736EB95D795638198D2D56_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceBoostChangeEventArgs_get_GpuBoost_m39C7AF59354957CE76736EB95D795638198D2D56_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs::set_GpuBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBoostChangeEventArgs_set_GpuBoost_mDB42C244A0DF199B69265D01476230654B5743F5 (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuBoostU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceBoostChangeEventArgs_set_GpuBoost_mDB42C244A0DF199B69265D01476230654B5743F5_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceBoostChangeEventArgs_set_GpuBoost_mDB42C244A0DF199B69265D01476230654B5743F5_inline(_thisAdjusted, ___0_value, 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 void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_Multicast(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_boostEventArgs, reinterpret_cast(currentDelegate->___method_3)); } } void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_OpenInst(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_boostEventArgs, method); } void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_OpenStatic(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_boostEventArgs, method); } void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_OpenStaticInvoker(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { InvokerActionInvoker1< PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 >::Invoke(__this->___method_ptr_0, method, NULL, ___0_boostEventArgs); } void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_ClosedStaticInvoker(PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_boostEventArgs); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68 (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_boostEventArgs' to native representation PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshaled_pinvoke ____0_boostEventArgs_marshaled = {}; PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke(___0_boostEventArgs, ____0_boostEventArgs_marshaled); // Native function invocation il2cppPInvokeFunc(____0_boostEventArgs_marshaled); // Marshaling cleanup of parameter '___0_boostEventArgs' native representation PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_marshal_pinvoke_cleanup(____0_boostEventArgs_marshaled); } // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBoostChangeHandler__ctor_mC68B1563B584520F2CC441AF57E80E31A43C5C23 (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __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)&PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_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)&PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_Multicast; } // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler::Invoke(UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_boostEventArgs, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler::BeginInvoke(UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PerformanceBoostChangeHandler_BeginInvoke_m1F85033750A9E6452EBCB54F19828B1875ADCFEE (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6_il2cpp_TypeInfo_var, &___0_boostEventArgs); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void UnityEngine.AdaptivePerformance.PerformanceBoostChangeHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceBoostChangeHandler_EndInvoke_mC100EC9F96FEB55442ABF358FD890273C0A406AE (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __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 // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke(const PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838& unmarshaled, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke& marshaled) { marshaled.___U3CCpuLevelU3Ek__BackingField_0 = unmarshaled.___U3CCpuLevelU3Ek__BackingField_0; marshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1 = unmarshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1; marshaled.___U3CGpuLevelU3Ek__BackingField_2 = unmarshaled.___U3CGpuLevelU3Ek__BackingField_2; marshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3 = unmarshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3; marshaled.___U3CPerformanceControlModeU3Ek__BackingField_4 = unmarshaled.___U3CPerformanceControlModeU3Ek__BackingField_4; marshaled.___U3CManualOverrideU3Ek__BackingField_5 = static_cast(unmarshaled.___U3CManualOverrideU3Ek__BackingField_5); } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke_back(const PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke& marshaled, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838& unmarshaled) { int32_t unmarshaledU3CCpuLevelU3Ek__BackingField_temp_0 = 0; unmarshaledU3CCpuLevelU3Ek__BackingField_temp_0 = marshaled.___U3CCpuLevelU3Ek__BackingField_0; unmarshaled.___U3CCpuLevelU3Ek__BackingField_0 = unmarshaledU3CCpuLevelU3Ek__BackingField_temp_0; int32_t unmarshaledU3CCpuLevelDeltaU3Ek__BackingField_temp_1 = 0; unmarshaledU3CCpuLevelDeltaU3Ek__BackingField_temp_1 = marshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1; unmarshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1 = unmarshaledU3CCpuLevelDeltaU3Ek__BackingField_temp_1; int32_t unmarshaledU3CGpuLevelU3Ek__BackingField_temp_2 = 0; unmarshaledU3CGpuLevelU3Ek__BackingField_temp_2 = marshaled.___U3CGpuLevelU3Ek__BackingField_2; unmarshaled.___U3CGpuLevelU3Ek__BackingField_2 = unmarshaledU3CGpuLevelU3Ek__BackingField_temp_2; int32_t unmarshaledU3CGpuLevelDeltaU3Ek__BackingField_temp_3 = 0; unmarshaledU3CGpuLevelDeltaU3Ek__BackingField_temp_3 = marshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3; unmarshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3 = unmarshaledU3CGpuLevelDeltaU3Ek__BackingField_temp_3; int32_t unmarshaledU3CPerformanceControlModeU3Ek__BackingField_temp_4 = 0; unmarshaledU3CPerformanceControlModeU3Ek__BackingField_temp_4 = marshaled.___U3CPerformanceControlModeU3Ek__BackingField_4; unmarshaled.___U3CPerformanceControlModeU3Ek__BackingField_4 = unmarshaledU3CPerformanceControlModeU3Ek__BackingField_temp_4; bool unmarshaledU3CManualOverrideU3Ek__BackingField_temp_5 = false; unmarshaledU3CManualOverrideU3Ek__BackingField_temp_5 = static_cast(marshaled.___U3CManualOverrideU3Ek__BackingField_5); unmarshaled.___U3CManualOverrideU3Ek__BackingField_5 = unmarshaledU3CManualOverrideU3Ek__BackingField_temp_5; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke_cleanup(PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_com(const PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838& unmarshaled, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_com& marshaled) { marshaled.___U3CCpuLevelU3Ek__BackingField_0 = unmarshaled.___U3CCpuLevelU3Ek__BackingField_0; marshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1 = unmarshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1; marshaled.___U3CGpuLevelU3Ek__BackingField_2 = unmarshaled.___U3CGpuLevelU3Ek__BackingField_2; marshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3 = unmarshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3; marshaled.___U3CPerformanceControlModeU3Ek__BackingField_4 = unmarshaled.___U3CPerformanceControlModeU3Ek__BackingField_4; marshaled.___U3CManualOverrideU3Ek__BackingField_5 = static_cast(unmarshaled.___U3CManualOverrideU3Ek__BackingField_5); } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_com_back(const PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_com& marshaled, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838& unmarshaled) { int32_t unmarshaledU3CCpuLevelU3Ek__BackingField_temp_0 = 0; unmarshaledU3CCpuLevelU3Ek__BackingField_temp_0 = marshaled.___U3CCpuLevelU3Ek__BackingField_0; unmarshaled.___U3CCpuLevelU3Ek__BackingField_0 = unmarshaledU3CCpuLevelU3Ek__BackingField_temp_0; int32_t unmarshaledU3CCpuLevelDeltaU3Ek__BackingField_temp_1 = 0; unmarshaledU3CCpuLevelDeltaU3Ek__BackingField_temp_1 = marshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1; unmarshaled.___U3CCpuLevelDeltaU3Ek__BackingField_1 = unmarshaledU3CCpuLevelDeltaU3Ek__BackingField_temp_1; int32_t unmarshaledU3CGpuLevelU3Ek__BackingField_temp_2 = 0; unmarshaledU3CGpuLevelU3Ek__BackingField_temp_2 = marshaled.___U3CGpuLevelU3Ek__BackingField_2; unmarshaled.___U3CGpuLevelU3Ek__BackingField_2 = unmarshaledU3CGpuLevelU3Ek__BackingField_temp_2; int32_t unmarshaledU3CGpuLevelDeltaU3Ek__BackingField_temp_3 = 0; unmarshaledU3CGpuLevelDeltaU3Ek__BackingField_temp_3 = marshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3; unmarshaled.___U3CGpuLevelDeltaU3Ek__BackingField_3 = unmarshaledU3CGpuLevelDeltaU3Ek__BackingField_temp_3; int32_t unmarshaledU3CPerformanceControlModeU3Ek__BackingField_temp_4 = 0; unmarshaledU3CPerformanceControlModeU3Ek__BackingField_temp_4 = marshaled.___U3CPerformanceControlModeU3Ek__BackingField_4; unmarshaled.___U3CPerformanceControlModeU3Ek__BackingField_4 = unmarshaledU3CPerformanceControlModeU3Ek__BackingField_temp_4; bool unmarshaledU3CManualOverrideU3Ek__BackingField_temp_5 = false; unmarshaledU3CManualOverrideU3Ek__BackingField_temp_5 = static_cast(marshaled.___U3CManualOverrideU3Ek__BackingField_5); unmarshaled.___U3CManualOverrideU3Ek__BackingField_5 = unmarshaledU3CManualOverrideU3Ek__BackingField_temp_5; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_com_cleanup(PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_com& marshaled) { } // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_CpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_CpuLevel_m0B6F576BD2CEE0978E0BD908E09163F80AF9A6DA (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = __this->___U3CCpuLevelU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceLevelChangeEventArgs_get_CpuLevel_m0B6F576BD2CEE0978E0BD908E09163F80AF9A6DA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceLevelChangeEventArgs_get_CpuLevel_m0B6F576BD2CEE0978E0BD908E09163F80AF9A6DA_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_CpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_CpuLevel_mD58480B2447A008C7BF599703303A5328422E955 (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuLevelU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_set_CpuLevel_mD58480B2447A008C7BF599703303A5328422E955_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceLevelChangeEventArgs_set_CpuLevel_mD58480B2447A008C7BF599703303A5328422E955_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_CpuLevelDelta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_CpuLevelDelta_m3F981FFE7CF9C5C7DE0E032DB4629DCAA83CB556 (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int CpuLevelDelta { get; set; } int32_t L_0 = __this->___U3CCpuLevelDeltaU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceLevelChangeEventArgs_get_CpuLevelDelta_m3F981FFE7CF9C5C7DE0E032DB4629DCAA83CB556_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceLevelChangeEventArgs_get_CpuLevelDelta_m3F981FFE7CF9C5C7DE0E032DB4629DCAA83CB556_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_CpuLevelDelta(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuLevelDelta { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuLevelDeltaU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_GpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_GpuLevel_m648A122EA96E4EBD3B2F9845B918F785DB52AA1B (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = __this->___U3CGpuLevelU3Ek__BackingField_2; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceLevelChangeEventArgs_get_GpuLevel_m648A122EA96E4EBD3B2F9845B918F785DB52AA1B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceLevelChangeEventArgs_get_GpuLevel_m648A122EA96E4EBD3B2F9845B918F785DB52AA1B_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_GpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_GpuLevel_mE563A90E537994BA33EB9FE37930984665B5A563 (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuLevelU3Ek__BackingField_2 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_set_GpuLevel_mE563A90E537994BA33EB9FE37930984665B5A563_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceLevelChangeEventArgs_set_GpuLevel_mE563A90E537994BA33EB9FE37930984665B5A563_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_GpuLevelDelta() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_GpuLevelDelta_m6D495A1FEC5830C0A8A6603FEE65C983CA475C85 (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int GpuLevelDelta { get; set; } int32_t L_0 = __this->___U3CGpuLevelDeltaU3Ek__BackingField_3; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceLevelChangeEventArgs_get_GpuLevelDelta_m6D495A1FEC5830C0A8A6603FEE65C983CA475C85_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceLevelChangeEventArgs_get_GpuLevelDelta_m6D495A1FEC5830C0A8A6603FEE65C983CA475C85_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_GpuLevelDelta(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuLevelDelta { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuLevelDeltaU3Ek__BackingField_3 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B_inline(_thisAdjusted, ___0_value, method); } // UnityEngine.AdaptivePerformance.PerformanceControlMode UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_PerformanceControlMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_PerformanceControlMode_m91748B29F26EF57B474CC8E1D50F2C39B16EC1E1 (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = __this->___U3CPerformanceControlModeU3Ek__BackingField_4; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceLevelChangeEventArgs_get_PerformanceControlMode_m91748B29F26EF57B474CC8E1D50F2C39B16EC1E1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceLevelChangeEventArgs_get_PerformanceControlMode_m91748B29F26EF57B474CC8E1D50F2C39B16EC1E1_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_PerformanceControlMode(UnityEngine.AdaptivePerformance.PerformanceControlMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_PerformanceControlMode_mC9DF077BF69B89D1B5A47CC8C506913B34C7531F (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceControlModeU3Ek__BackingField_4 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_set_PerformanceControlMode_mC9DF077BF69B89D1B5A47CC8C506913B34C7531F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceLevelChangeEventArgs_set_PerformanceControlMode_mC9DF077BF69B89D1B5A47CC8C506913B34C7531F_inline(_thisAdjusted, ___0_value, method); } // System.Boolean UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::get_ManualOverride() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceLevelChangeEventArgs_get_ManualOverride_mADEEB746E519206BAA5FDE37F800842799281E87 (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public bool ManualOverride { get; set; } bool L_0 = __this->___U3CManualOverrideU3Ek__BackingField_5; return L_0; } } IL2CPP_EXTERN_C bool PerformanceLevelChangeEventArgs_get_ManualOverride_mADEEB746E519206BAA5FDE37F800842799281E87_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceLevelChangeEventArgs_get_ManualOverride_mADEEB746E519206BAA5FDE37F800842799281E87_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs::set_ManualOverride(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_ManualOverride_mB89018FD5AC92C2322074FBED7A5693ED4450CDB (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool ManualOverride { get; set; } bool L_0 = ___0_value; __this->___U3CManualOverrideU3Ek__BackingField_5 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceLevelChangeEventArgs_set_ManualOverride_mB89018FD5AC92C2322074FBED7A5693ED4450CDB_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceLevelChangeEventArgs_set_ManualOverride_mB89018FD5AC92C2322074FBED7A5693ED4450CDB_inline(_thisAdjusted, ___0_value, 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 void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_Multicast(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_levelChangeEventArgs, reinterpret_cast(currentDelegate->___method_3)); } } void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_OpenInst(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_levelChangeEventArgs, method); } void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_OpenStatic(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_levelChangeEventArgs, method); } void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_OpenStaticInvoker(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { InvokerActionInvoker1< PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 >::Invoke(__this->___method_ptr_0, method, NULL, ___0_levelChangeEventArgs); } void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_ClosedStaticInvoker(PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_levelChangeEventArgs); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_levelChangeEventArgs' to native representation PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshaled_pinvoke ____0_levelChangeEventArgs_marshaled = {}; PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke(___0_levelChangeEventArgs, ____0_levelChangeEventArgs_marshaled); // Native function invocation il2cppPInvokeFunc(____0_levelChangeEventArgs_marshaled); // Marshaling cleanup of parameter '___0_levelChangeEventArgs' native representation PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_marshal_pinvoke_cleanup(____0_levelChangeEventArgs_marshaled); } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeHandler__ctor_m5DD61E1980937C4A69EF65CF9F06615441C92536 (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __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)&PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_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)&PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_Multicast; } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler::Invoke(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_levelChangeEventArgs, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler::BeginInvoke(UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PerformanceLevelChangeHandler_BeginInvoke_m01CF74ACF600B482B26E0B202F38B52C7175E8E6 (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838_il2cpp_TypeInfo_var, &___0_levelChangeEventArgs); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void UnityEngine.AdaptivePerformance.PerformanceLevelChangeHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceLevelChangeHandler_EndInvoke_m7C0A0F0ED20EEDE512D17ABCB7E93F9D3BDDDFA8 (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __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 // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.PerformanceMetrics IL2CPP_EXTERN_C void PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshal_pinvoke(const PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6& unmarshaled, PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_pinvoke& marshaled) { marshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0 = unmarshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0; marshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1 = unmarshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1; marshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2 = unmarshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2; marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3 = static_cast(unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3); marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4 = static_cast(unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4); marshaled.___U3CClusterInfoU3Ek__BackingField_5 = unmarshaled.___U3CClusterInfoU3Ek__BackingField_5; } IL2CPP_EXTERN_C void PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshal_pinvoke_back(const PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_pinvoke& marshaled, PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6& unmarshaled) { int32_t unmarshaledU3CCurrentCpuLevelU3Ek__BackingField_temp_0 = 0; unmarshaledU3CCurrentCpuLevelU3Ek__BackingField_temp_0 = marshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0; unmarshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0 = unmarshaledU3CCurrentCpuLevelU3Ek__BackingField_temp_0; int32_t unmarshaledU3CCurrentGpuLevelU3Ek__BackingField_temp_1 = 0; unmarshaledU3CCurrentGpuLevelU3Ek__BackingField_temp_1 = marshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1; unmarshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1 = unmarshaledU3CCurrentGpuLevelU3Ek__BackingField_temp_1; int32_t unmarshaledU3CPerformanceBottleneckU3Ek__BackingField_temp_2 = 0; unmarshaledU3CPerformanceBottleneckU3Ek__BackingField_temp_2 = marshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2; unmarshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2 = unmarshaledU3CPerformanceBottleneckU3Ek__BackingField_temp_2; bool unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_3 = false; unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_3 = static_cast(marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3); unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3 = unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_3; bool unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_4 = false; unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_4 = static_cast(marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4); unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4 = unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_4; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5; memset((&unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5), 0, sizeof(unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5)); unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5 = marshaled.___U3CClusterInfoU3Ek__BackingField_5; unmarshaled.___U3CClusterInfoU3Ek__BackingField_5 = unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.PerformanceMetrics IL2CPP_EXTERN_C void PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshal_pinvoke_cleanup(PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.PerformanceMetrics IL2CPP_EXTERN_C void PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshal_com(const PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6& unmarshaled, PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_com& marshaled) { marshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0 = unmarshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0; marshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1 = unmarshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1; marshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2 = unmarshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2; marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3 = static_cast(unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3); marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4 = static_cast(unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4); marshaled.___U3CClusterInfoU3Ek__BackingField_5 = unmarshaled.___U3CClusterInfoU3Ek__BackingField_5; } IL2CPP_EXTERN_C void PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshal_com_back(const PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_com& marshaled, PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6& unmarshaled) { int32_t unmarshaledU3CCurrentCpuLevelU3Ek__BackingField_temp_0 = 0; unmarshaledU3CCurrentCpuLevelU3Ek__BackingField_temp_0 = marshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0; unmarshaled.___U3CCurrentCpuLevelU3Ek__BackingField_0 = unmarshaledU3CCurrentCpuLevelU3Ek__BackingField_temp_0; int32_t unmarshaledU3CCurrentGpuLevelU3Ek__BackingField_temp_1 = 0; unmarshaledU3CCurrentGpuLevelU3Ek__BackingField_temp_1 = marshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1; unmarshaled.___U3CCurrentGpuLevelU3Ek__BackingField_1 = unmarshaledU3CCurrentGpuLevelU3Ek__BackingField_temp_1; int32_t unmarshaledU3CPerformanceBottleneckU3Ek__BackingField_temp_2 = 0; unmarshaledU3CPerformanceBottleneckU3Ek__BackingField_temp_2 = marshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2; unmarshaled.___U3CPerformanceBottleneckU3Ek__BackingField_2 = unmarshaledU3CPerformanceBottleneckU3Ek__BackingField_temp_2; bool unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_3 = false; unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_3 = static_cast(marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3); unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_3 = unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_3; bool unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_4 = false; unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_4 = static_cast(marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4); unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_4 = unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_4; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5; memset((&unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5), 0, sizeof(unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5)); unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5 = marshaled.___U3CClusterInfoU3Ek__BackingField_5; unmarshaled.___U3CClusterInfoU3Ek__BackingField_5 = unmarshaledU3CClusterInfoU3Ek__BackingField_temp_5; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.PerformanceMetrics IL2CPP_EXTERN_C void PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshal_com_cleanup(PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6_marshaled_com& marshaled) { } // System.Int32 UnityEngine.AdaptivePerformance.PerformanceMetrics::get_CurrentCpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_CurrentCpuLevel_m42A271D1A5C04AAAAD68579A49966134E6AF7F3B (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentCpuLevelU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceMetrics_get_CurrentCpuLevel_m42A271D1A5C04AAAAD68579A49966134E6AF7F3B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceMetrics_get_CurrentCpuLevel_m42A271D1A5C04AAAAD68579A49966134E6AF7F3B_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_CurrentCpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CurrentCpuLevel_mF5FDB1302D30412674B077F2296C965C0372F585 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentCpuLevelU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceMetrics_set_CurrentCpuLevel_mF5FDB1302D30412674B077F2296C965C0372F585_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceMetrics_set_CurrentCpuLevel_mF5FDB1302D30412674B077F2296C965C0372F585_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.PerformanceMetrics::get_CurrentGpuLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_CurrentGpuLevel_m25F770270C60AC1AE919AAFAB0339AAB847265B5 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentGpuLevelU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceMetrics_get_CurrentGpuLevel_m25F770270C60AC1AE919AAFAB0339AAB847265B5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceMetrics_get_CurrentGpuLevel_m25F770270C60AC1AE919AAFAB0339AAB847265B5_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_CurrentGpuLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CurrentGpuLevel_m5EED681EBBCB6432D34AAAB7761DAA979D42A916 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentGpuLevelU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceMetrics_set_CurrentGpuLevel_m5EED681EBBCB6432D34AAAB7761DAA979D42A916_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceMetrics_set_CurrentGpuLevel_m5EED681EBBCB6432D34AAAB7761DAA979D42A916_inline(_thisAdjusted, ___0_value, method); } // UnityEngine.AdaptivePerformance.PerformanceBottleneck UnityEngine.AdaptivePerformance.PerformanceMetrics::get_PerformanceBottleneck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = __this->___U3CPerformanceBottleneckU3Ek__BackingField_2; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_PerformanceBottleneck(UnityEngine.AdaptivePerformance.PerformanceBottleneck) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceMetrics_set_PerformanceBottleneck_m435C419AA5CAA34D14B25B6B7BA5680D9B76C6D0 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceBottleneckU3Ek__BackingField_2 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceMetrics_set_PerformanceBottleneck_m435C419AA5CAA34D14B25B6B7BA5680D9B76C6D0_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceMetrics_set_PerformanceBottleneck_m435C419AA5CAA34D14B25B6B7BA5680D9B76C6D0_inline(_thisAdjusted, ___0_value, method); } // System.Boolean UnityEngine.AdaptivePerformance.PerformanceMetrics::get_CpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceMetrics_get_CpuPerformanceBoost_m54AC3712FE7F51BD212012AB467F4E57F0490069 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CCpuPerformanceBoostU3Ek__BackingField_3; return L_0; } } IL2CPP_EXTERN_C bool PerformanceMetrics_get_CpuPerformanceBoost_m54AC3712FE7F51BD212012AB467F4E57F0490069_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceMetrics_get_CpuPerformanceBoost_m54AC3712FE7F51BD212012AB467F4E57F0490069_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_CpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CpuPerformanceBoost_m7439D7EA9FAB8291D849A337FCB162D55069D3AD (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuPerformanceBoostU3Ek__BackingField_3 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceMetrics_set_CpuPerformanceBoost_m7439D7EA9FAB8291D849A337FCB162D55069D3AD_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceMetrics_set_CpuPerformanceBoost_m7439D7EA9FAB8291D849A337FCB162D55069D3AD_inline(_thisAdjusted, ___0_value, method); } // System.Boolean UnityEngine.AdaptivePerformance.PerformanceMetrics::get_GpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceMetrics_get_GpuPerformanceBoost_mFA438BA2A89EE34241A6F7A00A7B18DBCA6AF9F3 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CGpuPerformanceBoostU3Ek__BackingField_4; return L_0; } } IL2CPP_EXTERN_C bool PerformanceMetrics_get_GpuPerformanceBoost_mFA438BA2A89EE34241A6F7A00A7B18DBCA6AF9F3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceMetrics_get_GpuPerformanceBoost_mFA438BA2A89EE34241A6F7A00A7B18DBCA6AF9F3_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_GpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceMetrics_set_GpuPerformanceBoost_mB0C54D250BEFDF68F163E5525BE5A02EDC76766C (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuPerformanceBoostU3Ek__BackingField_4 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceMetrics_set_GpuPerformanceBoost_mB0C54D250BEFDF68F163E5525BE5A02EDC76766C_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceMetrics_set_GpuPerformanceBoost_mB0C54D250BEFDF68F163E5525BE5A02EDC76766C_inline(_thisAdjusted, ___0_value, method); } // UnityEngine.AdaptivePerformance.ClusterInfo UnityEngine.AdaptivePerformance.PerformanceMetrics::get_ClusterInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceMetrics_get_ClusterInfo_mE06334A4896BC33C0AF26B472DD8F4D2169C80B7 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = __this->___U3CClusterInfoU3Ek__BackingField_5; return L_0; } } IL2CPP_EXTERN_C ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceMetrics_get_ClusterInfo_mE06334A4896BC33C0AF26B472DD8F4D2169C80B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 _returnValue; _returnValue = PerformanceMetrics_get_ClusterInfo_mE06334A4896BC33C0AF26B472DD8F4D2169C80B7_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.PerformanceMetrics::set_ClusterInfo(UnityEngine.AdaptivePerformance.ClusterInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceMetrics_set_ClusterInfo_mA699E5EB646425EFC09BC769F88028F54DC0AD63 (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = ___0_value; __this->___U3CClusterInfoU3Ek__BackingField_5 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceMetrics_set_ClusterInfo_mA699E5EB646425EFC09BC769F88028F54DC0AD63_AdjustorThunk (RuntimeObject* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) { PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceMetrics_set_ClusterInfo_mA699E5EB646425EFC09BC769F88028F54DC0AD63_inline(_thisAdjusted, ___0_value, 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.Single UnityEngine.AdaptivePerformance.FrameTiming::get_CurrentFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentFrameTime_mA7929199CEBE3A69FB3677893E60690F66815811 (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float CurrentFrameTime { get; set; } float L_0 = __this->___U3CCurrentFrameTimeU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C float FrameTiming_get_CurrentFrameTime_mA7929199CEBE3A69FB3677893E60690F66815811_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = FrameTiming_get_CurrentFrameTime_mA7929199CEBE3A69FB3677893E60690F66815811_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_CurrentFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentFrameTime_mF8943CE68C11843FA5320F63CB124E8825C287AD (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float CurrentFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCurrentFrameTimeU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void FrameTiming_set_CurrentFrameTime_mF8943CE68C11843FA5320F63CB124E8825C287AD_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FrameTiming_set_CurrentFrameTime_mF8943CE68C11843FA5320F63CB124E8825C287AD_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_AverageFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float AverageFrameTime { get; set; } float L_0 = __this->___U3CAverageFrameTimeU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C float FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_AverageFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTiming_set_AverageFrameTime_mE6D87D99901A84A428BC7EF054D0742D4765B952 (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float AverageFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CAverageFrameTimeU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void FrameTiming_set_AverageFrameTime_mE6D87D99901A84A428BC7EF054D0742D4765B952_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FrameTiming_set_AverageFrameTime_mE6D87D99901A84A428BC7EF054D0742D4765B952_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_CurrentGpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentGpuFrameTime_m4170E235B898060DC937D46F88D6582BEBE31B91 (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float CurrentGpuFrameTime { get; set; } float L_0 = __this->___U3CCurrentGpuFrameTimeU3Ek__BackingField_2; return L_0; } } IL2CPP_EXTERN_C float FrameTiming_get_CurrentGpuFrameTime_m4170E235B898060DC937D46F88D6582BEBE31B91_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = FrameTiming_get_CurrentGpuFrameTime_m4170E235B898060DC937D46F88D6582BEBE31B91_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_CurrentGpuFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentGpuFrameTime_m27403B1423B1A9E1B98ED12A97920D6A55CE28AB (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float CurrentGpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCurrentGpuFrameTimeU3Ek__BackingField_2 = L_0; return; } } IL2CPP_EXTERN_C void FrameTiming_set_CurrentGpuFrameTime_m27403B1423B1A9E1B98ED12A97920D6A55CE28AB_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FrameTiming_set_CurrentGpuFrameTime_m27403B1423B1A9E1B98ED12A97920D6A55CE28AB_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_AverageGpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float AverageGpuFrameTime { get; set; } float L_0 = __this->___U3CAverageGpuFrameTimeU3Ek__BackingField_3; return L_0; } } IL2CPP_EXTERN_C float FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_AverageGpuFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTiming_set_AverageGpuFrameTime_mC5A1232311C2804A5FC137DA0F89AB29536054F2 (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float AverageGpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CAverageGpuFrameTimeU3Ek__BackingField_3 = L_0; return; } } IL2CPP_EXTERN_C void FrameTiming_set_AverageGpuFrameTime_mC5A1232311C2804A5FC137DA0F89AB29536054F2_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FrameTiming_set_AverageGpuFrameTime_mC5A1232311C2804A5FC137DA0F89AB29536054F2_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_CurrentCpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentCpuFrameTime_mFAEB817260C455798A50C5B3C653A28E0FB184B7 (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float CurrentCpuFrameTime { get; set; } float L_0 = __this->___U3CCurrentCpuFrameTimeU3Ek__BackingField_4; return L_0; } } IL2CPP_EXTERN_C float FrameTiming_get_CurrentCpuFrameTime_mFAEB817260C455798A50C5B3C653A28E0FB184B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = FrameTiming_get_CurrentCpuFrameTime_mFAEB817260C455798A50C5B3C653A28E0FB184B7_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_CurrentCpuFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentCpuFrameTime_m2C3673BE2888306184DD6DF977FC884D0B84D972 (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float CurrentCpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCurrentCpuFrameTimeU3Ek__BackingField_4 = L_0; return; } } IL2CPP_EXTERN_C void FrameTiming_set_CurrentCpuFrameTime_m2C3673BE2888306184DD6DF977FC884D0B84D972_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FrameTiming_set_CurrentCpuFrameTime_m2C3673BE2888306184DD6DF977FC884D0B84D972_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.FrameTiming::get_AverageCpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514 (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float AverageCpuFrameTime { get; set; } float L_0 = __this->___U3CAverageCpuFrameTimeU3Ek__BackingField_5; return L_0; } } IL2CPP_EXTERN_C float FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.FrameTiming::set_AverageCpuFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTiming_set_AverageCpuFrameTime_m709771E7D96C7FF28F58F6E713B3DEEE1FF9350B (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float AverageCpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CAverageCpuFrameTimeU3Ek__BackingField_5 = L_0; return; } } IL2CPP_EXTERN_C void FrameTiming_set_AverageCpuFrameTime_m709771E7D96C7FF28F58F6E713B3DEEE1FF9350B_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); FrameTiming_set_AverageCpuFrameTime_m709771E7D96C7FF28F58F6E713B3DEEE1FF9350B_inline(_thisAdjusted, ___0_value, 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.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::get_BigCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_BigCore_m7D5461E626AE8A34559D50ACE0B71DF88A90E2F6 (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) { { // public int BigCore { get; set; } int32_t L_0 = __this->___U3CBigCoreU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C int32_t ClusterInfo_get_BigCore_m7D5461E626AE8A34559D50ACE0B71DF88A90E2F6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ClusterInfo_get_BigCore_m7D5461E626AE8A34559D50ACE0B71DF88A90E2F6_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.ClusterInfo::set_BigCore(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClusterInfo_set_BigCore_m6773CE3416C5DDE25B397D398D60253CA4A913A0 (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int BigCore { get; set; } int32_t L_0 = ___0_value; __this->___U3CBigCoreU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void ClusterInfo_set_BigCore_m6773CE3416C5DDE25B397D398D60253CA4A913A0_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClusterInfo_set_BigCore_m6773CE3416C5DDE25B397D398D60253CA4A913A0_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::get_MediumCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_MediumCore_mC26A79BF3E09ADD0595D3E212A66BDF4E11000F0 (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) { { // public int MediumCore { get; set; } int32_t L_0 = __this->___U3CMediumCoreU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C int32_t ClusterInfo_get_MediumCore_mC26A79BF3E09ADD0595D3E212A66BDF4E11000F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ClusterInfo_get_MediumCore_mC26A79BF3E09ADD0595D3E212A66BDF4E11000F0_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.ClusterInfo::set_MediumCore(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClusterInfo_set_MediumCore_mC984A40803648B368E8E998F82E7C89D9E24E126 (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int MediumCore { get; set; } int32_t L_0 = ___0_value; __this->___U3CMediumCoreU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void ClusterInfo_set_MediumCore_mC984A40803648B368E8E998F82E7C89D9E24E126_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClusterInfo_set_MediumCore_mC984A40803648B368E8E998F82E7C89D9E24E126_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.ClusterInfo::get_LittleCore() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_LittleCore_m49B36EE3EF01F929BCAB97391DCB3C10C54E7808 (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) { { // public int LittleCore { get; set; } int32_t L_0 = __this->___U3CLittleCoreU3Ek__BackingField_2; return L_0; } } IL2CPP_EXTERN_C int32_t ClusterInfo_get_LittleCore_m49B36EE3EF01F929BCAB97391DCB3C10C54E7808_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ClusterInfo_get_LittleCore_m49B36EE3EF01F929BCAB97391DCB3C10C54E7808_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.ClusterInfo::set_LittleCore(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClusterInfo_set_LittleCore_m2B02B46BBEA719EFBDD955DF419EAAC81E69C7AB (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int LittleCore { get; set; } int32_t L_0 = ___0_value; __this->___U3CLittleCoreU3Ek__BackingField_2 = L_0; return; } } IL2CPP_EXTERN_C void ClusterInfo_set_LittleCore_m2B02B46BBEA719EFBDD955DF419EAAC81E69C7AB_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClusterInfo_set_LittleCore_m2B02B46BBEA719EFBDD955DF419EAAC81E69C7AB_inline(_thisAdjusted, ___0_value, 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 void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_Multicast(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_thermalMetrics, reinterpret_cast(currentDelegate->___method_3)); } } void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_OpenInst(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_thermalMetrics, method); } void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_OpenStatic(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_thermalMetrics, method); } void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_OpenStaticInvoker(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { InvokerActionInvoker1< ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(__this->___method_ptr_0, method, NULL, ___0_thermalMetrics); } void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_ClosedStaticInvoker(ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_thermalMetrics); } IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27 (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { typedef void (DEFAULT_CALL *PInvokeFunc)(ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Native function invocation il2cppPInvokeFunc(___0_thermalMetrics); } // System.Void UnityEngine.AdaptivePerformance.ThermalEventHandler::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalEventHandler__ctor_m27CFED2A329B29C895A99E14BBD22E76ABDA80D6 (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __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)&ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_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)&ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_Multicast; } // System.Void UnityEngine.AdaptivePerformance.ThermalEventHandler::Invoke(UnityEngine.AdaptivePerformance.ThermalMetrics) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597 (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_thermalMetrics, reinterpret_cast(__this->___method_3)); } // System.IAsyncResult UnityEngine.AdaptivePerformance.ThermalEventHandler::BeginInvoke(UnityEngine.AdaptivePerformance.ThermalMetrics,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ThermalEventHandler_BeginInvoke_m8B8AEFDC1C3255EF352088BC5A60908B1A51452B (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } void *__d_args[2] = {0}; __d_args[0] = Box(ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723_il2cpp_TypeInfo_var, &___0_thermalMetrics); return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object); } // System.Void UnityEngine.AdaptivePerformance.ThermalEventHandler::EndInvoke(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalEventHandler_EndInvoke_m377D947993A5BE5A1F71F434EB514EDB154600E9 (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __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 // UnityEngine.AdaptivePerformance.WarningLevel UnityEngine.AdaptivePerformance.ThermalMetrics::get_WarningLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75 (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = __this->___U3CWarningLevelU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C int32_t ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.ThermalMetrics::set_WarningLevel(UnityEngine.AdaptivePerformance.WarningLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CWarningLevelU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.ThermalMetrics::get_TemperatureLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = __this->___U3CTemperatureLevelU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C float ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.ThermalMetrics::set_TemperatureLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalMetrics_set_TemperatureLevel_m8715ECBCFEE9B5331F84EEF35486B4DD579A5037 (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureLevelU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void ThermalMetrics_set_TemperatureLevel_m8715ECBCFEE9B5331F84EEF35486B4DD579A5037_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ThermalMetrics_set_TemperatureLevel_m8715ECBCFEE9B5331F84EEF35486B4DD579A5037_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.ThermalMetrics::get_TemperatureTrend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ThermalMetrics_get_TemperatureTrend_mE4FD543C209A2446C88F99A94FF873A8A3CC96A8 (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = __this->___U3CTemperatureTrendU3Ek__BackingField_2; return L_0; } } IL2CPP_EXTERN_C float ThermalMetrics_get_TemperatureTrend_mE4FD543C209A2446C88F99A94FF873A8A3CC96A8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = ThermalMetrics_get_TemperatureTrend_mE4FD543C209A2446C88F99A94FF873A8A3CC96A8_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.ThermalMetrics::set_TemperatureTrend(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThermalMetrics_set_TemperatureTrend_m007B5F0CAF923A9BA54BE4D6B07A9896D75323E7 (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureTrendU3Ek__BackingField_2 = L_0; return; } } IL2CPP_EXTERN_C void ThermalMetrics_set_TemperatureTrend_m007B5F0CAF923A9BA54BE4D6B07A9896D75323E7_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ThermalMetrics_set_TemperatureTrend_m007B5F0CAF923A9BA54BE4D6B07A9896D75323E7_inline(_thisAdjusted, ___0_value, 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.String UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::get_displayName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceConfigurationDataAttribute_get_displayName_mBC998E0EBCC395CE33F77D3C4CEF3DD27B63B76D (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = __this->___U3CdisplayNameU3Ek__BackingField_0; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::set_displayName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute_set_displayName_mB28453DF9CE200238524EF75AB729968A7A999B3 (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = ___0_value; __this->___U3CdisplayNameU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_0), (void*)L_0); return; } } // System.String UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::get_buildSettingsKey() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceConfigurationDataAttribute_get_buildSettingsKey_m02EFD489545EEE2210A8B5C7054E7F3E82490D93 (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, const RuntimeMethod* method) { { // public string buildSettingsKey { get; set; } String_t* L_0 = __this->___U3CbuildSettingsKeyU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::set_buildSettingsKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute_set_buildSettingsKey_mDC1190F309469E28A361C217D8FCA727C7873C81 (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string buildSettingsKey { get; set; } String_t* L_0 = ___0_value; __this->___U3CbuildSettingsKeyU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbuildSettingsKeyU3Ek__BackingField_1), (void*)L_0); return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute__ctor_m76686E50CF86ABA37B97DC51A07CEF7ED8BAEA8F (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, const RuntimeMethod* method) { { // private AdaptivePerformanceConfigurationDataAttribute() {} Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // private AdaptivePerformanceConfigurationDataAttribute() {} return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceConfigurationDataAttribute::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute__ctor_m6F7720497C0D882DCE5FB60FFDD81B8A98D7D2E4 (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, String_t* ___0_displayName, String_t* ___1_buildSettingsKey, const RuntimeMethod* method) { { // public AdaptivePerformanceConfigurationDataAttribute(string displayName, string buildSettingsKey) Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL); // this.displayName = displayName; String_t* L_0 = ___0_displayName; AdaptivePerformanceConfigurationDataAttribute_set_displayName_mB28453DF9CE200238524EF75AB729968A7A999B3_inline(__this, L_0, NULL); // this.buildSettingsKey = buildSettingsKey; String_t* L_1 = ___1_buildSettingsKey; AdaptivePerformanceConfigurationDataAttribute_set_buildSettingsKey_mDC1190F309469E28A361C217D8FCA727C7873C81_inline(__this, 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 // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::get_Manager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* AdaptivePerformanceGeneralSettings_get_Manager_mDAE083CC0FAA4D35601D427F634CA2B856177594 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // get { return m_LoaderManagerInstance; } AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_0 = __this->___m_LoaderManagerInstance_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::set_Manager(UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_set_Manager_m3712426E6D09D58DB3F8FE0A7AD80139586ECE2C (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* ___0_value, const RuntimeMethod* method) { { // set { m_LoaderManagerInstance = value; } AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_0 = ___0_value; __this->___m_LoaderManagerInstance_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LoaderManagerInstance_6), (void*)L_0); // set { m_LoaderManagerInstance = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_RuntimeSettingsInstance; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0 = ((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___s_RuntimeSettingsInstance_5; return L_0; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::get_AssignedSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* AdaptivePerformanceGeneralSettings_get_AssignedSettings_m7CC275E3149460CDCD3097E040E01C6C691FA64C (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // return m_LoaderManagerInstance; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_0 = __this->___m_LoaderManagerInstance_6; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::get_InitManagerOnStart() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceGeneralSettings_get_InitManagerOnStart_mBE189650CDF3367491ECFC4F7E6AFE9E2AEA4CB9 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // return m_InitManagerOnStart; bool L_0 = __this->___m_InitManagerOnStart_7; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_Awake_m99B4497ADB135C54DDCACBA2BDE6CEBD5DD24915 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_Quit_mC3098147642569D292FF8661C98B5AC5AF53A605_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // s_RuntimeSettingsInstance = this; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); ((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___s_RuntimeSettingsInstance_5 = __this; Il2CppCodeGenWriteBarrier((void**)(&((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___s_RuntimeSettingsInstance_5), (void*)__this); // Application.quitting += Quit; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_0 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_0); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_0, NULL, (intptr_t)((void*)AdaptivePerformanceGeneralSettings_Quit_mC3098147642569D292FF8661C98B5AC5AF53A605_RuntimeMethod_var), NULL); Application_add_quitting_m5767AC63F23ABFD5BC3D60710906643BA536CCC5(L_0, NULL); // DontDestroyOnLoad(s_RuntimeSettingsInstance); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_1 = ((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___s_RuntimeSettingsInstance_5; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); Object_DontDestroyOnLoad_m4B70C3AEF886C176543D1295507B6455C9DCAEA7(L_1, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::Quit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_Quit_mC3098147642569D292FF8661C98B5AC5AF53A605 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* V_0 = NULL; { // AdaptivePerformanceGeneralSettings instance = AdaptivePerformanceGeneralSettings.Instance; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0; L_0 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); V_0 = L_0; // if (instance == null) AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_1 = V_0; 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_0010; } } { // return; return; } IL_0010: { // instance.DeInitAdaptivePerformance(); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_3 = V_0; NullCheck(L_3); AdaptivePerformanceGeneralSettings_DeInitAdaptivePerformance_m30B073CA3C7E5922E69A8FA6AAF2DBCCFE4FE10D(L_3, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_Start_mD3EE51D159E1F86D983F7AF0A4E24B66C909FC37 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // StartAdaptivePerformance(); AdaptivePerformanceGeneralSettings_StartAdaptivePerformance_m55831ED4E56C5F12FA009910CC987F58FF0C8C05(__this, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_OnDestroy_m2C31F0C7CA33D7A3BB345B641DE2B86AF8B9C2DA (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // DeInitAdaptivePerformance(); AdaptivePerformanceGeneralSettings_DeInitAdaptivePerformance_m30B073CA3C7E5922E69A8FA6AAF2DBCCFE4FE10D(__this, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::AttemptInitializeAdaptivePerformanceOnLoad() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_AttemptInitializeAdaptivePerformanceOnLoad_m7D878162F7DAD60B0263D78AEDBA5F88C0413FC4 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* V_0 = NULL; { // AdaptivePerformanceGeneralSettings instance = AdaptivePerformanceGeneralSettings.Instance; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0; L_0 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); V_0 = L_0; // if (instance == null || !instance.InitManagerOnStart) AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_1 = V_0; 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_0017; } } { AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = AdaptivePerformanceGeneralSettings_get_InitManagerOnStart_mBE189650CDF3367491ECFC4F7E6AFE9E2AEA4CB9_inline(L_3, NULL); if (L_4) { goto IL_0018; } } IL_0017: { // return; return; } IL_0018: { // instance.InitAdaptivePerformance(); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_5 = V_0; NullCheck(L_5); AdaptivePerformanceGeneralSettings_InitAdaptivePerformance_mBF7B8E0665E4BEF63E9AF820F9234FFD10009BA3(L_5, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::AttemptStartAdaptivePerformanceOnBeforeSplashScreen() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_AttemptStartAdaptivePerformanceOnBeforeSplashScreen_m49058E50FAB2C988FBA37480888AA70752B8336C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* V_0 = NULL; { // AdaptivePerformanceGeneralSettings instance = AdaptivePerformanceGeneralSettings.Instance; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0; L_0 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); V_0 = L_0; // if (instance == null || !instance.InitManagerOnStart) AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_1 = V_0; 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_0017; } } { AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = AdaptivePerformanceGeneralSettings_get_InitManagerOnStart_mBE189650CDF3367491ECFC4F7E6AFE9E2AEA4CB9_inline(L_3, NULL); if (L_4) { goto IL_0018; } } IL_0017: { // return; return; } IL_0018: { // instance.StartAdaptivePerformance(); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_5 = V_0; NullCheck(L_5); AdaptivePerformanceGeneralSettings_StartAdaptivePerformance_m55831ED4E56C5F12FA009910CC987F58FF0C8C05(L_5, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::InitAdaptivePerformance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_InitAdaptivePerformance_mBF7B8E0665E4BEF63E9AF820F9234FFD10009BA3 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral490CCA44A036B4A6E9CBBAD4EF887B07DEE062CF); s_Il2CppMethodInitialized = true; } { // if (AdaptivePerformanceGeneralSettings.Instance == null || AdaptivePerformanceGeneralSettings.Instance.m_LoaderManagerInstance == null || AdaptivePerformanceGeneralSettings.Instance.m_InitManagerOnStart == false) il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0; L_0 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); 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_002b; } } { il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_2; L_2 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); NullCheck(L_2); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_3 = L_2->___m_LoaderManagerInstance_6; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (L_4) { goto IL_002b; } } { il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_5; L_5 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); NullCheck(L_5); bool L_6 = L_5->___m_InitManagerOnStart_7; if (L_6) { goto IL_002c; } } IL_002b: { // return; return; } IL_002c: { // m_AdaptivePerformanceManager = AdaptivePerformanceGeneralSettings.Instance.m_LoaderManagerInstance; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_7; L_7 = AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline(NULL); NullCheck(L_7); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_8 = L_7->___m_LoaderManagerInstance_6; __this->___m_AdaptivePerformanceManager_8 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptivePerformanceManager_8), (void*)L_8); // if (m_AdaptivePerformanceManager == null) AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_9 = __this->___m_AdaptivePerformanceManager_8; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_10; L_10 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_9, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_10) { goto IL_0055; } } { // Debug.LogError("Assigned GameObject for Adaptive Performance Management loading is invalid. No Adaptive Performance Providers will be automatically loaded."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral490CCA44A036B4A6E9CBBAD4EF887B07DEE062CF, NULL); // return; return; } IL_0055: { // m_AdaptivePerformanceManager.automaticLoading = false; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_11 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_11); AdaptivePerformanceManagerSettings_set_automaticLoading_m318ED8FC7C590B1A79A8CD6D36CB7E33019ED7E7_inline(L_11, (bool)0, NULL); // m_AdaptivePerformanceManager.automaticRunning = false; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_12 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_12); AdaptivePerformanceManagerSettings_set_automaticRunning_m1D6A7025D42102641616363F5AC0AAE061F19785_inline(L_12, (bool)0, NULL); // m_AdaptivePerformanceManager.InitializeLoaderSync(); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_13 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_13); AdaptivePerformanceManagerSettings_InitializeLoaderSync_m60BE9D01B0733A2479E85B1F855A15F094A1DA74(L_13, NULL); // m_ProviderIntialized = true; __this->___m_ProviderIntialized_9 = (bool)1; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::StartAdaptivePerformance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_StartAdaptivePerformance_m55831ED4E56C5F12FA009910CC987F58FF0C8C05 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __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; } { // if (m_AdaptivePerformanceManager != null && m_AdaptivePerformanceManager.activeLoader != null) AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_0 = __this->___m_AdaptivePerformanceManager_8; 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_0033; } } { AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_2 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_2); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_3; L_3 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_4) { goto IL_0033; } } { // m_AdaptivePerformanceManager.StartSubsystems(); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_5 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_5); AdaptivePerformanceManagerSettings_StartSubsystems_m6CFE991D0D90ED20C5850E48A8BA78740C09BC9E(L_5, NULL); // m_ProviderStarted = true; __this->___m_ProviderStarted_10 = (bool)1; } IL_0033: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::StopAdaptivePerformance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_StopAdaptivePerformance_mCFE5C1BE110B48A00297FA8DE011468D187A728B (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __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; } { // if (m_AdaptivePerformanceManager != null && m_AdaptivePerformanceManager.activeLoader != null) AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_0 = __this->___m_AdaptivePerformanceManager_8; 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_0033; } } { AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_2 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_2); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_3; L_3 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_4) { goto IL_0033; } } { // m_AdaptivePerformanceManager.StopSubsystems(); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_5 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_5); AdaptivePerformanceManagerSettings_StopSubsystems_mD685F87FD6E515BAA20156D8AE3B7FCFC7C12BB9(L_5, NULL); // m_ProviderStarted = false; __this->___m_ProviderStarted_10 = (bool)0; } IL_0033: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::DeInitAdaptivePerformance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings_DeInitAdaptivePerformance_m30B073CA3C7E5922E69A8FA6AAF2DBCCFE4FE10D (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __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; } { // if (m_AdaptivePerformanceManager != null && m_AdaptivePerformanceManager.activeLoader != null) AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_0 = __this->___m_AdaptivePerformanceManager_8; 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_003a; } } { AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_2 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_2); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_3; L_3 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(L_2, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_3, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_4) { goto IL_003a; } } { // m_AdaptivePerformanceManager.DeinitializeLoader(); AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_5 = __this->___m_AdaptivePerformanceManager_8; NullCheck(L_5); AdaptivePerformanceManagerSettings_DeinitializeLoader_m23DE86B446324F049DC34C81A7EE7225EF47E774(L_5, NULL); // m_AdaptivePerformanceManager = null; __this->___m_AdaptivePerformanceManager_8 = (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptivePerformanceManager_8), (void*)(AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2*)NULL); // m_ProviderIntialized = false; __this->___m_ProviderIntialized_9 = (bool)0; } IL_003a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings__ctor_m5A3A1EF6AD9FAA7F464A90DBF6D87E1E324F57E4 (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // internal bool m_InitManagerOnStart = true; __this->___m_InitManagerOnStart_7 = (bool)1; ScriptableObject__ctor_mD037FDB0B487295EA47F79A4DB1BF1846C9087FF(__this, NULL); return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceGeneralSettings::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceGeneralSettings__cctor_m73DB667CE6B8CCA111F192145B298ECEB88EA8E8 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral339AEA81B4B49AF9D2395346F8886DF3B86D797A); s_Il2CppMethodInitialized = true; } { // public static string k_SettingsKey = "com.unity.adaptiveperformance.loader_settings"; ((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___k_SettingsKey_4 = _stringLiteral339AEA81B4B49AF9D2395346F8886DF3B86D797A; Il2CppCodeGenWriteBarrier((void**)(&((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___k_SettingsKey_4), (void*)_stringLiteral339AEA81B4B49AF9D2395346F8886DF3B86D797A); // internal static AdaptivePerformanceGeneralSettings s_RuntimeSettingsInstance = null; ((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___s_RuntimeSettingsInstance_5 = (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___s_RuntimeSettingsInstance_5), (void*)(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8*)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 UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Initialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceLoader_Initialize_mB4B0D577B87CA5357958DB2FF91C1A306B6F0417 (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* __this, const RuntimeMethod* method) { { // public virtual bool Initialize() { return true; } return (bool)1; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceLoader_Start_mCFF5C17F4852383A194D211E1C4D970E68D95D7E (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* __this, const RuntimeMethod* method) { { // public virtual bool Start() { return true; } return (bool)1; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Stop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceLoader_Stop_m594793F330B1F90D53C2E5611EFAAD2E4789809C (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* __this, const RuntimeMethod* method) { { // public virtual bool Stop() { return true; } return (bool)1; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Deinitialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceLoader_Deinitialize_m580D09AD16C7026287B08FAC1CDBC97235333B09 (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* __this, const RuntimeMethod* method) { { // public virtual bool Deinitialize() { return true; } return (bool)1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceLoader__ctor_m7EEE4F088504AF2B572BDAEAD8D2236E09F97135 (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* __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.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoaderHelper::Deinitialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceLoaderHelper_Deinitialize_mCDC96B6AAD8AE49EF4E011AA78344AE54D18AAC8 (AdaptivePerformanceLoaderHelper_t43D3768280F68D5528D8DCF87E0FC143DCF9A14F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_m64E5244EC38185D18BDBBD9843498A15D1FE8455_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // m_SubsystemInstanceMap.Clear(); Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C* L_0 = __this->___m_SubsystemInstanceMap_4; NullCheck(L_0); Dictionary_2_Clear_m64E5244EC38185D18BDBBD9843498A15D1FE8455(L_0, Dictionary_2_Clear_m64E5244EC38185D18BDBBD9843498A15D1FE8455_RuntimeMethod_var); // return base.Deinitialize(); bool L_1; L_1 = AdaptivePerformanceLoader_Deinitialize_m580D09AD16C7026287B08FAC1CDBC97235333B09(__this, NULL); return L_1; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceLoaderHelper::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceLoaderHelper__ctor_mEEA0DF770A2EAB15E711E6FCC9AE3166FFF30863 (AdaptivePerformanceLoaderHelper_t43D3768280F68D5528D8DCF87E0FC143DCF9A14F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCCAE8E8620E1F7596EBB9710A40F6D0D520EED0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // protected Dictionary m_SubsystemInstanceMap = new Dictionary(); Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C* L_0 = (Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C*)il2cpp_codegen_object_new(Dictionary_2_tCDC65F572855EBDD1C12CEE33EBEBE0131F60C9C_il2cpp_TypeInfo_var); NullCheck(L_0); Dictionary_2__ctor_mCCAE8E8620E1F7596EBB9710A40F6D0D520EED0F(L_0, Dictionary_2__ctor_mCCAE8E8620E1F7596EBB9710A40F6D0D520EED0F_RuntimeMethod_var); __this->___m_SubsystemInstanceMap_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_SubsystemInstanceMap_4), (void*)L_0); AdaptivePerformanceLoader__ctor_m7EEE4F088504AF2B572BDAEAD8D2236E09F97135(__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.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_automaticLoading() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_automaticLoading_m64F39140D84CA83039D2A8FF1BC73A5C0A9705C5 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_AutomaticLoading; } bool L_0 = __this->___m_AutomaticLoading_5; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::set_automaticLoading(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_automaticLoading_m318ED8FC7C590B1A79A8CD6D36CB7E33019ED7E7 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_AutomaticLoading = value; } bool L_0 = ___0_value; __this->___m_AutomaticLoading_5 = L_0; // set { m_AutomaticLoading = value; } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_automaticRunning() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_automaticRunning_m1F62B0DA38D6EE14E10AFAEA3CEA071047624DBE (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_AutomaticRunning; } bool L_0 = __this->___m_AutomaticRunning_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::set_automaticRunning(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_automaticRunning_m1D6A7025D42102641616363F5AC0AAE061F19785 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_AutomaticRunning = value; } bool L_0 = ___0_value; __this->___m_AutomaticRunning_6 = L_0; // set { m_AutomaticRunning = value; } return; } } // System.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_loaders() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* AdaptivePerformanceManagerSettings_get_loaders_m0AF4F7DC01C204E416F5DC027609F74D24D1D35F (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_Loaders; } List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* L_0 = __this->___m_Loaders_7; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_isInitializationComplete() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_isInitializationComplete_m21C21E3BDCD266224DC543AC4FAA3D96A62FF8CE (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_InitializationComplete; } bool L_0 = __this->___m_InitializationComplete_4; return L_0; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::get_activeLoader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public AdaptivePerformanceLoader activeLoader { get { return s_ActiveLoader; } private set { s_ActiveLoader = value; } } AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_0 = ((AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var))->___s_ActiveLoader_8; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::set_activeLoader(UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_activeLoader_m9704AA3C0A180F2BEDA4843D73649146C5EBE448 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public AdaptivePerformanceLoader activeLoader { get { return s_ActiveLoader; } private set { s_ActiveLoader = value; } } AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_0 = ___0_value; ((AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var))->___s_ActiveLoader_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var))->___s_ActiveLoader_8), (void*)L_0); // public AdaptivePerformanceLoader activeLoader { get { return s_ActiveLoader; } private set { s_ActiveLoader = value; } } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::InitializeLoaderSync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_InitializeLoaderSync_m60BE9D01B0733A2479E85B1F855A15F094A1DA74 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __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*)&Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0178CF81A82D7476DD59ACDAE896230D11BC90D); s_Il2CppMethodInitialized = true; } Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915 V_0; memset((&V_0), 0, sizeof(V_0)); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* V_1 = NULL; { // if (isInitializationComplete && activeLoader != null) bool L_0; L_0 = AdaptivePerformanceManagerSettings_get_isInitializationComplete_m21C21E3BDCD266224DC543AC4FAA3D96A62FF8CE_inline(__this, NULL); if (!L_0) { goto IL_0021; } } { AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_1; L_1 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_2) { goto IL_0021; } } { // Debug.LogWarning( // "Adaptive Performance Management has already initialized an active loader in this scene." + // "Please make sure to stop all subsystems and deinitialize the active loader before initializing a new one."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralE0178CF81A82D7476DD59ACDAE896230D11BC90D, NULL); // return; return; } IL_0021: { // foreach (var loader in loaders) List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* L_3; L_3 = AdaptivePerformanceManagerSettings_get_loaders_m0AF4F7DC01C204E416F5DC027609F74D24D1D35F_inline(__this, NULL); NullCheck(L_3); Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915 L_4; L_4 = List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A(L_3, List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A_RuntimeMethod_var); V_0 = L_4; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0063: {// begin finally (depth: 1) Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747((&V_0), Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_0058_1; } IL_002f_1: { // foreach (var loader in loaders) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_5; L_5 = Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_inline((&V_0), Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_RuntimeMethod_var); V_1 = L_5; // if (loader != null) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_6 = V_1; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_7; L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_7) { goto IL_0058_1; } } { // if (loader.Initialize()) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Initialize() */, L_8); if (!L_9) { goto IL_0058_1; } } { // activeLoader = loader; AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_10 = V_1; AdaptivePerformanceManagerSettings_set_activeLoader_m9704AA3C0A180F2BEDA4843D73649146C5EBE448(__this, L_10, NULL); // m_InitializationComplete = true; __this->___m_InitializationComplete_4 = (bool)1; // return; goto IL_0078; } IL_0058_1: { // foreach (var loader in loaders) bool L_11; L_11 = Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1((&V_0), Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1_RuntimeMethod_var); if (L_11) { goto IL_002f_1; } } { goto IL_0071; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0071: { // activeLoader = null; AdaptivePerformanceManagerSettings_set_activeLoader_m9704AA3C0A180F2BEDA4843D73649146C5EBE448(__this, (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E*)NULL, NULL); } IL_0078: { // } return; } } // System.Collections.IEnumerator UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::InitializeLoader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AdaptivePerformanceManagerSettings_InitializeLoader_m5A9EF2B54D8456AEC38C5078074AB411B616FEDF (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* L_0 = (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF*)il2cpp_codegen_object_new(U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF_il2cpp_TypeInfo_var); NullCheck(L_0); U3CInitializeLoaderU3Ed__20__ctor_m965B41B568997D02232F284FFEF0812480F3AB7D(L_0, 0, NULL); U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* 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 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::StartSubsystems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_StartSubsystems_m6CFE991D0D90ED20C5850E48A8BA78740C09BC9E (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14E0AF5D836F93EEE4EF8E5E6828E58CC4ECDD45); s_Il2CppMethodInitialized = true; } { // if (!m_InitializationComplete) bool L_0 = __this->___m_InitializationComplete_4; if (L_0) { goto IL_0013; } } { // Debug.LogWarning( // "Call to StartSubsystems without an initialized manager." + // "Please make sure to wait for initialization to complete before calling this API."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral14E0AF5D836F93EEE4EF8E5E6828E58CC4ECDD45, NULL); // return; return; } IL_0013: { // if (activeLoader != null) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_1; L_1 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_2) { goto IL_002d; } } { // activeLoader.Start(); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_3; L_3 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(__this, NULL); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(5 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Start() */, L_3); } IL_002d: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::StopSubsystems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_StopSubsystems_mD685F87FD6E515BAA20156D8AE3B7FCFC7C12BB9 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE97E39CE91F1F09C058F0C6B4A1E8FF04420857A); s_Il2CppMethodInitialized = true; } { // if (!m_InitializationComplete) bool L_0 = __this->___m_InitializationComplete_4; if (L_0) { goto IL_0013; } } { // Debug.LogWarning( // "Call to StopSubsystems without an initialized manager." + // "Please make sure to wait for initialization to complete before calling this API."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralE97E39CE91F1F09C058F0C6B4A1E8FF04420857A, NULL); // return; return; } IL_0013: { // if (activeLoader != null) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_1; L_1 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_2) { goto IL_002d; } } { // activeLoader.Stop(); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_3; L_3 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(__this, NULL); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Stop() */, L_3); } IL_002d: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::DeinitializeLoader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_DeinitializeLoader_m23DE86B446324F049DC34C81A7EE7225EF47E774 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __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*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B10E1B4A1876CAAB09418C2EB99632134F89518); s_Il2CppMethodInitialized = true; } { // if (!m_InitializationComplete) bool L_0 = __this->___m_InitializationComplete_4; if (L_0) { goto IL_0013; } } { // Debug.LogWarning( // "Call to DeinitializeLoader without an initialized manager." + // "Please make sure to wait for initialization to complete before calling this API."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral1B10E1B4A1876CAAB09418C2EB99632134F89518, NULL); // return; return; } IL_0013: { // StopSubsystems(); AdaptivePerformanceManagerSettings_StopSubsystems_mD685F87FD6E515BAA20156D8AE3B7FCFC7C12BB9(__this, NULL); // if (activeLoader != null) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_1; L_1 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(__this, NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_2; L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_2) { goto IL_003a; } } { // activeLoader.Deinitialize(); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_3; L_3 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(__this, NULL); NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Deinitialize() */, L_3); // activeLoader = null; AdaptivePerformanceManagerSettings_set_activeLoader_m9704AA3C0A180F2BEDA4843D73649146C5EBE448(__this, (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E*)NULL, NULL); } IL_003a: { // m_InitializationComplete = false; __this->___m_InitializationComplete_4 = (bool)0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_Start_mD4CC8BCB96EAF1AC3ACB7373A0C53801D54ECDB2 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // if (automaticLoading && automaticRunning) bool L_0; L_0 = AdaptivePerformanceManagerSettings_get_automaticLoading_m64F39140D84CA83039D2A8FF1BC73A5C0A9705C5_inline(__this, NULL); if (!L_0) { goto IL_0016; } } { bool L_1; L_1 = AdaptivePerformanceManagerSettings_get_automaticRunning_m1F62B0DA38D6EE14E10AFAEA3CEA071047624DBE_inline(__this, NULL); if (!L_1) { goto IL_0016; } } { // StartSubsystems(); AdaptivePerformanceManagerSettings_StartSubsystems_m6CFE991D0D90ED20C5850E48A8BA78740C09BC9E(__this, NULL); } IL_0016: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::OnDisable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_OnDisable_mA8BC12CFBE33C1C3F9B4E1D5E581EA975B7C3934 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // if (automaticLoading && automaticRunning) bool L_0; L_0 = AdaptivePerformanceManagerSettings_get_automaticLoading_m64F39140D84CA83039D2A8FF1BC73A5C0A9705C5_inline(__this, NULL); if (!L_0) { goto IL_0016; } } { bool L_1; L_1 = AdaptivePerformanceManagerSettings_get_automaticRunning_m1F62B0DA38D6EE14E10AFAEA3CEA071047624DBE_inline(__this, NULL); if (!L_1) { goto IL_0016; } } { // StopSubsystems(); AdaptivePerformanceManagerSettings_StopSubsystems_mD685F87FD6E515BAA20156D8AE3B7FCFC7C12BB9(__this, NULL); } IL_0016: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_OnDestroy_mF9B913F9BAAB08972E597C12C83808D22628EAE0 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // if (automaticLoading) bool L_0; L_0 = AdaptivePerformanceManagerSettings_get_automaticLoading_m64F39140D84CA83039D2A8FF1BC73A5C0A9705C5_inline(__this, NULL); if (!L_0) { goto IL_000e; } } { // DeinitializeLoader(); AdaptivePerformanceManagerSettings_DeinitializeLoader_m23DE86B446324F049DC34C81A7EE7225EF47E774(__this, NULL); } IL_000e: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings__ctor_m68CD9CF06536F90398C9AD80C1D5C7C0430777F1 (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m46DA18DA8BBC2BB5B3B9A816B94E4E9F2A7B6C11_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // List m_Loaders = new List(); List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* L_0 = (List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3*)il2cpp_codegen_object_new(List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_m46DA18DA8BBC2BB5B3B9A816B94E4E9F2A7B6C11(L_0, List_1__ctor_m46DA18DA8BBC2BB5B3B9A816B94E4E9F2A7B6C11_RuntimeMethod_var); __this->___m_Loaders_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Loaders_7), (void*)L_0); 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 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeLoaderU3Ed__20__ctor_m965B41B568997D02232F284FFEF0812480F3AB7D (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __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 UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeLoaderU3Ed__20_System_IDisposable_Dispose_m6CF93E7B0630BF6EBAEF522814345EE1D530DF4D (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)((int32_t)-3)))) { goto IL_0010; } } { int32_t L_2 = V_0; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_001a; } } IL_0010: { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0013: {// begin finally (depth: 1) U3CInitializeLoaderU3Ed__20_U3CU3Em__Finally1_m69AC2B4BB58EF247F436A0EB0A40DA47916CF3B8(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) goto IL_001a; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_001a: { return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CInitializeLoaderU3Ed__20_MoveNext_mF22DCE47A798FF22FA2D684C20D0E49F50D59335 (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __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*)&Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE0178CF81A82D7476DD59ACDAE896230D11BC90D); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* V_2 = NULL; AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* V_3 = NULL; { auto __finallyBlock = il2cpp::utils::Fault([&] { FAULT_00e5: {// begin fault (depth: 1) U3CInitializeLoaderU3Ed__20_System_IDisposable_Dispose_m6CF93E7B0630BF6EBAEF522814345EE1D530DF4D(__this, NULL); return; }// end fault }); try {// begin try (depth: 1) { int32_t L_0 = __this->___U3CU3E1__state_0; V_1 = L_0; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_1 = __this->___U3CU3E4__this_2; V_2 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_001f_1; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00a9_1; } } { V_0 = (bool)0; goto IL_00ec; } IL_001f_1: { __this->___U3CU3E1__state_0 = (-1); // if (isInitializationComplete && activeLoader != null) AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_4 = V_2; NullCheck(L_4); bool L_5; L_5 = AdaptivePerformanceManagerSettings_get_isInitializationComplete_m21C21E3BDCD266224DC543AC4FAA3D96A62FF8CE_inline(L_4, NULL); if (!L_5) { goto IL_004d_1; } } { AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_6 = V_2; NullCheck(L_6); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_7; L_7 = AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline(L_6, NULL); 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_004d_1; } } { // Debug.LogWarning( // "Adaptive Performance Management has already initialized an active loader in this scene." + // "Please make sure to stop all subsystems and deinitialize the active loader before initializing a new one."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteralE0178CF81A82D7476DD59ACDAE896230D11BC90D, NULL); // yield break; V_0 = (bool)0; goto IL_00ec; } IL_004d_1: { // foreach (var loader in loaders) AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_9 = V_2; NullCheck(L_9); List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* L_10; L_10 = AdaptivePerformanceManagerSettings_get_loaders_m0AF4F7DC01C204E416F5DC027609F74D24D1D35F_inline(L_9, NULL); NullCheck(L_10); Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915 L_11; L_11 = List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A(L_10, List_1_GetEnumerator_m5E48725ADC5138D0B9D79CE54E0978FB73E7491A_RuntimeMethod_var); __this->___U3CU3E7__wrap1_3 = L_11; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E7__wrap1_3))->____list_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3E7__wrap1_3))->____current_3), (void*)NULL); #endif __this->___U3CU3E1__state_0 = ((int32_t)-3); goto IL_00b1_1; } IL_0068_1: { // foreach (var loader in loaders) Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915* L_12 = (&__this->___U3CU3E7__wrap1_3); AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_13; L_13 = Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_inline(L_12, Enumerator_get_Current_mED56120DDEA82B0CE63E2AB8A44B4BFA8E8A6103_RuntimeMethod_var); V_3 = L_13; // if (loader != null) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_14 = V_3; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_15; L_15 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_14, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL); if (!L_15) { goto IL_0097_1; } } { // if (loader.Initialize()) AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_16 = V_3; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceLoader::Initialize() */, L_16); if (!L_17) { goto IL_0097_1; } } { // activeLoader = loader; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_18 = V_2; AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_19 = V_3; NullCheck(L_18); AdaptivePerformanceManagerSettings_set_activeLoader_m9704AA3C0A180F2BEDA4843D73649146C5EBE448(L_18, L_19, NULL); // m_InitializationComplete = true; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_20 = V_2; NullCheck(L_20); L_20->___m_InitializationComplete_4 = (bool)1; // yield break; V_0 = (bool)0; goto IL_00c6_1; } IL_0097_1: { // yield return null; __this->___U3CU3E2__current_1 = NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CU3E2__current_1), (void*)NULL); __this->___U3CU3E1__state_0 = 1; V_0 = (bool)1; goto IL_00ec; } IL_00a9_1: { __this->___U3CU3E1__state_0 = ((int32_t)-3); } IL_00b1_1: { // foreach (var loader in loaders) Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915* L_21 = (&__this->___U3CU3E7__wrap1_3); bool L_22; L_22 = Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1(L_21, Enumerator_MoveNext_m8C0BCAFC7100732485197B9D292E9DA195FDFFC1_RuntimeMethod_var); if (L_22) { goto IL_0068_1; } } { U3CInitializeLoaderU3Ed__20_U3CU3Em__Finally1_m69AC2B4BB58EF247F436A0EB0A40DA47916CF3B8(__this, NULL); goto IL_00ce_1; } IL_00c6_1: { U3CInitializeLoaderU3Ed__20_U3CU3Em__Finally1_m69AC2B4BB58EF247F436A0EB0A40DA47916CF3B8(__this, NULL); goto IL_00ec; } IL_00ce_1: { Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915* L_23 = (&__this->___U3CU3E7__wrap1_3); il2cpp_codegen_initobj(L_23, sizeof(Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915)); // activeLoader = null; AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_24 = V_2; NullCheck(L_24); AdaptivePerformanceManagerSettings_set_activeLoader_m9704AA3C0A180F2BEDA4843D73649146C5EBE448(L_24, (AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E*)NULL, NULL); // } V_0 = (bool)0; goto IL_00ec; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00ec: { bool L_25 = V_0; return L_25; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::<>m__Finally1() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeLoaderU3Ed__20_U3CU3Em__Finally1_m69AC2B4BB58EF247F436A0EB0A40DA47916CF3B8 (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { __this->___U3CU3E1__state_0 = (-1); Enumerator_t661AF50E37FDFA6D7576D231EA1F4AA1D8AD2915* L_0 = (&__this->___U3CU3E7__wrap1_3); Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747(L_0, Enumerator_Dispose_m70521883F21CCB016423DCEAF28338B0D7735747_RuntimeMethod_var); return; } } // System.Object UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::System.Collections.Generic.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CInitializeLoaderU3Ed__20_System_Collections_Generic_IEnumeratorU3CSystem_ObjectU3E_get_Current_mB8BFA80B63C31B96BCB81EA3251C274C273FEA74 (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->___U3CU3E2__current_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::System.Collections.IEnumerator.Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CInitializeLoaderU3Ed__20_System_Collections_IEnumerator_Reset_mEFA6B977DE813BFD340D70D18FE0936B10B6D34D (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __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*)&U3CInitializeLoaderU3Ed__20_System_Collections_IEnumerator_Reset_mEFA6B977DE813BFD340D70D18FE0936B10B6D34D_RuntimeMethod_var))); } } // System.Object UnityEngine.AdaptivePerformance.AdaptivePerformanceManagerSettings/d__20::System.Collections.IEnumerator.get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CInitializeLoaderU3Ed__20_System_Collections_IEnumerator_get_Current_m1AB1C0E918FF8B3EB1626841BF3E6510A88C8DBD (U3CInitializeLoaderU3Ed__20_t10C63AE15148795971ED0961A658593AA32580BF* __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.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::get_active() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceIndexerSettings_get_active_m40145990966F7AB11AB0284546D89C97F3826AD1 (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) { { // get { return m_Active; } bool L_0 = __this->___m_Active_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::set_active(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexerSettings_set_active_mF4EC88198DFC777F0213A10EF6200EA7C765F88B (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, bool ___0_value, const RuntimeMethod* method) { { // if (m_Active == value) bool L_0 = __this->___m_Active_1; bool L_1 = ___0_value; if ((!(((uint32_t)L_0) == ((uint32_t)L_1)))) { goto IL_000a; } } { // return; return; } IL_000a: { // m_Active = value; bool L_2 = ___0_value; __this->___m_Active_1 = L_2; // } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::get_thermalActionDelay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317 (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) { { // get { return m_ThermalActionDelay; } float L_0 = __this->___m_ThermalActionDelay_2; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::set_thermalActionDelay(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexerSettings_set_thermalActionDelay_m2F97C72C08FCA28817697ACE5F15C63C756E5335 (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_ThermalActionDelay = value; } float L_0 = ___0_value; __this->___m_ThermalActionDelay_2 = L_0; // set { m_ThermalActionDelay = value; } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::get_performanceActionDelay() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexerSettings_get_performanceActionDelay_m61BC753B924C5FF95DB65E82D0B82A62D05AD3A2 (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) { { // get { return m_PerformanceActionDelay; } float L_0 = __this->___m_PerformanceActionDelay_3; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::set_performanceActionDelay(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexerSettings_set_performanceActionDelay_mF997B8CBE5FCC368DF8F48DA8EB171552A2DA51E (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_PerformanceActionDelay = value; } float L_0 = ___0_value; __this->___m_PerformanceActionDelay_3 = L_0; // set { m_PerformanceActionDelay = value; } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexerSettings__ctor_mBA4361EB195F60E0D43D1372C72B6F8CF8C10AD7 (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) { { // bool m_Active = true; __this->___m_Active_1 = (bool)1; // float m_ThermalActionDelay = 10; __this->___m_ThermalActionDelay_2 = (10.0f); // float m_PerformanceActionDelay = 4; __this->___m_PerformanceActionDelay_3 = (4.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.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceScalerProfile_get_Name_m7DD2D2ADB2EDB1C45AAEF60ACFB235F4587A5301 (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* __this, const RuntimeMethod* method) { { // get { return m_Name; } String_t* L_0 = __this->___m_Name_17; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile::set_Name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerProfile_set_Name_m1B9931916D99F1F48EAA70B8E640A9B5FBD927A6 (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* __this, String_t* ___0_value, const RuntimeMethod* method) { { // set { m_Name = value; } String_t* L_0 = ___0_value; __this->___m_Name_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_17), (void*)L_0); // set { m_Name = value; } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerProfile::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerProfile__ctor_mD48EEB9C4D4C6A7C58FB951592E486E8ADDABB3E (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBED550D57559D43CE3857CCC3B820F6DD5FF643B); s_Il2CppMethodInitialized = true; } { // string m_Name = "Default Scaler Profile"; __this->___m_Name_17 = _stringLiteralBED550D57559D43CE3857CCC3B820F6DD5FF643B; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_17), (void*)_stringLiteralBED550D57559D43CE3857CCC3B820F6DD5FF643B); AdaptivePerformanceScalerSettings__ctor_m5E13CFF62C88E6EFBDACDCABAD6CE21893CAD6D2(__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 UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::ApplySettings(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_ApplySettings_m9905A66D484D01BA4C04CFF7459CE7054EED1DB7 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* ___0_settings, const RuntimeMethod* method) { { // if (settings == null) AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_0 = ___0_settings; if (L_0) { goto IL_0004; } } { // return; return; } IL_0004: { // ApplySettingsBase(AdaptiveFramerate, settings.AdaptiveFramerate); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_1; L_1 = AdaptivePerformanceScalerSettings_get_AdaptiveFramerate_m139C9E39E32D63FA9BC0C37B81B0F1FAE63CDECB_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_2 = ___0_settings; NullCheck(L_2); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3; L_3 = AdaptivePerformanceScalerSettings_get_AdaptiveFramerate_m139C9E39E32D63FA9BC0C37B81B0F1FAE63CDECB_inline(L_2, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_1, L_3, NULL); // ApplySettingsBase(AdaptiveBatching, settings.AdaptiveBatching); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveBatching_mDC178D42713C75DE1ACF822852B8038D72EA821E_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_5 = ___0_settings; NullCheck(L_5); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_6; L_6 = AdaptivePerformanceScalerSettings_get_AdaptiveBatching_mDC178D42713C75DE1ACF822852B8038D72EA821E_inline(L_5, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_4, L_6, NULL); // ApplySettingsBase(AdaptiveLOD, settings.AdaptiveLOD); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_7; L_7 = AdaptivePerformanceScalerSettings_get_AdaptiveLOD_m6A255C8B118A1769FE4DB9B8431F019FC556DA4C_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_8 = ___0_settings; NullCheck(L_8); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_9; L_9 = AdaptivePerformanceScalerSettings_get_AdaptiveLOD_m6A255C8B118A1769FE4DB9B8431F019FC556DA4C_inline(L_8, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_7, L_9, NULL); // ApplySettingsBase(AdaptiveLut, settings.AdaptiveLut); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_10; L_10 = AdaptivePerformanceScalerSettings_get_AdaptiveLut_m2E6C5FF862F16ABF21E2CDC88C07A625F3B56FB1_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_11 = ___0_settings; NullCheck(L_11); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_12; L_12 = AdaptivePerformanceScalerSettings_get_AdaptiveLut_m2E6C5FF862F16ABF21E2CDC88C07A625F3B56FB1_inline(L_11, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_10, L_12, NULL); // ApplySettingsBase(AdaptiveMSAA, settings.AdaptiveMSAA); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_13; L_13 = AdaptivePerformanceScalerSettings_get_AdaptiveMSAA_mE9B6B36E909157597D81AF42FE785D87DF987C7E_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_14 = ___0_settings; NullCheck(L_14); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_15; L_15 = AdaptivePerformanceScalerSettings_get_AdaptiveMSAA_mE9B6B36E909157597D81AF42FE785D87DF987C7E_inline(L_14, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_13, L_15, NULL); // ApplySettingsBase(AdaptiveResolution, settings.AdaptiveResolution); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_16; L_16 = AdaptivePerformanceScalerSettings_get_AdaptiveResolution_m861CB3DABDDF10571C00579C62F0370AF2314D62_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_17 = ___0_settings; NullCheck(L_17); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_18; L_18 = AdaptivePerformanceScalerSettings_get_AdaptiveResolution_m861CB3DABDDF10571C00579C62F0370AF2314D62_inline(L_17, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_16, L_18, NULL); // ApplySettingsBase(AdaptiveShadowCascade, settings.AdaptiveShadowCascade); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_19; L_19 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascade_mBD0680ECA67B38D0E03B61C5167BA1E378359F92_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_20 = ___0_settings; NullCheck(L_20); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_21; L_21 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascade_mBD0680ECA67B38D0E03B61C5167BA1E378359F92_inline(L_20, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_19, L_21, NULL); // ApplySettingsBase(AdaptiveShadowDistance, settings.AdaptiveShadowDistance); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_22; L_22 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowDistance_mDC623CDFB794E162E723A28CF99AC6C2DE55D878_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_23 = ___0_settings; NullCheck(L_23); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_24; L_24 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowDistance_mDC623CDFB794E162E723A28CF99AC6C2DE55D878_inline(L_23, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_22, L_24, NULL); // ApplySettingsBase(AdaptiveShadowmapResolution, settings.AdaptiveShadowmapResolution); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_25; L_25 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowmapResolution_mD0080328CCE0EB1C8E5AA887D368443BD46A8CD8_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_26 = ___0_settings; NullCheck(L_26); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_27; L_27 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowmapResolution_mD0080328CCE0EB1C8E5AA887D368443BD46A8CD8_inline(L_26, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_25, L_27, NULL); // ApplySettingsBase(AdaptiveShadowQuality, settings.AdaptiveShadowQuality); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_28; L_28 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowQuality_m21DCF0D2F165C7336B14E21BD7884AF8BD693E2C_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_29 = ___0_settings; NullCheck(L_29); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_30; L_30 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowQuality_m21DCF0D2F165C7336B14E21BD7884AF8BD693E2C_inline(L_29, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_28, L_30, NULL); // ApplySettingsBase(AdaptiveTransparency, settings.AdaptiveTransparency); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_31; L_31 = AdaptivePerformanceScalerSettings_get_AdaptiveTransparency_m4DA7C35BF8071924D5C8D9B0ADD7C5DDD5E32CE0_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_32 = ___0_settings; NullCheck(L_32); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_33; L_33 = AdaptivePerformanceScalerSettings_get_AdaptiveTransparency_m4DA7C35BF8071924D5C8D9B0ADD7C5DDD5E32CE0_inline(L_32, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_31, L_33, NULL); // ApplySettingsBase(AdaptiveSorting, settings.AdaptiveSorting); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_34; L_34 = AdaptivePerformanceScalerSettings_get_AdaptiveSorting_mE5C2FD1CC0AB0A7AF3F6447C2943D50F40BC1016_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_35 = ___0_settings; NullCheck(L_35); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_36; L_36 = AdaptivePerformanceScalerSettings_get_AdaptiveSorting_mE5C2FD1CC0AB0A7AF3F6447C2943D50F40BC1016_inline(L_35, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_34, L_36, NULL); // ApplySettingsBase(AdaptiveViewDistance, settings.AdaptiveViewDistance); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_37; L_37 = AdaptivePerformanceScalerSettings_get_AdaptiveViewDistance_mE7E45AB3EC0919AAF5B9F80D395C676B7B4143A9_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_38 = ___0_settings; NullCheck(L_38); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_39; L_39 = AdaptivePerformanceScalerSettings_get_AdaptiveViewDistance_mE7E45AB3EC0919AAF5B9F80D395C676B7B4143A9_inline(L_38, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_37, L_39, NULL); // ApplySettingsBase(AdaptivePhysics, settings.AdaptivePhysics); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_40; L_40 = AdaptivePerformanceScalerSettings_get_AdaptivePhysics_mE5E9D7BEA49BEED8B5F13D87FDE10E890C96FBA1_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_41 = ___0_settings; NullCheck(L_41); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_42; L_42 = AdaptivePerformanceScalerSettings_get_AdaptivePhysics_mE5E9D7BEA49BEED8B5F13D87FDE10E890C96FBA1_inline(L_41, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_40, L_42, NULL); // ApplySettingsBase(AdaptiveLayerCulling, settings.AdaptiveLayerCulling); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_43; L_43 = AdaptivePerformanceScalerSettings_get_AdaptiveLayerCulling_mC291EA5E26B73A0660A5B333B9DD7D7395F5FFDE_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_44 = ___0_settings; NullCheck(L_44); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_45; L_45 = AdaptivePerformanceScalerSettings_get_AdaptiveLayerCulling_mC291EA5E26B73A0660A5B333B9DD7D7395F5FFDE_inline(L_44, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_43, L_45, NULL); // ApplySettingsBase(AdaptiveDecals, settings.AdaptiveDecals); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_46; L_46 = AdaptivePerformanceScalerSettings_get_AdaptiveDecals_mBDAA020138E8FED45F7AC1F04DAF53736F5CE38D_inline(__this, NULL); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_47 = ___0_settings; NullCheck(L_47); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_48; L_48 = AdaptivePerformanceScalerSettings_get_AdaptiveDecals_mBDAA020138E8FED45F7AC1F04DAF53736F5CE38D_inline(L_47, NULL); AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B(__this, L_46, L_48, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::ApplySettingsBase(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase,UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_ApplySettingsBase_m43C71B67FF805A20EABC3DD835705817D133CC5B (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_destination, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___1_sources, const RuntimeMethod* method) { { // destination.enabled = sources.enabled; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_destination; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_1 = ___1_sources; NullCheck(L_1); bool L_2; L_2 = AdaptivePerformanceScalerSettingsBase_get_enabled_m3C206F801CD595875BBD175B27D6DE0A85C675CC_inline(L_1, NULL); NullCheck(L_0); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_0, L_2, NULL); // destination.scale = sources.scale; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = ___0_destination; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4 = ___1_sources; NullCheck(L_4); float L_5; L_5 = AdaptivePerformanceScalerSettingsBase_get_scale_mC0B010C3248EC3661FC76CA4FE9C63CFF0F9618A_inline(L_4, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_3, L_5, NULL); // destination.visualImpact = sources.visualImpact; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_6 = ___0_destination; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_7 = ___1_sources; NullCheck(L_7); int32_t L_8; L_8 = AdaptivePerformanceScalerSettingsBase_get_visualImpact_mE5FADC25B00CEECAD5349055028C713156A78100_inline(L_7, NULL); NullCheck(L_6); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_6, L_8, NULL); // destination.target = sources.target; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_9 = ___0_destination; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_10 = ___1_sources; NullCheck(L_10); int32_t L_11; L_11 = AdaptivePerformanceScalerSettingsBase_get_target_m779AFC0CB0E43A351D0129EEDB00DC61F8B7373A_inline(L_10, NULL); NullCheck(L_9); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_9, L_11, NULL); // destination.minBound = sources.minBound; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_12 = ___0_destination; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_13 = ___1_sources; NullCheck(L_13); float L_14; L_14 = AdaptivePerformanceScalerSettingsBase_get_minBound_mA6F4ACD69674DB3BB5F5306D22F349369DF42370_inline(L_13, NULL); NullCheck(L_12); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_12, L_14, NULL); // destination.maxBound = sources.maxBound; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_15 = ___0_destination; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_16 = ___1_sources; NullCheck(L_16); float L_17; L_17 = AdaptivePerformanceScalerSettingsBase_get_maxBound_m898333F82C63A160DD9B2FE5B2240F85017C6729_inline(L_16, NULL); NullCheck(L_15); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_15, L_17, NULL); // destination.maxLevel = sources.maxLevel; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_18 = ___0_destination; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_19 = ___1_sources; NullCheck(L_19); int32_t L_20; L_20 = AdaptivePerformanceScalerSettingsBase_get_maxLevel_m7151F65E2E1588694A55EF6872E420FCC231BEBE_inline(L_19, NULL); NullCheck(L_18); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_18, L_20, NULL); // } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveFramerate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveFramerate_m139C9E39E32D63FA9BC0C37B81B0F1FAE63CDECB (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveFramerate; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveFramerate_0; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveFramerate(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveFramerate_m44EE882FF0B4B19B79823ECC8FF8DE43F23FBEE5 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveFramerate = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveFramerate_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveFramerate_0), (void*)L_0); // set { m_AdaptiveFramerate = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveResolution_m861CB3DABDDF10571C00579C62F0370AF2314D62 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveResolution; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveResolution_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveResolution(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveResolution_m76EFE35D05A19940BDDC6F33684866595840CD40 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveResolution = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveResolution_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveResolution_1), (void*)L_0); // set { m_AdaptiveResolution = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveBatching() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveBatching_mDC178D42713C75DE1ACF822852B8038D72EA821E (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveBatching; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveBatching_2; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveBatching(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveBatching_m9403934174CFE4B3D9154ED38A315B5A7E3C6B58 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveBatching = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveBatching_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveBatching_2), (void*)L_0); // set { m_AdaptiveBatching = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveLOD() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLOD_m6A255C8B118A1769FE4DB9B8431F019FC556DA4C (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveLOD; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveLOD_3; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveLOD(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveLOD_m2F7DED6B7ED28A09B96E7C1DB626F939F516F181 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveLOD = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveLOD_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveLOD_3), (void*)L_0); // set { m_AdaptiveLOD = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveLut() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLut_m2E6C5FF862F16ABF21E2CDC88C07A625F3B56FB1 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveLut; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveLut_4; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveLut(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveLut_mB9A0EC37A0C76FE115AF49B9958FBE615A979D20 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveLut = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveLut_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveLut_4), (void*)L_0); // set { m_AdaptiveLut = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveMSAA() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveMSAA_mE9B6B36E909157597D81AF42FE785D87DF987C7E (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveMSAA; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveMSAA_5; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveMSAA(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveMSAA_m791F390C41E45B3CA569608D14ADFB10EADB8F14 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveMSAA = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveMSAA_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveMSAA_5), (void*)L_0); // set { m_AdaptiveMSAA = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowCascades() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascades_m64DEA2C55EC84F665D1CCF9B722264EC778FDCFF (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // public AdaptivePerformanceScalerSettingsBase AdaptiveShadowCascades => AdaptiveShadowCascade; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0; L_0 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascade_mBD0680ECA67B38D0E03B61C5167BA1E378359F92_inline(__this, NULL); return L_0; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowCascade() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascade_mBD0680ECA67B38D0E03B61C5167BA1E378359F92 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowCascade; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowCascade_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveShadowCascade(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveShadowCascade_m50BCB3948329781DFA4AD0C177AEBA5A4E047078 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveShadowCascade = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveShadowCascade_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowCascade_6), (void*)L_0); // set { m_AdaptiveShadowCascade = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowDistance_mDC623CDFB794E162E723A28CF99AC6C2DE55D878 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowDistance; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowDistance_8; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveShadowDistance(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveShadowDistance_m8BD7703D6EAB648D8EE78B9D9971898648FC14D0 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveShadowDistance = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveShadowDistance_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowDistance_8), (void*)L_0); // set { m_AdaptiveShadowDistance = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowmapResolution() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowmapResolution_mD0080328CCE0EB1C8E5AA887D368443BD46A8CD8 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowmapResolution; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowmapResolution_9; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveShadowmapResolution(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveShadowmapResolution_mE8332093D611294320270CB8CFBB3474D5FB8F75 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveShadowmapResolution = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveShadowmapResolution_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowmapResolution_9), (void*)L_0); // set { m_AdaptiveShadowmapResolution = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveShadowQuality() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowQuality_m21DCF0D2F165C7336B14E21BD7884AF8BD693E2C (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowQuality; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowQuality_10; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveShadowQuality(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveShadowQuality_m5501BA6DB7793C0D3A62FA7A8F468BE3E058729E (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveShadowQuality = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveShadowQuality_10 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowQuality_10), (void*)L_0); // set { m_AdaptiveShadowQuality = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveSorting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveSorting_mE5C2FD1CC0AB0A7AF3F6447C2943D50F40BC1016 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveSorting; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveSorting_11; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveSorting(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveSorting_m7B04DA92EDB9132A98676FCEC6600431DBE8043B (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveSorting = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveSorting_11 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveSorting_11), (void*)L_0); // set { m_AdaptiveSorting = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveTransparency() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveTransparency_m4DA7C35BF8071924D5C8D9B0ADD7C5DDD5E32CE0 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveTransparency; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveTransparency_12; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveTransparency(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveTransparency_m1C5ACAA6D00A432E04E929A2C354EA53D33B8352 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveTransparency = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveTransparency_12 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveTransparency_12), (void*)L_0); // set { m_AdaptiveTransparency = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveViewDistance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveViewDistance_mE7E45AB3EC0919AAF5B9F80D395C676B7B4143A9 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveViewDistance; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveViewDistance_13; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveViewDistance(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveViewDistance_m1CC39A6BF1FCB255A1DDEECC371591CB3D1B6946 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveViewDistance = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveViewDistance_13 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveViewDistance_13), (void*)L_0); // set { m_AdaptiveViewDistance = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptivePhysics() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptivePhysics_mE5E9D7BEA49BEED8B5F13D87FDE10E890C96FBA1 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptivePhysics; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptivePhysics_14; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptivePhysics(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptivePhysics_m669412ACDAE3915E04D68B9B635D1685DC4DAAB9 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptivePhysics = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptivePhysics_14 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptivePhysics_14), (void*)L_0); // set { m_AdaptivePhysics = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveDecals() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveDecals_mBDAA020138E8FED45F7AC1F04DAF53736F5CE38D (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveDecals; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveDecals_15; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveDecals(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveDecals_m421331C548505EC65177EFA6BA134807AFCF0469 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveDecals = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveDecals_15 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveDecals_15), (void*)L_0); // set { m_AdaptiveDecals = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::get_AdaptiveLayerCulling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLayerCulling_mC291EA5E26B73A0660A5B333B9DD7D7395F5FFDE (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveLayerCulling; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveLayerCulling_16; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::set_AdaptiveLayerCulling(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings_set_AdaptiveLayerCulling_m85912776C656CE2B8003EABF739F303E5413BE17 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_value, const RuntimeMethod* method) { { // set { m_AdaptiveLayerCulling = value; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_value; __this->___m_AdaptiveLayerCulling_16 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveLayerCulling_16), (void*)L_0); // set { m_AdaptiveLayerCulling = value; } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettings__ctor_m5E13CFF62C88E6EFBDACDCABAD6CE21893CAD6D2 (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D6D01F990FD92ECA780E51008830C79F8745021); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D93ED636075E623081409150A223B81D62A0BC4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral12CA6ADDAD9731A641A05ADAD44E83BB50DC5037); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B1889DD957D0331955CF5DFFDA9DCE2E54A3201); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral391ABBEA97397F56825F51B32390FAE173FDA5B9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4CB97CA155405AB24C1707844F9E91B8745C3E8F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72028A36447AF378ACA48B17DE072331555F2935); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral853A9F890B7A62103E2DA4D88598550FEF14A96C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8ADC1761F734FD5D3BA96BD72147C8FD0451F36E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9224F1101469CE6402B33995DE063ACE95B27C5); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC842E98B3298FC326FB5B7C4F396E36AB78A6EA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE388D17835332E550F166A86D448DC530F993FF6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0C8B88E789EF2CA8C75105A445BF77B90E19FE3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF248FC9A3B99A408838E0C7A1B1019FD7EBCC5AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCAF06E8E1FA175CF619155CB2EEA0D3F8C46ABC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFD256C25FFCB5B88B4F3503AB1C2F86C343A3DE7); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceScalerSettingsBase m_AdaptiveFramerate = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Framerate", // enabled = false, // scale = 1.0f, // visualImpact = ScalerVisualImpact.High, // target = ScalerTarget.CPU | ScalerTarget.GPU | ScalerTarget.FillRate, // minBound = 15, // maxBound = 60, // maxLevel = 60 - 15 // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_0); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_1 = L_0; NullCheck(L_1); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_1, _stringLiteral8ADC1761F734FD5D3BA96BD72147C8FD0451F36E, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_2 = L_1; NullCheck(L_2); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_2, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_3 = L_2; NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_3, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4 = L_3; NullCheck(L_4); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_4, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_5 = L_4; NullCheck(L_5); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_5, 7, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_6 = L_5; NullCheck(L_6); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_6, (15.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_7 = L_6; NullCheck(L_7); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_7, (60.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_8 = L_7; NullCheck(L_8); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_8, ((int32_t)45), NULL); __this->___m_AdaptiveFramerate_0 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveFramerate_0), (void*)L_8); // AdaptivePerformanceScalerSettingsBase m_AdaptiveResolution = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Resolution", // enabled = false, // scale = 1.0f, // visualImpact = ScalerVisualImpact.Low, // target = ScalerTarget.FillRate | ScalerTarget.GPU, // maxLevel = 9, // minBound = 0.5f, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_9 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_9); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_9, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_10 = L_9; NullCheck(L_10); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_10, _stringLiteralF248FC9A3B99A408838E0C7A1B1019FD7EBCC5AC, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_11 = L_10; NullCheck(L_11); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_11, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_12 = L_11; NullCheck(L_12); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_12, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_13 = L_12; NullCheck(L_13); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_13, 0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_14 = L_13; NullCheck(L_14); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_14, 6, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_15 = L_14; NullCheck(L_15); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_15, ((int32_t)9), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_16 = L_15; NullCheck(L_16); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_16, (0.5f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_17 = L_16; NullCheck(L_17); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_17, (1.0f), NULL); __this->___m_AdaptiveResolution_1 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveResolution_1), (void*)L_17); // AdaptivePerformanceScalerSettingsBase m_AdaptiveBatching = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Batching", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Medium, // target = ScalerTarget.CPU, // maxLevel = 1, // minBound = 0, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_18 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_18); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_18, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_19 = L_18; NullCheck(L_19); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_19, _stringLiteralE388D17835332E550F166A86D448DC530F993FF6, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_20 = L_19; NullCheck(L_20); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_20, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_21 = L_20; NullCheck(L_21); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_21, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_22 = L_21; NullCheck(L_22); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_22, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_23 = L_22; NullCheck(L_23); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_23, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_24 = L_23; NullCheck(L_24); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_24, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_25 = L_24; NullCheck(L_25); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_25, (0.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_26 = L_25; NullCheck(L_26); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_26, (1.0f), NULL); __this->___m_AdaptiveBatching_2 = L_26; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveBatching_2), (void*)L_26); // AdaptivePerformanceScalerSettingsBase m_AdaptiveLOD = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive LOD", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.High, // target = ScalerTarget.GPU, // maxLevel = 3, // minBound = 0.4f, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_27 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_27); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_27, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_28 = L_27; NullCheck(L_28); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_28, _stringLiteralB9224F1101469CE6402B33995DE063ACE95B27C5, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_29 = L_28; NullCheck(L_29); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_29, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_30 = L_29; NullCheck(L_30); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_30, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_31 = L_30; NullCheck(L_31); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_31, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_32 = L_31; NullCheck(L_32); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_32, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_33 = L_32; NullCheck(L_33); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_33, 3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_34 = L_33; NullCheck(L_34); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_34, (0.400000006f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_35 = L_34; NullCheck(L_35); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_35, (1.0f), NULL); __this->___m_AdaptiveLOD_3 = L_35; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveLOD_3), (void*)L_35); // AdaptivePerformanceScalerSettingsBase m_AdaptiveLut = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Lut", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Medium, // target = ScalerTarget.GPU | ScalerTarget.CPU, // maxLevel = 1, // minBound = 0, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_36 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_36); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_36, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_37 = L_36; NullCheck(L_37); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_37, _stringLiteralFCAF06E8E1FA175CF619155CB2EEA0D3F8C46ABC, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_38 = L_37; NullCheck(L_38); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_38, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_39 = L_38; NullCheck(L_39); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_39, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_40 = L_39; NullCheck(L_40); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_40, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_41 = L_40; NullCheck(L_41); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_41, 3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_42 = L_41; NullCheck(L_42); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_42, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_43 = L_42; NullCheck(L_43); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_43, (0.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_44 = L_43; NullCheck(L_44); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_44, (1.0f), NULL); __this->___m_AdaptiveLut_4 = L_44; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveLut_4), (void*)L_44); // AdaptivePerformanceScalerSettingsBase m_AdaptiveMSAA = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive MSAA", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Medium, // target = ScalerTarget.GPU | ScalerTarget.FillRate, // maxLevel = 2, // minBound = 0, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_45 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_45); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_45, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_46 = L_45; NullCheck(L_46); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_46, _stringLiteral12CA6ADDAD9731A641A05ADAD44E83BB50DC5037, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_47 = L_46; NullCheck(L_47); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_47, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_48 = L_47; NullCheck(L_48); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_48, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_49 = L_48; NullCheck(L_49); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_49, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_50 = L_49; NullCheck(L_50); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_50, 6, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_51 = L_50; NullCheck(L_51); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_51, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_52 = L_51; NullCheck(L_52); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_52, (0.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_53 = L_52; NullCheck(L_53); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_53, (1.0f), NULL); __this->___m_AdaptiveMSAA_5 = L_53; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveMSAA_5), (void*)L_53); // AdaptivePerformanceScalerSettingsBase m_AdaptiveShadowCascade = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Shadow Cascade", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Medium, // target = ScalerTarget.GPU | ScalerTarget.CPU, // maxLevel = 2, // minBound = 0, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_54 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_54); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_54, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_55 = L_54; NullCheck(L_55); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_55, _stringLiteral853A9F890B7A62103E2DA4D88598550FEF14A96C, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_56 = L_55; NullCheck(L_56); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_56, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_57 = L_56; NullCheck(L_57); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_57, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_58 = L_57; NullCheck(L_58); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_58, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_59 = L_58; NullCheck(L_59); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_59, 3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_60 = L_59; NullCheck(L_60); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_60, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_61 = L_60; NullCheck(L_61); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_61, (0.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_62 = L_61; NullCheck(L_62); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_62, (1.0f), NULL); __this->___m_AdaptiveShadowCascade_6 = L_62; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowCascade_6), (void*)L_62); // AdaptivePerformanceScalerSettingsBase m_AdaptiveShadowDistance = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Shadow Distance", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Low, // target = ScalerTarget.GPU, // maxLevel = 3, // minBound = 0.15f, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_63 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_63); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_63, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_64 = L_63; NullCheck(L_64); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_64, _stringLiteral0D6D01F990FD92ECA780E51008830C79F8745021, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_65 = L_64; NullCheck(L_65); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_65, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_66 = L_65; NullCheck(L_66); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_66, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_67 = L_66; NullCheck(L_67); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_67, 0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_68 = L_67; NullCheck(L_68); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_68, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_69 = L_68; NullCheck(L_69); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_69, 3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_70 = L_69; NullCheck(L_70); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_70, (0.150000006f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_71 = L_70; NullCheck(L_71); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_71, (1.0f), NULL); __this->___m_AdaptiveShadowDistance_8 = L_71; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowDistance_8), (void*)L_71); // AdaptivePerformanceScalerSettingsBase m_AdaptiveShadowmapResolution = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Shadowmap Resolution", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Low, // target = ScalerTarget.GPU, // maxLevel = 3, // minBound = 0.15f, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_72 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_72); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_72, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_73 = L_72; NullCheck(L_73); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_73, _stringLiteral391ABBEA97397F56825F51B32390FAE173FDA5B9, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_74 = L_73; NullCheck(L_74); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_74, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_75 = L_74; NullCheck(L_75); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_75, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_76 = L_75; NullCheck(L_76); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_76, 0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_77 = L_76; NullCheck(L_77); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_77, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_78 = L_77; NullCheck(L_78); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_78, 3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_79 = L_78; NullCheck(L_79); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_79, (0.150000006f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_80 = L_79; NullCheck(L_80); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_80, (1.0f), NULL); __this->___m_AdaptiveShadowmapResolution_9 = L_80; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowmapResolution_9), (void*)L_80); // AdaptivePerformanceScalerSettingsBase m_AdaptiveShadowQuality = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Shadow Quality", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.High, // target = ScalerTarget.GPU | ScalerTarget.CPU, // maxLevel = 3, // minBound = 0, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_81 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_81); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_81, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_82 = L_81; NullCheck(L_82); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_82, _stringLiteralBC842E98B3298FC326FB5B7C4F396E36AB78A6EA, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_83 = L_82; NullCheck(L_83); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_83, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_84 = L_83; NullCheck(L_84); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_84, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_85 = L_84; NullCheck(L_85); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_85, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_86 = L_85; NullCheck(L_86); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_86, 3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_87 = L_86; NullCheck(L_87); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_87, 3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_88 = L_87; NullCheck(L_88); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_88, (0.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_89 = L_88; NullCheck(L_89); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_89, (1.0f), NULL); __this->___m_AdaptiveShadowQuality_10 = L_89; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveShadowQuality_10), (void*)L_89); // AdaptivePerformanceScalerSettingsBase m_AdaptiveSorting = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Sorting", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Medium, // target = ScalerTarget.CPU, // maxLevel = 1, // minBound = 0, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_90 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_90); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_90, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_91 = L_90; NullCheck(L_91); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_91, _stringLiteralF0C8B88E789EF2CA8C75105A445BF77B90E19FE3, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_92 = L_91; NullCheck(L_92); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_92, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_93 = L_92; NullCheck(L_93); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_93, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_94 = L_93; NullCheck(L_94); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_94, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_95 = L_94; NullCheck(L_95); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_95, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_96 = L_95; NullCheck(L_96); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_96, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_97 = L_96; NullCheck(L_97); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_97, (0.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_98 = L_97; NullCheck(L_98); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_98, (1.0f), NULL); __this->___m_AdaptiveSorting_11 = L_98; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveSorting_11), (void*)L_98); // AdaptivePerformanceScalerSettingsBase m_AdaptiveTransparency = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Transparency", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.High, // target = ScalerTarget.GPU, // maxLevel = 1, // minBound = 0, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_99 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_99); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_99, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_100 = L_99; NullCheck(L_100); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_100, _stringLiteral0D93ED636075E623081409150A223B81D62A0BC4, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_101 = L_100; NullCheck(L_101); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_101, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_102 = L_101; NullCheck(L_102); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_102, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_103 = L_102; NullCheck(L_103); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_103, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_104 = L_103; NullCheck(L_104); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_104, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_105 = L_104; NullCheck(L_105); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_105, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_106 = L_105; NullCheck(L_106); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_106, (0.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_107 = L_106; NullCheck(L_107); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_107, (1.0f), NULL); __this->___m_AdaptiveTransparency_12 = L_107; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveTransparency_12), (void*)L_107); // AdaptivePerformanceScalerSettingsBase m_AdaptiveViewDistance = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive View Distance", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.High, // target = ScalerTarget.GPU, // maxLevel = 40, // minBound = 50f, // maxBound = 1000, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_108 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_108); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_108, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_109 = L_108; NullCheck(L_109); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_109, _stringLiteral4CB97CA155405AB24C1707844F9E91B8745C3E8F, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_110 = L_109; NullCheck(L_110); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_110, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_111 = L_110; NullCheck(L_111); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_111, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_112 = L_111; NullCheck(L_112); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_112, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_113 = L_112; NullCheck(L_113); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_113, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_114 = L_113; NullCheck(L_114); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_114, ((int32_t)40), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_115 = L_114; NullCheck(L_115); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_115, (50.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_116 = L_115; NullCheck(L_116); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_116, (1000.0f), NULL); __this->___m_AdaptiveViewDistance_13 = L_116; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveViewDistance_13), (void*)L_116); // AdaptivePerformanceScalerSettingsBase m_AdaptivePhysics = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Physics", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Low, // target = ScalerTarget.CPU, // maxLevel = 5, // minBound = 0.5f, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_117 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_117); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_117, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_118 = L_117; NullCheck(L_118); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_118, _stringLiteralFD256C25FFCB5B88B4F3503AB1C2F86C343A3DE7, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_119 = L_118; NullCheck(L_119); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_119, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_120 = L_119; NullCheck(L_120); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_120, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_121 = L_120; NullCheck(L_121); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_121, 0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_122 = L_121; NullCheck(L_122); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_122, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_123 = L_122; NullCheck(L_123); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_123, 5, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_124 = L_123; NullCheck(L_124); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_124, (0.5f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_125 = L_124; NullCheck(L_125); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_125, (1.0f), NULL); __this->___m_AdaptivePhysics_14 = L_125; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptivePhysics_14), (void*)L_125); // AdaptivePerformanceScalerSettingsBase m_AdaptiveDecals = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Decals", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Medium, // target = ScalerTarget.GPU, // maxLevel = 20, // minBound = 0.01f, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_126 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_126); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_126, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_127 = L_126; NullCheck(L_127); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_127, _stringLiteral72028A36447AF378ACA48B17DE072331555F2935, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_128 = L_127; NullCheck(L_128); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_128, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_129 = L_128; NullCheck(L_129); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_129, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_130 = L_129; NullCheck(L_130); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_130, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_131 = L_130; NullCheck(L_131); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_131, 2, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_132 = L_131; NullCheck(L_132); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_132, ((int32_t)20), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_133 = L_132; NullCheck(L_133); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_133, (0.00999999978f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_134 = L_133; NullCheck(L_134); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_134, (1.0f), NULL); __this->___m_AdaptiveDecals_15 = L_134; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveDecals_15), (void*)L_134); // AdaptivePerformanceScalerSettingsBase m_AdaptiveLayerCulling = new AdaptivePerformanceScalerSettingsBase // { // name = "Adaptive Layer Culling", // enabled = false, // scale = 1, // visualImpact = ScalerVisualImpact.Medium, // target = ScalerTarget.CPU, // maxLevel = 40, // minBound = 0.01f, // maxBound = 1, // }; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_135 = (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)il2cpp_codegen_object_new(AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); NullCheck(L_135); AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC(L_135, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_136 = L_135; NullCheck(L_136); AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline(L_136, _stringLiteral1B1889DD957D0331955CF5DFFDA9DCE2E54A3201, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_137 = L_136; NullCheck(L_137); AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline(L_137, (bool)0, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_138 = L_137; NullCheck(L_138); AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline(L_138, (1.0f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_139 = L_138; NullCheck(L_139); AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline(L_139, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_140 = L_139; NullCheck(L_140); AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline(L_140, 1, NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_141 = L_140; NullCheck(L_141); AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline(L_141, ((int32_t)40), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_142 = L_141; NullCheck(L_142); AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline(L_142, (0.00999999978f), NULL); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_143 = L_142; NullCheck(L_143); AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline(L_143, (1.0f), NULL); __this->___m_AdaptiveLayerCulling_16 = L_143; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AdaptiveLayerCulling_16), (void*)L_143); 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.String UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceScalerSettingsBase_get_name_mF13E237177358FB6B1E5EA3FF812C9D3CFF7331A (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Name; } String_t* L_0 = __this->___m_Name_0; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_name(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, String_t* ___0_value, const RuntimeMethod* method) { { // m_Name = value; String_t* L_0 = ___0_value; __this->___m_Name_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_0), (void*)L_0); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_enabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceScalerSettingsBase_get_enabled_m3C206F801CD595875BBD175B27D6DE0A85C675CC (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Enabled; } bool L_0 = __this->___m_Enabled_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_enabled(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8 (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_Enabled = value; } bool L_0 = ___0_value; __this->___m_Enabled_1 = L_0; // set { m_Enabled = value; } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_scale() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_scale_mC0B010C3248EC3661FC76CA4FE9C63CFF0F9618A (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Scale; } float L_0 = __this->___m_Scale_2; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_scale(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_Scale = value; } float L_0 = ___0_value; __this->___m_Scale_2 = L_0; // set { m_Scale = value; } return; } } // UnityEngine.AdaptivePerformance.ScalerVisualImpact UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_visualImpact() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_visualImpact_mE5FADC25B00CEECAD5349055028C713156A78100 (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_VisualImpact; } int32_t L_0 = __this->___m_VisualImpact_3; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_visualImpact(UnityEngine.AdaptivePerformance.ScalerVisualImpact) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3 (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_VisualImpact = value; } int32_t L_0 = ___0_value; __this->___m_VisualImpact_3 = L_0; // set { m_VisualImpact = value; } return; } } // UnityEngine.AdaptivePerformance.ScalerTarget UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_target() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_target_m779AFC0CB0E43A351D0129EEDB00DC61F8B7373A (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Target; } int32_t L_0 = __this->___m_Target_4; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_target(UnityEngine.AdaptivePerformance.ScalerTarget) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6 (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_Target = value; } int32_t L_0 = ___0_value; __this->___m_Target_4 = L_0; // set { m_Target = value; } return; } } // System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_maxLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_maxLevel_m7151F65E2E1588694A55EF6872E420FCC231BEBE (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_MaxLevel; } int32_t L_0 = __this->___m_MaxLevel_5; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_maxLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_MaxLevel = value; } int32_t L_0 = ___0_value; __this->___m_MaxLevel_5 = L_0; // set { m_MaxLevel = value; } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_minBound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_minBound_mA6F4ACD69674DB3BB5F5306D22F349369DF42370 (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_MinBound; } float L_0 = __this->___m_MinBound_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_minBound(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7 (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_MinBound = value; } float L_0 = ___0_value; __this->___m_MinBound_6 = L_0; // set { m_MinBound = value; } return; } } // System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::get_maxBound() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_maxBound_m898333F82C63A160DD9B2FE5B2240F85017C6729 (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_MaxBound; } float L_0 = __this->___m_MaxBound_7; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::set_maxBound(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_MaxBound = value; } float L_0 = ___0_value; __this->___m_MaxBound_7 = L_0; // set { m_MaxBound = value; } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettingsBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase__ctor_mCDC77CC950C15F9E0F3843A23EA212695BCFD2EC (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DE6D4768EA039BD98423DCFF6932448B95053AB); s_Il2CppMethodInitialized = true; } { // string m_Name = "Base Scaler"; __this->___m_Name_0 = _stringLiteral9DE6D4768EA039BD98423DCFF6932448B95053AB; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_0), (void*)_stringLiteral9DE6D4768EA039BD98423DCFF6932448B95053AB); // float m_Scale = -1.0f; __this->___m_Scale_2 = (-1.0f); // ScalerTarget m_Target = ScalerTarget.CPU; __this->___m_Target_4 = 1; // int m_MaxLevel = 1; __this->___m_MaxLevel_5 = 1; // float m_MinBound = -1.0f; __this->___m_MinBound_6 = (-1.0f); // float m_MaxBound = -1.0f; __this->___m_MaxBound_7 = (-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.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_logging() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_get_logging_mB0CC800270863EFBDC55AD11224ECB542CEC862D (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_Logging; } bool L_0 = __this->___m_Logging_4; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::set_logging(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_set_logging_mCE73AF887F2CF27D7078E04579699E72C4614C05 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_Logging = value; } bool L_0 = ___0_value; __this->___m_Logging_4 = L_0; // set { m_Logging = value; } return; } } // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_automaticPerformanceMode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_get_automaticPerformanceMode_m51B5634FEB7E01814D62A2B27A444A477D8A1469 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_AutomaticPerformanceModeEnabled; } bool L_0 = __this->___m_AutomaticPerformanceModeEnabled_5; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::set_automaticPerformanceMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_set_automaticPerformanceMode_m7D2AE0452E6B78FF6CEC4838B42093BE059F74D0 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_AutomaticPerformanceModeEnabled = value; } bool L_0 = ___0_value; __this->___m_AutomaticPerformanceModeEnabled_5 = L_0; // set { m_AutomaticPerformanceModeEnabled = value; } return; } } // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_enableBoostOnStartup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_get_enableBoostOnStartup_mF4001AAC1E860EE62EEA2365179EACE6CA771366 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_EnableBoostOnStartup; } bool L_0 = __this->___m_EnableBoostOnStartup_6; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::set_enableBoostOnStartup(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_set_enableBoostOnStartup_m5403ECC0AFC0BAC2B13B0375C119FCD3CDDFE729 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_EnableBoostOnStartup = value; } bool L_0 = ___0_value; __this->___m_EnableBoostOnStartup_6 = L_0; // set { m_EnableBoostOnStartup = value; } return; } } // System.Int32 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_statsLoggingFrequencyInFrames() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IAdaptivePerformanceSettings_get_statsLoggingFrequencyInFrames_m6C987101463434ACA13DAE06388EEBA812B645D0 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_StatsLoggingFrequencyInFrames; } int32_t L_0 = __this->___m_StatsLoggingFrequencyInFrames_7; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::set_statsLoggingFrequencyInFrames(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_set_statsLoggingFrequencyInFrames_mB02033B0DAC8821E444DD8A3E4FB6974D40172AB (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_StatsLoggingFrequencyInFrames = value; } int32_t L_0 = ___0_value; __this->___m_StatsLoggingFrequencyInFrames_7 = L_0; // set { m_StatsLoggingFrequencyInFrames = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_indexerSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_IndexerSettings; } AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_0 = __this->___m_IndexerSettings_8; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::set_indexerSettings(UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_set_indexerSettings_mC8DE1DCB48C2DDB9F69B1772FE4E305D904578D4 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* ___0_value, const RuntimeMethod* method) { { // set { m_IndexerSettings = value; } AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_0 = ___0_value; __this->___m_IndexerSettings_8 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_IndexerSettings_8), (void*)L_0); // set { m_IndexerSettings = value; } return; } } // UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_scalerSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_ScalerSettings; } AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_0 = __this->___m_ScalerSettings_9; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::set_scalerSettings(UnityEngine.AdaptivePerformance.AdaptivePerformanceScalerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_set_scalerSettings_mE813366E935093E191DD19E050EBC668224D58F8 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* ___0_value, const RuntimeMethod* method) { { // set { m_ScalerSettings = value; } AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_0 = ___0_value; __this->___m_ScalerSettings_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ScalerSettings_9), (void*)L_0); // set { m_ScalerSettings = value; } return; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::LoadScalerProfile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_LoadScalerProfile_mB90E9C680B7985CAA13611C77181D42831BF9BF9 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, String_t* ___0_scalerProfileName, const RuntimeMethod* method) { int32_t V_0 = 0; AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* V_1 = NULL; { // if (scalerProfileName == null || scalerProfileName.Length <= 0) String_t* L_0 = ___0_scalerProfileName; if (!L_0) { goto IL_000c; } } { String_t* L_1 = ___0_scalerProfileName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_000d; } } IL_000c: { // return; return; } IL_000d: { // if (m_scalerProfileList.Length <= 0) AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_3 = __this->___m_scalerProfileList_10; NullCheck(L_3); if ((((RuntimeArray*)L_3)->max_length)) { goto IL_0017; } } { // return; return; } IL_0017: { // if (m_scalerProfileList.Length == 1) AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_4 = __this->___m_scalerProfileList_10; NullCheck(L_4); // for (int i = 0; i < m_scalerProfileList.Length; i++) V_0 = 0; goto IL_006a; } IL_0026: { // AdaptivePerformanceScalerProfile scalerProfile = m_scalerProfileList[i]; AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_5 = __this->___m_scalerProfileList_10; int32_t L_6 = V_0; NullCheck(L_5); int32_t L_7 = L_6; AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_8 = (L_5)->GetAt(static_cast(L_7)); V_1 = L_8; // if (scalerProfile == null) AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_9 = V_1; if (L_9) { goto IL_0033; } } { // return; return; } IL_0033: { // if (scalerProfile.Name == null || scalerProfile.Name.Length <= 0) AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_10 = V_1; NullCheck(L_10); String_t* L_11; L_11 = AdaptivePerformanceScalerProfile_get_Name_m7DD2D2ADB2EDB1C45AAEF60ACFB235F4587A5301_inline(L_10, NULL); if (!L_11) { goto IL_0049; } } { AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_12 = V_1; NullCheck(L_12); String_t* L_13; L_13 = AdaptivePerformanceScalerProfile_get_Name_m7DD2D2ADB2EDB1C45AAEF60ACFB235F4587A5301_inline(L_12, NULL); NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); if ((((int32_t)L_14) > ((int32_t)0))) { goto IL_004a; } } IL_0049: { // return; return; } IL_004a: { // if (scalerProfile.Name == scalerProfileName) AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_15 = V_1; NullCheck(L_15); String_t* L_16; L_16 = AdaptivePerformanceScalerProfile_get_Name_m7DD2D2ADB2EDB1C45AAEF60ACFB235F4587A5301_inline(L_15, NULL); String_t* L_17 = ___0_scalerProfileName; bool L_18; L_18 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_16, L_17, NULL); if (!L_18) { goto IL_0066; } } { // scalerSettings.ApplySettings(scalerProfile); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_19; L_19 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(__this, NULL); AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_20 = V_1; NullCheck(L_19); AdaptivePerformanceScalerSettings_ApplySettings_m9905A66D484D01BA4C04CFF7459CE7054EED1DB7(L_19, L_20, NULL); // break; goto IL_0075; } IL_0066: { // for (int i = 0; i < m_scalerProfileList.Length; i++) int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_21, 1)); } IL_006a: { // for (int i = 0; i < m_scalerProfileList.Length; i++) int32_t L_22 = V_0; AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_23 = __this->___m_scalerProfileList_10; NullCheck(L_23); if ((((int32_t)L_22) < ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))) { goto IL_0026; } } IL_0075: { // if (ApplyScalerProfileToAllScalers()) bool L_24; L_24 = IAdaptivePerformanceSettings_ApplyScalerProfileToAllScalers_m0BB948C40EED00EAD3BEBD382F86FBD4BA14DDB2(__this, NULL); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::ApplyScalerProfileToAllScalers() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_ApplyScalerProfileToAllScalers_m0BB948C40EED00EAD3BEBD382F86FBD4BA14DDB2 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Find_m2A476A218D406C7330D31D38E8928FFBD74814D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass25_0_U3CApplyScalerProfileToAllScalersU3Eb__0_m1506265FA900F6114FAAA19A73F16C38A6D2426C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* V_1 = NULL; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* V_2 = NULL; PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* V_3 = NULL; int32_t V_4 = 0; U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* V_5 = NULL; AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* V_6 = NULL; RuntimeObject* V_7 = NULL; { // bool success = false; V_0 = (bool)0; // if (Holder.Instance == null || Holder.Instance.Indexer == null) RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_0) { goto IL_0015; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_1); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_2; L_2 = InterfaceFuncInvoker0< AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* >::Invoke(5 /* UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Indexer() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_1); if (L_2) { goto IL_0017; } } IL_0015: { // return success; bool L_3 = V_0; return L_3; } IL_0017: { // List allScalers = new List(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_4 = (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*)il2cpp_codegen_object_new(List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var); NullCheck(L_4); List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2(L_4, List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var); V_1 = L_4; // List scalers = new List(); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_5 = (List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B*)il2cpp_codegen_object_new(List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B_il2cpp_TypeInfo_var); NullCheck(L_5); List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2(L_5, List_1__ctor_m1B0DD2F7ED0C5C537017D8557C2FE6FDDE715DE2_RuntimeMethod_var); V_2 = L_5; // Holder.Instance.Indexer.GetUnappliedScalers(ref scalers); RuntimeObject* L_6; L_6 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_6); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_7; L_7 = InterfaceFuncInvoker0< AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* >::Invoke(5 /* UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Indexer() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_6); NullCheck(L_7); AdaptivePerformanceIndexer_GetUnappliedScalers_m9312768F4B234977041724061FFC2C97AA633D49(L_7, (&V_2), NULL); // allScalers.AddRange(scalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_8 = V_1; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_9 = V_2; NullCheck(L_8); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_8, L_9, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // Holder.Instance.Indexer.GetAppliedScalers(ref scalers); RuntimeObject* L_10; L_10 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_10); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_11; L_11 = InterfaceFuncInvoker0< AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* >::Invoke(5 /* UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Indexer() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_10); NullCheck(L_11); AdaptivePerformanceIndexer_GetAppliedScalers_mC8AA0863E2342001443EF8FD3E77DE94771E83E1(L_11, (&V_2), NULL); // allScalers.AddRange(scalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_12 = V_1; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_13 = V_2; NullCheck(L_12); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_12, L_13, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // Holder.Instance.Indexer.GetDisabledScalers(ref scalers); RuntimeObject* L_14; L_14 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_14); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_15; L_15 = InterfaceFuncInvoker0< AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* >::Invoke(5 /* UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Indexer() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_14); NullCheck(L_15); AdaptivePerformanceIndexer_GetDisabledScalers_m7D6F6077B80B84DC1AF2841B73148A43D585BE9D(L_15, (&V_2), NULL); // allScalers.AddRange(scalers); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_16 = V_1; List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_17 = V_2; NullCheck(L_16); List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70(L_16, L_17, List_1_AddRange_mD9F8AA7F4ECF908D23FB8C3E39094332D2742F70_RuntimeMethod_var); // if (allScalers.Count <= 0) List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_18 = V_1; NullCheck(L_18); int32_t L_19; L_19 = List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_inline(L_18, List_1_get_Count_m17A544C6DAE8677C8A85D00A587614608FA754BF_RuntimeMethod_var); if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0076; } } { // return success; bool L_20 = V_0; return L_20; } IL_0076: { // PropertyInfo[] properties = typeof(AdaptivePerformanceScalerSettings).GetProperties(); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_22; L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL); NullCheck(L_22); PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_23; L_23 = Type_GetProperties_m090A935168ED8AEE2CE95BDF6D69F3AAAF71B2D6(L_22, NULL); // foreach (PropertyInfo property in properties) V_3 = L_23; V_4 = 0; goto IL_0107; } IL_008b: { U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* L_24 = (U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE_il2cpp_TypeInfo_var); NullCheck(L_24); U3CU3Ec__DisplayClass25_0__ctor_m8BF91AC7A7F582FFE5F5EFDDB92AA59940BDC124(L_24, NULL); V_5 = L_24; // foreach (PropertyInfo property in properties) U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* L_25 = V_5; PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_26 = V_3; int32_t L_27 = V_4; NullCheck(L_26); int32_t L_28 = L_27; PropertyInfo_t* L_29 = (L_26)->GetAt(static_cast(L_28)); NullCheck(L_25); L_25->___property_0 = L_29; Il2CppCodeGenWriteBarrier((void**)(&L_25->___property_0), (void*)L_29); // var aScaler = allScalers.Find(s => s.GetType().ToString().Contains(property.Name)); List_1_tA9FA703E24B91B854E8744EA2121A940ACD5F17B* L_30 = V_1; U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* L_31 = V_5; Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1* L_32 = (Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1*)il2cpp_codegen_object_new(Predicate_1_t88AB266B73087D38F84331D364A65E90A57D67B1_il2cpp_TypeInfo_var); NullCheck(L_32); Predicate_1__ctor_mE0982304EAFBFE8F998BFC12924DDE0116143C0D(L_32, L_31, (intptr_t)((void*)U3CU3Ec__DisplayClass25_0_U3CApplyScalerProfileToAllScalersU3Eb__0_m1506265FA900F6114FAAA19A73F16C38A6D2426C_RuntimeMethod_var), NULL); NullCheck(L_30); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_33; L_33 = List_1_Find_m2A476A218D406C7330D31D38E8928FFBD74814D8(L_30, L_32, List_1_Find_m2A476A218D406C7330D31D38E8928FFBD74814D8_RuntimeMethod_var); V_6 = L_33; // if (aScaler) AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_34 = V_6; il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_35; L_35 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_34, NULL); if (!L_35) { goto IL_0101; } } { // System.Reflection.PropertyInfo prop = typeof(AdaptivePerformanceScalerSettings).GetProperty(property.Name); RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_36 = { reinterpret_cast (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_37; L_37 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_36, NULL); U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* L_38 = V_5; NullCheck(L_38); PropertyInfo_t* L_39 = L_38->___property_0; NullCheck(L_39); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_39); NullCheck(L_37); PropertyInfo_t* L_41; L_41 = Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D(L_37, L_40, NULL); // var value = prop.GetValue(scalerSettings); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_42; L_42 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(__this, NULL); NullCheck(L_41); RuntimeObject* L_43; L_43 = PropertyInfo_GetValue_m89576462107E2A4DF5B7775216AEC29D74FF6088(L_41, L_42, NULL); V_7 = L_43; // aScaler.Deactivate(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_44 = V_6; NullCheck(L_44); AdaptivePerformanceScaler_Deactivate_mCCDB4671D348668925269C7E6F973C355CB66070(L_44, NULL); // aScaler.ApplyDefaultSetting((AdaptivePerformanceScalerSettingsBase)value); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_45 = V_6; RuntimeObject* L_46 = V_7; NullCheck(L_45); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(L_45, ((AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA*)CastclassClass((RuntimeObject*)L_46, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA_il2cpp_TypeInfo_var)), NULL); // aScaler.Activate(); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_47 = V_6; NullCheck(L_47); AdaptivePerformanceScaler_Activate_m011996E733279ABE5B8AEFBE0CCFA737BB302396(L_47, NULL); // success = true; V_0 = (bool)1; } IL_0101: { int32_t L_48 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_48, 1)); } IL_0107: { // foreach (PropertyInfo property in properties) int32_t L_49 = V_4; PropertyInfoU5BU5D_tD81C248B41D0C76207C42DB9C332DC79F490B1D7* L_50 = V_3; NullCheck(L_50); if ((((int32_t)L_49) < ((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length))))) { goto IL_008b; } } { // return success; bool L_51 = V_0; return L_51; } } // System.String[] UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::GetAvailableScalerProfiles() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* IAdaptivePerformanceSettings_GetAvailableScalerProfiles_m8C52323F56526234565CCFD22D26F4109C9C3242 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; int32_t V_1 = 0; AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* V_2 = NULL; { // string[] scalerNames = new string[m_scalerProfileList.Length]; AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_0 = __this->___m_scalerProfileList_10; NullCheck(L_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length))); V_0 = L_1; // if (m_scalerProfileList.Length <= 0) AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_2 = __this->___m_scalerProfileList_10; NullCheck(L_2); if ((((RuntimeArray*)L_2)->max_length)) { goto IL_0019; } } { // return scalerNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = V_0; return L_3; } IL_0019: { // for (int i = 0; i < m_scalerProfileList.Length; i++) V_1 = 0; goto IL_0033; } IL_001d: { // AdaptivePerformanceScalerProfile scalerProfile = m_scalerProfileList[i]; AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_4 = __this->___m_scalerProfileList_10; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_7 = (L_4)->GetAt(static_cast(L_6)); V_2 = L_7; // scalerNames[i] = scalerProfile.Name; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_0; int32_t L_9 = V_1; AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_10 = V_2; NullCheck(L_10); String_t* L_11; L_11 = AdaptivePerformanceScalerProfile_get_Name_m7DD2D2ADB2EDB1C45AAEF60ACFB235F4587A5301_inline(L_10, NULL); NullCheck(L_8); ArrayElementTypeCheck (L_8, L_11); (L_8)->SetAt(static_cast(L_9), (String_t*)L_11); // for (int i = 0; i < m_scalerProfileList.Length; i++) int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0033: { // for (int i = 0; i < m_scalerProfileList.Length; i++) int32_t L_13 = V_1; AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_14 = __this->___m_scalerProfileList_10; NullCheck(L_14); if ((((int32_t)L_13) < ((int32_t)((int32_t)(((RuntimeArray*)L_14)->max_length))))) { goto IL_001d; } } { // return scalerNames; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = V_0; return L_15; } } // System.Int32 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::get_defaultScalerProfilerIndex() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IAdaptivePerformanceSettings_get_defaultScalerProfilerIndex_mB0572602357F3507BF9558ABD8793951B69CCE4E (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_DefaultScalerProfilerIndex; } int32_t L_0 = __this->___m_DefaultScalerProfilerIndex_11; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::set_defaultScalerProfilerIndex(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_set_defaultScalerProfilerIndex_m8FF2D6846FAD06A3905C2F5E818907DE79A21201 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_DefaultScalerProfilerIndex = value; } int32_t L_0 = ___0_value; __this->___m_DefaultScalerProfilerIndex_11 = L_0; // set { m_DefaultScalerProfilerIndex = value; } return; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::OnEnable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings_OnEnable_m6BAE555F89B083A247DA7FD289736EC8A1CD2EBC (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // } return; } } // System.Void UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IAdaptivePerformanceSettings__ctor_mBEEA4933FD88BF7E3C20FAAE1E8BEAF3EBB18379 (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // bool m_Logging = true; __this->___m_Logging_4 = (bool)1; // bool m_AutomaticPerformanceModeEnabled = true; __this->___m_AutomaticPerformanceModeEnabled_5 = (bool)1; // bool m_EnableBoostOnStartup = true; __this->___m_EnableBoostOnStartup_6 = (bool)1; // int m_StatsLoggingFrequencyInFrames = 50; __this->___m_StatsLoggingFrequencyInFrames_7 = ((int32_t)50); // [SerializeField] AdaptivePerformanceScalerProfile[] m_scalerProfileList = new AdaptivePerformanceScalerProfile[] { new AdaptivePerformanceScalerProfile {} }; AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_0 = (AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7*)(AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7*)SZArrayNew(AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7_il2cpp_TypeInfo_var, (uint32_t)1); AdaptivePerformanceScalerProfileU5BU5D_t502F55D3686CAB852984FDB6F92431963616F4B7* L_1 = L_0; AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* L_2 = (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982*)il2cpp_codegen_object_new(AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982_il2cpp_TypeInfo_var); NullCheck(L_2); AdaptivePerformanceScalerProfile__ctor_mD48EEB9C4D4C6A7C58FB951592E486E8ADDABB3E(L_2, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982*)L_2); __this->___m_scalerProfileList_10 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_scalerProfileList_10), (void*)L_1); 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 UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass25_0__ctor_m8BF91AC7A7F582FFE5F5EFDDB92AA59940BDC124 (U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Boolean UnityEngine.AdaptivePerformance.IAdaptivePerformanceSettings/<>c__DisplayClass25_0::b__0(UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass25_0_U3CApplyScalerProfileToAllScalersU3Eb__0_m1506265FA900F6114FAAA19A73F16C38A6D2426C (U3CU3Ec__DisplayClass25_0_tACF7A92E9A84BAC54A120CFD50F621593F4F07CE* __this, AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* ___0_s, const RuntimeMethod* method) { { // var aScaler = allScalers.Find(s => s.GetType().ToString().Contains(property.Name)); AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* L_0 = ___0_s; NullCheck(L_0); Type_t* L_1; L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL); NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); PropertyInfo_t* L_3 = __this->___property_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_3); NullCheck(L_2); bool L_5; L_5 = String_Contains_m6D77B121FADA7CA5F397C0FABB65DA62DF03B6C3(L_2, 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 UnityEngine.AdaptivePerformance.AdaptiveBatching::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveBatching_Awake_m6948AFFA23BA3A074DD363C75D00E7FB24264180 (AdaptiveBatching_t77F425AEC56C7E0DE9E5F5B39F6E7DC6A0420B72* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveBatching); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveBatching_mDC178D42713C75DE1ACF822852B8038D72EA821E_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveBatching::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveBatching_OnDisabled_m140FB41E01650B5A603ED1B68376B5961EABBAA6 (AdaptiveBatching_t77F425AEC56C7E0DE9E5F5B39F6E7DC6A0420B72* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.SkipDynamicBatching = m_DefaultState; bool L_0 = __this->___m_DefaultState_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_SkipDynamicBatching_m7EEEBD9DF256D8AAD27513FD65D15D81BE7B92DC_inline(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveBatching::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveBatching_OnEnabled_m2BBD45D86652AA4179CD812A173612BE1ED92990 (AdaptiveBatching_t77F425AEC56C7E0DE9E5F5B39F6E7DC6A0420B72* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultState = AdaptivePerformanceRenderSettings.SkipDynamicBatching; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); bool L_0; L_0 = AdaptivePerformanceRenderSettings_get_SkipDynamicBatching_m939E279451A083DF507A8CFC6CE0449905C3C88A_inline(NULL); __this->___m_DefaultState_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveBatching::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveBatching_OnLevel_m3400687FE33FFFF82C63F2D76AF9059DEA4E7045 (AdaptiveBatching_t77F425AEC56C7E0DE9E5F5B39F6E7DC6A0420B72* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001a; } } { // AdaptivePerformanceRenderSettings.SkipDynamicBatching = (Scale < 1); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_SkipDynamicBatching_m7EEEBD9DF256D8AAD27513FD65D15D81BE7B92DC_inline((bool)((((float)L_1) < ((float)(1.0f)))? 1 : 0), NULL); } IL_001a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveBatching::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveBatching__ctor_mBD9F7902E00B629DABCC42A16AB905E45FC5E1FB (AdaptiveBatching_t77F425AEC56C7E0DE9E5F5B39F6E7DC6A0420B72* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveDecals::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveDecals_Awake_mB6781592EC0A829E0515E484E76FEE9BDEF28F0C (AdaptiveDecals_t8012E665DB185647D65EECBC640BD0637231DD3A* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveDecals); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveDecals_mBDAA020138E8FED45F7AC1F04DAF53736F5CE38D_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveDecals::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveDecals_OnDisabled_m3C0DB457C18922742A9D040787B71E066B306E53 (AdaptiveDecals_t8012E665DB185647D65EECBC640BD0637231DD3A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.DecalsDrawDistance = m_DefaultDecalsDistance; float L_0 = __this->___m_DefaultDecalsDistance_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_DecalsDrawDistance_mA0556ADC49BE771D09D277E811EE1C18A3A758C9_inline(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveDecals::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveDecals_OnEnabled_m1E3B88D091A91FADA4B7BC5A275C3AD630E1CA80 (AdaptiveDecals_t8012E665DB185647D65EECBC640BD0637231DD3A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultDecalsDistance = AdaptivePerformanceRenderSettings.DecalsDrawDistance; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0; L_0 = AdaptivePerformanceRenderSettings_get_DecalsDrawDistance_mC3D298759AD8A364A93E1AE73092C6EE54D42123_inline(NULL); __this->___m_DefaultDecalsDistance_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveDecals::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveDecals_OnLevel_m9501F1011A3C6C15AF66DC06FB56AFDE91C88606 (AdaptiveDecals_t8012E665DB185647D65EECBC640BD0637231DD3A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001c; } } { // AdaptivePerformanceRenderSettings.DecalsDrawDistance = (int)(m_DefaultDecalsDistance * Scale); float L_1 = __this->___m_DefaultDecalsDistance_12; float L_2; L_2 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_DecalsDrawDistance_mA0556ADC49BE771D09D277E811EE1C18A3A758C9_inline(((float)il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply(L_1, L_2)))), NULL); } IL_001c: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveDecals::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveDecals__ctor_m52D1BE1A0A2FCA26DC15818227FC5F6DFD20DEBA (AdaptiveDecals_t8012E665DB185647D65EECBC640BD0637231DD3A* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveFramerate::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveFramerate_Awake_mEFFD0C457A737B1F637A2BB27E7C468351A7C894 (AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveFramerate); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveFramerate_m139C9E39E32D63FA9BC0C37B81B0F1FAE63CDECB_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveFramerate::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveFramerate_OnDisabled_m6CA3A4174B1E09B31BEFB70E212B7811C2CF9DD0 (AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104* __this, const RuntimeMethod* method) { { // Application.targetFrameRate = m_DefaultFPS; int32_t L_0 = __this->___m_DefaultFPS_12; Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveFramerate::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveFramerate_OnEnabled_m83DA60536ADE76F0E290455BF879835B354BA3BD (AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104* __this, const RuntimeMethod* method) { { // m_DefaultFPS = Application.targetFrameRate; int32_t L_0; L_0 = Application_get_targetFrameRate_m5A5B0FC0DFE1EBC940FF49B8237A243F45A630E1(NULL); __this->___m_DefaultFPS_12 = L_0; // Application.targetFrameRate = (int)MaxBound; float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(18 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxBound() */, __this); Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F(il2cpp_codegen_cast_double_to_int(L_1), NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveFramerate::OnLevelIncrease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveFramerate_OnLevelIncrease_mB4D951DD6A0419CD87F5AE0E5673F06DA8F9500E (AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { // base.OnLevelIncrease(); AdaptivePerformanceScaler_OnLevelIncrease_mA658119D5C1CD66FD563BE27FBBC13C14E560322(__this, NULL); // var framerateDecrease = 1; V_0 = 1; // if (Holder.Instance.Indexer.PerformanceAction == StateAction.FastDecrease) RuntimeObject* L_0; L_0 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_0); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_1; L_1 = InterfaceFuncInvoker0< AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* >::Invoke(5 /* UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Indexer() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_0); NullCheck(L_1); int32_t L_2; L_2 = AdaptivePerformanceIndexer_get_PerformanceAction_mA6F70560C6A740B6216168E7718184111657E3BA_inline(L_1, NULL); if ((!(((uint32_t)L_2) == ((uint32_t)3)))) { goto IL_001c; } } { // framerateDecrease = 5; V_0 = 5; } IL_001c: { // var fps = Application.targetFrameRate - framerateDecrease; int32_t L_3; L_3 = Application_get_targetFrameRate_m5A5B0FC0DFE1EBC940FF49B8237A243F45A630E1(NULL); int32_t L_4 = V_0; V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, L_4)); // if (fps >= MinBound && fps <= MaxBound) int32_t L_5 = V_1; float L_6; L_6 = VirtualFuncInvoker0< float >::Invoke(16 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MinBound() */, __this); if ((!(((float)((float)L_5)) >= ((float)L_6)))) { goto IL_003e; } } { int32_t L_7 = V_1; float L_8; L_8 = VirtualFuncInvoker0< float >::Invoke(18 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxBound() */, __this); if ((!(((float)((float)L_7)) <= ((float)L_8)))) { goto IL_003e; } } { // Application.targetFrameRate = fps; int32_t L_9 = V_1; Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F(L_9, NULL); } IL_003e: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveFramerate::OnLevelDecrease() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveFramerate_OnLevelDecrease_mD76599BDC1B74CE97FB0BB1467D8446A0D8F8F39 (AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { // base.OnLevelDecrease(); AdaptivePerformanceScaler_OnLevelDecrease_m0CF0F677788404B2515698BF1EB29615DFC512CC(__this, NULL); // var fps = Application.targetFrameRate + 5; int32_t L_0; L_0 = Application_get_targetFrameRate_m5A5B0FC0DFE1EBC940FF49B8237A243F45A630E1(NULL); V_0 = ((int32_t)il2cpp_codegen_add(L_0, 5)); // if (fps >= MinBound && fps <= MaxBound) int32_t L_1 = V_0; float L_2; L_2 = VirtualFuncInvoker0< float >::Invoke(16 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MinBound() */, __this); if ((!(((float)((float)L_1)) >= ((float)L_2)))) { goto IL_0028; } } { int32_t L_3 = V_0; float L_4; L_4 = VirtualFuncInvoker0< float >::Invoke(18 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxBound() */, __this); if ((!(((float)((float)L_3)) <= ((float)L_4)))) { goto IL_0028; } } { // Application.targetFrameRate = fps; int32_t L_5 = V_0; Application_set_targetFrameRate_mB90EEA60DAE55CD71C38D4B7DFDBE2B34EA6B46F(L_5, NULL); } IL_0028: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveFramerate::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveFramerate__ctor_m4DDA4198D52446513FA0C8CA97BB19FA72C9EBE3 (AdaptiveFramerate_t87F82B3C838B42BFDE5277B446D2A9C4674D6104* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLayerCulling_Awake_mEAE690C5935E1AC6B26B0F1F2BA924EEC7EB850C (AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveLayerCulling); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveLayerCulling_mC291EA5E26B73A0660A5B333B9DD7D7395F5FFDE_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLayerCulling_OnDisabled_m571359CF3F7B99A54909CEC040F0B0720ED3A1C1 (AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E* __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; } { // init = false; __this->___init_14 = (bool)0; // if (!Camera.main || m_defaultDistances == null) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0; L_0 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL); if (!L_1) { goto IL_001b; } } { SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = __this->___m_defaultDistances_12; if (L_2) { goto IL_001c; } } IL_001b: { // return; return; } IL_001c: { // Camera.main.layerCullDistances = m_defaultDistances; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3; L_3 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_4 = __this->___m_defaultDistances_12; NullCheck(L_3); Camera_set_layerCullDistances_m4D2749319E09EC88A62CF39446E906E0D4D5391D(L_3, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLayerCulling_OnEnabled_m67C703DD3C31813CCCBD6EA63EF9CC50789B770F (AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E* __this, const RuntimeMethod* method) { { // AsignDefaultValues(); AdaptiveLayerCulling_AsignDefaultValues_m9079BC6D1139EF30F58205FE28723D8CDBF5D179(__this, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLayerCulling_OnLevel_mC71FEDD315CB35317F98520B06F3FA9AA26341C8 (AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E* __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; } int32_t V_0 = 0; { // if (!Camera.main) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0; L_0 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL); if (L_1) { goto IL_000d; } } { // return; return; } IL_000d: { // AsignDefaultValues(); AdaptiveLayerCulling_AsignDefaultValues_m9079BC6D1139EF30F58205FE28723D8CDBF5D179(__this, NULL); // if (ScaleChanged()) bool L_2; L_2 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_2) { goto IL_005e; } } { // for (var i = 31; i >= 0; --i) V_0 = ((int32_t)31); goto IL_004a; } IL_0020: { // if (m_defaultDistances[i] == 0) SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3 = __this->___m_defaultDistances_12; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = L_4; float L_6 = (L_3)->GetAt(static_cast(L_5)); if ((((float)L_6) == ((float)(0.0f)))) { goto IL_0046; } } { // m_scaledDistances[i] = m_defaultDistances[i] * Scale; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_7 = __this->___m_scaledDistances_13; int32_t L_8 = V_0; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = __this->___m_defaultDistances_12; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = L_10; float L_12 = (L_9)->GetAt(static_cast(L_11)); float L_13; L_13 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); NullCheck(L_7); (L_7)->SetAt(static_cast(L_8), (float)((float)il2cpp_codegen_multiply(L_12, L_13))); } IL_0046: { // for (var i = 31; i >= 0; --i) int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 1)); } IL_004a: { // for (var i = 31; i >= 0; --i) int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0020; } } { // Camera.main.layerCullDistances = m_scaledDistances; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_16; L_16 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_17 = __this->___m_scaledDistances_13; NullCheck(L_16); Camera_set_layerCullDistances_m4D2749319E09EC88A62CF39446E906E0D4D5391D(L_16, L_17, NULL); } IL_005e: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::AsignDefaultValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLayerCulling_AsignDefaultValues_m9079BC6D1139EF30F58205FE28723D8CDBF5D179 (AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E* __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; } { // if (m_cachedCamera == null || m_cachedCamera != Camera.main) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = __this->___m_cachedCamera_15; 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_0020; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = __this->___m_cachedCamera_15; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3; L_3 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_4; L_4 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, L_3, NULL); if (!L_4) { goto IL_0032; } } IL_0020: { // m_cachedCamera = Camera.main; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_5; L_5 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); __this->___m_cachedCamera_15 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_cachedCamera_15), (void*)L_5); // init = false; __this->___init_14 = (bool)0; } IL_0032: { // if (init || !Camera.main) bool L_6 = __this->___init_14; if (L_6) { goto IL_0046; } } { Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_7; L_7 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_8; L_8 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_7, NULL); if (L_8) { goto IL_0047; } } IL_0046: { // return; return; } IL_0047: { // m_defaultDistances = Camera.main.layerCullDistances; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_9; L_9 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); NullCheck(L_9); SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_10; L_10 = Camera_get_layerCullDistances_m4D86AC0001E2A5697803433A168A3AA1D794CBCB(L_9, NULL); __this->___m_defaultDistances_12 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_defaultDistances_12), (void*)L_10); // init = true; __this->___init_14 = (bool)1; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLayerCulling::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLayerCulling__ctor_mF4039F8AD4007D0ECF9E23242277EE56F0039DE2 (AdaptiveLayerCulling_t3F39BED1B652723D64174B5CF0E4C555657B046E* __this, 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; } { // float[] m_defaultDistances = new float[32]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_0 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->___m_defaultDistances_12 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_defaultDistances_12), (void*)L_0); // float[] m_scaledDistances = new float[32]; SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); __this->___m_scaledDistances_13 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_scaledDistances_13), (void*)L_1); AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveLOD::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLOD_Awake_mA0EFFA27274AF6D09A7DD92DBD30C8902998502E (AdaptiveLOD_t431D7DB4C0E76F630B4FB64D9D3EB84357E0A049* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveLOD); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveLOD_m6A255C8B118A1769FE4DB9B8431F019FC556DA4C_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLOD::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLOD_OnDisabled_mA6B84A786CB3F6EC23C96809BF32C7C6C0FF61C1 (AdaptiveLOD_t431D7DB4C0E76F630B4FB64D9D3EB84357E0A049* __this, const RuntimeMethod* method) { { // QualitySettings.lodBias = m_DefaultLodBias; float L_0 = __this->___m_DefaultLodBias_12; QualitySettings_set_lodBias_m27C5C958D35E5FE52BB117C3E4069211A690336B(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLOD::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLOD_OnEnabled_m0A9E15DBEAB077C3233FCD1703F287A3B057186D (AdaptiveLOD_t431D7DB4C0E76F630B4FB64D9D3EB84357E0A049* __this, const RuntimeMethod* method) { { // m_DefaultLodBias = QualitySettings.lodBias; float L_0; L_0 = QualitySettings_get_lodBias_mFC5A527CC65FE124E6C58757AA11ADCB6F8C9BCD(NULL); __this->___m_DefaultLodBias_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLOD::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLOD_OnLevel_mC9BEB3DCD63DC5180CA3E0E88C08C126AB228BA0 (AdaptiveLOD_t431D7DB4C0E76F630B4FB64D9D3EB84357E0A049* __this, const RuntimeMethod* method) { { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001a; } } { // QualitySettings.lodBias = m_DefaultLodBias * Scale; float L_1 = __this->___m_DefaultLodBias_12; float L_2; L_2 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); QualitySettings_set_lodBias_m27C5C958D35E5FE52BB117C3E4069211A690336B(((float)il2cpp_codegen_multiply(L_1, L_2)), NULL); } IL_001a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLOD::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLOD__ctor_mFC0D8EC2D40332B0BF5F9EE859FE3EB5EFF18959 (AdaptiveLOD_t431D7DB4C0E76F630B4FB64D9D3EB84357E0A049* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveLut::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLut_Awake_mBEED018A351A1EDA3679CEC56A8BF3695DBB7C09 (AdaptiveLut_t395FAB268B6C2B89CAE757BEDE26FE8903647478* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveLut); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveLut_m2E6C5FF862F16ABF21E2CDC88C07A625F3B56FB1_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLut::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLut_OnDisabled_mD0120CDBA028536C5D5A03525F042D77C19E6331 (AdaptiveLut_t395FAB268B6C2B89CAE757BEDE26FE8903647478* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.LutBias = m_DefaultLutBias; float L_0 = __this->___m_DefaultLutBias_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_LutBias_m87D91BB543BA3016BFA2BABE97AF9E23A605348D_inline(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLut::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLut_OnEnabled_m1A5C52F7F2203BB1D1FB59EFAD06D14E7406F5FE (AdaptiveLut_t395FAB268B6C2B89CAE757BEDE26FE8903647478* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultLutBias = AdaptivePerformanceRenderSettings.LutBias; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0; L_0 = AdaptivePerformanceRenderSettings_get_LutBias_m066C8AE5F8123FE07E7159CC96A465E33968B9C8_inline(NULL); __this->___m_DefaultLutBias_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLut::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLut_OnLevel_mD37351D54A72153A446E7CF0F620494205F3ED4F (AdaptiveLut_t395FAB268B6C2B89CAE757BEDE26FE8903647478* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_0013; } } { // AdaptivePerformanceRenderSettings.LutBias = Scale; float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_LutBias_m87D91BB543BA3016BFA2BABE97AF9E23A605348D_inline(L_1, NULL); } IL_0013: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveLut::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveLut__ctor_mA70F42AB9D8FECEEE0B87BD79BA9387C86FD3736 (AdaptiveLut_t395FAB268B6C2B89CAE757BEDE26FE8903647478* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveMSAA::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveMSAA_Awake_m993214030C7B6B6858DD2613518CCE50A44A8C53 (AdaptiveMSAA_tAD23E8AB2F9DBC3A20819AD3D2FFCA632C5F45F8* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveMSAA); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveMSAA_mE9B6B36E909157597D81AF42FE785D87DF987C7E_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveMSAA::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveMSAA_OnDisabled_m2268EA76826D017588CF95C4B2B0A919B70D4D9F (AdaptiveMSAA_tAD23E8AB2F9DBC3A20819AD3D2FFCA632C5F45F8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.AntiAliasingQualityBias = m_DefaultAA; int32_t L_0 = __this->___m_DefaultAA_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_AntiAliasingQualityBias_mFA1BF607115C11AF87722CC2C91C00529AAE5A54_inline(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveMSAA::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveMSAA_OnEnabled_m4844BBBABA4BEF8FA335B4D34B56DB5B76EBBAA8 (AdaptiveMSAA_tAD23E8AB2F9DBC3A20819AD3D2FFCA632C5F45F8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultAA = AdaptivePerformanceRenderSettings.AntiAliasingQualityBias; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AdaptivePerformanceRenderSettings_get_AntiAliasingQualityBias_mDA59F3EE645D94B63DD3B89AD65925B47C365C5A_inline(NULL); __this->___m_DefaultAA_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveMSAA::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveMSAA_OnLevel_m3E79E3913D596E3AA776B09C1B1543326D901929 (AdaptiveMSAA_tAD23E8AB2F9DBC3A20819AD3D2FFCA632C5F45F8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001a; } } { // AdaptivePerformanceRenderSettings.AntiAliasingQualityBias = (int)(2 * Scale); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_AntiAliasingQualityBias_mFA1BF607115C11AF87722CC2C91C00529AAE5A54_inline(il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply((2.0f), L_1))), NULL); } IL_001a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveMSAA::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveMSAA__ctor_m26D3EAC836A4CE0D4DD219F5D799E1E126A21D33 (AdaptiveMSAA_tAD23E8AB2F9DBC3A20819AD3D2FFCA632C5F45F8* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptivePhysics::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePhysics_Awake_mEADD24EAA4073509518A19DA8935E07B4C1ADD9D (AdaptivePhysics_t672F42FEC7114552CC1A7756AD8D6A3822331ACC* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptivePhysics); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptivePhysics_mE5E9D7BEA49BEED8B5F13D87FDE10E890C96FBA1_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePhysics::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePhysics_OnDisabled_m8C0EF4C9488E90CB08E2F0C81E1182912B755757 (AdaptivePhysics_t672F42FEC7114552CC1A7756AD8D6A3822331ACC* __this, const RuntimeMethod* method) { { // Time.fixedDeltaTime = m_fixedDeltaTimeDefault; float L_0 = __this->___m_fixedDeltaTimeDefault_12; Time_set_fixedDeltaTime_m8D8417B234CFF76AF81890D5AF67D8C54EFD189F(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePhysics::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePhysics_OnEnabled_m3EDB248FF27ADC8C1AC2B241C01B9EB121F55E85 (AdaptivePhysics_t672F42FEC7114552CC1A7756AD8D6A3822331ACC* __this, const RuntimeMethod* method) { { // m_fixedDeltaTimeDefault = Time.fixedDeltaTime; float L_0; L_0 = Time_get_fixedDeltaTime_m43136893D00AF5D5FE80AD05609558F6E2381381(NULL); __this->___m_fixedDeltaTimeDefault_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePhysics::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePhysics_OnLevel_mFD9F229508E9C7E7570FE0CA6A6FE087EB2F9409 (AdaptivePhysics_t672F42FEC7114552CC1A7756AD8D6A3822331ACC* __this, const RuntimeMethod* method) { { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001a; } } { // Time.fixedDeltaTime = m_fixedDeltaTimeDefault / Scale; float L_1 = __this->___m_fixedDeltaTimeDefault_12; float L_2; L_2 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); Time_set_fixedDeltaTime_m8D8417B234CFF76AF81890D5AF67D8C54EFD189F(((float)(L_1/L_2)), NULL); } IL_001a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptivePhysics::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePhysics__ctor_m1C6E7E7E03F45C68B5B36EB0314D705174DC5218 (AdaptivePhysics_t672F42FEC7114552CC1A7756AD8D6A3822331ACC* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveResolution::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_Awake_m318BF00A9B1FD46647B2772D32F6F188083BCA76 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveResolution); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveResolution_m861CB3DABDDF10571C00579C62F0370AF2314D62_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_OnDisabled_m07EA79962980F2A7C7899F7E1DADDF6FE11E1872 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { { // OnDestroy(); AdaptiveResolution_OnDestroy_m99CE298FD3EACCA1D75876EC942DF6D91011BEF1(__this, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_OnEnabled_m44B9331C16C8BDB57E6C7FB8C39B5AB9F30DE6FB (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { { // protected override void OnEnabled() {} return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::OnValidate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_OnValidate_mB83616576B53B2B8E07D63AC8DC99E34A1BEA137 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { { // if (MaxLevel < 1) int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxLevel() */, __this); if ((((int32_t)L_0) >= ((int32_t)1))) { goto IL_0010; } } { // MaxLevel = 1; VirtualActionInvoker1< int32_t >::Invoke(15 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_MaxLevel(System.Int32) */, __this, 1); } IL_0010: { // MaxBound = Mathf.Clamp(MaxBound, 0.25f, 1.0f); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(18 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxBound() */, __this); float L_2; L_2 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_1, (0.25f), (1.0f), NULL); VirtualActionInvoker1< float >::Invoke(19 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_MaxBound(System.Single) */, __this, L_2); // MinBound = Mathf.Clamp(MinBound, 0.25f, MaxBound); float L_3; L_3 = VirtualFuncInvoker0< float >::Invoke(16 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MinBound() */, __this); float L_4; L_4 = VirtualFuncInvoker0< float >::Invoke(18 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_MaxBound() */, __this); float L_5; L_5 = Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline(L_3, (0.25f), L_4, NULL); VirtualActionInvoker1< float >::Invoke(17 /* System.Void UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::set_MinBound(System.Single) */, __this, L_5); // } return; } } // System.Boolean UnityEngine.AdaptivePerformance.AdaptiveResolution::IsDynamicResolutionSupported() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptiveResolution_IsDynamicResolutionSupported_m31E48F2D2D63E4F2ACC321494A09085161F45593 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { { // return SystemInfo.graphicsDeviceType == GraphicsDeviceType.Vulkan; int32_t L_0; L_0 = SystemInfo_get_graphicsDeviceType_m2D54A0B94D138727041B29B127D8837165686545(NULL); return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)21)))? 1 : 0); } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::Start() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_Start_mD4AD7ACF25405D0270A99CED719F8B2D2B6B81A6 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A2C5A37B65D5C0EE5D4A4D278D7C3E41B679FE1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AECD6CD6D1D6C84754C8902A40C0FC3258E83A8); s_Il2CppMethodInitialized = true; } { // ++instanceCount; int32_t L_0 = ((AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_StaticFields*)il2cpp_codegen_static_fields_for(AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var))->___instanceCount_12; ((AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_StaticFields*)il2cpp_codegen_static_fields_for(AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var))->___instanceCount_12 = ((int32_t)il2cpp_codegen_add(L_0, 1)); // if (instanceCount > 1) int32_t L_1 = ((AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_StaticFields*)il2cpp_codegen_static_fields_for(AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var))->___instanceCount_12; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_001e; } } { // Debug.LogWarning("Multiple Adaptive Resolution scalers created. They will interfere with each other."); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(_stringLiteral6A2C5A37B65D5C0EE5D4A4D278D7C3E41B679FE1, NULL); } IL_001e: { // if (!IsDynamicResolutionSupported()) bool L_2; L_2 = AdaptiveResolution_IsDynamicResolutionSupported_m31E48F2D2D63E4F2ACC321494A09085161F45593(__this, NULL); if (L_2) { goto IL_003a; } } { // Debug.Log(string.Format("Dynamic resolution is not supported. Will be using fallback to Render Scale Multiplier.")); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3; L_3 = Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_inline(Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_RuntimeMethod_var); String_t* L_4; L_4 = String_Format_m918500C1EFB475181349A79989BB79BB36102894(_stringLiteral9AECD6CD6D1D6C84754C8902A40C0FC3258E83A8, L_3, NULL); il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var); Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(L_4, NULL); } IL_003a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_OnDestroy_m99CE298FD3EACCA1D75876EC942DF6D91011BEF1 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // --instanceCount; int32_t L_0 = ((AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_StaticFields*)il2cpp_codegen_static_fields_for(AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var))->___instanceCount_12; ((AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_StaticFields*)il2cpp_codegen_static_fields_for(AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25_il2cpp_TypeInfo_var))->___instanceCount_12 = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); // if (Scale == 1.0f) float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); if ((!(((float)L_1) == ((float)(1.0f))))) { goto IL_001a; } } { // return; return; } IL_001a: { // if (IsDynamicResolutionSupported()) bool L_2; L_2 = AdaptiveResolution_IsDynamicResolutionSupported_m31E48F2D2D63E4F2ACC321494A09085161F45593(__this, NULL); if (!L_2) { goto IL_0032; } } { // ScalableBufferManager.ResizeBuffers(1.0f, 1.0f); ScalableBufferManager_ResizeBuffers_m3E75B5044AD106F7413273B884D313FEE11FEA0A((1.0f), (1.0f), NULL); return; } IL_0032: { // AdaptivePerformanceRenderSettings.RenderScaleMultiplier = 1.0f; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_RenderScaleMultiplier_mCD329036D85AB4C2BF6F8B5EA50695128E1BF5A3((1.0f), NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution_OnLevel_mE8B203C29D9F81E85684735FA5F9CEA7AC21BEF5 (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 V_1; memset((&V_1), 0, sizeof(V_1)); { // var scaleChange = ScaleChanged(); bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); V_0 = L_0; // if (IsDynamicResolutionSupported()) bool L_1; L_1 = AdaptiveResolution_IsDynamicResolutionSupported_m31E48F2D2D63E4F2ACC321494A09085161F45593(__this, NULL); if (!L_1) { goto IL_0058; } } { // if (scaleChange) bool L_2 = V_0; if (!L_2) { goto IL_0023; } } { // ScalableBufferManager.ResizeBuffers(Scale, Scale); float L_3; L_3 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); float L_4; L_4 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); ScalableBufferManager_ResizeBuffers_m3E75B5044AD106F7413273B884D313FEE11FEA0A(L_3, L_4, NULL); } IL_0023: { // int rezWidth = (int)Mathf.Ceil(ScalableBufferManager.widthScaleFactor * Screen.currentResolution.width); float L_5; L_5 = ScalableBufferManager_get_widthScaleFactor_m544DB29370FFD51C8E445BA407B0199116F79EAC(NULL); Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 L_6; L_6 = Screen_get_currentResolution_m8FE4C43E4F6EF28E0B85EB94B6C69D1EC5687CCD(NULL); V_1 = L_6; int32_t L_7; L_7 = Resolution_get_width_mC55423852D453EEC0B66E692AA3E7F5DE772FB24((&V_1), NULL); float L_8; L_8 = ceilf(((float)il2cpp_codegen_multiply(L_5, ((float)L_7)))); // int rezHeight = (int)Mathf.Ceil(ScalableBufferManager.heightScaleFactor * Screen.currentResolution.height); float L_9; L_9 = ScalableBufferManager_get_heightScaleFactor_mD47126B1D94893B4DC53B57D7678631A058A264B(NULL); Resolution_tDF215F567EEFFD07B9A8FB7CEACC08EA6B8B9525 L_10; L_10 = Screen_get_currentResolution_m8FE4C43E4F6EF28E0B85EB94B6C69D1EC5687CCD(NULL); V_1 = L_10; int32_t L_11; L_11 = Resolution_get_height_mD46754FA3634CA816BE91D1610D1FEBDECCEBE5B((&V_1), NULL); float L_12; L_12 = ceilf(((float)il2cpp_codegen_multiply(L_9, ((float)L_11)))); return; } IL_0058: { // AdaptivePerformanceRenderSettings.RenderScaleMultiplier = Scale; float L_13; L_13 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_RenderScaleMultiplier_mCD329036D85AB4C2BF6F8B5EA50695128E1BF5A3(L_13, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveResolution::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveResolution__ctor_mD4F269176BF9F035C89DAED04CC5E64143ED151A (AdaptiveResolution_t5BA5B25A7954EACE90E977D7947241A1EB419F25* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveShadowCascade::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowCascade_Awake_mA9507831BFB5C38F642CDC4023AA0119B575106E (AdaptiveShadowCascade_t0CFEEE119686B77769DF3A33BCD8CFA90547D35E* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveShadowCascade); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascade_mBD0680ECA67B38D0E03B61C5167BA1E378359F92_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowCascade::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowCascade_OnDisabled_m07D7CD1B45FD20E67F008AD3AC769CDCAD22C8AA (AdaptiveShadowCascade_t0CFEEE119686B77769DF3A33BCD8CFA90547D35E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.MainLightShadowCascadesCountBias = m_DefaultCascadeCount; int32_t L_0 = __this->___m_DefaultCascadeCount_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_MainLightShadowCascadesCountBias_mA0FC793465E40D31F13C2148EBB3282DE0ECF26F_inline(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowCascade::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowCascade_OnEnabled_m8AD8C19AEF04356B606F0377CBD0975563CC9BC9 (AdaptiveShadowCascade_t0CFEEE119686B77769DF3A33BCD8CFA90547D35E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultCascadeCount = AdaptivePerformanceRenderSettings.MainLightShadowCascadesCountBias; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AdaptivePerformanceRenderSettings_get_MainLightShadowCascadesCountBias_mFB9E643A5D67393F20BCEAE1FD7C076E93424F8A_inline(NULL); __this->___m_DefaultCascadeCount_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowCascade::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowCascade_OnLevel_m92869D7ED29907780E84B6C1353A58807B3822DE (AdaptiveShadowCascade_t0CFEEE119686B77769DF3A33BCD8CFA90547D35E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001a; } } { // AdaptivePerformanceRenderSettings.MainLightShadowCascadesCountBias = (int)(2 * Scale); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_MainLightShadowCascadesCountBias_mA0FC793465E40D31F13C2148EBB3282DE0ECF26F_inline(il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_multiply((2.0f), L_1))), NULL); } IL_001a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowCascade::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowCascade__ctor_m801D7739AAE49C36B22BA67E5C316B214C6B8DD6 (AdaptiveShadowCascade_t0CFEEE119686B77769DF3A33BCD8CFA90547D35E* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveShadowDistance::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowDistance_Awake_m3EB45C892C9C922817D1F3E8E995B4101A8D39CC (AdaptiveShadowDistance_t4D0E4E782BD6BD998FB73E0ACCB494468EED90A0* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveShadowDistance); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowDistance_mDC623CDFB794E162E723A28CF99AC6C2DE55D878_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowDistance::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowDistance_OnDisabled_mAA1F49213E73BC42172E57AA08EF05988614E6BB (AdaptiveShadowDistance_t4D0E4E782BD6BD998FB73E0ACCB494468EED90A0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.MaxShadowDistanceMultiplier = m_DefaultShadowDistance; float L_0 = __this->___m_DefaultShadowDistance_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_MaxShadowDistanceMultiplier_mE4E339CDF51E898BC7EA1EF348586002238DB700(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowDistance::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowDistance_OnEnabled_mC5D77778517F64B8A6EF6C7E0A39837122E972DD (AdaptiveShadowDistance_t4D0E4E782BD6BD998FB73E0ACCB494468EED90A0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultShadowDistance = AdaptivePerformanceRenderSettings.MaxShadowDistanceMultiplier; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0; L_0 = AdaptivePerformanceRenderSettings_get_MaxShadowDistanceMultiplier_mD8879DD88AE8FF3CB2106FF35910D57E1BCC5D27_inline(NULL); __this->___m_DefaultShadowDistance_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowDistance::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowDistance_OnLevel_m0A8BECDC65FB66C452766E3D9FC6EF362410C363 (AdaptiveShadowDistance_t4D0E4E782BD6BD998FB73E0ACCB494468EED90A0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_0019; } } { // AdaptivePerformanceRenderSettings.MaxShadowDistanceMultiplier = 1 * Scale; float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_MaxShadowDistanceMultiplier_mE4E339CDF51E898BC7EA1EF348586002238DB700(((float)il2cpp_codegen_multiply((1.0f), L_1)), NULL); } IL_0019: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowDistance::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowDistance__ctor_m90B3A72F2232F29097AF6E95D3CC41E3EC5D4BAC (AdaptiveShadowDistance_t4D0E4E782BD6BD998FB73E0ACCB494468EED90A0* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowmapResolution_Awake_m926BCCAD686E36C9A5198BDBB0D6363A3801B038 (AdaptiveShadowmapResolution_t83B2348D9E39A649B9795047F9B696FC9C09D3DE* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveShadowmapResolution); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowmapResolution_mD0080328CCE0EB1C8E5AA887D368443BD46A8CD8_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowmapResolution_OnDisabled_mDEEA7BD10D0958A12063BDD26BBC26A96E5BADBA (AdaptiveShadowmapResolution_t83B2348D9E39A649B9795047F9B696FC9C09D3DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.MainLightShadowmapResolutionMultiplier = m_DefaultShadowmapResolution; float L_0 = __this->___m_DefaultShadowmapResolution_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_MainLightShadowmapResolutionMultiplier_m488203D2976B464F591786A279C6860C9AEC163D(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowmapResolution_OnEnabled_m350C56BE718240DD95B8CAE1B916939926E7FD34 (AdaptiveShadowmapResolution_t83B2348D9E39A649B9795047F9B696FC9C09D3DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultShadowmapResolution = AdaptivePerformanceRenderSettings.MainLightShadowmapResolutionMultiplier; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0; L_0 = AdaptivePerformanceRenderSettings_get_MainLightShadowmapResolutionMultiplier_mE4F508B1B1B29F7D7AE1C1E61A6F251C9F4C55B5_inline(NULL); __this->___m_DefaultShadowmapResolution_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowmapResolution_OnLevel_m9037773CD9340BF2E0E1FC087B2CADC96A0E217C (AdaptiveShadowmapResolution_t83B2348D9E39A649B9795047F9B696FC9C09D3DE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_0019; } } { // AdaptivePerformanceRenderSettings.MainLightShadowmapResolutionMultiplier = 1 * Scale; float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_MainLightShadowmapResolutionMultiplier_m488203D2976B464F591786A279C6860C9AEC163D(((float)il2cpp_codegen_multiply((1.0f), L_1)), NULL); } IL_0019: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowmapResolution::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowmapResolution__ctor_m9AF41A4F0D0CFC4DCB28853481B2B7CE3B788CCD (AdaptiveShadowmapResolution_t83B2348D9E39A649B9795047F9B696FC9C09D3DE* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveShadowQuality::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowQuality_Awake_m1AA444CE730DD9286B5A100407B886404D65CFA2 (AdaptiveShadowQuality_t850800F7BE5A8F82FC82D35C11FC4EE70B309EBB* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveShadowQuality); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveShadowQuality_m21DCF0D2F165C7336B14E21BD7884AF8BD693E2C_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowQuality::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowQuality_OnDisabled_mE2D4E668B56A7BE8AF61B6DB1AFB95BF2E696673 (AdaptiveShadowQuality_t850800F7BE5A8F82FC82D35C11FC4EE70B309EBB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.ShadowQualityBias = m_DefaultShadowQualityBias; int32_t L_0 = __this->___m_DefaultShadowQualityBias_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_ShadowQualityBias_m99CB51DF27FCBD57A9E5F1DC5D21A3163758B5B2_inline(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowQuality::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowQuality_OnEnabled_m5A09A1DFE59456370D52E24BA94824ED8AC596C3 (AdaptiveShadowQuality_t850800F7BE5A8F82FC82D35C11FC4EE70B309EBB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultShadowQualityBias = AdaptivePerformanceRenderSettings.ShadowQualityBias; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0; L_0 = AdaptivePerformanceRenderSettings_get_ShadowQualityBias_mDC7B30DE123707A8EB0BFC6273D087C4B514CDD3_inline(NULL); __this->___m_DefaultShadowQualityBias_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowQuality::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowQuality_OnLevel_m1275F587161A3A29922F0D917FEE54315585CF09 (AdaptiveShadowQuality_t850800F7BE5A8F82FC82D35C11FC4EE70B309EBB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_0020; } } { // AdaptivePerformanceRenderSettings.MainLightShadowCascadesCountBias = (int)(3 - 3 * Scale); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_MainLightShadowCascadesCountBias_mA0FC793465E40D31F13C2148EBB3282DE0ECF26F_inline(il2cpp_codegen_cast_double_to_int(((float)il2cpp_codegen_subtract((3.0f), ((float)il2cpp_codegen_multiply((3.0f), L_1))))), NULL); } IL_0020: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveShadowQuality::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveShadowQuality__ctor_mD812DCCDE7C96D53A65593C40400E91C0A883FC9 (AdaptiveShadowQuality_t850800F7BE5A8F82FC82D35C11FC4EE70B309EBB* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveSorting::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveSorting_Awake_m4879745BFB55A1F9AD5686DDB950A6376077176A (AdaptiveSorting_t7AF813994D0847172CB6DD322303BAAA90ED7C2E* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveSorting); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveSorting_mE5C2FD1CC0AB0A7AF3F6447C2943D50F40BC1016_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveSorting::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveSorting_OnDisabled_m5D10E6F1DBBC06766FD5020FBD7866C3E64086CB (AdaptiveSorting_t7AF813994D0847172CB6DD322303BAAA90ED7C2E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.SkipFrontToBackSorting = m_DefaultSorting; bool L_0 = __this->___m_DefaultSorting_12; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_SkipFrontToBackSorting_m7609623ACADF37E2B6DC928EEE6FE9D39624B633_inline(L_0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveSorting::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveSorting_OnEnabled_mA6492A1FD397BF0EE7487FF5FBF73D702E93DDDE (AdaptiveSorting_t7AF813994D0847172CB6DD322303BAAA90ED7C2E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // m_DefaultSorting = AdaptivePerformanceRenderSettings.SkipFrontToBackSorting; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); bool L_0; L_0 = AdaptivePerformanceRenderSettings_get_SkipFrontToBackSorting_mC73182E28DEF80E85310854E7DF9D15E655A4CF9_inline(NULL); __this->___m_DefaultSorting_12 = L_0; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveSorting::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveSorting_OnLevel_m2612F2EA1AD039B48632513108035B6CE75B489C (AdaptiveSorting_t7AF813994D0847172CB6DD322303BAAA90ED7C2E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001a; } } { // AdaptivePerformanceRenderSettings.SkipFrontToBackSorting = (Scale < 1); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_SkipFrontToBackSorting_m7609623ACADF37E2B6DC928EEE6FE9D39624B633_inline((bool)((((float)L_1) < ((float)(1.0f)))? 1 : 0), NULL); } IL_001a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveSorting::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveSorting__ctor_m4673810B14D2258C0BC37597558AF542CFA56767 (AdaptiveSorting_t7AF813994D0847172CB6DD322303BAAA90ED7C2E* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveTransparency::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveTransparency_Awake_mD8BCC6A4C4E849694F0B910723AC61D1289C8822 (AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveTransparency); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveTransparency_m4DA7C35BF8071924D5C8D9B0ADD7C5DDD5E32CE0_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveTransparency::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveTransparency_OnDisabled_m6DDABB20B8FE7D862272FC0A45B60BC21D52EF77 (AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175* __this, const RuntimeMethod* method) { { // OnDestroy(); AdaptiveTransparency_OnDestroy_m8AEB8C89368C7C64110765F7D2F8C2791F95E4B8(__this, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveTransparency::OnDestroy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveTransparency_OnDestroy_m8AEB8C89368C7C64110765F7D2F8C2791F95E4B8 (AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // AdaptivePerformanceRenderSettings.SkipTransparentObjects = false; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_SkipTransparentObjects_m1BE082200B1A25094A5FB1D307995842479B9649_inline((bool)0, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveTransparency::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveTransparency_OnLevel_m71109D86AE8720AB840F00A95B3AC4421F328D48 (AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // if (ScaleChanged()) bool L_0; L_0 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_0) { goto IL_001a; } } { // AdaptivePerformanceRenderSettings.SkipTransparentObjects = (Scale < 1); float L_1; L_1 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); AdaptivePerformanceRenderSettings_set_SkipTransparentObjects_m1BE082200B1A25094A5FB1D307995842479B9649_inline((bool)((((float)L_1) < ((float)(1.0f)))? 1 : 0), NULL); } IL_001a: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveTransparency::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveTransparency__ctor_mE890434F3A96A9016B7F3E86501CE131756D2CBE (AdaptiveTransparency_t32211752A66E6AAFF28754E0E8D3C3BC4372E175* __this, const RuntimeMethod* method) { { AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 UnityEngine.AdaptivePerformance.AdaptiveViewDistance::Awake() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveViewDistance_Awake_m657355FF95F7D724D5C3E9B00F701941E6EB5460 (AdaptiveViewDistance_tC58AE1BFB8F375552BE5FE700AE912039CD69BF7* __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; } { // base.Awake(); AdaptivePerformanceScaler_Awake_m9AFB587F718F1FB523F3F7EC1A5CE083E8AFE576(__this, NULL); // if (m_Settings == null) IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; 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_0015; } } { // return; return; } IL_0015: { // ApplyDefaultSetting(m_Settings.scalerSettings.AdaptiveViewDistance); IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_2 = ((AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC*)__this)->___m_Settings_11; NullCheck(L_2); AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_3; L_3 = IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline(L_2, NULL); NullCheck(L_3); AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_4; L_4 = AdaptivePerformanceScalerSettings_get_AdaptiveViewDistance_mE7E45AB3EC0919AAF5B9F80D395C676B7B4143A9_inline(L_3, NULL); AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline(__this, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveViewDistance::OnDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveViewDistance_OnDisabled_m3AA59B1A67474EA468C95AEE6D733C17BB19EE12 (AdaptiveViewDistance_tC58AE1BFB8F375552BE5FE700AE912039CD69BF7* __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; } { // if (!Camera.main || m_DefaultFarClipPlane == -1) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0; L_0 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL); if (!L_1) { goto IL_0019; } } { float L_2 = __this->___m_DefaultFarClipPlane_12; if ((!(((float)L_2) == ((float)(-1.0f))))) { goto IL_001a; } } IL_0019: { // return; return; } IL_001a: { // Camera.main.farClipPlane = m_DefaultFarClipPlane; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3; L_3 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); float L_4 = __this->___m_DefaultFarClipPlane_12; NullCheck(L_3); Camera_set_farClipPlane_m84EF39B09573168734613481FD979BFF31C60139(L_3, L_4, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveViewDistance::OnEnabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveViewDistance_OnEnabled_mE3526CC4EEFCB4C1CA8F241748C04ED251B54C3C (AdaptiveViewDistance_tC58AE1BFB8F375552BE5FE700AE912039CD69BF7* __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; } { // if (!Camera.main) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0; L_0 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL); if (L_1) { goto IL_000d; } } { // return; return; } IL_000d: { // m_DefaultFarClipPlane = Camera.main.farClipPlane; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2; L_2 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); NullCheck(L_2); float L_3; L_3 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_2, NULL); __this->___m_DefaultFarClipPlane_12 = L_3; // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveViewDistance::OnLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveViewDistance_OnLevel_m12914B6E3287E425779D7AB764B17DF2C7D4F010 (AdaptiveViewDistance_tC58AE1BFB8F375552BE5FE700AE912039CD69BF7* __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; } { // if (!Camera.main) Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0; L_0 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var); bool L_1; L_1 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_0, NULL); if (L_1) { goto IL_000d; } } { // return; return; } IL_000d: { // if (m_DefaultFarClipPlane == -1) float L_2 = __this->___m_DefaultFarClipPlane_12; if ((!(((float)L_2) == ((float)(-1.0f))))) { goto IL_002a; } } { // m_DefaultFarClipPlane = Camera.main.farClipPlane; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_3; L_3 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); NullCheck(L_3); float L_4; L_4 = Camera_get_farClipPlane_m1D7128B85B5DB866F75FBE8CEBA48335716B67BD(L_3, NULL); __this->___m_DefaultFarClipPlane_12 = L_4; } IL_002a: { // if (ScaleChanged()) bool L_5; L_5 = AdaptivePerformanceScaler_ScaleChanged_m8CA4C17F6CFFEE7ECBFF95720EB205A2DA01A6BE(__this, NULL); if (!L_5) { goto IL_0042; } } { // Camera.main.farClipPlane = Scale; Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_6; L_6 = Camera_get_main_m52C992F18E05355ABB9EEB64A4BF2215E12762DF(NULL); float L_7; L_7 = VirtualFuncInvoker0< float >::Invoke(8 /* System.Single UnityEngine.AdaptivePerformance.AdaptivePerformanceScaler::get_Scale() */, __this); NullCheck(L_6); Camera_set_farClipPlane_m84EF39B09573168734613481FD979BFF31C60139(L_6, L_7, NULL); } IL_0042: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.AdaptiveViewDistance::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptiveViewDistance__ctor_mFBEDAAD1D87BB3E0068A8E18AD6820D6F00CC99E (AdaptiveViewDistance_tC58AE1BFB8F375552BE5FE700AE912039CD69BF7* __this, const RuntimeMethod* method) { { // float m_DefaultFarClipPlane = -1; __this->___m_DefaultFarClipPlane_12 = (-1.0f); AdaptivePerformanceScaler__ctor_m1DAA2566D0A20850A60AB246C8578D69BB93A5D5(__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 // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent IL2CPP_EXTERN_C void AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshal_pinvoke(const AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D& unmarshaled, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_pinvoke& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_string(unmarshaled.___Name_0); marshaled.___Level_1 = unmarshaled.___Level_1; } IL2CPP_EXTERN_C void AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshal_pinvoke_back(const AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_pinvoke& marshaled, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D& unmarshaled) { unmarshaled.___Name_0 = il2cpp_codegen_marshal_string_result(marshaled.___Name_0); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Name_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___Name_0)); int32_t unmarshaledLevel_temp_1 = 0; unmarshaledLevel_temp_1 = marshaled.___Level_1; unmarshaled.___Level_1 = unmarshaledLevel_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent IL2CPP_EXTERN_C void AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshal_pinvoke_cleanup(AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___Name_0); marshaled.___Name_0 = NULL; } // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent IL2CPP_EXTERN_C void AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshal_com(const AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D& unmarshaled, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_com& marshaled) { marshaled.___Name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___Name_0); marshaled.___Level_1 = unmarshaled.___Level_1; } IL2CPP_EXTERN_C void AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshal_com_back(const AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_com& marshaled, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D& unmarshaled) { unmarshaled.___Name_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___Name_0); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___Name_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___Name_0)); int32_t unmarshaledLevel_temp_1 = 0; unmarshaledLevel_temp_1 = marshaled.___Level_1; unmarshaled.___Level_1 = unmarshaledLevel_temp_1; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent IL2CPP_EXTERN_C void AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshal_com_cleanup(AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___Name_0); marshaled.___Name_0 = 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 #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClusterInfoUnit_Definition_m8340177ECDD113C403C7CF812BB455B4FC722830 (ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClusterInfoUnit_U3CDefinitionU3Eb__6_0_mC0FE05C39B95CDE9098156A6868C4FE9D1BDE198_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClusterInfoUnit_U3CDefinitionU3Eb__6_1_mF61ECF7CA7BCF5424CCC78E03CF3F55654435320_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClusterInfoUnit_U3CDefinitionU3Eb__6_2_m2AC4E0E868FAC779E262EAAF520522CE022C609D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D8694AAD25E77A79A8298F226AB2C83B96DEAEC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB06D9CA6876DFD9DA1213648D6C529CBD37B1491); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6D787970407530F33F79840CF9AA252F9840A87); s_Il2CppMethodInitialized = true; } { // bigCore = ValueOutput("Big Core", (flow) => { UpdateStats(); return BigCore; }); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_0 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_0, __this, (intptr_t)((void*)ClusterInfoUnit_U3CDefinitionU3Eb__6_0_mC0FE05C39B95CDE9098156A6868C4FE9D1BDE198_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(__this, _stringLiteralB6D787970407530F33F79840CF9AA252F9840A87, L_0, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); __this->___bigCore_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___bigCore_15), (void*)L_1); // mediumCore = ValueOutput("Medium Core", (flow) => { UpdateStats(); return MediumCore; }); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_2 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_2, __this, (intptr_t)((void*)ClusterInfoUnit_U3CDefinitionU3Eb__6_1_mF61ECF7CA7BCF5424CCC78E03CF3F55654435320_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(__this, _stringLiteralB06D9CA6876DFD9DA1213648D6C529CBD37B1491, L_2, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); __this->___mediumCore_16 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___mediumCore_16), (void*)L_3); // littleCore = ValueOutput("Little Core", (flow) => { UpdateStats(); return LittleCore; }); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_4 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_4); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_4, __this, (intptr_t)((void*)ClusterInfoUnit_U3CDefinitionU3Eb__6_2_m2AC4E0E868FAC779E262EAAF520522CE022C609D_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(__this, _stringLiteral6D8694AAD25E77A79A8298F226AB2C83B96DEAEC, L_4, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); __this->___littleCore_17 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___littleCore_17), (void*)L_5); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClusterInfoUnit_UpdateStats_m84108F0C50F54578ADC2853A6801253CAA83FD92 (ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 V_0; memset((&V_0), 0, sizeof(V_0)); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_1; memset((&V_1), 0, sizeof(V_1)); { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_004d; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_004d; } } { // var ci = Holder.Instance.PerformanceStatus.PerformanceMetrics.ClusterInfo; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_4; L_4 = InterfaceFuncInvoker0< PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 >::Invoke(0 /* UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.IPerformanceStatus::get_PerformanceMetrics() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_1 = L_4; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_5; L_5 = PerformanceMetrics_get_ClusterInfo_mE06334A4896BC33C0AF26B472DD8F4D2169C80B7_inline((&V_1), NULL); V_0 = L_5; // BigCore = ci.BigCore; int32_t L_6; L_6 = ClusterInfo_get_BigCore_m7D5461E626AE8A34559D50ACE0B71DF88A90E2F6_inline((&V_0), NULL); __this->___BigCore_18 = L_6; // MediumCore = ci.MediumCore; int32_t L_7; L_7 = ClusterInfo_get_MediumCore_mC26A79BF3E09ADD0595D3E212A66BDF4E11000F0_inline((&V_0), NULL); __this->___MediumCore_19 = L_7; // LittleCore = ci.LittleCore; int32_t L_8; L_8 = ClusterInfo_get_LittleCore_m49B36EE3EF01F929BCAB97391DCB3C10C54E7808_inline((&V_0), NULL); __this->___LittleCore_20 = L_8; } IL_004d: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClusterInfoUnit__ctor_m57384226D2D3F2D9F4681232BAC451AB13A01251 (ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1* __this, const RuntimeMethod* method) { { // int BigCore = -1; __this->___BigCore_18 = (-1); // int MediumCore = -1; __this->___MediumCore_19 = (-1); // int LittleCore = -1; __this->___LittleCore_20 = (-1); Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::b__6_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ClusterInfoUnit_U3CDefinitionU3Eb__6_0_mC0FE05C39B95CDE9098156A6868C4FE9D1BDE198 (ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // bigCore = ValueOutput("Big Core", (flow) => { UpdateStats(); return BigCore; }); ClusterInfoUnit_UpdateStats_m84108F0C50F54578ADC2853A6801253CAA83FD92(__this, NULL); // bigCore = ValueOutput("Big Core", (flow) => { UpdateStats(); return BigCore; }); int32_t L_0 = __this->___BigCore_18; return L_0; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::b__6_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ClusterInfoUnit_U3CDefinitionU3Eb__6_1_mF61ECF7CA7BCF5424CCC78E03CF3F55654435320 (ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // mediumCore = ValueOutput("Medium Core", (flow) => { UpdateStats(); return MediumCore; }); ClusterInfoUnit_UpdateStats_m84108F0C50F54578ADC2853A6801253CAA83FD92(__this, NULL); // mediumCore = ValueOutput("Medium Core", (flow) => { UpdateStats(); return MediumCore; }); int32_t L_0 = __this->___MediumCore_19; return L_0; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.ClusterInfoUnit::b__6_2(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ClusterInfoUnit_U3CDefinitionU3Eb__6_2_m2AC4E0E868FAC779E262EAAF520522CE022C609D (ClusterInfoUnit_tED037A378FEFE5EBD8A4AFAAB545D1324D68A8A1* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // littleCore = ValueOutput("Little Core", (flow) => { UpdateStats(); return LittleCore; }); ClusterInfoUnit_UpdateStats_m84108F0C50F54578ADC2853A6801253CAA83FD92(__this, NULL); // littleCore = ValueOutput("Little Core", (flow) => { UpdateStats(); return LittleCore; }); int32_t L_0 = __this->___LittleCore_20; 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 UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSUnit_Definition_mDCB3E5FDEFC45D5A3E3D84B87D37E3C718119D8C (FPSUnit_t4D339A9BA221B733E0CD0E09AEBD4586CAA7A900* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FPSUnit_U3CDefinitionU3Eb__2_0_m0260D7A4C622F5C73D535715DDD5072635573275_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95DAD4257816ED9B3D6718A6CBD69EFFCF321CAD); s_Il2CppMethodInitialized = true; } { // fps = ValueOutput("FPS", (flow) => { UpdateStats(); return FPS; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_0 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_0, __this, (intptr_t)((void*)FPSUnit_U3CDefinitionU3Eb__2_0_m0260D7A4C622F5C73D535715DDD5072635573275_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral95DAD4257816ED9B3D6718A6CBD69EFFCF321CAD, L_0, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___fps_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___fps_15), (void*)L_1); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSUnit_UpdateStats_m32EFC5648262B15D83DDA8BDC8046A4536DB635E (FPSUnit_t4D339A9BA221B733E0CD0E09AEBD4586CAA7A900* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0032; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0032; } } { // var ft = Holder.Instance.PerformanceStatus.FrameTiming; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_4; L_4 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // FPS = (int)(1.0f / ft.CurrentFrameTime); float L_5; L_5 = FrameTiming_get_CurrentFrameTime_mA7929199CEBE3A69FB3677893E60690F66815811_inline((&V_0), NULL); __this->___FPS_16 = il2cpp_codegen_cast_double_to_int(((float)((1.0f)/L_5))); } IL_0032: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FPSUnit__ctor_mCD939A9B50026ECFCE707BAE2C42E885639D5EAE (FPSUnit_t4D339A9BA221B733E0CD0E09AEBD4586CAA7A900* __this, const RuntimeMethod* method) { { Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FPSUnit::b__2_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FPSUnit_U3CDefinitionU3Eb__2_0_m0260D7A4C622F5C73D535715DDD5072635573275 (FPSUnit_t4D339A9BA221B733E0CD0E09AEBD4586CAA7A900* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // fps = ValueOutput("FPS", (flow) => { UpdateStats(); return FPS; }); FPSUnit_UpdateStats_m32EFC5648262B15D83DDA8BDC8046A4536DB635E(__this, NULL); // fps = ValueOutput("FPS", (flow) => { UpdateStats(); return FPS; }); int32_t L_0 = __this->___FPS_16; return ((float)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 UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTimingUnit_Definition_mE4157361A210FEFDC19AA26FCD9F3E2BAE589BD3 (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameTimingUnit_U3CDefinitionU3Eb__12_0_m13680A70173C71B65BD4EEA67E386E48BE1C865B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameTimingUnit_U3CDefinitionU3Eb__12_1_m5C3CBF6B6F4DDAFB643C03B3ECEDDB5A8D5811ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameTimingUnit_U3CDefinitionU3Eb__12_2_m895A358061ADEB2EF45A1C9AAE9A9FC4D4B94A6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameTimingUnit_U3CDefinitionU3Eb__12_3_m428AA6BF988570C1067EACD1AC9139FBF3116306_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameTimingUnit_U3CDefinitionU3Eb__12_4_m3AAD64C6D173A1616D3EB3D04106D917F29DD514_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FrameTimingUnit_U3CDefinitionU3Eb__12_5_m81FDD719C86E1332F6E152C4180DA23FC9E2DAD9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08B85E8D4093C5C3C14B233180B896CEE451FE37); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43DBB616072549816084E0AF8ECB417D3DA6F56C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4513274BED293D258EFDF56A4965D130BA8D605E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral83C0D26BCE2C5FF7904F5EF9E0285DFDB01E0E23); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral95E6FE210D006AB296453829EB799F5373CCE3B1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD54B6D809EDFCE6B3DF92F64C05E749EDC598F34); s_Il2CppMethodInitialized = true; } { // currentFrameTime = ValueOutput("Current Frametime", (flow) => { UpdateStats(); return CurrentFrameTime; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_0 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_0, __this, (intptr_t)((void*)FrameTimingUnit_U3CDefinitionU3Eb__12_0_m13680A70173C71B65BD4EEA67E386E48BE1C865B_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral08B85E8D4093C5C3C14B233180B896CEE451FE37, L_0, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___currentFrameTime_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentFrameTime_15), (void*)L_1); // averageFrameTime = ValueOutput("Average Frametime", (flow) => { UpdateStats(); return AverageFrameTime; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_2 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_2, __this, (intptr_t)((void*)FrameTimingUnit_U3CDefinitionU3Eb__12_1_m5C3CBF6B6F4DDAFB643C03B3ECEDDB5A8D5811ED_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral83C0D26BCE2C5FF7904F5EF9E0285DFDB01E0E23, L_2, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___averageFrameTime_16 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___averageFrameTime_16), (void*)L_3); // currentGpuFrameTime = ValueOutput("Current Gpu Frametime", (flow) => { UpdateStats(); return CurrentGpuFrameTime; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_4 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_4); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_4, __this, (intptr_t)((void*)FrameTimingUnit_U3CDefinitionU3Eb__12_2_m895A358061ADEB2EF45A1C9AAE9A9FC4D4B94A6B_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral4513274BED293D258EFDF56A4965D130BA8D605E, L_4, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___currentGpuFrameTime_17 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentGpuFrameTime_17), (void*)L_5); // averageGpuFrameTime = ValueOutput("Average Gpu Frametime", (flow) => { UpdateStats(); return AverageGpuFrameTime; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_6 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_6); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_6, __this, (intptr_t)((void*)FrameTimingUnit_U3CDefinitionU3Eb__12_3_m428AA6BF988570C1067EACD1AC9139FBF3116306_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_7; L_7 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral43DBB616072549816084E0AF8ECB417D3DA6F56C, L_6, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___averageGpuFrameTime_18 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___averageGpuFrameTime_18), (void*)L_7); // currentCpuFrameTime = ValueOutput("Current Cpu Frametime", (flow) => { UpdateStats(); return CurrentCpuFrameTime; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_8 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_8); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_8, __this, (intptr_t)((void*)FrameTimingUnit_U3CDefinitionU3Eb__12_4_m3AAD64C6D173A1616D3EB3D04106D917F29DD514_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_9; L_9 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral95E6FE210D006AB296453829EB799F5373CCE3B1, L_8, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___currentCpuFrameTime_19 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___currentCpuFrameTime_19), (void*)L_9); // averageCpuFrameTime = ValueOutput("Average Cpu Frametime", (flow) => { UpdateStats(); return AverageCpuFrameTime; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_10 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_10); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_10, __this, (intptr_t)((void*)FrameTimingUnit_U3CDefinitionU3Eb__12_5_m81FDD719C86E1332F6E152C4180DA23FC9E2DAD9_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_11; L_11 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteralD54B6D809EDFCE6B3DF92F64C05E749EDC598F34, L_10, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___averageCpuFrameTime_20 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___averageCpuFrameTime_20), (void*)L_11); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_006c; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_006c; } } { // var ft = Holder.Instance.PerformanceStatus.FrameTiming; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 L_4; L_4 = InterfaceFuncInvoker0< FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908 >::Invoke(1 /* UnityEngine.AdaptivePerformance.FrameTiming UnityEngine.AdaptivePerformance.IPerformanceStatus::get_FrameTiming() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // CurrentFrameTime = ft.CurrentFrameTime; float L_5; L_5 = FrameTiming_get_CurrentFrameTime_mA7929199CEBE3A69FB3677893E60690F66815811_inline((&V_0), NULL); __this->___CurrentFrameTime_21 = L_5; // AverageFrameTime = ft.AverageFrameTime; float L_6; L_6 = FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A_inline((&V_0), NULL); __this->___AverageFrameTime_22 = L_6; // CurrentGpuFrameTime = ft.CurrentGpuFrameTime; float L_7; L_7 = FrameTiming_get_CurrentGpuFrameTime_m4170E235B898060DC937D46F88D6582BEBE31B91_inline((&V_0), NULL); __this->___CurrentGpuFrameTime_23 = L_7; // AverageGpuFrameTime = ft.AverageGpuFrameTime; float L_8; L_8 = FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline((&V_0), NULL); __this->___AverageGpuFrameTime_24 = L_8; // CurrentCpuFrameTime = ft.CurrentCpuFrameTime; float L_9; L_9 = FrameTiming_get_CurrentCpuFrameTime_mFAEB817260C455798A50C5B3C653A28E0FB184B7_inline((&V_0), NULL); __this->___CurrentCpuFrameTime_25 = L_9; // AverageCpuFrameTime = ft.AverageCpuFrameTime; float L_10; L_10 = FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline((&V_0), NULL); __this->___AverageCpuFrameTime_26 = L_10; } IL_006c: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrameTimingUnit__ctor_m6EEB9373B45915D7C782494153F72A4B51402EFD (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, const RuntimeMethod* method) { { // float CurrentFrameTime = -1.0f; __this->___CurrentFrameTime_21 = (-1.0f); // float AverageFrameTime = -1.0f; __this->___AverageFrameTime_22 = (-1.0f); // float CurrentGpuFrameTime = -1.0f; __this->___CurrentGpuFrameTime_23 = (-1.0f); // float AverageGpuFrameTime = -1.0f; __this->___AverageGpuFrameTime_24 = (-1.0f); // float CurrentCpuFrameTime = -1.0f; __this->___CurrentCpuFrameTime_25 = (-1.0f); // float AverageCpuFrameTime = -1.0f; __this->___AverageCpuFrameTime_26 = (-1.0f); Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::b__12_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTimingUnit_U3CDefinitionU3Eb__12_0_m13680A70173C71B65BD4EEA67E386E48BE1C865B (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // currentFrameTime = ValueOutput("Current Frametime", (flow) => { UpdateStats(); return CurrentFrameTime; }); FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF(__this, NULL); // currentFrameTime = ValueOutput("Current Frametime", (flow) => { UpdateStats(); return CurrentFrameTime; }); float L_0 = __this->___CurrentFrameTime_21; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::b__12_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTimingUnit_U3CDefinitionU3Eb__12_1_m5C3CBF6B6F4DDAFB643C03B3ECEDDB5A8D5811ED (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // averageFrameTime = ValueOutput("Average Frametime", (flow) => { UpdateStats(); return AverageFrameTime; }); FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF(__this, NULL); // averageFrameTime = ValueOutput("Average Frametime", (flow) => { UpdateStats(); return AverageFrameTime; }); float L_0 = __this->___AverageFrameTime_22; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::b__12_2(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTimingUnit_U3CDefinitionU3Eb__12_2_m895A358061ADEB2EF45A1C9AAE9A9FC4D4B94A6B (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // currentGpuFrameTime = ValueOutput("Current Gpu Frametime", (flow) => { UpdateStats(); return CurrentGpuFrameTime; }); FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF(__this, NULL); // currentGpuFrameTime = ValueOutput("Current Gpu Frametime", (flow) => { UpdateStats(); return CurrentGpuFrameTime; }); float L_0 = __this->___CurrentGpuFrameTime_23; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::b__12_3(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTimingUnit_U3CDefinitionU3Eb__12_3_m428AA6BF988570C1067EACD1AC9139FBF3116306 (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // averageGpuFrameTime = ValueOutput("Average Gpu Frametime", (flow) => { UpdateStats(); return AverageGpuFrameTime; }); FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF(__this, NULL); // averageGpuFrameTime = ValueOutput("Average Gpu Frametime", (flow) => { UpdateStats(); return AverageGpuFrameTime; }); float L_0 = __this->___AverageGpuFrameTime_24; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::b__12_4(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTimingUnit_U3CDefinitionU3Eb__12_4_m3AAD64C6D173A1616D3EB3D04106D917F29DD514 (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // currentCpuFrameTime = ValueOutput("Current Cpu Frametime", (flow) => { UpdateStats(); return CurrentCpuFrameTime; }); FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF(__this, NULL); // currentCpuFrameTime = ValueOutput("Current Cpu Frametime", (flow) => { UpdateStats(); return CurrentCpuFrameTime; }); float L_0 = __this->___CurrentCpuFrameTime_25; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.FrameTimingUnit::b__12_5(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float FrameTimingUnit_U3CDefinitionU3Eb__12_5_m81FDD719C86E1332F6E152C4180DA23FC9E2DAD9 (FrameTimingUnit_t27A4035BEDB30E86FB1FB2020C905ACA512F9ED8* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // averageCpuFrameTime = ValueOutput("Average Cpu Frametime", (flow) => { UpdateStats(); return AverageCpuFrameTime; }); FrameTimingUnit_UpdateStats_mB668488DAEBD537A7230C0F38760DCA0EF1000EF(__this, NULL); // averageCpuFrameTime = ValueOutput("Average Cpu Frametime", (flow) => { UpdateStats(); return AverageCpuFrameTime; }); float L_0 = __this->___AverageCpuFrameTime_26; 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 UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetBoostUnit_Definition_mF9A75549D03553ADD9F4480F397909A2FC26E870 (GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetBoostUnit_U3CDefinitionU3Eb__4_0_mF248A78C36ED68B87A5A7329EE5CC7C9790CB303_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetBoostUnit_U3CDefinitionU3Eb__4_1_m62753D247AD0148DCFB727EFBEB8B82622C11621_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00FA8603E37F73D0CB301F5F55E831C64F1B62CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F099B772E48B6810ABB64CCEE81ABEF6ABF6CF1); s_Il2CppMethodInitialized = true; } { // cpuBoost = ValueOutput("CPU Boost", (flow) => { UpdateStats(); return CpuBoost; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_0 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_0, __this, (intptr_t)((void*)GetBoostUnit_U3CDefinitionU3Eb__4_0_mF248A78C36ED68B87A5A7329EE5CC7C9790CB303_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral00FA8603E37F73D0CB301F5F55E831C64F1B62CE, L_0, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___cpuBoost_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___cpuBoost_15), (void*)L_1); // gpuBoost = ValueOutput("GPU Boost", (flow) => { UpdateStats(); return GpuBoost; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_2 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_2, __this, (intptr_t)((void*)GetBoostUnit_U3CDefinitionU3Eb__4_1_m62753D247AD0148DCFB727EFBEB8B82622C11621_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral7F099B772E48B6810ABB64CCEE81ABEF6ABF6CF1, L_2, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___gpuBoost_16 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___gpuBoost_16), (void*)L_3); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetBoostUnit_UpdateStats_mF217E9B3ADFCCBCDA4BDF57973EEE54ADE4B2C5A (GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0038; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0038; } } { // var pm = Holder.Instance.PerformanceStatus.PerformanceMetrics; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_4; L_4 = InterfaceFuncInvoker0< PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 >::Invoke(0 /* UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.IPerformanceStatus::get_PerformanceMetrics() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // CpuBoost = pm.CpuPerformanceBoost; bool L_5; L_5 = PerformanceMetrics_get_CpuPerformanceBoost_m54AC3712FE7F51BD212012AB467F4E57F0490069_inline((&V_0), NULL); __this->___CpuBoost_17 = L_5; // GpuBoost = pm.GpuPerformanceBoost; bool L_6; L_6 = PerformanceMetrics_get_GpuPerformanceBoost_mFA438BA2A89EE34241A6F7A00A7B18DBCA6AF9F3_inline((&V_0), NULL); __this->___GpuBoost_18 = L_6; } IL_0038: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetBoostUnit__ctor_mFE7B325762B57A8F32DB65164CD8C6CC24DD014F (GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4* __this, const RuntimeMethod* method) { { Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::b__4_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GetBoostUnit_U3CDefinitionU3Eb__4_0_mF248A78C36ED68B87A5A7329EE5CC7C9790CB303 (GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // cpuBoost = ValueOutput("CPU Boost", (flow) => { UpdateStats(); return CpuBoost; }); GetBoostUnit_UpdateStats_mF217E9B3ADFCCBCDA4BDF57973EEE54ADE4B2C5A(__this, NULL); // cpuBoost = ValueOutput("CPU Boost", (flow) => { UpdateStats(); return CpuBoost; }); bool L_0 = __this->___CpuBoost_17; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetBoostUnit::b__4_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GetBoostUnit_U3CDefinitionU3Eb__4_1_m62753D247AD0148DCFB727EFBEB8B82622C11621 (GetBoostUnit_tEC23F375EDCBA1A2E35EE4010841B8BC4199F3B4* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // gpuBoost = ValueOutput("GPU Boost", (flow) => { UpdateStats(); return GpuBoost; }); GetBoostUnit_UpdateStats_mF217E9B3ADFCCBCDA4BDF57973EEE54ADE4B2C5A(__this, NULL); // gpuBoost = ValueOutput("GPU Boost", (flow) => { UpdateStats(); return GpuBoost; }); bool L_0 = __this->___GpuBoost_18; 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 UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetIndexerUnit_Definition_mAF37838602C2549A09B1F3B0DCAAEFA0EB6644D4 (GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetIndexerUnit_U3CDefinitionU3Eb__6_0_mA1323F1CF278B80011A4DE7B4C8EC2D19C8076E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetIndexerUnit_U3CDefinitionU3Eb__6_1_mF577CFF13587E6A9F94FB63D138A3D0874D000A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetIndexerUnit_U3CDefinitionU3Eb__6_2_m7E3F9561658430DE5DB3112AC9DEAE709783232A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisStateAction_t7C06334815CF36CFDC70A02C7FC171EF1BF0C1E0_m34664E624A5DDBD6C7B3009297FAAE3EA93C416B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral473773F0B6BF43914D478D87B2483FB7893CD347); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88C62927EDCC7FE008DFF103B740F411E4DAB56F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA0700A9A2E43FEDF1012C9415E63AE66D7A76B93); s_Il2CppMethodInitialized = true; } { // performanceAction = ValueOutput("Performance Action", (flow) => { UpdateStats(); return PerformanceAction; }); Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598* L_0 = (Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598*)il2cpp_codegen_object_new(Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m8AEF237088B97B2028CC962BB3DF83776A43C2A0(L_0, __this, (intptr_t)((void*)GetIndexerUnit_U3CDefinitionU3Eb__6_0_mA1323F1CF278B80011A4DE7B4C8EC2D19C8076E8_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisStateAction_t7C06334815CF36CFDC70A02C7FC171EF1BF0C1E0_m34664E624A5DDBD6C7B3009297FAAE3EA93C416B(__this, _stringLiteral88C62927EDCC7FE008DFF103B740F411E4DAB56F, L_0, Unit_ValueOutput_TisStateAction_t7C06334815CF36CFDC70A02C7FC171EF1BF0C1E0_m34664E624A5DDBD6C7B3009297FAAE3EA93C416B_RuntimeMethod_var); __this->___performanceAction_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___performanceAction_15), (void*)L_1); // thermalAction = ValueOutput("Thermal Action", (flow) => { UpdateStats(); return ThermalAction; }); Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598* L_2 = (Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598*)il2cpp_codegen_object_new(Func_2_tEA54E6849F4A69FC8F03B363514D6269FC0EF598_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_m8AEF237088B97B2028CC962BB3DF83776A43C2A0(L_2, __this, (intptr_t)((void*)GetIndexerUnit_U3CDefinitionU3Eb__6_1_mF577CFF13587E6A9F94FB63D138A3D0874D000A1_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisStateAction_t7C06334815CF36CFDC70A02C7FC171EF1BF0C1E0_m34664E624A5DDBD6C7B3009297FAAE3EA93C416B(__this, _stringLiteralA0700A9A2E43FEDF1012C9415E63AE66D7A76B93, L_2, Unit_ValueOutput_TisStateAction_t7C06334815CF36CFDC70A02C7FC171EF1BF0C1E0_m34664E624A5DDBD6C7B3009297FAAE3EA93C416B_RuntimeMethod_var); __this->___thermalAction_16 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___thermalAction_16), (void*)L_3); // timeUntilNextAction = ValueOutput("Time until next Action", (flow) => { UpdateStats(); return TimeUntilNextAction; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_4 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_4); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_4, __this, (intptr_t)((void*)GetIndexerUnit_U3CDefinitionU3Eb__6_2_m7E3F9561658430DE5DB3112AC9DEAE709783232A_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral473773F0B6BF43914D478D87B2483FB7893CD347, L_4, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___timeUntilNextAction_17 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___timeUntilNextAction_17), (void*)L_5); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetIndexerUnit_UpdateStats_m8FCB3D7D535F58D5182BD4C839044E24DC6360FC (GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* V_0 = NULL; { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_003d; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_003d; } } { // var indexer = Holder.Instance.Indexer; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_3; L_3 = InterfaceFuncInvoker0< AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* >::Invoke(5 /* UnityEngine.AdaptivePerformance.AdaptivePerformanceIndexer UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_Indexer() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); V_0 = L_3; // PerformanceAction = indexer.PerformanceAction; AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = AdaptivePerformanceIndexer_get_PerformanceAction_mA6F70560C6A740B6216168E7718184111657E3BA_inline(L_4, NULL); __this->___PerformanceAction_18 = L_5; // ThermalAction = indexer.ThermalAction; AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_6 = V_0; NullCheck(L_6); int32_t L_7; L_7 = AdaptivePerformanceIndexer_get_ThermalAction_m0A1DF0C06906C2EBB8B75063E93A661E0D68917C_inline(L_6, NULL); __this->___ThermalAction_19 = L_7; // TimeUntilNextAction = indexer.TimeUntilNextAction; AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_8 = V_0; NullCheck(L_8); float L_9; L_9 = AdaptivePerformanceIndexer_get_TimeUntilNextAction_mEB42A55A09868273E35C5B83E7C047EC957945DD_inline(L_8, NULL); __this->___TimeUntilNextAction_20 = L_9; } IL_003d: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetIndexerUnit__ctor_m79B83BFC76FE34009FCCD49AB43757D7A22DF755 (GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C* __this, const RuntimeMethod* method) { { Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::b__6_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetIndexerUnit_U3CDefinitionU3Eb__6_0_mA1323F1CF278B80011A4DE7B4C8EC2D19C8076E8 (GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // performanceAction = ValueOutput("Performance Action", (flow) => { UpdateStats(); return PerformanceAction; }); GetIndexerUnit_UpdateStats_m8FCB3D7D535F58D5182BD4C839044E24DC6360FC(__this, NULL); // performanceAction = ValueOutput("Performance Action", (flow) => { UpdateStats(); return PerformanceAction; }); int32_t L_0 = __this->___PerformanceAction_18; return L_0; } } // UnityEngine.AdaptivePerformance.StateAction UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::b__6_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetIndexerUnit_U3CDefinitionU3Eb__6_1_mF577CFF13587E6A9F94FB63D138A3D0874D000A1 (GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // thermalAction = ValueOutput("Thermal Action", (flow) => { UpdateStats(); return ThermalAction; }); GetIndexerUnit_UpdateStats_m8FCB3D7D535F58D5182BD4C839044E24DC6360FC(__this, NULL); // thermalAction = ValueOutput("Thermal Action", (flow) => { UpdateStats(); return ThermalAction; }); int32_t L_0 = __this->___ThermalAction_19; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.GetIndexerUnit::b__6_2(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GetIndexerUnit_U3CDefinitionU3Eb__6_2_m7E3F9561658430DE5DB3112AC9DEAE709783232A (GetIndexerUnit_tC741E1E281B424AA78027645948FD7EECDBB633C* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // timeUntilNextAction = ValueOutput("Time until next Action", (flow) => { UpdateStats(); return TimeUntilNextAction; }); GetIndexerUnit_UpdateStats_m8FCB3D7D535F58D5182BD4C839044E24DC6360FC(__this, NULL); // timeUntilNextAction = ValueOutput("Time until next Action", (flow) => { UpdateStats(); return TimeUntilNextAction; }); float L_0 = __this->___TimeUntilNextAction_20; 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 UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetPerformanceLevelsUnit_Definition_mAB65FEECE7D8C5AFFA2AF5E402084038A1782EAF (GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m8E7F8ADF28B385FAD7BC624BD494A497661BF1F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_1_mDAC0B8FBDAC2A9E95025B100610328232D6BDE66_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5702570B573859A9720827AF07FB4C80524BC323); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA07B958ECD8BEA766D91B660EE540985BAC69F56); s_Il2CppMethodInitialized = true; } { // cpuLevel = ValueOutput("CPU Level", (flow) => { UpdateStats(); return CpuLevel; }); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_0 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_0, __this, (intptr_t)((void*)GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m8E7F8ADF28B385FAD7BC624BD494A497661BF1F6_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(__this, _stringLiteral5702570B573859A9720827AF07FB4C80524BC323, L_0, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); __this->___cpuLevel_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___cpuLevel_15), (void*)L_1); // cpuLevel = ValueOutput("GPU Level", (flow) => { UpdateStats(); return GpuLevel; }); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_2 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_2, __this, (intptr_t)((void*)GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_1_mDAC0B8FBDAC2A9E95025B100610328232D6BDE66_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(__this, _stringLiteralA07B958ECD8BEA766D91B660EE540985BAC69F56, L_2, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); __this->___cpuLevel_15 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___cpuLevel_15), (void*)L_3); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetPerformanceLevelsUnit_UpdateStats_m56ACE0397204D7C3EA98325267A2E9EDBC9EA2A3 (GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0038; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0038; } } { // var pm = Holder.Instance.PerformanceStatus.PerformanceMetrics; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_4; L_4 = InterfaceFuncInvoker0< PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 >::Invoke(0 /* UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.IPerformanceStatus::get_PerformanceMetrics() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // CpuLevel = pm.CurrentCpuLevel; int32_t L_5; L_5 = PerformanceMetrics_get_CurrentCpuLevel_m42A271D1A5C04AAAAD68579A49966134E6AF7F3B_inline((&V_0), NULL); __this->___CpuLevel_17 = L_5; // GpuLevel = pm.CurrentGpuLevel; int32_t L_6; L_6 = PerformanceMetrics_get_CurrentGpuLevel_m25F770270C60AC1AE919AAFAB0339AAB847265B5_inline((&V_0), NULL); __this->___GpuLevel_18 = L_6; } IL_0038: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetPerformanceLevelsUnit__ctor_m0B7922A6C615BD0C883E9A8D0DAEEB8DA6519156 (GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135* __this, const RuntimeMethod* method) { { // int CpuLevel = -1; __this->___CpuLevel_17 = (-1); // int GpuLevel = -1; __this->___GpuLevel_18 = (-1); Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::b__4_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m8E7F8ADF28B385FAD7BC624BD494A497661BF1F6 (GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // cpuLevel = ValueOutput("CPU Level", (flow) => { UpdateStats(); return CpuLevel; }); GetPerformanceLevelsUnit_UpdateStats_m56ACE0397204D7C3EA98325267A2E9EDBC9EA2A3(__this, NULL); // cpuLevel = ValueOutput("CPU Level", (flow) => { UpdateStats(); return CpuLevel; }); int32_t L_0 = __this->___CpuLevel_17; return L_0; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.GetPerformanceLevelsUnit::b__4_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_1_mDAC0B8FBDAC2A9E95025B100610328232D6BDE66 (GetPerformanceLevelsUnit_tC5B88BA0ED2DB022B5997B2392E0257FECDBA135* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // cpuLevel = ValueOutput("GPU Level", (flow) => { UpdateStats(); return GpuLevel; }); GetPerformanceLevelsUnit_UpdateStats_m56ACE0397204D7C3EA98325267A2E9EDBC9EA2A3(__this, NULL); // cpuLevel = ValueOutput("GPU Level", (flow) => { UpdateStats(); return GpuLevel; }); int32_t L_0 = __this->___GpuLevel_18; 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 // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::get_warningLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* GetThermalMetricUnit_get_warningLevel_mEDDAFA7763A9D3D54A7EB3C607C86FEBA680892A (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, const RuntimeMethod* method) { { // public ValueOutput warningLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3CwarningLevelU3Ek__BackingField_15; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::set_warningLevel(Unity.VisualScripting.ValueOutput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetThermalMetricUnit_set_warningLevel_mC216B0A542F6403E15DEA5E5315C116D82C3959C (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput warningLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CwarningLevelU3Ek__BackingField_15 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwarningLevelU3Ek__BackingField_15), (void*)L_0); return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetThermalMetricUnit_Definition_m7C22B0A4CF1F0F06ACE1710D76FD19C8D493C5A3 (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetThermalMetricUnit_U3CDefinitionU3Eb__13_0_mA1FF8C17F540D27F7B814F9B3394FF17590EFC4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetThermalMetricUnit_U3CDefinitionU3Eb__13_1_mA5FF18886F5036493800F5C4030C2F23B090B25C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetThermalMetricUnit_U3CDefinitionU3Eb__13_2_mF045FD9143A6457D94E83E68BC10792FBFAECF4A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetThermalMetricUnit_U3CDefinitionU3Eb__13_3_m1C7B93E8EEBE0F7CB4068D26DA06161E6EBB7AB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetThermalMetricUnit_U3CDefinitionU3Eb__13_4_m70E80E02133C64BE2CDAF238FFA15C4CA173DA82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26AA38F7AAA5BF57D0E3B881EE0C131A9887393A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral532C5C172A5DC89F3BEFDA1009C5E892ADDCDCE2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79E301C358739B3F1F7F139BA367FB4B14D300E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC37C1C4555D17E2265CBC6C41241BAE5D11B1486); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE957E0A0E7C8C8269AEF8F0D6525E66502B29A4); s_Il2CppMethodInitialized = true; } { // warningLevel = ValueOutput(nameof(warningLevel), (flow) => { UpdateStats(); return WarningLevel; }); Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_0 = (Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC*)il2cpp_codegen_object_new(Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m49BCFF49FBC3FF61A2D1830D69251634C074A948(L_0, __this, (intptr_t)((void*)GetThermalMetricUnit_U3CDefinitionU3Eb__13_0_mA1FF8C17F540D27F7B814F9B3394FF17590EFC4D_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63(__this, _stringLiteralC37C1C4555D17E2265CBC6C41241BAE5D11B1486, L_0, Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); GetThermalMetricUnit_set_warningLevel_mC216B0A542F6403E15DEA5E5315C116D82C3959C_inline(__this, L_1, NULL); // throttlingImminent = ValueOutput("throttlingImminent", (flow) => { UpdateStats(); return ThrottlingImminent; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_2 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_2, __this, (intptr_t)((void*)GetThermalMetricUnit_U3CDefinitionU3Eb__13_1_mA5FF18886F5036493800F5C4030C2F23B090B25C_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral26AA38F7AAA5BF57D0E3B881EE0C131A9887393A, L_2, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___throttlingImminent_16 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___throttlingImminent_16), (void*)L_3); // throttling = ValueOutput("throttling", (flow) => { UpdateStats(); return Throttling; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_4 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_4); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_4, __this, (intptr_t)((void*)GetThermalMetricUnit_U3CDefinitionU3Eb__13_2_mF045FD9143A6457D94E83E68BC10792FBFAECF4A_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral79E301C358739B3F1F7F139BA367FB4B14D300E9, L_4, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___throttling_17 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___throttling_17), (void*)L_5); // temperatureLevel = ValueOutput("Temperature Level", (flow) => { UpdateStats(); return TemperatureLevel; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_6 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_6); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_6, __this, (intptr_t)((void*)GetThermalMetricUnit_U3CDefinitionU3Eb__13_3_m1C7B93E8EEBE0F7CB4068D26DA06161E6EBB7AB2_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_7; L_7 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteral532C5C172A5DC89F3BEFDA1009C5E892ADDCDCE2, L_6, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___temperatureLevel_18 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___temperatureLevel_18), (void*)L_7); // temperatureTrend = ValueOutput("Temperature Trend", (flow) => { UpdateStats(); return TemperatureTrend; }); Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84* L_8 = (Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84*)il2cpp_codegen_object_new(Func_2_t0FC20FF8C2E4818EC62830FC1839407381014B84_il2cpp_TypeInfo_var); NullCheck(L_8); Func_2__ctor_mF53FFAD9FFFDB7826F1D7F184C8D28EAEFD90F45(L_8, __this, (intptr_t)((void*)GetThermalMetricUnit_U3CDefinitionU3Eb__13_4_m70E80E02133C64BE2CDAF238FFA15C4CA173DA82_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_9; L_9 = Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862(__this, _stringLiteralFE957E0A0E7C8C8269AEF8F0D6525E66502B29A4, L_8, Unit_ValueOutput_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m039FDD20D7A16689873E8C7607CA53A0C40D7862_RuntimeMethod_var); __this->___temperatureTrend_19 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___temperatureTrend_19), (void*)L_9); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetThermalMetricUnit_UpdateStats_m2BDE24D894E0540FF7A607C06231B8D8A3FAB7C2 (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0073; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0073; } } { // var tm = Holder.Instance.ThermalStatus.ThermalMetrics; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_ThermalStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_4; L_4 = InterfaceFuncInvoker0< ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(0 /* UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.IThermalStatus::get_ThermalMetrics() */, IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // TemperatureLevel = tm.TemperatureLevel; float L_5; L_5 = ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB_inline((&V_0), NULL); __this->___TemperatureLevel_20 = L_5; // TemperatureTrend = tm.TemperatureTrend; float L_6; L_6 = ThermalMetrics_get_TemperatureTrend_mE4FD543C209A2446C88F99A94FF873A8A3CC96A8_inline((&V_0), NULL); __this->___TemperatureTrend_21 = L_6; // ThrottlingImminent = tm.WarningLevel == AdaptivePerformance.WarningLevel.ThrottlingImminent; int32_t L_7; L_7 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&V_0), NULL); __this->___ThrottlingImminent_23 = (bool)((((int32_t)L_7) == ((int32_t)1))? 1 : 0); // Throttling = tm.WarningLevel == AdaptivePerformance.WarningLevel.Throttling; int32_t L_8; L_8 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&V_0), NULL); __this->___Throttling_24 = (bool)((((int32_t)L_8) == ((int32_t)2))? 1 : 0); // WarningLevel = tm.WarningLevel.ToString(); int32_t L_9; L_9 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&V_0), NULL); V_1 = L_9; Il2CppFakeBox L_10(WarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_il2cpp_TypeInfo_var, (&V_1)); String_t* L_11; L_11 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_10), NULL); __this->___WarningLevel_22 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___WarningLevel_22), (void*)L_11); } IL_0073: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetThermalMetricUnit__ctor_mB65DC7947B92FA9D1576044145A6E0319FC5CA17 (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); s_Il2CppMethodInitialized = true; } { // float TemperatureLevel = -1.0f; __this->___TemperatureLevel_20 = (-1.0f); // float TemperatureTrend = -1.0f; __this->___TemperatureTrend_21 = (-1.0f); // string WarningLevel = "unknown"; __this->___WarningLevel_22 = _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968; Il2CppCodeGenWriteBarrier((void**)(&__this->___WarningLevel_22), (void*)_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // System.String UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::b__13_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* GetThermalMetricUnit_U3CDefinitionU3Eb__13_0_mA1FF8C17F540D27F7B814F9B3394FF17590EFC4D (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // warningLevel = ValueOutput(nameof(warningLevel), (flow) => { UpdateStats(); return WarningLevel; }); GetThermalMetricUnit_UpdateStats_m2BDE24D894E0540FF7A607C06231B8D8A3FAB7C2(__this, NULL); // warningLevel = ValueOutput(nameof(warningLevel), (flow) => { UpdateStats(); return WarningLevel; }); String_t* L_0 = __this->___WarningLevel_22; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::b__13_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GetThermalMetricUnit_U3CDefinitionU3Eb__13_1_mA5FF18886F5036493800F5C4030C2F23B090B25C (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // throttlingImminent = ValueOutput("throttlingImminent", (flow) => { UpdateStats(); return ThrottlingImminent; }); GetThermalMetricUnit_UpdateStats_m2BDE24D894E0540FF7A607C06231B8D8A3FAB7C2(__this, NULL); // throttlingImminent = ValueOutput("throttlingImminent", (flow) => { UpdateStats(); return ThrottlingImminent; }); bool L_0 = __this->___ThrottlingImminent_23; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::b__13_2(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GetThermalMetricUnit_U3CDefinitionU3Eb__13_2_mF045FD9143A6457D94E83E68BC10792FBFAECF4A (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // throttling = ValueOutput("throttling", (flow) => { UpdateStats(); return Throttling; }); GetThermalMetricUnit_UpdateStats_m2BDE24D894E0540FF7A607C06231B8D8A3FAB7C2(__this, NULL); // throttling = ValueOutput("throttling", (flow) => { UpdateStats(); return Throttling; }); bool L_0 = __this->___Throttling_24; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::b__13_3(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GetThermalMetricUnit_U3CDefinitionU3Eb__13_3_m1C7B93E8EEBE0F7CB4068D26DA06161E6EBB7AB2 (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // temperatureLevel = ValueOutput("Temperature Level", (flow) => { UpdateStats(); return TemperatureLevel; }); GetThermalMetricUnit_UpdateStats_m2BDE24D894E0540FF7A607C06231B8D8A3FAB7C2(__this, NULL); // temperatureLevel = ValueOutput("Temperature Level", (flow) => { UpdateStats(); return TemperatureLevel; }); float L_0 = __this->___TemperatureLevel_20; return L_0; } } // System.Single UnityEngine.AdaptivePerformance.VisualScripting.GetThermalMetricUnit::b__13_4(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float GetThermalMetricUnit_U3CDefinitionU3Eb__13_4_m70E80E02133C64BE2CDAF238FFA15C4CA173DA82 (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // temperatureTrend = ValueOutput("Temperature Trend", (flow) => { UpdateStats(); return TemperatureTrend; }); GetThermalMetricUnit_UpdateStats_m2BDE24D894E0540FF7A607C06231B8D8A3FAB7C2(__this, NULL); // temperatureTrend = ValueOutput("Temperature Trend", (flow) => { UpdateStats(); return TemperatureTrend; }); float L_0 = __this->___TemperatureTrend_21; 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.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::get_register() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnBoostUnit_get_register_m0833DB25A51B3B88D8E8AD7EE828009C60E13C5D (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, const RuntimeMethod* method) { { // protected override bool register => true; return (bool)1; } } // Unity.VisualScripting.EventHook UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::GetHook(Unity.VisualScripting.GraphReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 OnBoostUnit_GetHook_mD39F2CAC6763129E8407A48966F879AB405CB6B8 (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9* ___0_reference, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFEF2EC068AE7601A5A37B9A09E0B8565435029B); s_Il2CppMethodInitialized = true; } { // return new EventHook(AdaptivePerformanceEventHooks.OnBoostEvent); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; memset((&L_0), 0, sizeof(L_0)); EventHook__ctor_m1A17871BCBD01C71D26FCE6875681560AB2F0209((&L_0), _stringLiteralAFEF2EC068AE7601A5A37B9A09E0B8565435029B, NULL, NULL, /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::AssignArguments(Unity.VisualScripting.Flow,UnityEngine.AdaptivePerformance.PerformanceBoostChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBoostUnit_AssignArguments_m71028F9676285BA9BFE7C8F12F55CD7B3CCA9DB5 (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___1_data, 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; } { // flow.SetValue(cpuBoost, data.CpuBoost); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_0 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1 = __this->___cpuBoost_17; bool L_2; L_2 = PerformanceBoostChangeEventArgs_get_CpuBoost_m8A4E9ADBE730B5736D35C2F1B69D990075FDA8F1_inline((&___1_data), NULL); bool L_3 = L_2; RuntimeObject* L_4 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_3); NullCheck(L_0); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_0, L_1, L_4, NULL); // flow.SetValue(gpuBoost, data.GpuBoost); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_5 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_6 = __this->___gpuBoost_18; bool L_7; L_7 = PerformanceBoostChangeEventArgs_get_GpuBoost_m39C7AF59354957CE76736EB95D795638198D2D56_inline((&___1_data), NULL); bool L_8 = L_7; RuntimeObject* L_9 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_8); NullCheck(L_5); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_5, L_6, L_9, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBoostUnit_Definition_m4D637B73E48B749945D0F87D266365E97926BA87 (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1_Definition_mBCDE5A24B042F4026BFE6872173D44A45FC2E133_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnBoostUnit_U3CDefinitionU3Eb__8_0_m88E458F494EA3311A924A4EB338850E5284F988C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnBoostUnit_U3CDefinitionU3Eb__8_1_mC8B3CF123C460F1BBC367FC67C27866404E05A5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00FA8603E37F73D0CB301F5F55E831C64F1B62CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F099B772E48B6810ABB64CCEE81ABEF6ABF6CF1); s_Il2CppMethodInitialized = true; } { // base.Definition(); EventUnit_1_Definition_mBCDE5A24B042F4026BFE6872173D44A45FC2E133(__this, EventUnit_1_Definition_mBCDE5A24B042F4026BFE6872173D44A45FC2E133_RuntimeMethod_var); // cpuBoost = ValueOutput("CPU Boost", (flow) => { UpdateStats(); return CpuBoost; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_0 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_0, __this, (intptr_t)((void*)OnBoostUnit_U3CDefinitionU3Eb__8_0_m88E458F494EA3311A924A4EB338850E5284F988C_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral00FA8603E37F73D0CB301F5F55E831C64F1B62CE, L_0, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___cpuBoost_17 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___cpuBoost_17), (void*)L_1); // gpuBoost = ValueOutput("GPU Boost", (flow) => { UpdateStats(); return GpuBoost; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_2 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_2, __this, (intptr_t)((void*)OnBoostUnit_U3CDefinitionU3Eb__8_1_mC8B3CF123C460F1BBC367FC67C27866404E05A5E_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral7F099B772E48B6810ABB64CCEE81ABEF6ABF6CF1, L_2, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___gpuBoost_18 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___gpuBoost_18), (void*)L_3); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBoostUnit_UpdateStats_m2D954A4A02A4F8E6DF4D9AA76229BB744F988B34 (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0038; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0038; } } { // var pm = Holder.Instance.PerformanceStatus.PerformanceMetrics; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_4; L_4 = InterfaceFuncInvoker0< PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 >::Invoke(0 /* UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.IPerformanceStatus::get_PerformanceMetrics() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // CpuBoost = pm.CpuPerformanceBoost; bool L_5; L_5 = PerformanceMetrics_get_CpuPerformanceBoost_m54AC3712FE7F51BD212012AB467F4E57F0490069_inline((&V_0), NULL); __this->___CpuBoost_19 = L_5; // GpuBoost = pm.GpuPerformanceBoost; bool L_6; L_6 = PerformanceMetrics_get_GpuPerformanceBoost_mFA438BA2A89EE34241A6F7A00A7B18DBCA6AF9F3_inline((&V_0), NULL); __this->___GpuBoost_20 = L_6; } IL_0038: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBoostUnit__ctor_m1915C45FF46305A69736C65AAFB41F3A6B11A6C3 (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1__ctor_mFAD1D8B633E93FD5D4954C516EE017ACACDFB519_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { EventUnit_1__ctor_mFAD1D8B633E93FD5D4954C516EE017ACACDFB519(__this, EventUnit_1__ctor_mFAD1D8B633E93FD5D4954C516EE017ACACDFB519_RuntimeMethod_var); return; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::b__8_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnBoostUnit_U3CDefinitionU3Eb__8_0_m88E458F494EA3311A924A4EB338850E5284F988C (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // cpuBoost = ValueOutput("CPU Boost", (flow) => { UpdateStats(); return CpuBoost; }); OnBoostUnit_UpdateStats_m2D954A4A02A4F8E6DF4D9AA76229BB744F988B34(__this, NULL); // cpuBoost = ValueOutput("CPU Boost", (flow) => { UpdateStats(); return CpuBoost; }); bool L_0 = __this->___CpuBoost_19; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBoostUnit::b__8_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnBoostUnit_U3CDefinitionU3Eb__8_1_mC8B3CF123C460F1BBC367FC67C27866404E05A5E (OnBoostUnit_t5E5AB2375EBD04BD676464312E44561C98409EB3* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // gpuBoost = ValueOutput("GPU Boost", (flow) => { UpdateStats(); return GpuBoost; }); OnBoostUnit_UpdateStats_m2D954A4A02A4F8E6DF4D9AA76229BB744F988B34(__this, NULL); // gpuBoost = ValueOutput("GPU Boost", (flow) => { UpdateStats(); return GpuBoost; }); bool L_0 = __this->___GpuBoost_20; 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 // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::get_bottleneck() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnBottleneckUnit_get_bottleneck_m2E9B5EC1962BBE01235FAE7F27251CD3CD46D955 (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, const RuntimeMethod* method) { { // public ValueOutput bottleneck { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3CbottleneckU3Ek__BackingField_17; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::set_bottleneck(Unity.VisualScripting.ValueOutput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBottleneckUnit_set_bottleneck_m7EC116D15DA3C5A280F31D90399040DB5170EA8D (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput bottleneck { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CbottleneckU3Ek__BackingField_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbottleneckU3Ek__BackingField_17), (void*)L_0); return; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::get_register() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnBottleneckUnit_get_register_m51A404F56A7DBF00D097C52F77F25FD3B638B66B (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, const RuntimeMethod* method) { { // protected override bool register => true; return (bool)1; } } // Unity.VisualScripting.EventHook UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::GetHook(Unity.VisualScripting.GraphReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 OnBottleneckUnit_GetHook_m33C11B934D78E68A27E7085D81245827684158DE (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9* ___0_reference, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BBE98B931C5029FDB1B93355C87795C8B508B12); s_Il2CppMethodInitialized = true; } { // return new EventHook(AdaptivePerformanceEventHooks.OnBottleneckEvent); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; memset((&L_0), 0, sizeof(L_0)); EventHook__ctor_m1A17871BCBD01C71D26FCE6875681560AB2F0209((&L_0), _stringLiteral5BBE98B931C5029FDB1B93355C87795C8B508B12, NULL, NULL, /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::AssignArguments(Unity.VisualScripting.Flow,UnityEngine.AdaptivePerformance.PerformanceBottleneck) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBottleneckUnit_AssignArguments_mE5ED57C2A72581FA2955FAD9E7C64CF50AC13EEC (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, int32_t ___1_data, 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*)&PerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // flow.SetValue(bottleneck, data.ToString()); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_0 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = OnBottleneckUnit_get_bottleneck_m2E9B5EC1962BBE01235FAE7F27251CD3CD46D955_inline(__this, NULL); Il2CppFakeBox L_2(PerformanceBottleneck_t1056FAC76E5B602E8D51330D87282B0C0DF1AA84_il2cpp_TypeInfo_var, (&___1_data)); String_t* L_3; L_3 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_2), NULL); NullCheck(L_0); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_0, L_1, L_3, NULL); // flow.SetValue(cpu, data == PerformanceBottleneck.CPU); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_4 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5 = __this->___cpu_18; int32_t L_6 = ___1_data; bool L_7 = ((bool)((((int32_t)L_6) == ((int32_t)1))? 1 : 0)); RuntimeObject* L_8 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_7); NullCheck(L_4); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_4, L_5, L_8, NULL); // flow.SetValue(gpu, data == PerformanceBottleneck.GPU); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_9 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_10 = __this->___gpu_19; int32_t L_11 = ___1_data; bool L_12 = ((bool)((((int32_t)L_11) == ((int32_t)2))? 1 : 0)); RuntimeObject* L_13 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_12); NullCheck(L_9); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_9, L_10, L_13, NULL); // flow.SetValue(targetFrameRate, data == PerformanceBottleneck.TargetFrameRate); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_14 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_15 = __this->___targetFrameRate_20; int32_t L_16 = ___1_data; bool L_17 = ((bool)((((int32_t)L_16) == ((int32_t)3))? 1 : 0)); RuntimeObject* L_18 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_17); NullCheck(L_14); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_14, L_15, L_18, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBottleneckUnit_Definition_m4A1A658FB37D9B6DC1538E8B1D96B54129F1D5AD (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1_Definition_m16EE49A38370A00D72816EBED7C9C6E61817410C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDefinitionU3Eb__11_0_mBACA09EBF5C5E59C3DF431A5F3C8B78052917D6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDefinitionU3Eb__11_1_m6622805D963E80196EE6D78A4B89359BA2553143_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDefinitionU3Eb__11_2_mCB06CBFAB648E5BF65E7C6409289D9BE76368AFD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDefinitionU3Eb__11_3_mBC791049942993F1A76016F70758E60111002D85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D0FF5E8DD7BAFF34922E7A97F6C66AF34042189); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7AFCFE78D0035460BC15B679E5827F85A0867D6A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC8516CF64DB87BA9D9ADEA1A6290857F6B41B09); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF47D393F5B939CDC6D733486C9AF31DDDA7DA1D); s_Il2CppMethodInitialized = true; } Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* G_B2_0 = NULL; String_t* G_B2_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B2_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B2_3 = NULL; Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* G_B1_0 = NULL; String_t* G_B1_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B1_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B1_3 = NULL; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* G_B4_0 = NULL; String_t* G_B4_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B4_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B4_3 = NULL; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* G_B3_0 = NULL; String_t* G_B3_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B3_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B3_3 = NULL; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* G_B6_0 = NULL; String_t* G_B6_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B6_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B6_3 = NULL; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* G_B5_0 = NULL; String_t* G_B5_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B5_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B5_3 = NULL; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* G_B8_0 = NULL; String_t* G_B8_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B8_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B8_3 = NULL; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* G_B7_0 = NULL; String_t* G_B7_1 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B7_2 = NULL; OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* G_B7_3 = NULL; { // base.Definition(); EventUnit_1_Definition_m16EE49A38370A00D72816EBED7C9C6E61817410C(__this, EventUnit_1_Definition_m16EE49A38370A00D72816EBED7C9C6E61817410C_RuntimeMethod_var); // bottleneck = ValueOutput(nameof(bottleneck), (flow) => "Unknown"); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_0 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1; Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = _stringLiteral7AFCFE78D0035460BC15B679E5827F85A0867D6A; G_B1_2 = __this; G_B1_3 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = _stringLiteral7AFCFE78D0035460BC15B679E5827F85A0867D6A; G_B2_2 = __this; G_B2_3 = __this; goto IL_002c; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* L_2 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_3 = (Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC*)il2cpp_codegen_object_new(Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); NullCheck(L_3); Func_2__ctor_m49BCFF49FBC3FF61A2D1830D69251634C074A948(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3CDefinitionU3Eb__11_0_mBACA09EBF5C5E59C3DF431A5F3C8B78052917D6C_RuntimeMethod_var), NULL); Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_4 = L_3; ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_0_1), (void*)L_4); G_B2_0 = L_4; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; } IL_002c: { NullCheck(G_B2_2); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63(G_B2_2, G_B2_1, G_B2_0, Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); NullCheck(G_B2_3); OnBottleneckUnit_set_bottleneck_m7EC116D15DA3C5A280F31D90399040DB5170EA8D_inline(G_B2_3, L_5, NULL); // cpu = ValueOutput("Cpu", (flow) => false); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_6 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_7 = L_6; G_B3_0 = L_7; G_B3_1 = _stringLiteral0D0FF5E8DD7BAFF34922E7A97F6C66AF34042189; G_B3_2 = __this; G_B3_3 = __this; if (L_7) { G_B4_0 = L_7; G_B4_1 = _stringLiteral0D0FF5E8DD7BAFF34922E7A97F6C66AF34042189; G_B4_2 = __this; G_B4_3 = __this; goto IL_005c; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* L_8 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_9 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_9); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_9, L_8, (intptr_t)((void*)U3CU3Ec_U3CDefinitionU3Eb__11_1_m6622805D963E80196EE6D78A4B89359BA2553143_RuntimeMethod_var), NULL); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_10 = L_9; ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_1_2), (void*)L_10); G_B4_0 = L_10; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; } IL_005c: { NullCheck(G_B4_2); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_11; L_11 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(G_B4_2, G_B4_1, G_B4_0, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); NullCheck(G_B4_3); G_B4_3->___cpu_18 = L_11; Il2CppCodeGenWriteBarrier((void**)(&G_B4_3->___cpu_18), (void*)L_11); // gpu = ValueOutput("Gpu", (flow) => false); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_12 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_2_3; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_13 = L_12; G_B5_0 = L_13; G_B5_1 = _stringLiteralEF47D393F5B939CDC6D733486C9AF31DDDA7DA1D; G_B5_2 = __this; G_B5_3 = __this; if (L_13) { G_B6_0 = L_13; G_B6_1 = _stringLiteralEF47D393F5B939CDC6D733486C9AF31DDDA7DA1D; G_B6_2 = __this; G_B6_3 = __this; goto IL_008c; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* L_14 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_15 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_15); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_15, L_14, (intptr_t)((void*)U3CU3Ec_U3CDefinitionU3Eb__11_2_mCB06CBFAB648E5BF65E7C6409289D9BE76368AFD_RuntimeMethod_var), NULL); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_16 = L_15; ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_2_3 = L_16; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_2_3), (void*)L_16); G_B6_0 = L_16; G_B6_1 = G_B5_1; G_B6_2 = G_B5_2; G_B6_3 = G_B5_3; } IL_008c: { NullCheck(G_B6_2); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_17; L_17 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(G_B6_2, G_B6_1, G_B6_0, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); NullCheck(G_B6_3); G_B6_3->___gpu_19 = L_17; Il2CppCodeGenWriteBarrier((void**)(&G_B6_3->___gpu_19), (void*)L_17); // targetFrameRate = ValueOutput("TargetFrameRate", (flow) => false); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_18 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_3_4; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_19 = L_18; G_B7_0 = L_19; G_B7_1 = _stringLiteralDC8516CF64DB87BA9D9ADEA1A6290857F6B41B09; G_B7_2 = __this; G_B7_3 = __this; if (L_19) { G_B8_0 = L_19; G_B8_1 = _stringLiteralDC8516CF64DB87BA9D9ADEA1A6290857F6B41B09; G_B8_2 = __this; G_B8_3 = __this; goto IL_00bc; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* L_20 = ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_21 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_21); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_21, L_20, (intptr_t)((void*)U3CU3Ec_U3CDefinitionU3Eb__11_3_mBC791049942993F1A76016F70758E60111002D85_RuntimeMethod_var), NULL); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_22 = L_21; ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_3_4 = L_22; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9__11_3_4), (void*)L_22); G_B8_0 = L_22; G_B8_1 = G_B7_1; G_B8_2 = G_B7_2; G_B8_3 = G_B7_3; } IL_00bc: { NullCheck(G_B8_2); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_23; L_23 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(G_B8_2, G_B8_1, G_B8_0, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); NullCheck(G_B8_3); G_B8_3->___targetFrameRate_20 = L_23; Il2CppCodeGenWriteBarrier((void**)(&G_B8_3->___targetFrameRate_20), (void*)L_23); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnBottleneckUnit__ctor_mA02C2D8206376ABD6887C9B14FC61D7F51B21E1F (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1__ctor_m508AE1FCD794BAB90322AB826916F01B4229B9BB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { EventUnit_1__ctor_m508AE1FCD794BAB90322AB826916F01B4229B9BB(__this, EventUnit_1__ctor_m508AE1FCD794BAB90322AB826916F01B4229B9BB_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m68517F183903FA1B891BBE50061DDA42C44C369A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* L_0 = (U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90*)il2cpp_codegen_object_new(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_m6A3ED25BCDD7B27F8224A92E0439D78A6727741F(L_0, NULL); ((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6A3ED25BCDD7B27F8224A92E0439D78A6727741F (U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.String UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::b__11_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CDefinitionU3Eb__11_0_mBACA09EBF5C5E59C3DF431A5F3C8B78052917D6C (U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D54E959817188DBAD9E65FA3DB55F06B70F5E3C); s_Il2CppMethodInitialized = true; } { // bottleneck = ValueOutput(nameof(bottleneck), (flow) => "Unknown"); return _stringLiteral5D54E959817188DBAD9E65FA3DB55F06B70F5E3C; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::b__11_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CDefinitionU3Eb__11_1_m6622805D963E80196EE6D78A4B89359BA2553143 (U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // cpu = ValueOutput("Cpu", (flow) => false); return (bool)0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::b__11_2(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CDefinitionU3Eb__11_2_mCB06CBFAB648E5BF65E7C6409289D9BE76368AFD (U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // gpu = ValueOutput("Gpu", (flow) => false); return (bool)0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnBottleneckUnit/<>c::b__11_3(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CDefinitionU3Eb__11_3_mBC791049942993F1A76016F70758E60111002D85 (U3CU3Ec_t7CDADDB68E8E6175275CEC0B5DA4E12FAB1B3F90* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // targetFrameRate = ValueOutput("TargetFrameRate", (flow) => false); return (bool)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 // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::get_onScalerLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnLevelUnit_get_onScalerLevel_m7AF23D8DD7593929F1D27856346CFA282FEB0CCC (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) { { // public ValueOutput onScalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3ConScalerLevelU3Ek__BackingField_17; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::set_onScalerLevel(Unity.VisualScripting.ValueOutput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnLevelUnit_set_onScalerLevel_mF5995F1CBA52A62FDC0CD3E0C4DF6A0D22BB49A2 (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput onScalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3ConScalerLevelU3Ek__BackingField_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ConScalerLevelU3Ek__BackingField_17), (void*)L_0); return; } } // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::get_scalerLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnLevelUnit_get_scalerLevel_m5B016D08828C2086A42C8F2A9775666B1B77ABEF (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) { { // public ValueOutput scalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3CscalerLevelU3Ek__BackingField_18; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::set_scalerLevel(Unity.VisualScripting.ValueOutput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnLevelUnit_set_scalerLevel_mABF5F4FB436B1A2D56FCF1BF50DF5E1FB66837B8 (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput scalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CscalerLevelU3Ek__BackingField_18 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CscalerLevelU3Ek__BackingField_18), (void*)L_0); return; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::get_register() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnLevelUnit_get_register_mD382A296847F7A529C6B54F12D71C6662AD666AE (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) { { // protected override bool register => true; return (bool)1; } } // Unity.VisualScripting.EventHook UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::GetHook(Unity.VisualScripting.GraphReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 OnLevelUnit_GetHook_m882576C0693D605AB7F16561CADE3596A8B35DA4 (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9* ___0_reference, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C58DA39C7DE4A951378C863F054C8B233A1790F); s_Il2CppMethodInitialized = true; } { // return new EventHook(AdaptivePerformanceEventHooks.OnScalerEvent); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; memset((&L_0), 0, sizeof(L_0)); EventHook__ctor_m1A17871BCBD01C71D26FCE6875681560AB2F0209((&L_0), _stringLiteral7C58DA39C7DE4A951378C863F054C8B233A1790F, NULL, NULL, /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::AssignArguments(Unity.VisualScripting.Flow,UnityEngine.AdaptivePerformance.VisualScripting.AdaptivePerformanceScalerEvent) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnLevelUnit_AssignArguments_m0B8422924081320EAC844A53A3AA4BB0985BDC9A (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D ___1_scalerEvent, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // flow.SetValue(onScalerLevel, scalerEvent.Name); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_0 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = OnLevelUnit_get_onScalerLevel_m7AF23D8DD7593929F1D27856346CFA282FEB0CCC_inline(__this, NULL); AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D L_2 = ___1_scalerEvent; String_t* L_3 = L_2.___Name_0; NullCheck(L_0); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_0, L_1, L_3, NULL); // flow.SetValue(scalerLevel, scalerEvent.Level); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_4 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = OnLevelUnit_get_scalerLevel_m5B016D08828C2086A42C8F2A9775666B1B77ABEF_inline(__this, NULL); AdaptivePerformanceScalerEvent_t4FB8CAC39F9A8788AB10F7B8E579B0A4FB56558D L_6 = ___1_scalerEvent; int32_t L_7 = L_6.___Level_1; int32_t L_8 = L_7; RuntimeObject* L_9 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_8); NullCheck(L_4); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_4, L_5, L_9, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnLevelUnit_Definition_m8457702EFC68315104190A61A64F5764670DE586 (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1_Definition_m0719DFED4E3C7F62A6CF3D83B98996F227CADDA8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDefinitionU3Eb__12_0_m945C31D68D1D2F0BA23C30631EF2F25A41C53503_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CDefinitionU3Eb__12_1_mE34C156CC017AA5D97537C8C45AC54B71F6E1098_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral650A039E112F8F5AAD75AA196190A04347DC940D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEDDCED884AF63EBFC6803C8820BDF2631B8543F); s_Il2CppMethodInitialized = true; } Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* G_B2_0 = NULL; String_t* G_B2_1 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B2_2 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B2_3 = NULL; Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* G_B1_0 = NULL; String_t* G_B1_1 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B1_2 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B1_3 = NULL; Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* G_B4_0 = NULL; String_t* G_B4_1 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B4_2 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B4_3 = NULL; Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* G_B3_0 = NULL; String_t* G_B3_1 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B3_2 = NULL; OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* G_B3_3 = NULL; { // base.Definition(); EventUnit_1_Definition_m0719DFED4E3C7F62A6CF3D83B98996F227CADDA8(__this, EventUnit_1_Definition_m0719DFED4E3C7F62A6CF3D83B98996F227CADDA8_RuntimeMethod_var); // onScalerLevel = ValueOutput("Scaler Name", (flow) => ""); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var); Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_0 = ((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9__12_0_1; Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = _stringLiteralEEDDCED884AF63EBFC6803C8820BDF2631B8543F; G_B1_2 = __this; G_B1_3 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = _stringLiteralEEDDCED884AF63EBFC6803C8820BDF2631B8543F; G_B2_2 = __this; G_B2_3 = __this; goto IL_002c; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var); U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* L_2 = ((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_3 = (Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC*)il2cpp_codegen_object_new(Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); NullCheck(L_3); Func_2__ctor_m49BCFF49FBC3FF61A2D1830D69251634C074A948(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3CDefinitionU3Eb__12_0_m945C31D68D1D2F0BA23C30631EF2F25A41C53503_RuntimeMethod_var), NULL); Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_4 = L_3; ((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9__12_0_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9__12_0_1), (void*)L_4); G_B2_0 = L_4; G_B2_1 = G_B1_1; G_B2_2 = G_B1_2; G_B2_3 = G_B1_3; } IL_002c: { NullCheck(G_B2_2); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63(G_B2_2, G_B2_1, G_B2_0, Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); NullCheck(G_B2_3); OnLevelUnit_set_onScalerLevel_mF5995F1CBA52A62FDC0CD3E0C4DF6A0D22BB49A2_inline(G_B2_3, L_5, NULL); // scalerLevel = ValueOutput("Scaler Level", (flow) => - 1); il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_6 = ((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9__12_1_2; Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_7 = L_6; G_B3_0 = L_7; G_B3_1 = _stringLiteral650A039E112F8F5AAD75AA196190A04347DC940D; G_B3_2 = __this; G_B3_3 = __this; if (L_7) { G_B4_0 = L_7; G_B4_1 = _stringLiteral650A039E112F8F5AAD75AA196190A04347DC940D; G_B4_2 = __this; G_B4_3 = __this; goto IL_005c; } } { il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var); U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* L_8 = ((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9_0; Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_9 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_9); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_9, L_8, (intptr_t)((void*)U3CU3Ec_U3CDefinitionU3Eb__12_1_mE34C156CC017AA5D97537C8C45AC54B71F6E1098_RuntimeMethod_var), NULL); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_10 = L_9; ((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9__12_1_2 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9__12_1_2), (void*)L_10); G_B4_0 = L_10; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; } IL_005c: { NullCheck(G_B4_2); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_11; L_11 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(G_B4_2, G_B4_1, G_B4_0, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); NullCheck(G_B4_3); OnLevelUnit_set_scalerLevel_mABF5F4FB436B1A2D56FCF1BF50DF5E1FB66837B8_inline(G_B4_3, L_11, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnLevelUnit__ctor_m92B80EC655C4A9E070334AE03CE87CD71CED1214 (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1__ctor_m093DF243242121AFB9F16E26D8BCEB72746A1897_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { EventUnit_1__ctor_m093DF243242121AFB9F16E26D8BCEB72746A1897(__this, EventUnit_1__ctor_m093DF243242121AFB9F16E26D8BCEB72746A1897_RuntimeMethod_var); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m3312E8750507BD4F4792AEFD30805FDAEFAA4592 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* L_0 = (U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38*)il2cpp_codegen_object_new(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__ctor_mF996BDC87A85890A56A4516E63F27978D5CCD0DC(L_0, NULL); ((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0); return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mF996BDC87A85890A56A4516E63F27978D5CCD0DC (U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.String UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::b__12_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3CDefinitionU3Eb__12_0_m945C31D68D1D2F0BA23C30631EF2F25A41C53503 (U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // onScalerLevel = ValueOutput("Scaler Name", (flow) => ""); return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.OnLevelUnit/<>c::b__12_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3CDefinitionU3Eb__12_1_mE34C156CC017AA5D97537C8C45AC54B71F6E1098 (U3CU3Ec_t74B26482DB843C8D4DFE19615FFDE3679B4E1F38* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // scalerLevel = ValueOutput("Scaler Level", (flow) => - 1); return (-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 UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::get_register() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnPerformanceLevelsUnit_get_register_m1797B3C5862E482F48764A3E7EE58A9484C195C3 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, const RuntimeMethod* method) { { // protected override bool register => true; return (bool)1; } } // Unity.VisualScripting.EventHook UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::GetHook(Unity.VisualScripting.GraphReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 OnPerformanceLevelsUnit_GetHook_m3127CF7F0DF33C11C4EA10967A3097F61008D997 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9* ___0_reference, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA56E0D1F247ACBD314CCE7C0E51144FCB0908AA7); s_Il2CppMethodInitialized = true; } { // return new EventHook(AdaptivePerformanceEventHooks.OnPerformanceLevelEvent); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; memset((&L_0), 0, sizeof(L_0)); EventHook__ctor_m1A17871BCBD01C71D26FCE6875681560AB2F0209((&L_0), _stringLiteralA56E0D1F247ACBD314CCE7C0E51144FCB0908AA7, NULL, NULL, /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::AssignArguments(Unity.VisualScripting.Flow,UnityEngine.AdaptivePerformance.PerformanceLevelChangeEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPerformanceLevelsUnit_AssignArguments_m926A27D930A7600BD1CC4826EE07A1A91D036632 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___1_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // flow.SetValue(CpuLevel, data.CpuLevel); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_0 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1 = __this->___CpuLevel_17; int32_t L_2; L_2 = PerformanceLevelChangeEventArgs_get_CpuLevel_m0B6F576BD2CEE0978E0BD908E09163F80AF9A6DA_inline((&___1_data), NULL); int32_t L_3 = L_2; RuntimeObject* L_4 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_3); NullCheck(L_0); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_0, L_1, L_4, NULL); // flow.SetValue(GpuLevel, data.GpuLevel); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_5 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_6 = __this->___GpuLevel_18; int32_t L_7; L_7 = PerformanceLevelChangeEventArgs_get_GpuLevel_m648A122EA96E4EBD3B2F9845B918F785DB52AA1B_inline((&___1_data), NULL); int32_t L_8 = L_7; RuntimeObject* L_9 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_8); NullCheck(L_5); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_5, L_6, L_9, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPerformanceLevelsUnit_Definition_m35E3981E52EAD3F9DD6923D3BFE7CAB83AA31F07 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1_Definition_m1112634E31676C6816390CD36F63C460DA716F8D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_0_m4B8BF01ADAE4D17AD80B2F7FD70E47AF53647F2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_1_mE8C75F975190225CB971CBBB2131DB7309A530A5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5702570B573859A9720827AF07FB4C80524BC323); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA07B958ECD8BEA766D91B660EE540985BAC69F56); s_Il2CppMethodInitialized = true; } { // base.Definition(); EventUnit_1_Definition_m1112634E31676C6816390CD36F63C460DA716F8D(__this, EventUnit_1_Definition_m1112634E31676C6816390CD36F63C460DA716F8D_RuntimeMethod_var); // CpuLevel = ValueOutput("CPU Level", (flow) => { UpdateStats(); return cpuLevel; }); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_0 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_0, __this, (intptr_t)((void*)OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_0_m4B8BF01ADAE4D17AD80B2F7FD70E47AF53647F2A_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(__this, _stringLiteral5702570B573859A9720827AF07FB4C80524BC323, L_0, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); __this->___CpuLevel_17 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___CpuLevel_17), (void*)L_1); // GpuLevel = ValueOutput("GPU Level", (flow) => { UpdateStats(); return gpuLevel; }); Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021* L_2 = (Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021*)il2cpp_codegen_object_new(Func_2_tE15970F2C68502F5A28DDFA80B3B0BAAFCF75021_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_m9D829CC4E84EC5A62F0E18B2C8E596B4BDDDE71E(L_2, __this, (intptr_t)((void*)OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_1_mE8C75F975190225CB971CBBB2131DB7309A530A5_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9(__this, _stringLiteralA07B958ECD8BEA766D91B660EE540985BAC69F56, L_2, Unit_ValueOutput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mEF3BA238FEB27E202F7187E645E9ACEF68DD28E9_RuntimeMethod_var); __this->___GpuLevel_18 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___GpuLevel_18), (void*)L_3); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPerformanceLevelsUnit_UpdateStats_mE5F585AAB1BA4AA3D2F37A7FA254480358F63962 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 V_0; memset((&V_0), 0, sizeof(V_0)); { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0038; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0038; } } { // var pm = Holder.Instance.PerformanceStatus.PerformanceMetrics; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* UnityEngine.AdaptivePerformance.IPerformanceStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_PerformanceStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 L_4; L_4 = InterfaceFuncInvoker0< PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6 >::Invoke(0 /* UnityEngine.AdaptivePerformance.PerformanceMetrics UnityEngine.AdaptivePerformance.IPerformanceStatus::get_PerformanceMetrics() */, IPerformanceStatus_t8A4DCF9A34C5D67A0771DE6ED38241E246B7EDF0_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // cpuLevel = pm.CurrentCpuLevel; int32_t L_5; L_5 = PerformanceMetrics_get_CurrentCpuLevel_m42A271D1A5C04AAAAD68579A49966134E6AF7F3B_inline((&V_0), NULL); __this->___cpuLevel_19 = L_5; // gpuLevel = pm.CurrentGpuLevel; int32_t L_6; L_6 = PerformanceMetrics_get_CurrentGpuLevel_m25F770270C60AC1AE919AAFAB0339AAB847265B5_inline((&V_0), NULL); __this->___gpuLevel_20 = L_6; } IL_0038: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnPerformanceLevelsUnit__ctor_mB02E927A00D1FDCBBCF0F80C74FA2B08C6B4EAD4 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1__ctor_m096C0AC93618DA40B992321958FABBFC4364E960_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // int cpuLevel = -1; __this->___cpuLevel_19 = (-1); // int gpuLevel = -1; __this->___gpuLevel_20 = (-1); EventUnit_1__ctor_m096C0AC93618DA40B992321958FABBFC4364E960(__this, EventUnit_1__ctor_m096C0AC93618DA40B992321958FABBFC4364E960_RuntimeMethod_var); return; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::b__8_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_0_m4B8BF01ADAE4D17AD80B2F7FD70E47AF53647F2A (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // CpuLevel = ValueOutput("CPU Level", (flow) => { UpdateStats(); return cpuLevel; }); OnPerformanceLevelsUnit_UpdateStats_mE5F585AAB1BA4AA3D2F37A7FA254480358F63962(__this, NULL); // CpuLevel = ValueOutput("CPU Level", (flow) => { UpdateStats(); return cpuLevel; }); int32_t L_0 = __this->___cpuLevel_19; return L_0; } } // System.Int32 UnityEngine.AdaptivePerformance.VisualScripting.OnPerformanceLevelsUnit::b__8_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t OnPerformanceLevelsUnit_U3CDefinitionU3Eb__8_1_mE8C75F975190225CB971CBBB2131DB7309A530A5 (OnPerformanceLevelsUnit_t9A8DD217156C63FD3574D9D7CB9C05EE0013AB28* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // GpuLevel = ValueOutput("GPU Level", (flow) => { UpdateStats(); return gpuLevel; }); OnPerformanceLevelsUnit_UpdateStats_mE5F585AAB1BA4AA3D2F37A7FA254480358F63962(__this, NULL); // GpuLevel = ValueOutput("GPU Level", (flow) => { UpdateStats(); return gpuLevel; }); int32_t L_0 = __this->___gpuLevel_20; 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 // Unity.VisualScripting.ValueOutput UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::get_warningLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnThermalMetricUnit_get_warningLevel_m1B83A456994FED80356014A6703F60FFEA950138 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) { { // public ValueOutput warningLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3CwarningLevelU3Ek__BackingField_17; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::set_warningLevel(Unity.VisualScripting.ValueOutput) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnThermalMetricUnit_set_warningLevel_m980E90FB332A4243FE3256F1827E64DD5D9A9EE3 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput warningLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CwarningLevelU3Ek__BackingField_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwarningLevelU3Ek__BackingField_17), (void*)L_0); return; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::get_register() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnThermalMetricUnit_get_register_m36F8F2F1B05B8BF24593EB08CEE9BD865A9B7116 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) { { // protected override bool register => true; return (bool)1; } } // Unity.VisualScripting.EventHook UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::GetHook(Unity.VisualScripting.GraphReference) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 OnThermalMetricUnit_GetHook_mD876C32D79F674B68EE5154F9DBAED015A21E900 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, GraphReference_t721C982B418EEAA6BE9FA2BFB6A047A8E9362DA9* ___0_reference, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68977CD98A99C90E071EAF5D6C5DF98D7673E8B2); s_Il2CppMethodInitialized = true; } { // return new EventHook(AdaptivePerformanceEventHooks.OnThermalEvent); EventHook_t1C9E2570B55940C342214BACB5E9EC889A113157 L_0; memset((&L_0), 0, sizeof(L_0)); EventHook__ctor_m1A17871BCBD01C71D26FCE6875681560AB2F0209((&L_0), _stringLiteral68977CD98A99C90E071EAF5D6C5DF98D7673E8B2, NULL, NULL, /*hidden argument*/NULL); return L_0; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::AssignArguments(Unity.VisualScripting.Flow,UnityEngine.AdaptivePerformance.WarningLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnThermalMetricUnit_AssignArguments_m225EE69C0B10E2A3D02293686A0AFC54AA537563 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, int32_t ___1_data, 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*)&WarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // flow.SetValue(warningLevel, data.ToString()); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_0 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = OnThermalMetricUnit_get_warningLevel_m1B83A456994FED80356014A6703F60FFEA950138_inline(__this, NULL); Il2CppFakeBox L_2(WarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_il2cpp_TypeInfo_var, (&___1_data)); String_t* L_3; L_3 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_2), NULL); NullCheck(L_0); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_0, L_1, L_3, NULL); // flow.SetValue(throttlingImminent, data == AdaptivePerformance.WarningLevel.ThrottlingImminent); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_4 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5 = __this->___throttlingImminent_18; int32_t L_6 = ___1_data; bool L_7 = ((bool)((((int32_t)L_6) == ((int32_t)1))? 1 : 0)); RuntimeObject* L_8 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_7); NullCheck(L_4); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_4, L_5, L_8, NULL); // flow.SetValue(throttling, data == AdaptivePerformance.WarningLevel.Throttling); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_9 = ___0_flow; ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_10 = __this->___throttling_19; int32_t L_11 = ___1_data; bool L_12 = ((bool)((((int32_t)L_11) == ((int32_t)2))? 1 : 0)); RuntimeObject* L_13 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_12); NullCheck(L_9); Flow_SetValue_m635BAF02F51D7C027C4F85157B80E2AB2DFB48A7(L_9, L_10, L_13, NULL); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnThermalMetricUnit_Definition_m769F6DC762F68650AFE8B4CB2DDE1655BB5FE755 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1_Definition_mB1554408D9B72464A8D779B64C7247AE16FD4C4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnThermalMetricUnit_U3CDefinitionU3Eb__13_0_m32BC286AA8CB86EC484A6721512A3E170EE9F40E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnThermalMetricUnit_U3CDefinitionU3Eb__13_1_mB732F5DBA9934A66D686839945259B58507426E0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnThermalMetricUnit_U3CDefinitionU3Eb__13_2_m3BE8069BC7229F2EF6390531F1281098B8599098_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26AA38F7AAA5BF57D0E3B881EE0C131A9887393A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral79E301C358739B3F1F7F139BA367FB4B14D300E9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC37C1C4555D17E2265CBC6C41241BAE5D11B1486); s_Il2CppMethodInitialized = true; } { // base.Definition(); EventUnit_1_Definition_mB1554408D9B72464A8D779B64C7247AE16FD4C4B(__this, EventUnit_1_Definition_mB1554408D9B72464A8D779B64C7247AE16FD4C4B_RuntimeMethod_var); // warningLevel = ValueOutput(nameof(warningLevel), (flow) => { UpdateStats(); return WarningLevel; }); Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC* L_0 = (Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC*)il2cpp_codegen_object_new(Func_2_t5CB9E4E05FB5262CE14911745CC793B6C7CD89DC_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m49BCFF49FBC3FF61A2D1830D69251634C074A948(L_0, __this, (intptr_t)((void*)OnThermalMetricUnit_U3CDefinitionU3Eb__13_0_m32BC286AA8CB86EC484A6721512A3E170EE9F40E_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_1; L_1 = Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63(__this, _stringLiteralC37C1C4555D17E2265CBC6C41241BAE5D11B1486, L_0, Unit_ValueOutput_TisString_t_m502849F1AB5A0DFE9F3D25C8741FCF3244751C63_RuntimeMethod_var); OnThermalMetricUnit_set_warningLevel_m980E90FB332A4243FE3256F1827E64DD5D9A9EE3_inline(__this, L_1, NULL); // throttlingImminent = ValueOutput("throttlingImminent", (flow) => { UpdateStats(); return ThrottlingImminent; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_2 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_2); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_2, __this, (intptr_t)((void*)OnThermalMetricUnit_U3CDefinitionU3Eb__13_1_mB732F5DBA9934A66D686839945259B58507426E0_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_3; L_3 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral26AA38F7AAA5BF57D0E3B881EE0C131A9887393A, L_2, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___throttlingImminent_18 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___throttlingImminent_18), (void*)L_3); // throttling = ValueOutput("throttling", (flow) => { UpdateStats(); return Throttling; }); Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C* L_4 = (Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C*)il2cpp_codegen_object_new(Func_2_tCF3029BCCA647C1B54318B688881E1742A230E8C_il2cpp_TypeInfo_var); NullCheck(L_4); Func_2__ctor_mD2BC2155AEB75DF62C99620BF592982DFB7F04A6(L_4, __this, (intptr_t)((void*)OnThermalMetricUnit_U3CDefinitionU3Eb__13_2_m3BE8069BC7229F2EF6390531F1281098B8599098_RuntimeMethod_var), NULL); ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_5; L_5 = Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC(__this, _stringLiteral79E301C358739B3F1F7F139BA367FB4B14D300E9, L_4, Unit_ValueOutput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mACEFB45D0AED2FA05F63BA1F1FF949B58D73D9FC_RuntimeMethod_var); __this->___throttling_19 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___throttling_19), (void*)L_5); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::UpdateStats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnThermalMetricUnit_UpdateStats_m04AA54E96DADA0982C2315F03999F7636AE1B5ED (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0059; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0059; } } { // var tm = Holder.Instance.ThermalStatus.ThermalMetrics; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* UnityEngine.AdaptivePerformance.IThermalStatus UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_ThermalStatus() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); NullCheck(L_3); ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 L_4; L_4 = InterfaceFuncInvoker0< ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 >::Invoke(0 /* UnityEngine.AdaptivePerformance.ThermalMetrics UnityEngine.AdaptivePerformance.IThermalStatus::get_ThermalMetrics() */, IThermalStatus_tE6F7FE9ACF41700CF2F9FBF2331FC3B15540AD22_il2cpp_TypeInfo_var, L_3); V_0 = L_4; // ThrottlingImminent = tm.WarningLevel == AdaptivePerformance.WarningLevel.ThrottlingImminent; int32_t L_5; L_5 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&V_0), NULL); __this->___ThrottlingImminent_21 = (bool)((((int32_t)L_5) == ((int32_t)1))? 1 : 0); // Throttling = tm.WarningLevel == AdaptivePerformance.WarningLevel.Throttling; int32_t L_6; L_6 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&V_0), NULL); __this->___Throttling_22 = (bool)((((int32_t)L_6) == ((int32_t)2))? 1 : 0); // WarningLevel = tm.WarningLevel.ToString(); int32_t L_7; L_7 = ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline((&V_0), NULL); V_1 = L_7; Il2CppFakeBox L_8(WarningLevel_t5C5B992767B63159DE16F2E667AECCB6592DB4AC_il2cpp_TypeInfo_var, (&V_1)); String_t* L_9; L_9 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_8), NULL); __this->___WarningLevel_20 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___WarningLevel_20), (void*)L_9); } IL_0059: { // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnThermalMetricUnit__ctor_m0DE9E46D3E0F46B4A9B47D77ED96CBBBC8BCF7C4 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventUnit_1__ctor_mB9E8B8B06EAB0F5EB38AF127EB55D7CA63EBFEF3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); s_Il2CppMethodInitialized = true; } { // string WarningLevel = "unknown"; __this->___WarningLevel_20 = _stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968; Il2CppCodeGenWriteBarrier((void**)(&__this->___WarningLevel_20), (void*)_stringLiteral2C3323E6A37819D4C4AC310608DA4CF7FB13A968); EventUnit_1__ctor_mB9E8B8B06EAB0F5EB38AF127EB55D7CA63EBFEF3(__this, EventUnit_1__ctor_mB9E8B8B06EAB0F5EB38AF127EB55D7CA63EBFEF3_RuntimeMethod_var); return; } } // System.String UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::b__13_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* OnThermalMetricUnit_U3CDefinitionU3Eb__13_0_m32BC286AA8CB86EC484A6721512A3E170EE9F40E (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // warningLevel = ValueOutput(nameof(warningLevel), (flow) => { UpdateStats(); return WarningLevel; }); OnThermalMetricUnit_UpdateStats_m04AA54E96DADA0982C2315F03999F7636AE1B5ED(__this, NULL); // warningLevel = ValueOutput(nameof(warningLevel), (flow) => { UpdateStats(); return WarningLevel; }); String_t* L_0 = __this->___WarningLevel_20; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::b__13_1(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnThermalMetricUnit_U3CDefinitionU3Eb__13_1_mB732F5DBA9934A66D686839945259B58507426E0 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // throttlingImminent = ValueOutput("throttlingImminent", (flow) => { UpdateStats(); return ThrottlingImminent; }); OnThermalMetricUnit_UpdateStats_m04AA54E96DADA0982C2315F03999F7636AE1B5ED(__this, NULL); // throttlingImminent = ValueOutput("throttlingImminent", (flow) => { UpdateStats(); return ThrottlingImminent; }); bool L_0 = __this->___ThrottlingImminent_21; return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.VisualScripting.OnThermalMetricUnit::b__13_2(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OnThermalMetricUnit_U3CDefinitionU3Eb__13_2_m3BE8069BC7229F2EF6390531F1281098B8599098 (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { { // throttling = ValueOutput("throttling", (flow) => { UpdateStats(); return Throttling; }); OnThermalMetricUnit_UpdateStats_m04AA54E96DADA0982C2315F03999F7636AE1B5ED(__this, NULL); // throttling = ValueOutput("throttling", (flow) => { UpdateStats(); return Throttling; }); bool L_0 = __this->___Throttling_22; 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 UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetBoostUnit_Definition_mD5B83F4A1263D82EAB8A8B6ECB87E78C4BC18B14 (SetBoostUnit_t90DB344230E13439B7F792D4A9B62430C6F92C03* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetBoostUnit_U3CDefinitionU3Eb__4_0_mC006E41478D9B3E6F1E8B3F9E9A9657F2EE6260D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00FA8603E37F73D0CB301F5F55E831C64F1B62CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F099B772E48B6810ABB64CCEE81ABEF6ABF6CF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBEFB2C30FEE4229175FCCA2895CCF02E654829C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE1F31FA91E27BDD7187F345C44291049236E78A); s_Il2CppMethodInitialized = true; } { // inputTrigger = ControlInput("inputTrigger", (flow) => { // if (Application.isPlaying && Holder.Instance != null) // { // var pc = Holder.Instance.DevicePerformanceControl; // var cpuInput = flow.GetValue(cpuBoostInput); // var gpuInput = flow.GetValue(gpuBoostInput); // if (cpuInput) // pc.CpuPerformanceBoost = cpuInput; // if (gpuInput) // pc.GpuPerformanceBoost = gpuInput; // } // // return outputTrigger; // }); Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8* L_0 = (Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8*)il2cpp_codegen_object_new(Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m36A365D852CA6BD70A68A3A26FF683FB3369DDF4(L_0, __this, (intptr_t)((void*)SetBoostUnit_U3CDefinitionU3Eb__4_0_mC006E41478D9B3E6F1E8B3F9E9A9657F2EE6260D_RuntimeMethod_var), NULL); ControlInput_t1AD434958538C865F55A62C66B9C24DA82AD31FE* L_1; L_1 = Unit_ControlInput_mF730DABA4FE60423D39B8EADE5DA72F51E6166A5(__this, _stringLiteralBBEFB2C30FEE4229175FCCA2895CCF02E654829C, L_0, NULL); __this->___inputTrigger_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___inputTrigger_15), (void*)L_1); // outputTrigger = ControlOutput("outputTrigger"); ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* L_2; L_2 = Unit_ControlOutput_mCD76724DFB6AAE10C099E9984A39A5E0FC2824FE(__this, _stringLiteralCE1F31FA91E27BDD7187F345C44291049236E78A, NULL); __this->___outputTrigger_16 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___outputTrigger_16), (void*)L_2); // cpuBoostInput = ValueInput("CPU Boost", false); ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_3; L_3 = Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E(__this, _stringLiteral00FA8603E37F73D0CB301F5F55E831C64F1B62CE, (bool)0, Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E_RuntimeMethod_var); __this->___cpuBoostInput_17 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___cpuBoostInput_17), (void*)L_3); // gpuBoostInput = ValueInput("GPU Boost", false); ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_4; L_4 = Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E(__this, _stringLiteral7F099B772E48B6810ABB64CCEE81ABEF6ABF6CF1, (bool)0, Unit_ValueInput_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m5F57ACB9112ECB996EBF8DF1B7ACE6D313D8905E_RuntimeMethod_var); __this->___gpuBoostInput_18 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___gpuBoostInput_18), (void*)L_4); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetBoostUnit__ctor_mCD924BFABA8E3A2F87033DA52AAACB5AE72B455C (SetBoostUnit_t90DB344230E13439B7F792D4A9B62430C6F92C03* __this, const RuntimeMethod* method) { { Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // Unity.VisualScripting.ControlOutput UnityEngine.AdaptivePerformance.VisualScripting.SetBoostUnit::b__4_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* SetBoostUnit_U3CDefinitionU3Eb__4_0_mC006E41478D9B3E6F1E8B3F9E9A9657F2EE6260D (SetBoostUnit_t90DB344230E13439B7F792D4A9B62430C6F92C03* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; bool V_2 = false; { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0047; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0047; } } { // var pc = Holder.Instance.DevicePerformanceControl; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* UnityEngine.AdaptivePerformance.IDevicePerformanceControl UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_DevicePerformanceControl() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); V_0 = L_3; // var cpuInput = flow.GetValue(cpuBoostInput); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_4 = ___0_flow; ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_5 = __this->___cpuBoostInput_17; NullCheck(L_4); bool L_6; L_6 = Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813(L_4, L_5, Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813_RuntimeMethod_var); V_1 = L_6; // var gpuInput = flow.GetValue(gpuBoostInput); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_7 = ___0_flow; ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_8 = __this->___gpuBoostInput_18; NullCheck(L_7); bool L_9; L_9 = Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813(L_7, L_8, Flow_GetValue_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mC3604EB852C107FEF92DCC5531A2074DFD7F6813_RuntimeMethod_var); V_2 = L_9; // if (cpuInput) bool L_10 = V_1; if (!L_10) { goto IL_003d; } } { // pc.CpuPerformanceBoost = cpuInput; RuntimeObject* L_11 = V_0; bool L_12 = V_1; NullCheck(L_11); InterfaceActionInvoker1< bool >::Invoke(10 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_CpuPerformanceBoost(System.Boolean) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_11, L_12); } IL_003d: { // if (gpuInput) bool L_13 = V_2; if (!L_13) { goto IL_0047; } } { // pc.GpuPerformanceBoost = gpuInput; RuntimeObject* L_14 = V_0; bool L_15 = V_2; NullCheck(L_14); InterfaceActionInvoker1< bool >::Invoke(12 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_GpuPerformanceBoost(System.Boolean) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_14, L_15); } IL_0047: { // return outputTrigger; ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* L_16 = __this->___outputTrigger_16; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit::Definition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetPerformanceLevelsUnit_Definition_mC506DEF2AD1ADB0858C6C3E0BD466EF64616BF60 (SetPerformanceLevelsUnit_tE86344167BC07ED2549DEC0983994515BD69261C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m88667C0F6EFE1F487FD64467A2A0730890793E95_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5702570B573859A9720827AF07FB4C80524BC323); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA07B958ECD8BEA766D91B660EE540985BAC69F56); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBEFB2C30FEE4229175FCCA2895CCF02E654829C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE1F31FA91E27BDD7187F345C44291049236E78A); s_Il2CppMethodInitialized = true; } { // inputTrigger = ControlInput("inputTrigger", (flow) => // { // if (Application.isPlaying && Holder.Instance != null) // { // var pc = Holder.Instance.DevicePerformanceControl; // var cpuInput = flow.GetValue(cpuLevelInput); // var gpuInput = flow.GetValue(gpuLevelInput); // if (cpuInput >= 0) // { // pc.CpuLevel = cpuInput; // } // if (gpuInput >= 0) // { // pc.GpuLevel = gpuInput; // } // } // return outputTrigger; // }); Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8* L_0 = (Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8*)il2cpp_codegen_object_new(Func_2_tE299C631F0CB2E8E61444D749D446C27349C90B8_il2cpp_TypeInfo_var); NullCheck(L_0); Func_2__ctor_m36A365D852CA6BD70A68A3A26FF683FB3369DDF4(L_0, __this, (intptr_t)((void*)SetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m88667C0F6EFE1F487FD64467A2A0730890793E95_RuntimeMethod_var), NULL); ControlInput_t1AD434958538C865F55A62C66B9C24DA82AD31FE* L_1; L_1 = Unit_ControlInput_mF730DABA4FE60423D39B8EADE5DA72F51E6166A5(__this, _stringLiteralBBEFB2C30FEE4229175FCCA2895CCF02E654829C, L_0, NULL); __this->___inputTrigger_15 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___inputTrigger_15), (void*)L_1); // outputTrigger = ControlOutput("outputTrigger"); ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* L_2; L_2 = Unit_ControlOutput_mCD76724DFB6AAE10C099E9984A39A5E0FC2824FE(__this, _stringLiteralCE1F31FA91E27BDD7187F345C44291049236E78A, NULL); __this->___outputTrigger_16 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___outputTrigger_16), (void*)L_2); // cpuLevelInput = ValueInput("CPU Level", -1); ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_3; L_3 = Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093(__this, _stringLiteral5702570B573859A9720827AF07FB4C80524BC323, (-1), Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093_RuntimeMethod_var); __this->___cpuLevelInput_17 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___cpuLevelInput_17), (void*)L_3); // gpuLevelInput = ValueInput("GPU Level", -1); ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_4; L_4 = Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093(__this, _stringLiteralA07B958ECD8BEA766D91B660EE540985BAC69F56, (-1), Unit_ValueInput_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C32FE3BCE5F59CF5B41DB566DB4D1BD54C20093_RuntimeMethod_var); __this->___gpuLevelInput_18 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___gpuLevelInput_18), (void*)L_4); // } return; } } // System.Void UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SetPerformanceLevelsUnit__ctor_m487F8D3E8F08502FA4F54E7650B255460274446C (SetPerformanceLevelsUnit_tE86344167BC07ED2549DEC0983994515BD69261C* __this, const RuntimeMethod* method) { { Unit__ctor_m7C07A3A00D7777361F4B86B45F40073D1A65D8B2(__this, NULL); return; } } // Unity.VisualScripting.ControlOutput UnityEngine.AdaptivePerformance.VisualScripting.SetPerformanceLevelsUnit::b__4_0(Unity.VisualScripting.Flow) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* SetPerformanceLevelsUnit_U3CDefinitionU3Eb__4_0_m88667C0F6EFE1F487FD64467A2A0730890793E95 (SetPerformanceLevelsUnit_tE86344167BC07ED2549DEC0983994515BD69261C* __this, Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* ___0_flow, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { // if (Application.isPlaying && Holder.Instance != null) bool L_0; L_0 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL); if (!L_0) { goto IL_0049; } } { RuntimeObject* L_1; L_1 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); if (!L_1) { goto IL_0049; } } { // var pc = Holder.Instance.DevicePerformanceControl; RuntimeObject* L_2; L_2 = Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline(NULL); NullCheck(L_2); RuntimeObject* L_3; L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(3 /* UnityEngine.AdaptivePerformance.IDevicePerformanceControl UnityEngine.AdaptivePerformance.IAdaptivePerformance::get_DevicePerformanceControl() */, IAdaptivePerformance_tBB12A63019C69A6BB094EB947A51A88D5CB0F2EE_il2cpp_TypeInfo_var, L_2); V_0 = L_3; // var cpuInput = flow.GetValue(cpuLevelInput); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_4 = ___0_flow; ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_5 = __this->___cpuLevelInput_17; NullCheck(L_4); int32_t L_6; L_6 = Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE(L_4, L_5, Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE_RuntimeMethod_var); V_1 = L_6; // var gpuInput = flow.GetValue(gpuLevelInput); Flow_tC370BDFF173D53E274F883ED6ADAFE29B049C582* L_7 = ___0_flow; ValueInput_t2F9A2AA29F683A1C27C273BF8AABA4C2D9851392* L_8 = __this->___gpuLevelInput_18; NullCheck(L_7); int32_t L_9; L_9 = Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE(L_7, L_8, Flow_GetValue_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m3A5084EDD3F31A532C0D277ECD50400F695575FE_RuntimeMethod_var); V_2 = L_9; // if (cpuInput >= 0) int32_t L_10 = V_1; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_003e; } } { // pc.CpuLevel = cpuInput; RuntimeObject* L_11 = V_0; int32_t L_12 = V_1; NullCheck(L_11); InterfaceActionInvoker1< int32_t >::Invoke(6 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_CpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_11, L_12); } IL_003e: { // if (gpuInput >= 0) int32_t L_13 = V_2; if ((((int32_t)L_13) < ((int32_t)0))) { goto IL_0049; } } { // pc.GpuLevel = gpuInput; RuntimeObject* L_14 = V_0; int32_t L_15 = V_2; NullCheck(L_14); InterfaceActionInvoker1< int32_t >::Invoke(8 /* System.Void UnityEngine.AdaptivePerformance.IDevicePerformanceControl::set_GpuLevel(System.Int32) */, IDevicePerformanceControl_t3F98B954AD9D7F5B9A7FA57A0A68DCFDF3DAF427_il2cpp_TypeInfo_var, L_14, L_15); } IL_0049: { // return outputTrigger; ControlOutput_t478B71A736EFBCE24B532F0279A9E701C9CDD8B9* L_16 = __this->___outputTrigger_16; return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord IL2CPP_EXTERN_C void PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshal_pinvoke(const PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83& unmarshaled, PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_pinvoke& marshaled) { marshaled.___U3CChangeFlagsU3Ek__BackingField_0 = unmarshaled.___U3CChangeFlagsU3Ek__BackingField_0; marshaled.___U3CTemperatureLevelU3Ek__BackingField_1 = unmarshaled.___U3CTemperatureLevelU3Ek__BackingField_1; marshaled.___U3CTemperatureTrendU3Ek__BackingField_2 = unmarshaled.___U3CTemperatureTrendU3Ek__BackingField_2; marshaled.___U3CWarningLevelU3Ek__BackingField_3 = unmarshaled.___U3CWarningLevelU3Ek__BackingField_3; marshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4 = unmarshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4; marshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5 = unmarshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5; marshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6 = static_cast(unmarshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6); marshaled.___U3CCpuFrameTimeU3Ek__BackingField_7 = unmarshaled.___U3CCpuFrameTimeU3Ek__BackingField_7; marshaled.___U3CGpuFrameTimeU3Ek__BackingField_8 = unmarshaled.___U3CGpuFrameTimeU3Ek__BackingField_8; marshaled.___U3COverallFrameTimeU3Ek__BackingField_9 = unmarshaled.___U3COverallFrameTimeU3Ek__BackingField_9; marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10 = static_cast(unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10); marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11 = static_cast(unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11); marshaled.___U3CClusterInfoU3Ek__BackingField_12 = unmarshaled.___U3CClusterInfoU3Ek__BackingField_12; } IL2CPP_EXTERN_C void PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshal_pinvoke_back(const PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_pinvoke& marshaled, PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83& unmarshaled) { int32_t unmarshaledU3CChangeFlagsU3Ek__BackingField_temp_0 = 0; unmarshaledU3CChangeFlagsU3Ek__BackingField_temp_0 = marshaled.___U3CChangeFlagsU3Ek__BackingField_0; unmarshaled.___U3CChangeFlagsU3Ek__BackingField_0 = unmarshaledU3CChangeFlagsU3Ek__BackingField_temp_0; float unmarshaledU3CTemperatureLevelU3Ek__BackingField_temp_1 = 0.0f; unmarshaledU3CTemperatureLevelU3Ek__BackingField_temp_1 = marshaled.___U3CTemperatureLevelU3Ek__BackingField_1; unmarshaled.___U3CTemperatureLevelU3Ek__BackingField_1 = unmarshaledU3CTemperatureLevelU3Ek__BackingField_temp_1; float unmarshaledU3CTemperatureTrendU3Ek__BackingField_temp_2 = 0.0f; unmarshaledU3CTemperatureTrendU3Ek__BackingField_temp_2 = marshaled.___U3CTemperatureTrendU3Ek__BackingField_2; unmarshaled.___U3CTemperatureTrendU3Ek__BackingField_2 = unmarshaledU3CTemperatureTrendU3Ek__BackingField_temp_2; int32_t unmarshaledU3CWarningLevelU3Ek__BackingField_temp_3 = 0; unmarshaledU3CWarningLevelU3Ek__BackingField_temp_3 = marshaled.___U3CWarningLevelU3Ek__BackingField_3; unmarshaled.___U3CWarningLevelU3Ek__BackingField_3 = unmarshaledU3CWarningLevelU3Ek__BackingField_temp_3; int32_t unmarshaledU3CCpuPerformanceLevelU3Ek__BackingField_temp_4 = 0; unmarshaledU3CCpuPerformanceLevelU3Ek__BackingField_temp_4 = marshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4; unmarshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4 = unmarshaledU3CCpuPerformanceLevelU3Ek__BackingField_temp_4; int32_t unmarshaledU3CGpuPerformanceLevelU3Ek__BackingField_temp_5 = 0; unmarshaledU3CGpuPerformanceLevelU3Ek__BackingField_temp_5 = marshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5; unmarshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5 = unmarshaledU3CGpuPerformanceLevelU3Ek__BackingField_temp_5; bool unmarshaledU3CPerformanceLevelControlAvailableU3Ek__BackingField_temp_6 = false; unmarshaledU3CPerformanceLevelControlAvailableU3Ek__BackingField_temp_6 = static_cast(marshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6); unmarshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6 = unmarshaledU3CPerformanceLevelControlAvailableU3Ek__BackingField_temp_6; float unmarshaledU3CCpuFrameTimeU3Ek__BackingField_temp_7 = 0.0f; unmarshaledU3CCpuFrameTimeU3Ek__BackingField_temp_7 = marshaled.___U3CCpuFrameTimeU3Ek__BackingField_7; unmarshaled.___U3CCpuFrameTimeU3Ek__BackingField_7 = unmarshaledU3CCpuFrameTimeU3Ek__BackingField_temp_7; float unmarshaledU3CGpuFrameTimeU3Ek__BackingField_temp_8 = 0.0f; unmarshaledU3CGpuFrameTimeU3Ek__BackingField_temp_8 = marshaled.___U3CGpuFrameTimeU3Ek__BackingField_8; unmarshaled.___U3CGpuFrameTimeU3Ek__BackingField_8 = unmarshaledU3CGpuFrameTimeU3Ek__BackingField_temp_8; float unmarshaledU3COverallFrameTimeU3Ek__BackingField_temp_9 = 0.0f; unmarshaledU3COverallFrameTimeU3Ek__BackingField_temp_9 = marshaled.___U3COverallFrameTimeU3Ek__BackingField_9; unmarshaled.___U3COverallFrameTimeU3Ek__BackingField_9 = unmarshaledU3COverallFrameTimeU3Ek__BackingField_temp_9; bool unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_10 = false; unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_10 = static_cast(marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10); unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10 = unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_10; bool unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_11 = false; unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_11 = static_cast(marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11); unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11 = unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_11; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12; memset((&unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12), 0, sizeof(unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12)); unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12 = marshaled.___U3CClusterInfoU3Ek__BackingField_12; unmarshaled.___U3CClusterInfoU3Ek__BackingField_12 = unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord IL2CPP_EXTERN_C void PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshal_pinvoke_cleanup(PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord IL2CPP_EXTERN_C void PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshal_com(const PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83& unmarshaled, PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_com& marshaled) { marshaled.___U3CChangeFlagsU3Ek__BackingField_0 = unmarshaled.___U3CChangeFlagsU3Ek__BackingField_0; marshaled.___U3CTemperatureLevelU3Ek__BackingField_1 = unmarshaled.___U3CTemperatureLevelU3Ek__BackingField_1; marshaled.___U3CTemperatureTrendU3Ek__BackingField_2 = unmarshaled.___U3CTemperatureTrendU3Ek__BackingField_2; marshaled.___U3CWarningLevelU3Ek__BackingField_3 = unmarshaled.___U3CWarningLevelU3Ek__BackingField_3; marshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4 = unmarshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4; marshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5 = unmarshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5; marshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6 = static_cast(unmarshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6); marshaled.___U3CCpuFrameTimeU3Ek__BackingField_7 = unmarshaled.___U3CCpuFrameTimeU3Ek__BackingField_7; marshaled.___U3CGpuFrameTimeU3Ek__BackingField_8 = unmarshaled.___U3CGpuFrameTimeU3Ek__BackingField_8; marshaled.___U3COverallFrameTimeU3Ek__BackingField_9 = unmarshaled.___U3COverallFrameTimeU3Ek__BackingField_9; marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10 = static_cast(unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10); marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11 = static_cast(unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11); marshaled.___U3CClusterInfoU3Ek__BackingField_12 = unmarshaled.___U3CClusterInfoU3Ek__BackingField_12; } IL2CPP_EXTERN_C void PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshal_com_back(const PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_com& marshaled, PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83& unmarshaled) { int32_t unmarshaledU3CChangeFlagsU3Ek__BackingField_temp_0 = 0; unmarshaledU3CChangeFlagsU3Ek__BackingField_temp_0 = marshaled.___U3CChangeFlagsU3Ek__BackingField_0; unmarshaled.___U3CChangeFlagsU3Ek__BackingField_0 = unmarshaledU3CChangeFlagsU3Ek__BackingField_temp_0; float unmarshaledU3CTemperatureLevelU3Ek__BackingField_temp_1 = 0.0f; unmarshaledU3CTemperatureLevelU3Ek__BackingField_temp_1 = marshaled.___U3CTemperatureLevelU3Ek__BackingField_1; unmarshaled.___U3CTemperatureLevelU3Ek__BackingField_1 = unmarshaledU3CTemperatureLevelU3Ek__BackingField_temp_1; float unmarshaledU3CTemperatureTrendU3Ek__BackingField_temp_2 = 0.0f; unmarshaledU3CTemperatureTrendU3Ek__BackingField_temp_2 = marshaled.___U3CTemperatureTrendU3Ek__BackingField_2; unmarshaled.___U3CTemperatureTrendU3Ek__BackingField_2 = unmarshaledU3CTemperatureTrendU3Ek__BackingField_temp_2; int32_t unmarshaledU3CWarningLevelU3Ek__BackingField_temp_3 = 0; unmarshaledU3CWarningLevelU3Ek__BackingField_temp_3 = marshaled.___U3CWarningLevelU3Ek__BackingField_3; unmarshaled.___U3CWarningLevelU3Ek__BackingField_3 = unmarshaledU3CWarningLevelU3Ek__BackingField_temp_3; int32_t unmarshaledU3CCpuPerformanceLevelU3Ek__BackingField_temp_4 = 0; unmarshaledU3CCpuPerformanceLevelU3Ek__BackingField_temp_4 = marshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4; unmarshaled.___U3CCpuPerformanceLevelU3Ek__BackingField_4 = unmarshaledU3CCpuPerformanceLevelU3Ek__BackingField_temp_4; int32_t unmarshaledU3CGpuPerformanceLevelU3Ek__BackingField_temp_5 = 0; unmarshaledU3CGpuPerformanceLevelU3Ek__BackingField_temp_5 = marshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5; unmarshaled.___U3CGpuPerformanceLevelU3Ek__BackingField_5 = unmarshaledU3CGpuPerformanceLevelU3Ek__BackingField_temp_5; bool unmarshaledU3CPerformanceLevelControlAvailableU3Ek__BackingField_temp_6 = false; unmarshaledU3CPerformanceLevelControlAvailableU3Ek__BackingField_temp_6 = static_cast(marshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6); unmarshaled.___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6 = unmarshaledU3CPerformanceLevelControlAvailableU3Ek__BackingField_temp_6; float unmarshaledU3CCpuFrameTimeU3Ek__BackingField_temp_7 = 0.0f; unmarshaledU3CCpuFrameTimeU3Ek__BackingField_temp_7 = marshaled.___U3CCpuFrameTimeU3Ek__BackingField_7; unmarshaled.___U3CCpuFrameTimeU3Ek__BackingField_7 = unmarshaledU3CCpuFrameTimeU3Ek__BackingField_temp_7; float unmarshaledU3CGpuFrameTimeU3Ek__BackingField_temp_8 = 0.0f; unmarshaledU3CGpuFrameTimeU3Ek__BackingField_temp_8 = marshaled.___U3CGpuFrameTimeU3Ek__BackingField_8; unmarshaled.___U3CGpuFrameTimeU3Ek__BackingField_8 = unmarshaledU3CGpuFrameTimeU3Ek__BackingField_temp_8; float unmarshaledU3COverallFrameTimeU3Ek__BackingField_temp_9 = 0.0f; unmarshaledU3COverallFrameTimeU3Ek__BackingField_temp_9 = marshaled.___U3COverallFrameTimeU3Ek__BackingField_9; unmarshaled.___U3COverallFrameTimeU3Ek__BackingField_9 = unmarshaledU3COverallFrameTimeU3Ek__BackingField_temp_9; bool unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_10 = false; unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_10 = static_cast(marshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10); unmarshaled.___U3CCpuPerformanceBoostU3Ek__BackingField_10 = unmarshaledU3CCpuPerformanceBoostU3Ek__BackingField_temp_10; bool unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_11 = false; unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_11 = static_cast(marshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11); unmarshaled.___U3CGpuPerformanceBoostU3Ek__BackingField_11 = unmarshaledU3CGpuPerformanceBoostU3Ek__BackingField_temp_11; ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12; memset((&unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12), 0, sizeof(unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12)); unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12 = marshaled.___U3CClusterInfoU3Ek__BackingField_12; unmarshaled.___U3CClusterInfoU3Ek__BackingField_12 = unmarshaledU3CClusterInfoU3Ek__BackingField_temp_12; } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord IL2CPP_EXTERN_C void PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshal_com_cleanup(PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83_marshaled_com& marshaled) { } // UnityEngine.AdaptivePerformance.Provider.Feature UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_ChangeFlags() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public Feature ChangeFlags { get; set; } int32_t L_0 = __this->___U3CChangeFlagsU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_ChangeFlags(UnityEngine.AdaptivePerformance.Provider.Feature) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_ChangeFlags_mE99AA127E129C78872D68F5C650D55B8E5D33DC8 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public Feature ChangeFlags { get; set; } int32_t L_0 = ___0_value; __this->___U3CChangeFlagsU3Ek__BackingField_0 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_ChangeFlags_mE99AA127E129C78872D68F5C650D55B8E5D33DC8_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_ChangeFlags_mE99AA127E129C78872D68F5C650D55B8E5D33DC8_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_TemperatureLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_TemperatureLevel_mF48F6ECD619E7DD65811410891B4AB7B9B218865 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = __this->___U3CTemperatureLevelU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C float PerformanceDataRecord_get_TemperatureLevel_mF48F6ECD619E7DD65811410891B4AB7B9B218865_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = PerformanceDataRecord_get_TemperatureLevel_mF48F6ECD619E7DD65811410891B4AB7B9B218865_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_TemperatureLevel(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_TemperatureLevel_mFC2BC8E019EFB0E7611C242D1F5D4EAB76570BB5 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureLevelU3Ek__BackingField_1 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_TemperatureLevel_mFC2BC8E019EFB0E7611C242D1F5D4EAB76570BB5_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_TemperatureLevel_mFC2BC8E019EFB0E7611C242D1F5D4EAB76570BB5_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_TemperatureTrend() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_TemperatureTrend_mF1A3DF7A654F1A20A4D9A70647B4250E734D6467 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = __this->___U3CTemperatureTrendU3Ek__BackingField_2; return L_0; } } IL2CPP_EXTERN_C float PerformanceDataRecord_get_TemperatureTrend_mF1A3DF7A654F1A20A4D9A70647B4250E734D6467_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = PerformanceDataRecord_get_TemperatureTrend_mF1A3DF7A654F1A20A4D9A70647B4250E734D6467_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_TemperatureTrend(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_TemperatureTrend_m19AB74C523678555F2FBB9798202DA7F0DFE741F (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureTrendU3Ek__BackingField_2 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_TemperatureTrend_m19AB74C523678555F2FBB9798202DA7F0DFE741F_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_TemperatureTrend_m19AB74C523678555F2FBB9798202DA7F0DFE741F_inline(_thisAdjusted, ___0_value, method); } // UnityEngine.AdaptivePerformance.WarningLevel UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_WarningLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_WarningLevel_m0C061FD490DF445A1D1347DBC5F798B206B5DB35 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = __this->___U3CWarningLevelU3Ek__BackingField_3; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceDataRecord_get_WarningLevel_m0C061FD490DF445A1D1347DBC5F798B206B5DB35_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceDataRecord_get_WarningLevel_m0C061FD490DF445A1D1347DBC5F798B206B5DB35_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_WarningLevel(UnityEngine.AdaptivePerformance.WarningLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_WarningLevel_mBC3853B7D0AA1412C41DFD248FA9E7252DAEB5F4 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CWarningLevelU3Ek__BackingField_3 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_WarningLevel_mBC3853B7D0AA1412C41DFD248FA9E7252DAEB5F4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_WarningLevel_mBC3853B7D0AA1412C41DFD248FA9E7252DAEB5F4_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_CpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_CpuPerformanceLevel_mF688EC621C77916A86F96CF7D0DAFD520B6D68E8 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public int CpuPerformanceLevel { get; set; } int32_t L_0 = __this->___U3CCpuPerformanceLevelU3Ek__BackingField_4; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceDataRecord_get_CpuPerformanceLevel_mF688EC621C77916A86F96CF7D0DAFD520B6D68E8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceDataRecord_get_CpuPerformanceLevel_mF688EC621C77916A86F96CF7D0DAFD520B6D68E8_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_CpuPerformanceLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuPerformanceLevel_m8BBB7FA33AF2644ED0DE81CD58CCB07C5F71ED03 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuPerformanceLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuPerformanceLevelU3Ek__BackingField_4 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_CpuPerformanceLevel_m8BBB7FA33AF2644ED0DE81CD58CCB07C5F71ED03_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_CpuPerformanceLevel_m8BBB7FA33AF2644ED0DE81CD58CCB07C5F71ED03_inline(_thisAdjusted, ___0_value, method); } // System.Int32 UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_GpuPerformanceLevel() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_GpuPerformanceLevel_mA928B60EF914AB4E7D95291E1357A3FE795DBE23 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public int GpuPerformanceLevel { get; set; } int32_t L_0 = __this->___U3CGpuPerformanceLevelU3Ek__BackingField_5; return L_0; } } IL2CPP_EXTERN_C int32_t PerformanceDataRecord_get_GpuPerformanceLevel_mA928B60EF914AB4E7D95291E1357A3FE795DBE23_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = PerformanceDataRecord_get_GpuPerformanceLevel_mA928B60EF914AB4E7D95291E1357A3FE795DBE23_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_GpuPerformanceLevel(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuPerformanceLevel_mBA26ABE3F6089BA232022D7F0F38B55B8FA9481A (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuPerformanceLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuPerformanceLevelU3Ek__BackingField_5 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_GpuPerformanceLevel_mBA26ABE3F6089BA232022D7F0F38B55B8FA9481A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_GpuPerformanceLevel_mBA26ABE3F6089BA232022D7F0F38B55B8FA9481A_inline(_thisAdjusted, ___0_value, method); } // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_PerformanceLevelControlAvailable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_PerformanceLevelControlAvailable_mB2379A58631D8AAE1AE389560BF46951ABE7D80F (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public bool PerformanceLevelControlAvailable { get; set; } bool L_0 = __this->___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6; return L_0; } } IL2CPP_EXTERN_C bool PerformanceDataRecord_get_PerformanceLevelControlAvailable_mB2379A58631D8AAE1AE389560BF46951ABE7D80F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceDataRecord_get_PerformanceLevelControlAvailable_mB2379A58631D8AAE1AE389560BF46951ABE7D80F_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_PerformanceLevelControlAvailable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_PerformanceLevelControlAvailable_m78A1EFC49C88D90E778F7C4C8605662E94B125FF (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool PerformanceLevelControlAvailable { get; set; } bool L_0 = ___0_value; __this->___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_PerformanceLevelControlAvailable_m78A1EFC49C88D90E778F7C4C8605662E94B125FF_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_PerformanceLevelControlAvailable_m78A1EFC49C88D90E778F7C4C8605662E94B125FF_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_CpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_CpuFrameTime_m64C3D3C8D2D7F3670DCC3EE2026B805DADF614BE (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float CpuFrameTime { get; set; } float L_0 = __this->___U3CCpuFrameTimeU3Ek__BackingField_7; return L_0; } } IL2CPP_EXTERN_C float PerformanceDataRecord_get_CpuFrameTime_m64C3D3C8D2D7F3670DCC3EE2026B805DADF614BE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = PerformanceDataRecord_get_CpuFrameTime_m64C3D3C8D2D7F3670DCC3EE2026B805DADF614BE_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_CpuFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuFrameTime_mEC930BB67EC609B14C010F60A94801C3D95D77E8 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float CpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCpuFrameTimeU3Ek__BackingField_7 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_CpuFrameTime_mEC930BB67EC609B14C010F60A94801C3D95D77E8_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_CpuFrameTime_mEC930BB67EC609B14C010F60A94801C3D95D77E8_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_GpuFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_GpuFrameTime_mFA20351C75C59AF7861FCE6E9A859AE0FD75C767 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float GpuFrameTime { get; set; } float L_0 = __this->___U3CGpuFrameTimeU3Ek__BackingField_8; return L_0; } } IL2CPP_EXTERN_C float PerformanceDataRecord_get_GpuFrameTime_mFA20351C75C59AF7861FCE6E9A859AE0FD75C767_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = PerformanceDataRecord_get_GpuFrameTime_mFA20351C75C59AF7861FCE6E9A859AE0FD75C767_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_GpuFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuFrameTime_mB779C484C185DB05F985A295EA7242EB8DA37299 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float GpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CGpuFrameTimeU3Ek__BackingField_8 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_GpuFrameTime_mB779C484C185DB05F985A295EA7242EB8DA37299_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_GpuFrameTime_mB779C484C185DB05F985A295EA7242EB8DA37299_inline(_thisAdjusted, ___0_value, method); } // System.Single UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_OverallFrameTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_OverallFrameTime_m6ABDF5F1B04E6FF9BDD96AFA00844F84E6570D90 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float OverallFrameTime { get; set; } float L_0 = __this->___U3COverallFrameTimeU3Ek__BackingField_9; return L_0; } } IL2CPP_EXTERN_C float PerformanceDataRecord_get_OverallFrameTime_m6ABDF5F1B04E6FF9BDD96AFA00844F84E6570D90_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); float _returnValue; _returnValue = PerformanceDataRecord_get_OverallFrameTime_m6ABDF5F1B04E6FF9BDD96AFA00844F84E6570D90_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_OverallFrameTime(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_OverallFrameTime_m5B1BCB4A02EFAC8A44DAEDB111526F6BF5DDF9C1 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float OverallFrameTime { get; set; } float L_0 = ___0_value; __this->___U3COverallFrameTimeU3Ek__BackingField_9 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_OverallFrameTime_m5B1BCB4A02EFAC8A44DAEDB111526F6BF5DDF9C1_AdjustorThunk (RuntimeObject* __this, float ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_OverallFrameTime_m5B1BCB4A02EFAC8A44DAEDB111526F6BF5DDF9C1_inline(_thisAdjusted, ___0_value, method); } // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_CpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CCpuPerformanceBoostU3Ek__BackingField_10; return L_0; } } IL2CPP_EXTERN_C bool PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_CpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuPerformanceBoost_mD8BF1CE74A03B57E81DBCD9A3DDE8DAA27968FF5 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuPerformanceBoostU3Ek__BackingField_10 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_CpuPerformanceBoost_mD8BF1CE74A03B57E81DBCD9A3DDE8DAA27968FF5_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_CpuPerformanceBoost_mD8BF1CE74A03B57E81DBCD9A3DDE8DAA27968FF5_inline(_thisAdjusted, ___0_value, method); } // System.Boolean UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_GpuPerformanceBoost() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CGpuPerformanceBoostU3Ek__BackingField_11; return L_0; } } IL2CPP_EXTERN_C bool PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_GpuPerformanceBoost(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuPerformanceBoost_m0A5764E94B8EC621A0AA51B2F7C24BA1EAF844B9 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuPerformanceBoostU3Ek__BackingField_11 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_GpuPerformanceBoost_m0A5764E94B8EC621A0AA51B2F7C24BA1EAF844B9_AdjustorThunk (RuntimeObject* __this, bool ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_GpuPerformanceBoost_m0A5764E94B8EC621A0AA51B2F7C24BA1EAF844B9_inline(_thisAdjusted, ___0_value, method); } // UnityEngine.AdaptivePerformance.ClusterInfo UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::get_ClusterInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceDataRecord_get_ClusterInfo_m6EC3F093AE1024050D8C7FEAECCC7153668CB187 (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = __this->___U3CClusterInfoU3Ek__BackingField_12; return L_0; } } IL2CPP_EXTERN_C ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceDataRecord_get_ClusterInfo_m6EC3F093AE1024050D8C7FEAECCC7153668CB187_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 _returnValue; _returnValue = PerformanceDataRecord_get_ClusterInfo_m6EC3F093AE1024050D8C7FEAECCC7153668CB187_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.PerformanceDataRecord::set_ClusterInfo(UnityEngine.AdaptivePerformance.ClusterInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_ClusterInfo_m70A3B30678BE28E09161ADF030CBAFE8D5BC9E3E (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = ___0_value; __this->___U3CClusterInfoU3Ek__BackingField_12 = L_0; return; } } IL2CPP_EXTERN_C void PerformanceDataRecord_set_ClusterInfo_m70A3B30678BE28E09161ADF030CBAFE8D5BC9E3E_AdjustorThunk (RuntimeObject* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) { PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); PerformanceDataRecord_set_ClusterInfo_m70A3B30678BE28E09161ADF030CBAFE8D5BC9E3E_inline(_thisAdjusted, ___0_value, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceSubsystem__ctor_mEEBD3B76AC04711B8088F2E55218C832F490A078 (AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* __this, const RuntimeMethod* method) { { // protected AdaptivePerformanceSubsystem() AdaptivePerformanceSubsystemBase__ctor_m88A64096DF4CD13F0990A6B446C0C8ACD2C782D2(__this, NULL); // } return; } } // UnityEngine.AdaptivePerformance.Provider.Feature UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_Capabilities() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1 (AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* __this, const RuntimeMethod* method) { { // public Feature Capabilities { get; protected set; } int32_t L_0 = __this->___U3CCapabilitiesU3Ek__BackingField_2; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::set_Capabilities(UnityEngine.AdaptivePerformance.Provider.Feature) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceSubsystem_set_Capabilities_m13719E1250D06D80D0889D1015C9F35078F7414F (AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public Feature Capabilities { get; protected set; } int32_t L_0 = ___0_value; __this->___U3CCapabilitiesU3Ek__BackingField_2 = L_0; return; } } // System.String UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystem::get_Stats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceSubsystem_get_Stats_m77F1C4119D96380224202D25641B051E500C1C75 (AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { // public virtual string Stats { get { return ""; } } return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } } #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 UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase::get_running() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceSubsystemBase_get_running_mD817BA5B377C238D062A25C4B0926FCC4D065DE0 (AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9* __this, const RuntimeMethod* method) { { // override public bool running { get { return initialized; } } bool L_0; L_0 = AdaptivePerformanceSubsystemBase_get_initialized_mD8CA1B7504E7C565ADE1B49E8DB08232A66FA631_inline(__this, NULL); return L_0; } } // System.Boolean UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase::get_initialized() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AdaptivePerformanceSubsystemBase_get_initialized_mD8CA1B7504E7C565ADE1B49E8DB08232A66FA631 (AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9* __this, const RuntimeMethod* method) { { // public bool initialized { get; protected set; } bool L_0 = __this->___U3CinitializedU3Ek__BackingField_1; return L_0; } } // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase::set_initialized(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceSubsystemBase_set_initialized_m7B2B09A90BC940B4903FBF8FB7D4F87581CDFF72 (AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool initialized { get; protected set; } bool L_0 = ___0_value; __this->___U3CinitializedU3Ek__BackingField_1 = L_0; return; } } // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceSubsystemBase__ctor_m88A64096DF4CD13F0990A6B446C0C8ACD2C782D2 (AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Subsystem_1__ctor_mD0EE44CF7568246C8102E9816BAD23F668BD62AB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Subsystem_1__ctor_mD0EE44CF7568246C8102E9816BAD23F668BD62AB(__this, Subsystem_1__ctor_mD0EE44CF7568246C8102E9816BAD23F668BD62AB_RuntimeMethod_var); 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.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemRegistry::RegisterDescriptor(UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* AdaptivePerformanceSubsystemRegistry_RegisterDescriptor_mC645DC117F65DD33C2AEE8DD97190A3AAB11B8BA (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mA12045B209D4CD053F073D33AB0F489FAA334384_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m14CD7D3B0839EA95FCAC902634BDF17844133B2E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m69BED22DD31F950CB36327DEC1B567630B32DB05_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mA75C25FAA6EB3D5DE48BBEC9F011B1BF3A2B458E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* V_0 = NULL; Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07 V_1; memset((&V_1), 0, sizeof(V_1)); AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* V_2 = NULL; AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* V_3 = NULL; { // var desc = new AdaptivePerformanceSubsystemDescriptor(cinfo); Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB L_0 = ___0_cinfo; AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_1 = (AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82*)il2cpp_codegen_object_new(AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_il2cpp_TypeInfo_var); NullCheck(L_1); AdaptivePerformanceSubsystemDescriptor__ctor_mE204E81D31284A270475711CE9FA8C02E227B144(L_1, L_0, NULL); V_0 = L_1; // if (SubsystemRegistration.CreateDescriptor(desc)) AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_2 = V_0; il2cpp_codegen_runtime_class_init_inline(SubsystemRegistration_tBF4BF08A2270D9934F883D9B799E8A033BC28F21_il2cpp_TypeInfo_var); bool L_3; L_3 = SubsystemRegistration_CreateDescriptor_mAE58037D16DF7872D67970956CB34FDBB193A62E(L_2, NULL); if (!L_3) { goto IL_0011; } } { // return desc; AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_4 = V_0; return L_4; } IL_0011: { // var registeredDescriptors = GetRegisteredDescriptors(); List_1_tBDCF1E0892E8DA197607E498736F867735A73137* L_5; L_5 = AdaptivePerformanceSubsystemRegistry_GetRegisteredDescriptors_m993DD548D0867F6720A32260D558E4A0070BA212(NULL); // foreach (var d in registeredDescriptors) NullCheck(L_5); Enumerator_t3BCB0C2CD628C7EEB66E8F5A9DEF4D33026B7C07 L_6; L_6 = List_1_GetEnumerator_mA75C25FAA6EB3D5DE48BBEC9F011B1BF3A2B458E(L_5, List_1_GetEnumerator_mA75C25FAA6EB3D5DE48BBEC9F011B1BF3A2B458E_RuntimeMethod_var); V_1 = L_6; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0049: {// begin finally (depth: 1) Enumerator_Dispose_mA12045B209D4CD053F073D33AB0F489FAA334384((&V_1), Enumerator_Dispose_mA12045B209D4CD053F073D33AB0F489FAA334384_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_003e_1; } IL_001e_1: { // foreach (var d in registeredDescriptors) AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_7; L_7 = Enumerator_get_Current_m69BED22DD31F950CB36327DEC1B567630B32DB05_inline((&V_1), Enumerator_get_Current_m69BED22DD31F950CB36327DEC1B567630B32DB05_RuntimeMethod_var); V_2 = L_7; // if (d.subsystemImplementationType == cinfo.subsystemImplementationType) AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_8 = V_2; NullCheck(L_8); Type_t* L_9; L_9 = SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45_inline(L_8, NULL); Type_t* L_10; L_10 = Cinfo_get_subsystemImplementationType_mAC768A1F926DCEDB774E198F70381113378372FF_inline((&___0_cinfo), NULL); il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_11; L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_10, NULL); if (!L_11) { goto IL_003e_1; } } { // return d; AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_12 = V_2; V_3 = L_12; goto IL_0059; } IL_003e_1: { // foreach (var d in registeredDescriptors) bool L_13; L_13 = Enumerator_MoveNext_m14CD7D3B0839EA95FCAC902634BDF17844133B2E((&V_1), Enumerator_MoveNext_m14CD7D3B0839EA95FCAC902634BDF17844133B2E_RuntimeMethod_var); if (L_13) { goto IL_001e_1; } } { goto IL_0057; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0057: { // return null; return (AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82*)NULL; } IL_0059: { // } AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_14 = V_3; return L_14; } } // System.Collections.Generic.List`1 UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemRegistry::GetRegisteredDescriptors() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tBDCF1E0892E8DA197607E498736F867735A73137* AdaptivePerformanceSubsystemRegistry_GetRegisteredDescriptors_m993DD548D0867F6720A32260D558E4A0070BA212 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mDB1225A75BFAF418EF64307D04DBE72CF9246A03_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tBDCF1E0892E8DA197607E498736F867735A73137_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemManager_GetSubsystemDescriptors_TisAdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_m31A5D9DB9DAD1D33EC7BDDE59C61699BD66FFA04_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemManager_t9A7261E4D0B53B996F04B8707D8E1C33AB65E824_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // var perfDescriptors = new List(); List_1_tBDCF1E0892E8DA197607E498736F867735A73137* L_0 = (List_1_tBDCF1E0892E8DA197607E498736F867735A73137*)il2cpp_codegen_object_new(List_1_tBDCF1E0892E8DA197607E498736F867735A73137_il2cpp_TypeInfo_var); NullCheck(L_0); List_1__ctor_mDB1225A75BFAF418EF64307D04DBE72CF9246A03(L_0, List_1__ctor_mDB1225A75BFAF418EF64307D04DBE72CF9246A03_RuntimeMethod_var); // SubsystemManager.GetSubsystemDescriptors(perfDescriptors); List_1_tBDCF1E0892E8DA197607E498736F867735A73137* L_1 = L_0; il2cpp_codegen_runtime_class_init_inline(SubsystemManager_t9A7261E4D0B53B996F04B8707D8E1C33AB65E824_il2cpp_TypeInfo_var); SubsystemManager_GetSubsystemDescriptors_TisAdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_m31A5D9DB9DAD1D33EC7BDDE59C61699BD66FFA04(L_1, SubsystemManager_GetSubsystemDescriptors_TisAdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82_m31A5D9DB9DAD1D33EC7BDDE59C61699BD66FFA04_RuntimeMethod_var); // return perfDescriptors; return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor::.ctor(UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AdaptivePerformanceSubsystemDescriptor__ctor_mE204E81D31284A270475711CE9FA8C02E227B144 (AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* __this, Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB ___0_cinfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SubsystemDescriptor_1__ctor_mD3C490FE3C20E74165FC628F1D9A8A7CE8C322EE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { // public AdaptivePerformanceSubsystemDescriptor(Cinfo cinfo) SubsystemDescriptor_1__ctor_mD3C490FE3C20E74165FC628F1D9A8A7CE8C322EE(__this, SubsystemDescriptor_1__ctor_mD3C490FE3C20E74165FC628F1D9A8A7CE8C322EE_RuntimeMethod_var); // id = cinfo.id; String_t* L_0; L_0 = Cinfo_get_id_m5FDCB235FD54A50F6AF4BBEA5CFCEFCE07A96188_inline((&___0_cinfo), NULL); SubsystemDescriptor_set_id_m9EE44E7C8BBF000B1BE2D518620FBBB0F4CB0236_inline(__this, L_0, NULL); // subsystemImplementationType = cinfo.subsystemImplementationType; Type_t* L_1; L_1 = Cinfo_get_subsystemImplementationType_mAC768A1F926DCEDB774E198F70381113378372FF_inline((&___0_cinfo), NULL); SubsystemDescriptor_set_subsystemImplementationType_m3A2FB7296C79FA765F6A6B972B04504D4D3FA359_inline(__this, L_1, NULL); // } return; } } // UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor::RegisterDescriptor(UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* AdaptivePerformanceSubsystemDescriptor_RegisterDescriptor_m800920584650488044B385B98D26FF6E50CAC0E2 (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB ___0_cinfo, const RuntimeMethod* method) { { // return AdaptivePerformanceSubsystemRegistry.RegisterDescriptor(cinfo); Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB L_0 = ___0_cinfo; AdaptivePerformanceSubsystemDescriptor_t5D0468D8D509E8995FBDCD5DE6EF6F293B16DC82* L_1; L_1 = AdaptivePerformanceSubsystemRegistry_RegisterDescriptor_mC645DC117F65DD33C2AEE8DD97190A3AAB11B8BA(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 // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo IL2CPP_EXTERN_C void Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshal_pinvoke(const Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB& unmarshaled, Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_pinvoke& marshaled) { Exception_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'k__BackingField' of type 'Cinfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception, NULL); } IL2CPP_EXTERN_C void Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshal_pinvoke_back(const Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_pinvoke& marshaled, Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB& unmarshaled) { Exception_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'k__BackingField' of type 'Cinfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo IL2CPP_EXTERN_C void Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshal_pinvoke_cleanup(Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_pinvoke& marshaled) { } // Conversion methods for marshalling of: UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo IL2CPP_EXTERN_C void Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshal_com(const Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB& unmarshaled, Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_com& marshaled) { Exception_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'k__BackingField' of type 'Cinfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception, NULL); } IL2CPP_EXTERN_C void Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshal_com_back(const Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_com& marshaled, Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB& unmarshaled) { Exception_t* ___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'k__BackingField' of type 'Cinfo': Reference type field marshaling is not supported."); IL2CPP_RAISE_MANAGED_EXCEPTION(___U3CsubsystemImplementationTypeU3Ek__BackingField_1Exception, NULL); } // Conversion method for clean up from marshalling of: UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo IL2CPP_EXTERN_C void Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshal_com_cleanup(Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB_marshaled_com& marshaled) { } // System.String UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::get_id() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m5FDCB235FD54A50F6AF4BBEA5CFCEFCE07A96188 (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, const RuntimeMethod* method) { { // public string id { get; set; } String_t* L_0 = __this->___U3CidU3Ek__BackingField_0; return L_0; } } IL2CPP_EXTERN_C String_t* Cinfo_get_id_m5FDCB235FD54A50F6AF4BBEA5CFCEFCE07A96188_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); String_t* _returnValue; _returnValue = Cinfo_get_id_m5FDCB235FD54A50F6AF4BBEA5CFCEFCE07A96188_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::set_id(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_id_m77027979E9BA297A2803C6EA7691881619C35F91 (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string id { get; set; } String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_id_m77027979E9BA297A2803C6EA7691881619C35F91_AdjustorThunk (RuntimeObject* __this, String_t* ___0_value, const RuntimeMethod* method) { Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_id_m77027979E9BA297A2803C6EA7691881619C35F91_inline(_thisAdjusted, ___0_value, method); } // System.Type UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::get_subsystemImplementationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemImplementationType_mAC768A1F926DCEDB774E198F70381113378372FF (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, const RuntimeMethod* method) { { // public Type subsystemImplementationType { get; set; } Type_t* L_0 = __this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1; return L_0; } } IL2CPP_EXTERN_C Type_t* Cinfo_get_subsystemImplementationType_mAC768A1F926DCEDB774E198F70381113378372FF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Type_t* _returnValue; _returnValue = Cinfo_get_subsystemImplementationType_mAC768A1F926DCEDB774E198F70381113378372FF_inline(_thisAdjusted, method); return _returnValue; } // System.Void UnityEngine.AdaptivePerformance.Provider.AdaptivePerformanceSubsystemDescriptor/Cinfo::set_subsystemImplementationType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cinfo_set_subsystemImplementationType_mE5398A3C07C0B759B72027FE49DDBC1FCB50A5B9 (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, Type_t* ___0_value, const RuntimeMethod* method) { { // public Type subsystemImplementationType { get; set; } Type_t* L_0 = ___0_value; __this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_EXTERN_C void Cinfo_set_subsystemImplementationType_mE5398A3C07C0B759B72027FE49DDBC1FCB50A5B9_AdjustorThunk (RuntimeObject* __this, Type_t* ___0_value, const RuntimeMethod* method) { Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); Cinfo_set_subsystemImplementationType_mE5398A3C07C0B759B72027FE49DDBC1FCB50A5B9_inline(_thisAdjusted, ___0_value, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif 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 AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* AdaptivePerformanceGeneralSettings_get_Instance_mE2728DFE08F4BB68D6491D67C48ADD37A60D69D9_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // return s_RuntimeSettingsInstance; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var); AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* L_0 = ((AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8_il2cpp_TypeInfo_var))->___s_RuntimeSettingsInstance_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* AdaptivePerformanceGeneralSettings_get_Manager_mDAE083CC0FAA4D35601D427F634CA2B856177594_inline (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // get { return m_LoaderManagerInstance; } AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* L_0 = __this->___m_LoaderManagerInstance_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_get_logging_mB0CC800270863EFBDC55AD11224ECB542CEC862D_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_Logging; } bool L_0 = __this->___m_Logging_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* AdaptivePerformanceManager_get_Indexer_m9A80DF18F44CA4BF5DE7217B1D095086B97481FC_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public AdaptivePerformanceIndexer Indexer { get; private set; } AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_0 = __this->___U3CIndexerU3Ek__BackingField_23; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Holder_set_Instance_m4B4458F854A16D03AECC2FF94AD80423E1FF163F_inline (RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static public IAdaptivePerformance Instance { get; internal set; } RuntimeObject* L_0 = ___0_value; ((Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_StaticFields*)il2cpp_codegen_static_fields_for(Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_StaticFields*)il2cpp_codegen_static_fields_for(Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* AdaptivePerformanceManager_get_Settings_mD410CC2A8243EBFDC33F37A4C085CBDE1832A898_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public IAdaptivePerformanceSettings Settings { get { return m_Settings; } private set { m_Settings = value; } } IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* L_0 = __this->___m_Settings_24; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IAdaptivePerformanceSettings_get_defaultScalerProfilerIndex_mB0572602357F3507BF9558ABD8793951B69CCE4E_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_DefaultScalerProfilerIndex; } int32_t L_0 = __this->___m_DefaultScalerProfilerIndex_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_PerformanceControlMode_m30DE8C384D9081169D9DE6E9CAA8EE8AEA3F1175_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = __this->___U3CPerformanceControlModeU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceSubsystem_get_Capabilities_m3B41A455C5EF85D90A6796AE764E6285E1AF21A1_inline (AdaptivePerformanceSubsystem_t2D41A24C328589A3018DA0478476D2591E9B5C23* __this, const RuntimeMethod* method) { { // public Feature Capabilities { get; protected set; } int32_t L_0 = __this->___U3CCapabilitiesU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceGeneralSettings_get_InitManagerOnStart_mBE189650CDF3367491ECFC4F7E6AFE9E2AEA4CB9_inline (AdaptivePerformanceGeneralSettings_tB55BA22C43C64C564E1E064B5FA9768EBF8DEFD8* __this, const RuntimeMethod* method) { { // return m_InitManagerOnStart; bool L_0 = __this->___m_InitManagerOnStart_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IAdaptivePerformanceSettings_get_automaticPerformanceMode_m51B5634FEB7E01814D62A2B27A444A477D8A1469_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_AutomaticPerformanceModeEnabled; } bool L_0 = __this->___m_AutomaticPerformanceModeEnabled_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t IAdaptivePerformanceSettings_get_statsLoggingFrequencyInFrames_m6C987101463434ACA13DAE06388EEBA812B645D0_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_StatsLoggingFrequencyInFrames; } int32_t L_0 = __this->___m_StatsLoggingFrequencyInFrames_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_LoggingFrequencyInFrames_mB80DFAFC7339FCB266B29FA078A0A8635B7965EE_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int LoggingFrequencyInFrames { get; set; } int32_t L_0 = ___0_value; __this->___U3CLoggingFrequencyInFramesU3Ek__BackingField_20 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceSubsystemBase_get_initialized_mD8CA1B7504E7C565ADE1B49E8DB08232A66FA631_inline (AdaptivePerformanceSubsystemBase_t056A2AE227166A477FC9F9536AD7B0F891D32CD9* __this, const RuntimeMethod* method) { { // public bool initialized { get; protected set; } bool L_0 = __this->___U3CinitializedU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_PerformanceControlMode_m9779B09D1BAB7183124DDCB1A445428EA67D4D0D_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceControlModeU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManager_get_AutomaticPerformanceControl_m696F1ED6547E8B80000C0FCBA48BCB9AC1813697_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // get { return m_AutomaticPerformanceControl; } bool L_0 = __this->___m_AutomaticPerformanceControl_21; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManager_set_Indexer_m76A727AC7FC3420DE8921FE30B2263C46043149C_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* ___0_value, const RuntimeMethod* method) { { // public AdaptivePerformanceIndexer Indexer { get; private set; } AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* L_0 = ___0_value; __this->___U3CIndexerU3Ek__BackingField_23 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CIndexerU3Ek__BackingField_23), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ThermalMetrics_get_WarningLevel_mC6070E7B4C2BF9C39198BF64168D8A036B9C6A75_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = __this->___U3CWarningLevelU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceBottleneckChangeEventArgs_get_PerformanceBottleneck_m0395024C7943AACD22607D5265939B1C88DBABA2_inline (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* __this, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = __this->___U3CPerformanceBottleneckU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceManager_get_LoggingFrequencyInFrames_m58F2A59ECADB754AACEAF2F3732E87A4955E279C_inline (AdaptivePerformanceManager_tC88D19CCFB59A13F226E4326C51480FCD044928D* __this, const RuntimeMethod* method) { { // public int LoggingFrequencyInFrames { get; set; } int32_t L_0 = __this->___U3CLoggingFrequencyInFramesU3Ek__BackingField_20; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_WarningLevel_m0C061FD490DF445A1D1347DBC5F798B206B5DB35_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = __this->___U3CWarningLevelU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalMetrics_set_WarningLevel_mCF778CD7B517A47526632A2F40E5EB296DACA9EF_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CWarningLevelU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_TemperatureLevel_mF48F6ECD619E7DD65811410891B4AB7B9B218865_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = __this->___U3CTemperatureLevelU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalMetrics_set_TemperatureLevel_m8715ECBCFEE9B5331F84EEF35486B4DD579A5037_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureLevelU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_OverallFrameTime_m6ABDF5F1B04E6FF9BDD96AFA00844F84E6570D90_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float OverallFrameTime { get; set; } float L_0 = __this->___U3COverallFrameTimeU3Ek__BackingField_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_GpuFrameTime_mFA20351C75C59AF7861FCE6E9A859AE0FD75C767_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float GpuFrameTime { get; set; } float L_0 = __this->___U3CGpuFrameTimeU3Ek__BackingField_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_CpuFrameTime_m64C3D3C8D2D7F3670DCC3EE2026B805DADF614BE_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float CpuFrameTime { get; set; } float L_0 = __this->___U3CCpuFrameTimeU3Ek__BackingField_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceDataRecord_get_TemperatureTrend_mF1A3DF7A654F1A20A4D9A70647B4250E734D6467_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = __this->___U3CTemperatureTrendU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_ChangeFlags_m83DE31AF3877A2A1507A6703B190533FD166B9B7_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public Feature ChangeFlags { get; set; } int32_t L_0 = __this->___U3CChangeFlagsU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float TemperatureTrend_get_ThermalTrend_mDEF7F7B3E0BA799158C829AA4D79E958194F82A6_inline (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, const RuntimeMethod* method) { { // public float ThermalTrend { get; private set; } float L_0 = __this->___U3CThermalTrendU3Ek__BackingField_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalMetrics_set_TemperatureTrend_m007B5F0CAF923A9BA54BE4D6B07A9896D75323E7_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureTrendU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_AverageFrameTime_mE6D87D99901A84A428BC7EF054D0742D4765B952_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float AverageFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CAverageFrameTimeU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentFrameTime_mF8943CE68C11843FA5320F63CB124E8825C287AD_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float CurrentFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCurrentFrameTimeU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_AverageGpuFrameTime_mC5A1232311C2804A5FC137DA0F89AB29536054F2_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float AverageGpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CAverageGpuFrameTimeU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentGpuFrameTime_m27403B1423B1A9E1B98ED12A97920D6A55CE28AB_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float CurrentGpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCurrentGpuFrameTimeU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_AverageCpuFrameTime_m709771E7D96C7FF28F58F6E713B3DEEE1FF9350B_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float AverageCpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CAverageCpuFrameTimeU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void FrameTiming_set_CurrentCpuFrameTime_m2C3673BE2888306184DD6DF977FC884D0B84D972_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, float ___0_value, const RuntimeMethod* method) { { // public float CurrentCpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCurrentCpuFrameTimeU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t RunningAverage_GetNumValues_m6EF586C401CE91B628667DE1A94789C8BEAE7A5B_inline (RunningAverage_t1B99B076DA238E4FD60B0E7820BF93B3A3A6BBB0* __this, const RuntimeMethod* method) { { // return m_NumValues; int32_t L_0 = __this->___m_NumValues_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_PerformanceBottleneck_m071F1E070907F6F1301DB81AF8C9F4387537A9BD_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = __this->___U3CPerformanceBottleneckU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_AverageCpuFrameTime_m705848AAE9D6D07C83601369A5363D4307365514_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float AverageCpuFrameTime { get; set; } float L_0 = __this->___U3CAverageCpuFrameTimeU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_AverageGpuFrameTime_m4953868704CCDBF526AE44C08D38EE07F7CA100C_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float AverageGpuFrameTime { get; set; } float L_0 = __this->___U3CAverageGpuFrameTimeU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_AverageFrameTime_m74195198DBAE79F981C42C97F01F44479A5BC77A_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float AverageFrameTime { get; set; } float L_0 = __this->___U3CAverageFrameTimeU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_PerformanceBottleneck_m435C419AA5CAA34D14B25B6B7BA5680D9B76C6D0_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceBottleneckU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeEventArgs_set_PerformanceBottleneck_m6E3F0F2D2A0A64914359EB02B306B010F4B4AA4D_inline (PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceBottleneck PerformanceBottleneck { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceBottleneckU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_CpuPerformanceLevel_mF688EC621C77916A86F96CF7D0DAFD520B6D68E8_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public int CpuPerformanceLevel { get; set; } int32_t L_0 = __this->___U3CCpuPerformanceLevelU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CurrentCpuLevel_mAD7B372D96F90C35803A147A5ADE5F05A11186EB_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentCpuLevelU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceDataRecord_get_GpuPerformanceLevel_mA928B60EF914AB4E7D95291E1357A3FE795DBE23_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public int GpuPerformanceLevel { get; set; } int32_t L_0 = __this->___U3CGpuPerformanceLevelU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CurrentGpuLevel_m05F0EB08FB91FF2388D94544943AFD86F25F09B0_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentGpuLevelU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_PerformanceLevelControlAvailable_mB2379A58631D8AAE1AE389560BF46951ABE7D80F_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public bool PerformanceLevelControlAvailable { get; set; } bool L_0 = __this->___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_TargetFrameTime_mDAE72029F7D79C0800C110EA28987A1DE413D2EF_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float TargetFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CTargetFrameTimeU3Ek__BackingField_11 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AutoPerformanceLevelController_get_Enabled_mB48F48C244110A622D423283C29A064EC59835AD_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // return m_Enabled; bool L_0 = __this->___m_Enabled_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_ManualOverride_mB89018FD5AC92C2322074FBED7A5693ED4450CDB_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool ManualOverride { get; set; } bool L_0 = ___0_value; __this->___U3CManualOverrideU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CpuLevel_m37835C7484750B26BE91ADEEE3F1B965BCAD61DE_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuLevelU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_GpuLevel_mB659754667A6E7ADC4BFA8295DA74076C8BC8E5D_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuLevelU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_get_CpuPerformanceBoost_m224B8F451A656BB47BDE468C52653A08DC8715A6_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CCpuPerformanceBoostU3Ek__BackingField_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_CpuPerformanceBoost_m55A78568F8E19144717C3CEC17CE90FA766591D2_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CCpuPerformanceBoostU3Ek__BackingField_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_CpuPerformanceBoost_m1FAB8561F6E092387B30BEF465009DA33701ED1A_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuPerformanceBoostU3Ek__BackingField_6 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DevicePerformanceControlImpl_get_GpuPerformanceBoost_mA9DA128F439CFCD7C1A280B109A71C900C6AD304_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CGpuPerformanceBoostU3Ek__BackingField_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceDataRecord_get_GpuPerformanceBoost_mFD01BBFC9A9BE53ED81947089A02691635789B7E_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CGpuPerformanceBoostU3Ek__BackingField_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DevicePerformanceControlImpl_set_GpuPerformanceBoost_m7070A76B0FB1C5CC010BD84A232EA87F0EDCDFD2_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuPerformanceBoostU3Ek__BackingField_7 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeHandler_Invoke_m8A6F67F1883E9C762F42DD4882EA681F95DE7E8E_inline (PerformanceLevelChangeHandler_t5EAB4599B89899249588C08442DED430FB8ACF8B* __this, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838 ___0_levelChangeEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_levelChangeEventArgs, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CurrentCpuLevel_mFA08DE80B7F00C883E74C669AA14D6B1B84D0CE8_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentCpuLevelU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CurrentCpuLevel_mF5FDB1302D30412674B077F2296C965C0372F585_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentCpuLevelU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CurrentGpuLevel_mD3F57116D417D7B03EFF1575B395BE553BA52486_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentGpuLevelU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CurrentGpuLevel_m5EED681EBBCB6432D34AAAB7761DAA979D42A916_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCurrentGpuLevelU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_CpuPerformanceBoost_m7439D7EA9FAB8291D849A337FCB162D55069D3AD_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuPerformanceBoostU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_GpuPerformanceBoost_mB0C54D250BEFDF68F163E5525BE5A02EDC76766C_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuPerformanceBoostU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceDataRecord_get_ClusterInfo_m6EC3F093AE1024050D8C7FEAECCC7153668CB187_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = __this->___U3CClusterInfoU3Ek__BackingField_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceMetrics_set_ClusterInfo_mA699E5EB646425EFC09BC769F88028F54DC0AD63_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = ___0_value; __this->___U3CClusterInfoU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ThermalEventHandler_Invoke_m7A6989AC43E129751BD74BFC7AE45D061C7E0597_inline (ThermalEventHandler_t87CF1D35B5172D245FBC64DDBE3DA65B2971DA27* __this, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723 ___0_thermalMetrics, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_thermalMetrics, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBottleneckChangeHandler_Invoke_m9A78E791943F6FC1CE4BC5F8D5E5FEB8F5C0B8F1_inline (PerformanceBottleneckChangeHandler_t518F882C3C63B33DDD6EA909F410EC02322E7F61* __this, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821 ___0_bottleneckEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceBottleneckChangeEventArgs_t25E65A05A194DC5E37E60BD0133D6EB68DAF9821, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_bottleneckEventArgs, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBoostChangeEventArgs_set_CpuBoost_m5CBD7C703CC9425735CC381BF5255AFB771276E0_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuBoostU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBoostChangeEventArgs_set_GpuBoost_mDB42C244A0DF199B69265D01476230654B5743F5_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuBoostU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceBoostChangeHandler_Invoke_mA7FE1E392A09B1C23126CAEFB3CDB37B22699D6E_inline (PerformanceBoostChangeHandler_t2878325EFEEE20AE35ADD54DEE76A30C369F4F68* __this, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6 ___0_boostEventArgs, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_boostEventArgs, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_UpdateInterval_m79F41A99CC68CDA648E4C7B423613B1649DC04F2_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float UpdateInterval { get; set; } float L_0 = ___0_value; __this->___U3CUpdateIntervalU3Ek__BackingField_16 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_AllowedCpuActiveTimeRatio_m891683BE09359B3343E8B946945776422D4B997D_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float AllowedCpuActiveTimeRatio { get; set; } float L_0 = ___0_value; __this->___U3CAllowedCpuActiveTimeRatioU3Ek__BackingField_12 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_AllowedGpuActiveTimeRatio_m0E6B6E15E620AC8F9182F242D9E1217AE3B8C0D0_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float AllowedGpuActiveTimeRatio { get; set; } float L_0 = ___0_value; __this->___U3CAllowedGpuActiveTimeRatioU3Ek__BackingField_13 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_GpuLevelBounceAvoidanceThreshold_mABC1DE0577A48EB82EAE532F7833C1FE6DF89BF8_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float GpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = ___0_value; __this->___U3CGpuLevelBounceAvoidanceThresholdU3Ek__BackingField_14 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_CpuLevelBounceAvoidanceThreshold_mA2191ADC82A355AC0F06E9977DD8F58B8B835E91_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float CpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = ___0_value; __this->___U3CCpuLevelBounceAvoidanceThresholdU3Ek__BackingField_15 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_MinTargetFrameRateHitTime_mC65BBF0F702B69B62B6F2BAFDFF52DD1D6C778D2_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float MinTargetFrameRateHitTime { get; set; } float L_0 = ___0_value; __this->___U3CMinTargetFrameRateHitTimeU3Ek__BackingField_17 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AutoPerformanceLevelController_set_MaxTemperatureLevel_mFCD0EF2765D894038BE2A4C40A0483D020513A65_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, float ___0_value, const RuntimeMethod* method) { { // public float MaxTemperatureLevel { get; set; } float L_0 = ___0_value; __this->___U3CMaxTemperatureLevelU3Ek__BackingField_18 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_UpdateInterval_m5E91316BB5AFC4742120523C005F42C02DC2C467_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float UpdateInterval { get; set; } float L_0 = __this->___U3CUpdateIntervalU3Ek__BackingField_16; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_MinTargetFrameRateHitTime_m68B4290A99CE14A955726B6CAFD5272572BCCB1A_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float MinTargetFrameRateHitTime { get; set; } float L_0 = __this->___U3CMinTargetFrameRateHitTimeU3Ek__BackingField_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_CpuLevelBounceAvoidanceThreshold_m502213C34716051CF8846230662A1BB215A493E3_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float CpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = __this->___U3CCpuLevelBounceAvoidanceThresholdU3Ek__BackingField_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_TargetFrameTime_mF7E9BD9AED114892A036B925CDA589B56E63C1A0_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float TargetFrameTime { get; set; } float L_0 = __this->___U3CTargetFrameTimeU3Ek__BackingField_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_AllowedCpuActiveTimeRatio_mD2BB6C949C1730623502072743FC9636C6F7C1DE_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float AllowedCpuActiveTimeRatio { get; set; } float L_0 = __this->___U3CAllowedCpuActiveTimeRatioU3Ek__BackingField_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_GpuLevelBounceAvoidanceThreshold_m8E23279796365E87E0664A27D26DF088A07A86FA_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float GpuLevelBounceAvoidanceThreshold { get; set; } float L_0 = __this->___U3CGpuLevelBounceAvoidanceThresholdU3Ek__BackingField_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_AllowedGpuActiveTimeRatio_mCD4B5213275196084EB691E58A1FDFDFC1B3747D_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float AllowedGpuActiveTimeRatio { get; set; } float L_0 = __this->___U3CAllowedGpuActiveTimeRatioU3Ek__BackingField_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ThermalMetrics_get_TemperatureLevel_mA209EA1E3F16E8E1C2384126CE2D710A7510D0DB_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = __this->___U3CTemperatureLevelU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AutoPerformanceLevelController_get_MaxTemperatureLevel_m306D07DD927CA2A18F4AA1BD12972F87F3C69D3A_inline (AutoPerformanceLevelController_t0453CBF43CF2DF317C742ED8D717A03C223D67AE* __this, const RuntimeMethod* method) { { // public float MaxTemperatureLevel { get; set; } float L_0 = __this->___U3CMaxTemperatureLevelU3Ek__BackingField_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float MainThreadCpuTime_GetLatestResult_mF6DE9B751BE1D1F93FF2AC0A915DF00FCD8FA520_inline (MainThreadCpuTime_tC1A727A521B5B261A3ED9290BF363C6BD57C4E85* __this, const RuntimeMethod* method) { { // return m_LatestMainthreadCpuTime; float L_0 = __this->___m_LatestMainthreadCpuTime_1; 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 PerformanceLevelChangeEventArgs_set_PerformanceControlMode_mC9DF077BF69B89D1B5A47CC8C506913B34C7531F_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceControlModeU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_CpuLevel_mD58480B2447A008C7BF599703303A5328422E955_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuLevelU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_GpuLevel_mE563A90E537994BA33EB9FE37930984665B5A563_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuLevelU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_CpuLevelDelta_m00EE4AE98A0474906E1823F5E5BC659AF230EA3E_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuLevelDelta { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuLevelDeltaU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceLevelChangeEventArgs_set_GpuLevelDelta_mCB323667DF1FB52B0F4AF73C96BAC37FDDD4093B_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuLevelDelta { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuLevelDeltaU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_CpuLevel_m8FC6326BB7B7014B261396350E47E6CCEE97433B_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = __this->___U3CCpuLevelU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t DevicePerformanceControlImpl_get_GpuLevel_mE6D09A24D5D248F1F26187FDC0B8E5A652354ED3_inline (DevicePerformanceControlImpl_tEB7D163F25D2E50D95FB77546E9C6DA299F90E4D* __this, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = __this->___U3CGpuLevelU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_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 TemperatureTrend_set_ThermalTrend_m007E47AD14FDEDA21E7EBFB63CD7D491BD8AC31D_inline (TemperatureTrend_tC254F71FC2E21E8809C1CA23A9503A5E67332894* __this, float ___0_value, const RuntimeMethod* method) { { // public float ThermalTrend { get; private set; } float L_0 = ___0_value; __this->___U3CThermalTrendU3Ek__BackingField_14 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Holder_get_Instance_m7407844A5E498B5A02207B38E739A4ACBE93010B_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // static public IAdaptivePerformance Instance { get; internal set; } RuntimeObject* L_0 = ((Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_StaticFields*)il2cpp_codegen_static_fields_for(Holder_t2C8DCF470AAEE0B4CA76215B8E5A7E3BAFF76CDC_il2cpp_TypeInfo_var))->___U3CInstanceU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float ThermalMetrics_get_TemperatureTrend_mE4FD543C209A2446C88F99A94FF873A8A3CC96A8_inline (ThermalMetrics_t6FA6DDFC4E4C73A2EE63FDDB85CFDB9EE08CA723* __this, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = __this->___U3CTemperatureTrendU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceStateTracker_set_Trend_m9EF024F5AD38939B40AB422762C29E6FC00C3B28_inline (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, float ___0_value, const RuntimeMethod* method) { { // public float Trend { get; set; } float L_0 = ___0_value; __this->___U3CTrendU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float PerformanceStateTracker_get_Trend_m5B01BE6B1AFCCF93AA9C39DB6FCB4C92D2343F01_inline (PerformanceStateTracker_tDF46D2D9CE3326E210493B3F4171DD715E6DBB43* __this, const RuntimeMethod* method) { { // public float Trend { get; set; } float L_0 = __this->___U3CTrendU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_GpuImpact_m0E6FA566E69AC21E1AE65C3CC626CEEC2C7AA797_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuImpact { get; internal set; } int32_t L_0 = ___0_value; __this->___U3CGpuImpactU3Ek__BackingField_6 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_CpuImpact_m8FE81E3BDD092C52F009AAE883B4821F633D140F_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuImpact { get; internal set; } int32_t L_0 = ___0_value; __this->___U3CCpuImpactU3Ek__BackingField_7 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* IAdaptivePerformanceSettings_get_indexerSettings_mCC957D612FD342B1F04E23311BB30F02CC091590_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_IndexerSettings; } AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* L_0 = __this->___m_IndexerSettings_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexerSettings_get_thermalActionDelay_m7FF7D1C259A3287C224E7F8D8182153F631DC317_inline (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) { { // get { return m_ThermalActionDelay; } float L_0 = __this->___m_ThermalActionDelay_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_TimeUntilNextAction_m97B977FBB3B31966A40BBE48A4A2C121632B1866_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, float ___0_value, const RuntimeMethod* method) { { // public float TimeUntilNextAction { get; private set; } float L_0 = ___0_value; __this->___U3CTimeUntilNextActionU3Ek__BackingField_8 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_OverrideLevel_m4025C0B33E4CB9AF0015618B6ECC85A39C42AA47_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // get => m_OverrideLevel; int32_t L_0 = __this->___m_OverrideLevel_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScaler_get_CurrentLevel_m4CE8B1FED757CAE1596767FD4BB3ACC274219E30_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, const RuntimeMethod* method) { { // public int CurrentLevel { get; private set; } int32_t L_0 = __this->___U3CCurrentLevelU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceIndexerSettings_get_active_m40145990966F7AB11AB0284546D89C97F3826AD1_inline (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) { { // get { return m_Active; } bool L_0 = __this->___m_Active_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_ThermalAction_m9C68FEA3D0F5ED81D1D2485C8751F9C09AA8F2CF_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public StateAction ThermalAction { get; private set; } int32_t L_0 = ___0_value; __this->___U3CThermalActionU3Ek__BackingField_9 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceIndexer_set_PerformanceAction_m051FF6B60B2C606ADC9620116DE8E5DA5E86A3A2_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public StateAction PerformanceAction { get; private set; } int32_t L_0 = ___0_value; __this->___U3CPerformanceActionU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexer_get_TimeUntilNextAction_mEB42A55A09868273E35C5B83E7C047EC957945DD_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { { // public float TimeUntilNextAction { get; private set; } float L_0 = __this->___U3CTimeUntilNextActionU3Ek__BackingField_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceIndexerSettings_get_performanceActionDelay_m61BC753B924C5FF95DB65E82D0B82A62D05AD3A2_inline (AdaptivePerformanceIndexerSettings_t3D9418B7302C8FCA3344719FF10FBADFD2F1CDC6* __this, const RuntimeMethod* method) { { // get { return m_PerformanceActionDelay; } float L_0 = __this->___m_PerformanceActionDelay_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp01_mA7E048DBDA832D399A581BE4D6DED9FA44CE0F14_inline (float ___0_value, const RuntimeMethod* method) { bool V_0 = false; float V_1 = 0.0f; bool V_2 = false; { float L_0 = ___0_value; V_0 = (bool)((((float)L_0) < ((float)(0.0f)))? 1 : 0); bool L_1 = V_0; if (!L_1) { goto IL_0015; } } { V_1 = (0.0f); goto IL_002d; } IL_0015: { float L_2 = ___0_value; V_2 = (bool)((((float)L_2) > ((float)(1.0f)))? 1 : 0); bool L_3 = V_2; if (!L_3) { goto IL_0029; } } { V_1 = (1.0f); goto IL_002d; } IL_0029: { float L_4 = ___0_value; V_1 = L_4; goto IL_002d; } IL_002d: { float L_5 = V_1; return L_5; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceScalerSettingsBase_get_name_mF13E237177358FB6B1E5EA3FF812C9D3CFF7331A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Name; } String_t* L_0 = __this->___m_Name_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_name_m73718A1BABB2598F102BD8DD2E0B68F3BDC1589F_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, String_t* ___0_value, const RuntimeMethod* method) { { // m_Name = value; String_t* L_0 = ___0_value; __this->___m_Name_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Name_0), (void*)L_0); // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceScalerSettingsBase_get_enabled_m3C206F801CD595875BBD175B27D6DE0A85C675CC_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Enabled; } bool L_0 = __this->___m_Enabled_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_enabled_m9ED5BD57BEF1EEA325609F4B29288390492797B8_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_Enabled = value; } bool L_0 = ___0_value; __this->___m_Enabled_1 = L_0; // set { m_Enabled = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_scale_mC0B010C3248EC3661FC76CA4FE9C63CFF0F9618A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Scale; } float L_0 = __this->___m_Scale_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_scale_mD056CD78F677AA86D498C3327FF5E21DC585A34A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_Scale = value; } float L_0 = ___0_value; __this->___m_Scale_2 = L_0; // set { m_Scale = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_visualImpact_mE5FADC25B00CEECAD5349055028C713156A78100_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_VisualImpact; } int32_t L_0 = __this->___m_VisualImpact_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_visualImpact_m423E1A3DBD11AF8DB7EFA9AAD876A05E98B1FEE3_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_VisualImpact = value; } int32_t L_0 = ___0_value; __this->___m_VisualImpact_3 = L_0; // set { m_VisualImpact = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_target_m779AFC0CB0E43A351D0129EEDB00DC61F8B7373A_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_Target; } int32_t L_0 = __this->___m_Target_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_target_m044C0A8EEFDAD2B2E0468DD543DC6C702D82BAB6_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_Target = value; } int32_t L_0 = ___0_value; __this->___m_Target_4 = L_0; // set { m_Target = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceScalerSettingsBase_get_maxLevel_m7151F65E2E1588694A55EF6872E420FCC231BEBE_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_MaxLevel; } int32_t L_0 = __this->___m_MaxLevel_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_maxLevel_m4F42BC7BD2F3BDC1BD1F08BEA675F305AA303C2E_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, int32_t ___0_value, const RuntimeMethod* method) { { // set { m_MaxLevel = value; } int32_t L_0 = ___0_value; __this->___m_MaxLevel_5 = L_0; // set { m_MaxLevel = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_minBound_mA6F4ACD69674DB3BB5F5306D22F349369DF42370_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_MinBound; } float L_0 = __this->___m_MinBound_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_minBound_m07649D03640B405020CBCD1404FF7896C9A14AB7_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_MinBound = value; } float L_0 = ___0_value; __this->___m_MinBound_6 = L_0; // set { m_MinBound = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceScalerSettingsBase_get_maxBound_m898333F82C63A160DD9B2FE5B2240F85017C6729_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, const RuntimeMethod* method) { { // get { return m_MaxBound; } float L_0 = __this->___m_MaxBound_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScalerSettingsBase_set_maxBound_m943F82D7696DE8FD7C055600BAC6A24498BF4E2D_inline (AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* __this, float ___0_value, const RuntimeMethod* method) { { // set { m_MaxBound = value; } float L_0 = ___0_value; __this->___m_MaxBound_7 = L_0; // set { m_MaxBound = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_set_CurrentLevel_mCCC4299E8C1C123A3C141348365477166C317DB3_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CurrentLevel { get; private set; } int32_t L_0 = ___0_value; __this->___U3CCurrentLevelU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceBoostChangeEventArgs_get_CpuBoost_m8A4E9ADBE730B5736D35C2F1B69D990075FDA8F1_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, const RuntimeMethod* method) { { // public bool CpuBoost { get; set; } bool L_0 = __this->___U3CCpuBoostU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceBoostChangeEventArgs_get_GpuBoost_m39C7AF59354957CE76736EB95D795638198D2D56_inline (PerformanceBoostChangeEventArgs_t766C305C3E16383AFABAD0F319D8BF79432315E6* __this, const RuntimeMethod* method) { { // public bool GpuBoost { get; set; } bool L_0 = __this->___U3CGpuBoostU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_CpuLevel_m0B6F576BD2CEE0978E0BD908E09163F80AF9A6DA_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int CpuLevel { get; set; } int32_t L_0 = __this->___U3CCpuLevelU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_CpuLevelDelta_m3F981FFE7CF9C5C7DE0E032DB4629DCAA83CB556_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int CpuLevelDelta { get; set; } int32_t L_0 = __this->___U3CCpuLevelDeltaU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_GpuLevel_m648A122EA96E4EBD3B2F9845B918F785DB52AA1B_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int GpuLevel { get; set; } int32_t L_0 = __this->___U3CGpuLevelU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_GpuLevelDelta_m6D495A1FEC5830C0A8A6603FEE65C983CA475C85_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public int GpuLevelDelta { get; set; } int32_t L_0 = __this->___U3CGpuLevelDeltaU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceLevelChangeEventArgs_get_PerformanceControlMode_m91748B29F26EF57B474CC8E1D50F2C39B16EC1E1_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public PerformanceControlMode PerformanceControlMode { get; set; } int32_t L_0 = __this->___U3CPerformanceControlModeU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceLevelChangeEventArgs_get_ManualOverride_mADEEB746E519206BAA5FDE37F800842799281E87_inline (PerformanceLevelChangeEventArgs_t2CDED2F277ED6C533AA0BA6F11B790ECBB4B2838* __this, const RuntimeMethod* method) { { // public bool ManualOverride { get; set; } bool L_0 = __this->___U3CManualOverrideU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_CurrentCpuLevel_m42A271D1A5C04AAAAD68579A49966134E6AF7F3B_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public int CurrentCpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentCpuLevelU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t PerformanceMetrics_get_CurrentGpuLevel_m25F770270C60AC1AE919AAFAB0339AAB847265B5_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public int CurrentGpuLevel { get; set; } int32_t L_0 = __this->___U3CCurrentGpuLevelU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceMetrics_get_CpuPerformanceBoost_m54AC3712FE7F51BD212012AB467F4E57F0490069_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CCpuPerformanceBoostU3Ek__BackingField_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool PerformanceMetrics_get_GpuPerformanceBoost_mFA438BA2A89EE34241A6F7A00A7B18DBCA6AF9F3_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = __this->___U3CGpuPerformanceBoostU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 PerformanceMetrics_get_ClusterInfo_mE06334A4896BC33C0AF26B472DD8F4D2169C80B7_inline (PerformanceMetrics_t253967A51B97AF7B1BE1BD660908991513CEFEC6* __this, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = __this->___U3CClusterInfoU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentFrameTime_mA7929199CEBE3A69FB3677893E60690F66815811_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float CurrentFrameTime { get; set; } float L_0 = __this->___U3CCurrentFrameTimeU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentGpuFrameTime_m4170E235B898060DC937D46F88D6582BEBE31B91_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float CurrentGpuFrameTime { get; set; } float L_0 = __this->___U3CCurrentGpuFrameTimeU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float FrameTiming_get_CurrentCpuFrameTime_mFAEB817260C455798A50C5B3C653A28E0FB184B7_inline (FrameTiming_t51A697C2455B0C75C345FE7D230103AA2F57B908* __this, const RuntimeMethod* method) { { // public float CurrentCpuFrameTime { get; set; } float L_0 = __this->___U3CCurrentCpuFrameTimeU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_BigCore_m7D5461E626AE8A34559D50ACE0B71DF88A90E2F6_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) { { // public int BigCore { get; set; } int32_t L_0 = __this->___U3CBigCoreU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClusterInfo_set_BigCore_m6773CE3416C5DDE25B397D398D60253CA4A913A0_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int BigCore { get; set; } int32_t L_0 = ___0_value; __this->___U3CBigCoreU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_MediumCore_mC26A79BF3E09ADD0595D3E212A66BDF4E11000F0_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) { { // public int MediumCore { get; set; } int32_t L_0 = __this->___U3CMediumCoreU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClusterInfo_set_MediumCore_mC984A40803648B368E8E998F82E7C89D9E24E126_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int MediumCore { get; set; } int32_t L_0 = ___0_value; __this->___U3CMediumCoreU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ClusterInfo_get_LittleCore_m49B36EE3EF01F929BCAB97391DCB3C10C54E7808_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, const RuntimeMethod* method) { { // public int LittleCore { get; set; } int32_t L_0 = __this->___U3CLittleCoreU3Ek__BackingField_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ClusterInfo_set_LittleCore_m2B02B46BBEA719EFBDD955DF419EAAC81E69C7AB_inline (ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int LittleCore { get; set; } int32_t L_0 = ___0_value; __this->___U3CLittleCoreU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute_set_displayName_mB28453DF9CE200238524EF75AB729968A7A999B3_inline (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string displayName { get; set; } String_t* L_0 = ___0_value; __this->___U3CdisplayNameU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceConfigurationDataAttribute_set_buildSettingsKey_mDC1190F309469E28A361C217D8FCA727C7873C81_inline (AdaptivePerformanceConfigurationDataAttribute_t2BF38133BBAA25FF820DFE0A81A6A94A8B7B75FB* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string buildSettingsKey { get; set; } String_t* L_0 = ___0_value; __this->___U3CbuildSettingsKeyU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbuildSettingsKeyU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_automaticLoading_m318ED8FC7C590B1A79A8CD6D36CB7E33019ED7E7_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_AutomaticLoading = value; } bool L_0 = ___0_value; __this->___m_AutomaticLoading_5 = L_0; // set { m_AutomaticLoading = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceManagerSettings_set_automaticRunning_m1D6A7025D42102641616363F5AC0AAE061F19785_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, bool ___0_value, const RuntimeMethod* method) { { // set { m_AutomaticRunning = value; } bool L_0 = ___0_value; __this->___m_AutomaticRunning_6 = L_0; // set { m_AutomaticRunning = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* AdaptivePerformanceManagerSettings_get_activeLoader_m437ADEEB204181146DAB13B27D6752C74CEACD6F_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // public AdaptivePerformanceLoader activeLoader { get { return s_ActiveLoader; } private set { s_ActiveLoader = value; } } AdaptivePerformanceLoader_tF12F9ABBB7711A0FDE47852B1F358EAD7664F54E* L_0 = ((AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2_il2cpp_TypeInfo_var))->___s_ActiveLoader_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_isInitializationComplete_m21C21E3BDCD266224DC543AC4FAA3D96A62FF8CE_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_InitializationComplete; } bool L_0 = __this->___m_InitializationComplete_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* AdaptivePerformanceManagerSettings_get_loaders_m0AF4F7DC01C204E416F5DC027609F74D24D1D35F_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_Loaders; } List_1_tD698B2A66D241B0EFFAE6CE4A7882E6E7B3457D3* L_0 = __this->___m_Loaders_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_automaticLoading_m64F39140D84CA83039D2A8FF1BC73A5C0A9705C5_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_AutomaticLoading; } bool L_0 = __this->___m_AutomaticLoading_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceManagerSettings_get_automaticRunning_m1F62B0DA38D6EE14E10AFAEA3CEA071047624DBE_inline (AdaptivePerformanceManagerSettings_t825765630D775605D6E53BE60D90E50CCDDF30C2* __this, const RuntimeMethod* method) { { // get { return m_AutomaticRunning; } bool L_0 = __this->___m_AutomaticRunning_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveFramerate_m139C9E39E32D63FA9BC0C37B81B0F1FAE63CDECB_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveFramerate; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveFramerate_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveBatching_mDC178D42713C75DE1ACF822852B8038D72EA821E_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveBatching; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveBatching_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLOD_m6A255C8B118A1769FE4DB9B8431F019FC556DA4C_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveLOD; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveLOD_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLut_m2E6C5FF862F16ABF21E2CDC88C07A625F3B56FB1_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveLut; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveLut_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveMSAA_mE9B6B36E909157597D81AF42FE785D87DF987C7E_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveMSAA; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveMSAA_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveResolution_m861CB3DABDDF10571C00579C62F0370AF2314D62_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveResolution; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveResolution_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowCascade_mBD0680ECA67B38D0E03B61C5167BA1E378359F92_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowCascade; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowCascade_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowDistance_mDC623CDFB794E162E723A28CF99AC6C2DE55D878_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowDistance; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowDistance_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowmapResolution_mD0080328CCE0EB1C8E5AA887D368443BD46A8CD8_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowmapResolution; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowmapResolution_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveShadowQuality_m21DCF0D2F165C7336B14E21BD7884AF8BD693E2C_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveShadowQuality; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveShadowQuality_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveTransparency_m4DA7C35BF8071924D5C8D9B0ADD7C5DDD5E32CE0_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveTransparency; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveTransparency_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveSorting_mE5C2FD1CC0AB0A7AF3F6447C2943D50F40BC1016_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveSorting; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveSorting_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveViewDistance_mE7E45AB3EC0919AAF5B9F80D395C676B7B4143A9_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveViewDistance; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveViewDistance_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptivePhysics_mE5E9D7BEA49BEED8B5F13D87FDE10E890C96FBA1_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptivePhysics; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptivePhysics_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveLayerCulling_mC291EA5E26B73A0660A5B333B9DD7D7395F5FFDE_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveLayerCulling; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveLayerCulling_16; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* AdaptivePerformanceScalerSettings_get_AdaptiveDecals_mBDAA020138E8FED45F7AC1F04DAF53736F5CE38D_inline (AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* __this, const RuntimeMethod* method) { { // get { return m_AdaptiveDecals; } AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = __this->___m_AdaptiveDecals_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* AdaptivePerformanceScalerProfile_get_Name_m7DD2D2ADB2EDB1C45AAEF60ACFB235F4587A5301_inline (AdaptivePerformanceScalerProfile_t990EE1A8C24396DC5CFE993F6CE87D55EF730982* __this, const RuntimeMethod* method) { { // get { return m_Name; } String_t* L_0 = __this->___m_Name_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* IAdaptivePerformanceSettings_get_scalerSettings_mB33C0AAA3A6CA0B05E9B1E205853D1698A088575_inline (IAdaptivePerformanceSettings_tFB49C60F821F093D3F18E8DC115E7D929E6C86C8* __this, const RuntimeMethod* method) { { // get { return m_ScalerSettings; } AdaptivePerformanceScalerSettings_tAF8002CE95F36DE71E945DA73AADB6783EB2FFD8* L_0 = __this->___m_ScalerSettings_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceScaler_ApplyDefaultSetting_m55A6880662648019B4AABE1E644B8B3C1B1D7D19_inline (AdaptivePerformanceScaler_tB9F76E7E942E332BEF5DC363BE906AD4FD1700BC* __this, AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* ___0_defaultSetting, const RuntimeMethod* method) { { // m_defaultSetting = defaultSetting; AdaptivePerformanceScalerSettingsBase_tDF99867134986926CE22505B0B9EE99AD74501AA* L_0 = ___0_defaultSetting; __this->___m_defaultSetting_9 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_defaultSetting_9), (void*)L_0); // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipDynamicBatching_m7EEEBD9DF256D8AAD27513FD65D15D81BE7B92DC_inline (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; bool L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipDynamicBatchingU3Ek__BackingField_8 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceRenderSettings_get_SkipDynamicBatching_m939E279451A083DF507A8CFC6CE0449905C3C88A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); bool L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipDynamicBatchingU3Ek__BackingField_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_DecalsDrawDistance_mA0556ADC49BE771D09D277E811EE1C18A3A758C9_inline (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set { s_DecalsMaxDistance = value; } float L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_DecalsMaxDistance_3 = L_0; // set { s_DecalsMaxDistance = value; } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_DecalsDrawDistance_mC3D298759AD8A364A93E1AE73092C6EE54D42123_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_DecalsMaxDistance; } il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_DecalsMaxDistance_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceIndexer_get_PerformanceAction_mA6F70560C6A740B6216168E7718184111657E3BA_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { { // public StateAction PerformanceAction { get; private set; } int32_t L_0 = __this->___U3CPerformanceActionU3Ek__BackingField_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_LutBias_m87D91BB543BA3016BFA2BABE97AF9E23A605348D_inline (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; float L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CLutBiasU3Ek__BackingField_6 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_LutBias_m066C8AE5F8123FE07E7159CC96A465E33968B9C8_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CLutBiasU3Ek__BackingField_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_AntiAliasingQualityBias_mFA1BF607115C11AF87722CC2C91C00529AAE5A54_inline (int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CAntiAliasingQualityBiasU3Ek__BackingField_7 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_AntiAliasingQualityBias_mDA59F3EE645D94B63DD3B89AD65925B47C365C5A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CAntiAliasingQualityBiasU3Ek__BackingField_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Clamp_mEB9AEA827D27D20FCC787F7375156AF46BB12BBF_inline (float ___0_value, float ___1_min, float ___2_max, const RuntimeMethod* method) { bool V_0 = false; bool V_1 = false; float V_2 = 0.0f; { float L_0 = ___0_value; float L_1 = ___1_min; V_0 = (bool)((((float)L_0) < ((float)L_1))? 1 : 0); bool L_2 = V_0; if (!L_2) { goto IL_000e; } } { float L_3 = ___1_min; ___0_value = L_3; goto IL_0019; } IL_000e: { float L_4 = ___0_value; float L_5 = ___2_max; V_1 = (bool)((((float)L_4) > ((float)L_5))? 1 : 0); bool L_6 = V_1; if (!L_6) { goto IL_0019; } } { float L_7 = ___2_max; ___0_value = L_7; } IL_0019: { float L_8 = ___0_value; V_2 = L_8; goto IL_001d; } IL_001d: { float L_9 = V_2; return L_9; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_MainLightShadowCascadesCountBias_mA0FC793465E40D31F13C2148EBB3282DE0ECF26F_inline (int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CMainLightShadowCascadesCountBiasU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_MainLightShadowCascadesCountBias_mFB9E643A5D67393F20BCEAE1FD7C076E93424F8A_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CMainLightShadowCascadesCountBiasU3Ek__BackingField_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_MaxShadowDistanceMultiplier_mD8879DD88AE8FF3CB2106FF35910D57E1BCC5D27_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_MaxShadowDistanceMultiplier; } il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_MaxShadowDistanceMultiplier_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float AdaptivePerformanceRenderSettings_get_MainLightShadowmapResolutionMultiplier_mE4F508B1B1B29F7D7AE1C1E61A6F251C9F4C55B5_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get { return s_ShadowResolutionMultiplier; } il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); float L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___s_ShadowResolutionMultiplier_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_ShadowQualityBias_m99CB51DF27FCBD57A9E5F1DC5D21A3163758B5B2_inline (int32_t ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; int32_t L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CShadowQualityBiasU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceRenderSettings_get_ShadowQualityBias_mDC7B30DE123707A8EB0BFC6273D087C4B514CDD3_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); int32_t L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CShadowQualityBiasU3Ek__BackingField_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipFrontToBackSorting_m7609623ACADF37E2B6DC928EEE6FE9D39624B633_inline (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; bool L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipFrontToBackSortingU3Ek__BackingField_9 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AdaptivePerformanceRenderSettings_get_SkipFrontToBackSorting_mC73182E28DEF80E85310854E7DF9D15E655A4CF9_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // get; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); bool L_0 = ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipFrontToBackSortingU3Ek__BackingField_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void AdaptivePerformanceRenderSettings_set_SkipTransparentObjects_m1BE082200B1A25094A5FB1D307995842479B9649_inline (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { // set; bool L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var); ((AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_StaticFields*)il2cpp_codegen_static_fields_for(AdaptivePerformanceRenderSettings_t1CA7AF4570B08D3E052FE8F176D429C2C15FBD79_il2cpp_TypeInfo_var))->___U3CSkipTransparentObjectsU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AdaptivePerformanceIndexer_get_ThermalAction_m0A1DF0C06906C2EBB8B75063E93A661E0D68917C_inline (AdaptivePerformanceIndexer_tE43B4A07AF7944322BA939E2D4F8AE90AD42EF73* __this, const RuntimeMethod* method) { { // public StateAction ThermalAction { get; private set; } int32_t L_0 = __this->___U3CThermalActionU3Ek__BackingField_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GetThermalMetricUnit_set_warningLevel_mC216B0A542F6403E15DEA5E5315C116D82C3959C_inline (GetThermalMetricUnit_tA90B319E46F8B2022F7B5EE6A2EE9FF3FDFBB4A9* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput warningLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CwarningLevelU3Ek__BackingField_15 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwarningLevelU3Ek__BackingField_15), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnBottleneckUnit_get_bottleneck_m2E9B5EC1962BBE01235FAE7F27251CD3CD46D955_inline (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, const RuntimeMethod* method) { { // public ValueOutput bottleneck { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3CbottleneckU3Ek__BackingField_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnBottleneckUnit_set_bottleneck_m7EC116D15DA3C5A280F31D90399040DB5170EA8D_inline (OnBottleneckUnit_t74D5195FC3EC560373FE288C9B3363A5ABF4033D* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput bottleneck { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CbottleneckU3Ek__BackingField_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbottleneckU3Ek__BackingField_17), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnLevelUnit_get_onScalerLevel_m7AF23D8DD7593929F1D27856346CFA282FEB0CCC_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) { { // public ValueOutput onScalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3ConScalerLevelU3Ek__BackingField_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnLevelUnit_get_scalerLevel_m5B016D08828C2086A42C8F2A9775666B1B77ABEF_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, const RuntimeMethod* method) { { // public ValueOutput scalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3CscalerLevelU3Ek__BackingField_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnLevelUnit_set_onScalerLevel_mF5995F1CBA52A62FDC0CD3E0C4DF6A0D22BB49A2_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput onScalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3ConScalerLevelU3Ek__BackingField_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3ConScalerLevelU3Ek__BackingField_17), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnLevelUnit_set_scalerLevel_mABF5F4FB436B1A2D56FCF1BF50DF5E1FB66837B8_inline (OnLevelUnit_t7B095E892B9AF7528D031B7E7326EC87168C4618* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput scalerLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CscalerLevelU3Ek__BackingField_18 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CscalerLevelU3Ek__BackingField_18), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* OnThermalMetricUnit_get_warningLevel_m1B83A456994FED80356014A6703F60FFEA950138_inline (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, const RuntimeMethod* method) { { // public ValueOutput warningLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = __this->___U3CwarningLevelU3Ek__BackingField_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnThermalMetricUnit_set_warningLevel_m980E90FB332A4243FE3256F1827E64DD5D9A9EE3_inline (OnThermalMetricUnit_t12E07DFEE709B2AF1586575AFEEB699692597A83* __this, ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* ___0_value, const RuntimeMethod* method) { { // public ValueOutput warningLevel { get; private set; } ValueOutput_tADDC9DBF6515A1572E876C3881B5F110DC5EBE1B* L_0 = ___0_value; __this->___U3CwarningLevelU3Ek__BackingField_17 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwarningLevelU3Ek__BackingField_17), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_ChangeFlags_mE99AA127E129C78872D68F5C650D55B8E5D33DC8_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public Feature ChangeFlags { get; set; } int32_t L_0 = ___0_value; __this->___U3CChangeFlagsU3Ek__BackingField_0 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_TemperatureLevel_mFC2BC8E019EFB0E7611C242D1F5D4EAB76570BB5_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureLevel { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureLevelU3Ek__BackingField_1 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_TemperatureTrend_m19AB74C523678555F2FBB9798202DA7F0DFE741F_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float TemperatureTrend { get; set; } float L_0 = ___0_value; __this->___U3CTemperatureTrendU3Ek__BackingField_2 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_WarningLevel_mBC3853B7D0AA1412C41DFD248FA9E7252DAEB5F4_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public WarningLevel WarningLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CWarningLevelU3Ek__BackingField_3 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuPerformanceLevel_m8BBB7FA33AF2644ED0DE81CD58CCB07C5F71ED03_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int CpuPerformanceLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CCpuPerformanceLevelU3Ek__BackingField_4 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuPerformanceLevel_mBA26ABE3F6089BA232022D7F0F38B55B8FA9481A_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, int32_t ___0_value, const RuntimeMethod* method) { { // public int GpuPerformanceLevel { get; set; } int32_t L_0 = ___0_value; __this->___U3CGpuPerformanceLevelU3Ek__BackingField_5 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_PerformanceLevelControlAvailable_m78A1EFC49C88D90E778F7C4C8605662E94B125FF_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool PerformanceLevelControlAvailable { get; set; } bool L_0 = ___0_value; __this->___U3CPerformanceLevelControlAvailableU3Ek__BackingField_6 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuFrameTime_mEC930BB67EC609B14C010F60A94801C3D95D77E8_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float CpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CCpuFrameTimeU3Ek__BackingField_7 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuFrameTime_mB779C484C185DB05F985A295EA7242EB8DA37299_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float GpuFrameTime { get; set; } float L_0 = ___0_value; __this->___U3CGpuFrameTimeU3Ek__BackingField_8 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_OverallFrameTime_m5B1BCB4A02EFAC8A44DAEDB111526F6BF5DDF9C1_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, float ___0_value, const RuntimeMethod* method) { { // public float OverallFrameTime { get; set; } float L_0 = ___0_value; __this->___U3COverallFrameTimeU3Ek__BackingField_9 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_CpuPerformanceBoost_mD8BF1CE74A03B57E81DBCD9A3DDE8DAA27968FF5_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool CpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CCpuPerformanceBoostU3Ek__BackingField_10 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_GpuPerformanceBoost_m0A5764E94B8EC621A0AA51B2F7C24BA1EAF844B9_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, bool ___0_value, const RuntimeMethod* method) { { // public bool GpuPerformanceBoost { get; set; } bool L_0 = ___0_value; __this->___U3CGpuPerformanceBoostU3Ek__BackingField_11 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void PerformanceDataRecord_set_ClusterInfo_m70A3B30678BE28E09161ADF030CBAFE8D5BC9E3E_inline (PerformanceDataRecord_tDF1B7607FB8378B49C42DFFA5AE4A64F62C42F83* __this, ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 ___0_value, const RuntimeMethod* method) { { // public ClusterInfo ClusterInfo { get; set; } ClusterInfo_tE84F530B1972D0F8712CD136B14D4C4136B0BA15 L_0 = ___0_value; __this->___U3CClusterInfoU3Ek__BackingField_12 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* SubsystemDescriptor_get_subsystemImplementationType_m68EB84474574555DDE319A8D5C6C06C5924FFA45_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, const RuntimeMethod* method) { { Type_t* L_0 = __this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* Cinfo_get_subsystemImplementationType_mAC768A1F926DCEDB774E198F70381113378372FF_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, const RuntimeMethod* method) { { // public Type subsystemImplementationType { get; set; } Type_t* L_0 = __this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Cinfo_get_id_m5FDCB235FD54A50F6AF4BBEA5CFCEFCE07A96188_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, const RuntimeMethod* method) { { // public string id { get; set; } String_t* L_0 = __this->___U3CidU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptor_set_id_m9EE44E7C8BBF000B1BE2D518620FBBB0F4CB0236_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SubsystemDescriptor_set_subsystemImplementationType_m3A2FB7296C79FA765F6A6B972B04504D4D3FA359_inline (SubsystemDescriptor_tF417D2751C69A8B0DD86162EBCE55F84D3493A71* __this, Type_t* ___0_value, const RuntimeMethod* method) { { Type_t* L_0 = ___0_value; __this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_id_m77027979E9BA297A2803C6EA7691881619C35F91_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, String_t* ___0_value, const RuntimeMethod* method) { { // public string id { get; set; } String_t* L_0 = ___0_value; __this->___U3CidU3Ek__BackingField_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidU3Ek__BackingField_0), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Cinfo_set_subsystemImplementationType_mE5398A3C07C0B759B72027FE49DDBC1FCB50A5B9_inline (Cinfo_t016018D78B642CAAA7B595015B8AF98E5F1008DB* __this, Type_t* ___0_value, const RuntimeMethod* method) { { // public Type subsystemImplementationType { get; set; } Type_t* L_0 = ___0_value; __this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsubsystemImplementationTypeU3Ek__BackingField_1), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerCounter_1__ctor_mAAC22BFF814164F1109D1329B76B5CAC07690FB2_gshared_inline (ProfilerCounter_1_t68E2CFFB798098E104EA176B2E2ACF696599BB46* __this, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ___0_category, String_t* ___1_name, uint8_t ___2_dataUnit, const RuntimeMethod* method) { { // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerCounter_1__ctor_mBD6F70C0E45D5EAE6A9A92C258244F4CA2BB0BEE_gshared_inline (ProfilerCounter_1_t07FB1AFB5D2CF605187740D185C2B1207E99EE2B* __this, ProfilerCategory_tA55212CD512C618AF6D2147791F20319896592AC ___0_category, String_t* ___1_name, uint8_t ___2_dataUnit, const RuntimeMethod* method) { { // } return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Queue_1_get_Count_mA189895F44030B7359A0552C5DFFC061C480A601_gshared_inline (Queue_1_tBB15A96A0BD226BCEDC19339C7F969E4B3A42153* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____size_3; 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 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(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 RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* Array_Empty_TisRuntimeObject_mFB8A63D602BB6974D31E20300D9EB89C6FE7C278_gshared_inline (const RuntimeMethod* method) { { il2cpp_codegen_runtime_class_init_inline(il2cpp_rgctx_data(method->rgctx_data, 0)); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ((EmptyArray_1_tDF0DD7256B115243AA6BD5558417387A734240EE_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_rgctx_data(method->rgctx_data, 0)))->___Value_0; return L_0; } }